@quasar/extras 1.16.9 → 1.16.11
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 +15 -15
- package/bootstrap-icons/LICENSE +1 -1
- package/bootstrap-icons/bootstrap-icons.css +2 -2
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +1 -1
- package/bootstrap-icons/index.js +1129 -1129
- package/bootstrap-icons/index.mjs +1129 -1129
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +10 -1
- package/fontawesome-v6/icons.json +3 -0
- package/fontawesome-v6/index.d.ts +4 -1
- package/fontawesome-v6/index.js +9 -6
- package/fontawesome-v6/index.mjs +9 -6
- package/ionicons-v7/icons.json +17 -0
- package/ionicons-v7/index.d.ts +18 -1
- package/ionicons-v7/index.js +26 -9
- package/ionicons-v7/index.mjs +26 -9
- package/material-symbols-outlined/icons.json +74 -4
- package/material-symbols-outlined/index.d.ts +74 -4
- package/material-symbols-outlined/index.js +156 -86
- package/material-symbols-outlined/index.mjs +156 -86
- package/material-symbols-outlined/update.sh +0 -0
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +74 -4
- package/material-symbols-rounded/index.d.ts +74 -4
- package/material-symbols-rounded/index.js +544 -474
- package/material-symbols-rounded/index.mjs +544 -474
- package/material-symbols-rounded/update.sh +0 -0
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +74 -4
- package/material-symbols-sharp/index.d.ts +74 -4
- package/material-symbols-sharp/index.js +155 -85
- package/material-symbols-sharp/index.mjs +155 -85
- package/material-symbols-sharp/update.sh +0 -0
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/mdi-v3/materialdesignicons-webfont.woff +0 -0
- package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/license.md +20 -20
- package/mdi-v7/icons.json +80 -0
- package/mdi-v7/index.d.ts +81 -1
- package/mdi-v7/index.js +85 -5
- package/mdi-v7/index.mjs +85 -5
- package/mdi-v7/materialdesignicons-webfont.woff +0 -0
- package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v7/mdi-v7.css +321 -1
- package/package.json +11 -11
- package/themify/themify.css +0 -0
package/mdi-v7/mdi-v7.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* MaterialDesignIcons.com v7.
|
|
1
|
+
/* MaterialDesignIcons.com v7.4.47 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
@font-face {
|
|
@@ -132,6 +132,14 @@
|
|
|
132
132
|
content: "\F0006";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
.mdi-account-box-edit-outline::before {
|
|
136
|
+
content: "\F1CC8";
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.mdi-account-box-minus-outline::before {
|
|
140
|
+
content: "\F1CC9";
|
|
141
|
+
}
|
|
142
|
+
|
|
135
143
|
.mdi-account-box-multiple::before {
|
|
136
144
|
content: "\F0934";
|
|
137
145
|
}
|
|
@@ -144,6 +152,10 @@
|
|
|
144
152
|
content: "\F0007";
|
|
145
153
|
}
|
|
146
154
|
|
|
155
|
+
.mdi-account-box-plus-outline::before {
|
|
156
|
+
content: "\F1CCA";
|
|
157
|
+
}
|
|
158
|
+
|
|
147
159
|
.mdi-account-cancel::before {
|
|
148
160
|
content: "\F12DF";
|
|
149
161
|
}
|
|
@@ -4148,6 +4160,10 @@
|
|
|
4148
4160
|
content: "\F00BE";
|
|
4149
4161
|
}
|
|
4150
4162
|
|
|
4163
|
+
.mdi-book-open-blank-variant-outline::before {
|
|
4164
|
+
content: "\F1CCB";
|
|
4165
|
+
}
|
|
4166
|
+
|
|
4151
4167
|
.mdi-book-open-outline::before {
|
|
4152
4168
|
content: "\F0B63";
|
|
4153
4169
|
}
|
|
@@ -4164,6 +4180,10 @@
|
|
|
4164
4180
|
content: "\F14F7";
|
|
4165
4181
|
}
|
|
4166
4182
|
|
|
4183
|
+
.mdi-book-open-variant-outline::before {
|
|
4184
|
+
content: "\F1CCC";
|
|
4185
|
+
}
|
|
4186
|
+
|
|
4167
4187
|
.mdi-book-outline::before {
|
|
4168
4188
|
content: "\F0B64";
|
|
4169
4189
|
}
|
|
@@ -6428,6 +6448,14 @@
|
|
|
6428
6448
|
content: "\F154D";
|
|
6429
6449
|
}
|
|
6430
6450
|
|
|
6451
|
+
.mdi-chart-box-multiple::before {
|
|
6452
|
+
content: "\F1CCD";
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6455
|
+
.mdi-chart-box-multiple-outline::before {
|
|
6456
|
+
content: "\F1CCE";
|
|
6457
|
+
}
|
|
6458
|
+
|
|
6431
6459
|
.mdi-chart-box-outline::before {
|
|
6432
6460
|
content: "\F154E";
|
|
6433
6461
|
}
|
|
@@ -9616,6 +9644,10 @@
|
|
|
9616
9644
|
content: "\F01C8";
|
|
9617
9645
|
}
|
|
9618
9646
|
|
|
9647
|
+
.mdi-diaper-outline::before {
|
|
9648
|
+
content: "\F1CCF";
|
|
9649
|
+
}
|
|
9650
|
+
|
|
9619
9651
|
.mdi-dice-1::before {
|
|
9620
9652
|
content: "\F01CA";
|
|
9621
9653
|
}
|
|
@@ -10060,6 +10092,10 @@
|
|
|
10060
10092
|
content: "\F09E9";
|
|
10061
10093
|
}
|
|
10062
10094
|
|
|
10095
|
+
.mdi-download-multiple-outline::before {
|
|
10096
|
+
content: "\F1CD0";
|
|
10097
|
+
}
|
|
10098
|
+
|
|
10063
10099
|
.mdi-download-network::before {
|
|
10064
10100
|
content: "\F06F4";
|
|
10065
10101
|
}
|
|
@@ -10776,6 +10812,10 @@
|
|
|
10776
10812
|
content: "\F0202";
|
|
10777
10813
|
}
|
|
10778
10814
|
|
|
10815
|
+
.mdi-ethernet-off::before {
|
|
10816
|
+
content: "\F1CD1";
|
|
10817
|
+
}
|
|
10818
|
+
|
|
10779
10819
|
.mdi-ev-plug-ccs1::before {
|
|
10780
10820
|
content: "\F1519";
|
|
10781
10821
|
}
|
|
@@ -15956,6 +15996,218 @@
|
|
|
15956
15996
|
content: "\F0E4A";
|
|
15957
15997
|
}
|
|
15958
15998
|
|
|
15999
|
+
.mdi-invoice::before {
|
|
16000
|
+
content: "\F1CD2";
|
|
16001
|
+
}
|
|
16002
|
+
|
|
16003
|
+
.mdi-invoice-arrow-left::before {
|
|
16004
|
+
content: "\F1CD3";
|
|
16005
|
+
}
|
|
16006
|
+
|
|
16007
|
+
.mdi-invoice-arrow-left-outline::before {
|
|
16008
|
+
content: "\F1CD4";
|
|
16009
|
+
}
|
|
16010
|
+
|
|
16011
|
+
.mdi-invoice-arrow-right::before {
|
|
16012
|
+
content: "\F1CD5";
|
|
16013
|
+
}
|
|
16014
|
+
|
|
16015
|
+
.mdi-invoice-arrow-right-outline::before {
|
|
16016
|
+
content: "\F1CD6";
|
|
16017
|
+
}
|
|
16018
|
+
|
|
16019
|
+
.mdi-invoice-check::before {
|
|
16020
|
+
content: "\F1CD7";
|
|
16021
|
+
}
|
|
16022
|
+
|
|
16023
|
+
.mdi-invoice-check-outline::before {
|
|
16024
|
+
content: "\F1CD8";
|
|
16025
|
+
}
|
|
16026
|
+
|
|
16027
|
+
.mdi-invoice-clock::before {
|
|
16028
|
+
content: "\F1CD9";
|
|
16029
|
+
}
|
|
16030
|
+
|
|
16031
|
+
.mdi-invoice-clock-outline::before {
|
|
16032
|
+
content: "\F1CDA";
|
|
16033
|
+
}
|
|
16034
|
+
|
|
16035
|
+
.mdi-invoice-edit::before {
|
|
16036
|
+
content: "\F1CDB";
|
|
16037
|
+
}
|
|
16038
|
+
|
|
16039
|
+
.mdi-invoice-edit-outline::before {
|
|
16040
|
+
content: "\F1CDC";
|
|
16041
|
+
}
|
|
16042
|
+
|
|
16043
|
+
.mdi-invoice-export-outline::before {
|
|
16044
|
+
content: "\F1CDD";
|
|
16045
|
+
}
|
|
16046
|
+
|
|
16047
|
+
.mdi-invoice-fast::before {
|
|
16048
|
+
content: "\F1CDE";
|
|
16049
|
+
}
|
|
16050
|
+
|
|
16051
|
+
.mdi-invoice-fast-outline::before {
|
|
16052
|
+
content: "\F1CDF";
|
|
16053
|
+
}
|
|
16054
|
+
|
|
16055
|
+
.mdi-invoice-import::before {
|
|
16056
|
+
content: "\F1CE0";
|
|
16057
|
+
}
|
|
16058
|
+
|
|
16059
|
+
.mdi-invoice-import-outline::before {
|
|
16060
|
+
content: "\F1CE1";
|
|
16061
|
+
}
|
|
16062
|
+
|
|
16063
|
+
.mdi-invoice-list::before {
|
|
16064
|
+
content: "\F1CE2";
|
|
16065
|
+
}
|
|
16066
|
+
|
|
16067
|
+
.mdi-invoice-list-outline::before {
|
|
16068
|
+
content: "\F1CE3";
|
|
16069
|
+
}
|
|
16070
|
+
|
|
16071
|
+
.mdi-invoice-minus::before {
|
|
16072
|
+
content: "\F1CE4";
|
|
16073
|
+
}
|
|
16074
|
+
|
|
16075
|
+
.mdi-invoice-minus-outline::before {
|
|
16076
|
+
content: "\F1CE5";
|
|
16077
|
+
}
|
|
16078
|
+
|
|
16079
|
+
.mdi-invoice-multiple::before {
|
|
16080
|
+
content: "\F1CE6";
|
|
16081
|
+
}
|
|
16082
|
+
|
|
16083
|
+
.mdi-invoice-multiple-outline::before {
|
|
16084
|
+
content: "\F1CE7";
|
|
16085
|
+
}
|
|
16086
|
+
|
|
16087
|
+
.mdi-invoice-outline::before {
|
|
16088
|
+
content: "\F1CE8";
|
|
16089
|
+
}
|
|
16090
|
+
|
|
16091
|
+
.mdi-invoice-plus::before {
|
|
16092
|
+
content: "\F1CE9";
|
|
16093
|
+
}
|
|
16094
|
+
|
|
16095
|
+
.mdi-invoice-plus-outline::before {
|
|
16096
|
+
content: "\F1CEA";
|
|
16097
|
+
}
|
|
16098
|
+
|
|
16099
|
+
.mdi-invoice-remove::before {
|
|
16100
|
+
content: "\F1CEB";
|
|
16101
|
+
}
|
|
16102
|
+
|
|
16103
|
+
.mdi-invoice-remove-outline::before {
|
|
16104
|
+
content: "\F1CEC";
|
|
16105
|
+
}
|
|
16106
|
+
|
|
16107
|
+
.mdi-invoice-send::before {
|
|
16108
|
+
content: "\F1CED";
|
|
16109
|
+
}
|
|
16110
|
+
|
|
16111
|
+
.mdi-invoice-send-outline::before {
|
|
16112
|
+
content: "\F1CEE";
|
|
16113
|
+
}
|
|
16114
|
+
|
|
16115
|
+
.mdi-invoice-text::before {
|
|
16116
|
+
content: "\F1CEF";
|
|
16117
|
+
}
|
|
16118
|
+
|
|
16119
|
+
.mdi-invoice-text-arrow-left::before {
|
|
16120
|
+
content: "\F1CF0";
|
|
16121
|
+
}
|
|
16122
|
+
|
|
16123
|
+
.mdi-invoice-text-arrow-left-outline::before {
|
|
16124
|
+
content: "\F1CF1";
|
|
16125
|
+
}
|
|
16126
|
+
|
|
16127
|
+
.mdi-invoice-text-arrow-right::before {
|
|
16128
|
+
content: "\F1CF2";
|
|
16129
|
+
}
|
|
16130
|
+
|
|
16131
|
+
.mdi-invoice-text-arrow-right-outline::before {
|
|
16132
|
+
content: "\F1CF3";
|
|
16133
|
+
}
|
|
16134
|
+
|
|
16135
|
+
.mdi-invoice-text-check::before {
|
|
16136
|
+
content: "\F1CF4";
|
|
16137
|
+
}
|
|
16138
|
+
|
|
16139
|
+
.mdi-invoice-text-check-outline::before {
|
|
16140
|
+
content: "\F1CF5";
|
|
16141
|
+
}
|
|
16142
|
+
|
|
16143
|
+
.mdi-invoice-text-clock::before {
|
|
16144
|
+
content: "\F1CF6";
|
|
16145
|
+
}
|
|
16146
|
+
|
|
16147
|
+
.mdi-invoice-text-clock-outline::before {
|
|
16148
|
+
content: "\F1CF7";
|
|
16149
|
+
}
|
|
16150
|
+
|
|
16151
|
+
.mdi-invoice-text-edit::before {
|
|
16152
|
+
content: "\F1CF8";
|
|
16153
|
+
}
|
|
16154
|
+
|
|
16155
|
+
.mdi-invoice-text-edit-outline::before {
|
|
16156
|
+
content: "\F1CF9";
|
|
16157
|
+
}
|
|
16158
|
+
|
|
16159
|
+
.mdi-invoice-text-fast::before {
|
|
16160
|
+
content: "\F1CFA";
|
|
16161
|
+
}
|
|
16162
|
+
|
|
16163
|
+
.mdi-invoice-text-fast-outline::before {
|
|
16164
|
+
content: "\F1CFB";
|
|
16165
|
+
}
|
|
16166
|
+
|
|
16167
|
+
.mdi-invoice-text-minus::before {
|
|
16168
|
+
content: "\F1CFC";
|
|
16169
|
+
}
|
|
16170
|
+
|
|
16171
|
+
.mdi-invoice-text-minus-outline::before {
|
|
16172
|
+
content: "\F1CFD";
|
|
16173
|
+
}
|
|
16174
|
+
|
|
16175
|
+
.mdi-invoice-text-multiple::before {
|
|
16176
|
+
content: "\F1CFE";
|
|
16177
|
+
}
|
|
16178
|
+
|
|
16179
|
+
.mdi-invoice-text-multiple-outline::before {
|
|
16180
|
+
content: "\F1CFF";
|
|
16181
|
+
}
|
|
16182
|
+
|
|
16183
|
+
.mdi-invoice-text-outline::before {
|
|
16184
|
+
content: "\F1D00";
|
|
16185
|
+
}
|
|
16186
|
+
|
|
16187
|
+
.mdi-invoice-text-plus::before {
|
|
16188
|
+
content: "\F1D01";
|
|
16189
|
+
}
|
|
16190
|
+
|
|
16191
|
+
.mdi-invoice-text-plus-outline::before {
|
|
16192
|
+
content: "\F1D02";
|
|
16193
|
+
}
|
|
16194
|
+
|
|
16195
|
+
.mdi-invoice-text-remove::before {
|
|
16196
|
+
content: "\F1D03";
|
|
16197
|
+
}
|
|
16198
|
+
|
|
16199
|
+
.mdi-invoice-text-remove-outline::before {
|
|
16200
|
+
content: "\F1D04";
|
|
16201
|
+
}
|
|
16202
|
+
|
|
16203
|
+
.mdi-invoice-text-send::before {
|
|
16204
|
+
content: "\F1D05";
|
|
16205
|
+
}
|
|
16206
|
+
|
|
16207
|
+
.mdi-invoice-text-send-outline::before {
|
|
16208
|
+
content: "\F1D06";
|
|
16209
|
+
}
|
|
16210
|
+
|
|
15959
16211
|
.mdi-iobroker::before {
|
|
15960
16212
|
content: "\F12E8";
|
|
15961
16213
|
}
|
|
@@ -18504,6 +18756,14 @@
|
|
|
18504
18756
|
content: "\F098B";
|
|
18505
18757
|
}
|
|
18506
18758
|
|
|
18759
|
+
.mdi-mouse-left-click::before {
|
|
18760
|
+
content: "\F1D07";
|
|
18761
|
+
}
|
|
18762
|
+
|
|
18763
|
+
.mdi-mouse-left-click-outline::before {
|
|
18764
|
+
content: "\F1D08";
|
|
18765
|
+
}
|
|
18766
|
+
|
|
18507
18767
|
.mdi-mouse-move-down::before {
|
|
18508
18768
|
content: "\F1550";
|
|
18509
18769
|
}
|
|
@@ -18520,6 +18780,22 @@
|
|
|
18520
18780
|
content: "\F037E";
|
|
18521
18781
|
}
|
|
18522
18782
|
|
|
18783
|
+
.mdi-mouse-outline::before {
|
|
18784
|
+
content: "\F1D09";
|
|
18785
|
+
}
|
|
18786
|
+
|
|
18787
|
+
.mdi-mouse-right-click::before {
|
|
18788
|
+
content: "\F1D0A";
|
|
18789
|
+
}
|
|
18790
|
+
|
|
18791
|
+
.mdi-mouse-right-click-outline::before {
|
|
18792
|
+
content: "\F1D0B";
|
|
18793
|
+
}
|
|
18794
|
+
|
|
18795
|
+
.mdi-mouse-scroll-wheel::before {
|
|
18796
|
+
content: "\F1D0C";
|
|
18797
|
+
}
|
|
18798
|
+
|
|
18523
18799
|
.mdi-mouse-variant::before {
|
|
18524
18800
|
content: "\F037F";
|
|
18525
18801
|
}
|
|
@@ -21668,6 +21944,10 @@
|
|
|
21668
21944
|
content: "\F1C3D";
|
|
21669
21945
|
}
|
|
21670
21946
|
|
|
21947
|
+
.mdi-progress-tag::before {
|
|
21948
|
+
content: "\F1D0D";
|
|
21949
|
+
}
|
|
21950
|
+
|
|
21671
21951
|
.mdi-progress-upload::before {
|
|
21672
21952
|
content: "\F0998";
|
|
21673
21953
|
}
|
|
@@ -25644,6 +25924,10 @@
|
|
|
25644
25924
|
content: "\F0FE2";
|
|
25645
25925
|
}
|
|
25646
25926
|
|
|
25927
|
+
.mdi-swap-horizontal-hidden::before {
|
|
25928
|
+
content: "\F1D0E";
|
|
25929
|
+
}
|
|
25930
|
+
|
|
25647
25931
|
.mdi-swap-horizontal-variant::before {
|
|
25648
25932
|
content: "\F08C1";
|
|
25649
25933
|
}
|
|
@@ -27700,6 +27984,10 @@
|
|
|
27700
27984
|
content: "\F054B";
|
|
27701
27985
|
}
|
|
27702
27986
|
|
|
27987
|
+
.mdi-underwear-outline::before {
|
|
27988
|
+
content: "\F1D0F";
|
|
27989
|
+
}
|
|
27990
|
+
|
|
27703
27991
|
.mdi-undo::before {
|
|
27704
27992
|
content: "\F054C";
|
|
27705
27993
|
}
|
|
@@ -27760,6 +28048,22 @@
|
|
|
27760
28048
|
content: "\F0552";
|
|
27761
28049
|
}
|
|
27762
28050
|
|
|
28051
|
+
.mdi-upload-box::before {
|
|
28052
|
+
content: "\F1D10";
|
|
28053
|
+
}
|
|
28054
|
+
|
|
28055
|
+
.mdi-upload-box-outline::before {
|
|
28056
|
+
content: "\F1D11";
|
|
28057
|
+
}
|
|
28058
|
+
|
|
28059
|
+
.mdi-upload-circle::before {
|
|
28060
|
+
content: "\F1D12";
|
|
28061
|
+
}
|
|
28062
|
+
|
|
28063
|
+
.mdi-upload-circle-outline::before {
|
|
28064
|
+
content: "\F1D13";
|
|
28065
|
+
}
|
|
28066
|
+
|
|
27763
28067
|
.mdi-upload-lock::before {
|
|
27764
28068
|
content: "\F1373";
|
|
27765
28069
|
}
|
|
@@ -27772,6 +28076,10 @@
|
|
|
27772
28076
|
content: "\F083D";
|
|
27773
28077
|
}
|
|
27774
28078
|
|
|
28079
|
+
.mdi-upload-multiple-outline::before {
|
|
28080
|
+
content: "\F1D14";
|
|
28081
|
+
}
|
|
28082
|
+
|
|
27775
28083
|
.mdi-upload-network::before {
|
|
27776
28084
|
content: "\F06F6";
|
|
27777
28085
|
}
|
|
@@ -28824,6 +29132,18 @@
|
|
|
28824
29132
|
content: "\F067E";
|
|
28825
29133
|
}
|
|
28826
29134
|
|
|
29135
|
+
.mdi-weather-moonset::before {
|
|
29136
|
+
content: "\F1D15";
|
|
29137
|
+
}
|
|
29138
|
+
|
|
29139
|
+
.mdi-weather-moonset-down::before {
|
|
29140
|
+
content: "\F1D16";
|
|
29141
|
+
}
|
|
29142
|
+
|
|
29143
|
+
.mdi-weather-moonset-up::before {
|
|
29144
|
+
content: "\F1D17";
|
|
29145
|
+
}
|
|
29146
|
+
|
|
28827
29147
|
.mdi-weather-night::before {
|
|
28828
29148
|
content: "\F0594";
|
|
28829
29149
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/extras",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.11",
|
|
4
4
|
"description": "Quasar Framework fonts, icons and animations",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "node build/index.js"
|
|
7
|
-
},
|
|
8
5
|
"main": "index.js",
|
|
9
6
|
"exports": {
|
|
10
7
|
".": "./index.js",
|
|
@@ -152,19 +149,22 @@
|
|
|
152
149
|
"access": "public"
|
|
153
150
|
},
|
|
154
151
|
"devDependencies": {
|
|
155
|
-
"@fortawesome/fontawesome-free": "6.5.
|
|
156
|
-
"@mdi/font": "7.
|
|
157
|
-
"@mdi/svg": "7.
|
|
152
|
+
"@fortawesome/fontawesome-free": "6.5.1",
|
|
153
|
+
"@mdi/font": "7.4.47",
|
|
154
|
+
"@mdi/svg": "7.4.47",
|
|
158
155
|
"@xmldom/xmldom": "0.8.10",
|
|
159
156
|
"animate.css": "4.1.1",
|
|
160
|
-
"bootstrap-icons": "^1.11.
|
|
157
|
+
"bootstrap-icons": "^1.11.3",
|
|
161
158
|
"cross-fetch": "^4.0.0",
|
|
162
159
|
"cross-spawn": "7.0.3",
|
|
163
160
|
"eva-icons": "1.1.3",
|
|
164
161
|
"fs-extra": "11.2.0",
|
|
165
162
|
"glob": "10.3.10",
|
|
166
|
-
"ionicons": "7.
|
|
163
|
+
"ionicons": "7.3.1",
|
|
167
164
|
"line-awesome": "1.3.0",
|
|
168
|
-
"themify-icons": "
|
|
165
|
+
"themify-icons": "github:lykmapipo/themify-icons"
|
|
166
|
+
},
|
|
167
|
+
"scripts": {
|
|
168
|
+
"build": "node build/index.js"
|
|
169
169
|
}
|
|
170
|
-
}
|
|
170
|
+
}
|
package/themify/themify.css
CHANGED
|
File without changes
|