@quasar/extras 1.12.0 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/bootstrap-icons/bootstrap-icons.css +2 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +2 -1
- package/bootstrap-icons/index.js +113 -112
- package/mdi-v6/index.d.ts +101 -1
- package/mdi-v6/index.js +101 -1
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +401 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
27
27
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v90 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
|
|
28
28
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v89 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
|
|
29
29
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v90 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
|
|
30
|
-
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.
|
|
30
|
+
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
31
31
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
32
32
|
| MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
|
|
33
33
|
| MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
|
|
@@ -36,7 +36,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
36
36
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
|
|
37
37
|
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
|
|
38
38
|
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `line-awesome` | Line Awesome font | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
|
|
39
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.
|
|
39
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.1 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
40
40
|
| [Animate.css](https://animate.style/) | 4.1.1 | Use `animations` prop | Bundle of animations you can use in your website/app | | [License](animate/LICENSE) |
|
|
41
41
|
|
|
42
42
|
> Install one of MDI v5, MDI v4 or MDI v3, but never together at the same time.
|
|
@@ -52,7 +52,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
52
52
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v90 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
53
53
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v89 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
54
54
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v90 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
55
|
-
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.
|
|
55
|
+
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
56
56
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
57
57
|
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
58
58
|
| [Font Awesome](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
@@ -62,7 +62,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
62
62
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
|
|
63
63
|
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
|
|
64
64
|
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `svg-line-awesome` | `@quasar/extras/line-awesome` | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
|
|
65
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.
|
|
65
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.1 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
66
66
|
|
|
67
67
|
Example:
|
|
68
68
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* https://icons.getbootstrap.com v1.7.1 */
|
|
1
2
|
@font-face {
|
|
2
3
|
font-family: "bootstrap-icons";
|
|
3
4
|
font-style: normal;
|
|
@@ -1558,3 +1559,4 @@ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
|
|
|
1558
1559
|
.bi-displayport-fill::before { content: "\f6fc"; }
|
|
1559
1560
|
.bi-mortarboard-fill::before { content: "\f6fd"; }
|
|
1560
1561
|
.bi-mortarboard::before { content: "\f6fe"; }
|
|
1562
|
+
.bi-terminal-x::before { content: "\f6ff"; }
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Bootstrap v1.7.
|
|
1
|
+
/* Bootstrap v1.7.1 */
|
|
2
2
|
|
|
3
3
|
export declare const bi123: string;
|
|
4
4
|
export declare const biActivity: string;
|
|
@@ -1376,6 +1376,7 @@ export declare const biTerminalDash: string;
|
|
|
1376
1376
|
export declare const biTerminalFill: string;
|
|
1377
1377
|
export declare const biTerminalPlus: string;
|
|
1378
1378
|
export declare const biTerminalSplit: string;
|
|
1379
|
+
export declare const biTerminalX: string;
|
|
1379
1380
|
export declare const biTerminal: string;
|
|
1380
1381
|
export declare const biTextCenter: string;
|
|
1381
1382
|
export declare const biTextIndentLeft: string;
|