Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Jumar Macato da05a88a2c add gitignore entries for c# 2021-03-26 14:42:25 +00:00
tomi-msft a82ebc0cad
Add README.md and a method to wrap icons in a container (#209)
* Add README.md and a method to wrap icons in a container

* cleanup PR to publish

* clean up file structure and update script

* update README with instructions on generating icon webpage
2021-03-12 20:12:52 -08:00
tomi-msft f451c8cd2b
update module to use esnext and add interface for accessibility (#206)
* update module to use esnext and add interface for accessibility

* fix some typos

* add tslib to devDependencies
2021-03-09 07:44:07 -08:00
spencer-nelson 7908be033a
Asset fixes for Fluent, Text Bold/Italic/Underline (#201)
* Start with adding the React components to gitignore

* Remove the errant .original files

* Fix the base Text Bold/Underline/Italics icons and the Fluent icon
2021-03-05 14:06:52 -08:00
spencer-nelson 2a8df1212c
React library update (#182)
Create a package of React components from the SVG assets. This uses svgr to transform the data and some manual handling in preparation of publishing via npm.
2021-02-22 14:19:16 -08:00
Brian Heston 15a062fb8a
Add publish setup for plain svg icons in NPM (#160)
* Initial proof of publishing raw svg files in npm

* Added new package to publish svg-icons module

* Undo some original importer package changes.

* Renamed and made fill replacement work on Windows

* Fixed fill replace
Fixed selector generation for Android
Updated version and sequence for svg publishing

* Revert

* Fixed build error from missing dist directory
Organized package file

* Resolved comments
Added readme

* Finish package rename

Co-authored-by: Brian Heston <brheston@microsoft.com>
2021-01-28 16:32:46 -08:00
huilliu 9501e3cdd6
Add python script to generate BUILD.gn used by chromium Android project (#43)
Chromium projects use GN as Makefile to build the whole project. Add BUILD.gn for fluent icon, so that we can integrate it to Edge Android project conveniently. There is a GN target named "fluent_icon_resources" in the BUILD.gn. If other module need to use the fluent icon resources, we only need add a dependence to "fluent_icon_resources" in other BUILD.gn file.

Co-authored-by: huilliu <huilliu@micrsofot.com>
2020-07-08 22:45:18 -04:00
Nick Romano 2013b68a07 Merged PR 2561: Update unused asset script
* More docs
* Test cases
* Argment parser so it's clear what each parameter is required

```
USAGE: run [--library-name <library-name>] [--asset-catalog-name <asset-catalog-name>] --path-to-source-code <path-to-source-code> --path-to-fluent-icon-source <path-to-fluent-icon-source> [--path-to-list-of-icons-to-keep <path-to-list-of-icons-to-keep>]

OPTIONS:
  --library-name <library-name>
                          Name of the icon library. (default: FluentIcons)
  --asset-catalog-name <asset-catalog-name>
                          Name of the asset catalog. (default: IconAssets)
  --path-to-source-code <path-to-source-code>
                          Path to your app's source code.
  --path-to-fluent-icon-source <path-to-fluent-icon-source>
                          Path to the fluent icon library's source code
  --path-to-list-of-icons-to-keep <path-to-list-of-icons-to-keep>
                          Path to a custom list of icons in use (for React
                          Native, Optional).
  -h, --help              Show help information.
```
2020-04-29 18:39:04 +00:00
Nick Romano 83e4bcfb06 Merged PR 2472: Include light style for iOS library 2020-02-13 19:19:38 +00:00
Nick Romano 441d0ec5a1 Merged PR 2427: Merge library to master 2020-01-24 17:56:51 +00:00
Spencer Nelson ed2b4f3336 Merged PR 2365: Remove the .DS_Store and add a .gitremove
Remove the .DS_Store and add a .gitremove
2019-12-04 23:16:18 +00:00