This commit is contained in:
Fluent Build System 2024-07-29 19:16:54 +00:00
Родитель 184f8fda76
Коммит 077da9296a
26 изменённых файлов: 28 добавлений и 28 удалений

Просмотреть файл

@ -36,7 +36,7 @@ repositories {
Include the following dependency in your project's `build.gradle`:
```groovy
implementation 'com.microsoft.design:fluent-system-icons:1.1.250@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.251@aar'
```
For library docs, see [android/README.md](android/README.md).
@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md).
```ruby
use_frameworks!
pod "FluentIcons", "1.1.250"
pod "FluentIcons", "1.1.251"
```
#### Carthage
```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.250"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.251"
```
For library docs, see [ios/README.md](ios/README.md).
@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
fluentui_system_icons: ^1.1.250
fluentui_system_icons: ^1.1.251
```
For library docs, see [flutter/README.md](flutter/README.md).

Просмотреть файл

@ -1 +1 @@
## [1.1.250] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.251] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags

Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Filled.ttf

Двоичный файл не отображается.

Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Regular.ttf

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -1,6 +1,6 @@
name: fluentui_system_icons
description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.
version: 1.1.250
version: 1.1.251
homepage: https://github.com/microsoft/fluentui-system-icons/tree/main
environment:

Просмотреть файл

@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Filled";
src: url("./FluentSystemIcons-Filled.woff2?e2153f26561847a3b58fedb8faed836a") format("woff2"),
url("./FluentSystemIcons-Filled.woff?e2153f26561847a3b58fedb8faed836a") format("woff"),
url("./FluentSystemIcons-Filled.ttf?e2153f26561847a3b58fedb8faed836a") format("truetype");
src: url("./FluentSystemIcons-Filled.woff2?d91299792385d088a9ef05308bf39fbe") format("woff2"),
url("./FluentSystemIcons-Filled.woff?d91299792385d088a9ef05308bf39fbe") format("woff"),
url("./FluentSystemIcons-Filled.ttf?d91299792385d088a9ef05308bf39fbe") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

Двоичные данные
fonts/FluentSystemIcons-Filled.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Filled.woff

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Filled.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Regular";
src: url("./FluentSystemIcons-Regular.woff2?f0557f543959473f8c44a67da61af19f") format("woff2"),
url("./FluentSystemIcons-Regular.woff?f0557f543959473f8c44a67da61af19f") format("woff"),
url("./FluentSystemIcons-Regular.ttf?f0557f543959473f8c44a67da61af19f") format("truetype");
src: url("./FluentSystemIcons-Regular.woff2?e8ea0a373cd18817de35a05a01ccf551") format("woff2"),
url("./FluentSystemIcons-Regular.woff?e8ea0a373cd18817de35a05a01ccf551") format("woff"),
url("./FluentSystemIcons-Regular.ttf?e8ea0a373cd18817de35a05a01ccf551") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

Двоичные данные
fonts/FluentSystemIcons-Regular.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Regular.woff

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Regular.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -1,8 +1,8 @@
@font-face {
font-family: "FluentSystemIcons-Resizable";
src: url("./FluentSystemIcons-Resizable.woff2?2475dc0dd01ea893825809776180be09") format("woff2"),
url("./FluentSystemIcons-Resizable.woff?2475dc0dd01ea893825809776180be09") format("woff"),
url("./FluentSystemIcons-Resizable.ttf?2475dc0dd01ea893825809776180be09") format("truetype");
src: url("./FluentSystemIcons-Resizable.woff2?11222f1fb0ab246706ee01feb075edc4") format("woff2"),
url("./FluentSystemIcons-Resizable.woff?11222f1fb0ab246706ee01feb075edc4") format("woff"),
url("./FluentSystemIcons-Resizable.ttf?11222f1fb0ab246706ee01feb075edc4") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

Двоичные данные
fonts/FluentSystemIcons-Resizable.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Resizable.woff

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Resizable.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.1.250'
s.version = '1.1.251'
s.summary = 'FluentIcons'
s.description = <<-DESC

Просмотреть файл

@ -6,13 +6,13 @@
```ruby
use_frameworks!
pod "FluentIcons", "1.1.250"
pod "FluentIcons", "1.1.251"
```
### Carthage
```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.250"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.251"
```
## Usage

10
package-lock.json сгенерированный
Просмотреть файл

@ -14947,7 +14947,7 @@
},
"packages/react-icons": {
"name": "@fluentui/react-icons",
"version": "2.0.250",
"version": "2.0.251",
"license": "MIT",
"dependencies": {
"@griffel/react": "^1.0.0",
@ -14975,7 +14975,7 @@
},
"packages/react-icons-font-subsetting-webpack-plugin": {
"name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
"version": "2.0.250",
"version": "2.0.251",
"license": "MIT",
"dependencies": {
"subset-font": "^1.4.0"
@ -15065,7 +15065,7 @@
},
"packages/react-native-icons": {
"name": "@fluentui/react-native-icons",
"version": "2.0.250",
"version": "2.0.251",
"license": "MIT",
"dependencies": {
"@griffel/react": "^1.0.0",
@ -15498,7 +15498,7 @@
},
"packages/svg-icons": {
"name": "@fluentui/svg-icons",
"version": "1.1.250",
"version": "1.1.251",
"license": "MIT",
"devDependencies": {
"renamer": "^2.0.1",
@ -15568,7 +15568,7 @@
},
"packages/svg-sprites": {
"name": "@fluentui/svg-sprites",
"version": "1.1.250",
"version": "1.1.251",
"license": "MIT",
"devDependencies": {
"renamer": "^2.0.1",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
"version": "2.0.250",
"version": "2.0.251",
"description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.",
"main": "lib/index.js",
"scripts": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons",
"version": "2.0.250",
"version": "2.0.251",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native-icons",
"version": "2.0.250",
"version": "2.0.251",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/svg-icons",
"version": "1.1.250",
"version": "1.1.251",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/svg-sprites",
"version": "1.1.250",
"version": "1.1.251",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {