@quasar/extras 1.11.5 → 1.12.3
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 +13 -12
- package/bootstrap-icons/bootstrap-icons.css +212 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +1524 -0
- package/bootstrap-icons/index.d.ts +4 -3
- package/bootstrap-icons/index.js +114 -113
- package/eva-icons/icons.json +492 -0
- package/fontawesome-v5/icons.json +1613 -0
- package/ionicons-v6/LICENSE +21 -0
- package/ionicons-v6/icons.json +1334 -0
- package/ionicons-v6/index.d.ts +1334 -0
- package/ionicons-v6/index.js +1334 -0
- package/line-awesome/icons.json +1546 -0
- package/material-icons/icons.json +2048 -0
- package/material-icons/index.d.ts +84 -0
- package/material-icons/index.js +84 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/icons.json +2048 -0
- package/material-icons-outlined/index.d.ts +84 -0
- package/material-icons-outlined/index.js +84 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/icons.json +2048 -0
- package/material-icons-round/index.d.ts +84 -0
- package/material-icons-round/index.js +84 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/icons.json +2048 -0
- package/material-icons-sharp/index.d.ts +84 -0
- package/material-icons-sharp/index.js +84 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v6/icons.json +6597 -0
- 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 +1603 -5
- package/package.json +10 -7
- package/themify/icons.json +354 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Bootstrap v1.7.
|
|
1
|
+
/* Bootstrap v1.7.2 */
|
|
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;
|
|
@@ -1399,8 +1400,8 @@ export declare const biThunderbolt: string;
|
|
|
1399
1400
|
export declare const biTicketDetailedFill: string;
|
|
1400
1401
|
export declare const biTicketDetailed: string;
|
|
1401
1402
|
export declare const biTicketFill: string;
|
|
1402
|
-
export declare const
|
|
1403
|
-
export declare const
|
|
1403
|
+
export declare const biTicketPerforatedFill: string;
|
|
1404
|
+
export declare const biTicketPerforated: string;
|
|
1404
1405
|
export declare const biTicket: string;
|
|
1405
1406
|
export declare const biTiktok: string;
|
|
1406
1407
|
export declare const biToggleOff: string;
|