@keenmate/pure-admin-core 2.3.6 → 2.5.0
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 +23 -29
- package/dist/css/main.css +68 -148
- package/package.json +1 -5
- package/snippets/AUDIT.md +94 -0
- package/snippets/alerts.html +264 -89
- package/snippets/badges.html +193 -61
- package/snippets/buttons.html +178 -0
- package/snippets/callouts.html +210 -129
- package/snippets/cards.html +383 -200
- package/snippets/checkbox-lists.html +199 -65
- package/snippets/code.html +55 -11
- package/snippets/command-palette.html +401 -111
- package/snippets/comparison.html +144 -93
- package/snippets/customization.html +311 -104
- package/snippets/data-display.html +584 -0
- package/snippets/detail-panel.html +470 -138
- package/snippets/filter-card.html +246 -0
- package/snippets/forms.html +408 -308
- package/snippets/grid.html +253 -141
- package/snippets/layout.html +379 -480
- package/snippets/lists.html +144 -47
- package/snippets/loaders.html +64 -39
- package/snippets/manifest.json +330 -280
- package/snippets/modal-dialogs.html +137 -64
- package/snippets/modals.html +221 -151
- package/snippets/notifications.html +285 -0
- package/snippets/popconfirm.html +213 -19
- package/snippets/profile.html +290 -330
- package/snippets/statistics.html +247 -0
- package/snippets/tables.html +359 -150
- package/snippets/tabs.html +129 -45
- package/snippets/timeline.html +123 -56
- package/snippets/toasts.html +179 -31
- package/snippets/tooltips.html +199 -81
- package/snippets/typography.html +183 -58
- package/snippets/utilities.html +511 -415
- package/snippets/virtual-scroll.html +201 -75
- package/snippets/web-daterangepicker.html +369 -189
- package/snippets/web-multiselect.html +360 -124
- package/src/scss/core-components/_alerts.scss +51 -12
- package/src/scss/core-components/_pagers.scss +1 -1
- package/src/scss/core-components/_popconfirm.scss +35 -13
- package/src/scss/core-components/_profile.scss +18 -8
- package/src/scss/core-components/_statistics.scss +12 -12
- package/src/scss/core-components/_tables.scss +2 -134
- package/src/scss/variables/_components.scss +17 -2
- package/scripts/download-themes.js +0 -351
package/snippets/manifest.json
CHANGED
|
@@ -1,443 +1,488 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-
|
|
2
|
+
"generated": "2026-04-25T16:38:43.218Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"snippets": {
|
|
5
5
|
"alerts.html": {
|
|
6
|
-
"hash": "
|
|
7
|
-
"size":
|
|
8
|
-
"modified": "
|
|
6
|
+
"hash": "926bbd1007b3c57620551a76f62032434e4ee963d4d57fb051c4f6249863f120",
|
|
7
|
+
"size": 18349,
|
|
8
|
+
"modified": "2026-04-25T16:38:36.904Z"
|
|
9
9
|
},
|
|
10
10
|
"badges.html": {
|
|
11
|
-
"hash": "
|
|
12
|
-
"size":
|
|
13
|
-
"modified": "2026-
|
|
11
|
+
"hash": "d16502d049bb536b2b7d7fedc7ae0c03790c94eb37dd9e3f645a23066786f148",
|
|
12
|
+
"size": 13127,
|
|
13
|
+
"modified": "2026-04-24T17:20:32.809Z"
|
|
14
14
|
},
|
|
15
15
|
"buttons.html": {
|
|
16
|
-
"hash": "
|
|
17
|
-
"size":
|
|
18
|
-
"modified": "2026-
|
|
16
|
+
"hash": "459a19d8f0a8acfe656d278475b9a2db5680602eca9e499972765d23b4f71450",
|
|
17
|
+
"size": 19157,
|
|
18
|
+
"modified": "2026-04-24T17:53:47.429Z"
|
|
19
19
|
},
|
|
20
20
|
"callouts.html": {
|
|
21
|
-
"hash": "
|
|
22
|
-
"size":
|
|
23
|
-
"modified": "2026-
|
|
21
|
+
"hash": "d810ef2ead540a72fef9ab03b0be497f8c2d7526465962d072f78c16c2ee848c",
|
|
22
|
+
"size": 7267,
|
|
23
|
+
"modified": "2026-04-24T11:01:06.914Z"
|
|
24
24
|
},
|
|
25
25
|
"cards.html": {
|
|
26
|
-
"hash": "
|
|
27
|
-
"size":
|
|
28
|
-
"modified": "
|
|
26
|
+
"hash": "dbc680c25306594c90ee4ccdea120b061fa160e6988fbf08e375475bbd1c302d",
|
|
27
|
+
"size": 19086,
|
|
28
|
+
"modified": "2026-04-24T18:42:43.042Z"
|
|
29
29
|
},
|
|
30
30
|
"checkbox-lists.html": {
|
|
31
|
-
"hash": "
|
|
32
|
-
"size":
|
|
33
|
-
"modified": "
|
|
31
|
+
"hash": "7994eddec598ea585f0e000aa21f7380ffdca06bb8237273c29596cef4ec40e8",
|
|
32
|
+
"size": 26050,
|
|
33
|
+
"modified": "2026-04-24T19:17:36.828Z"
|
|
34
34
|
},
|
|
35
35
|
"code.html": {
|
|
36
|
-
"hash": "
|
|
37
|
-
"size":
|
|
38
|
-
"modified": "
|
|
36
|
+
"hash": "d6938b1ecaef6b5aef027a952bc3c6f9f5a142b554f7c3cdd25846af64795325",
|
|
37
|
+
"size": 8426,
|
|
38
|
+
"modified": "2026-04-24T11:11:42.123Z"
|
|
39
39
|
},
|
|
40
40
|
"command-palette.html": {
|
|
41
|
-
"hash": "
|
|
42
|
-
"size":
|
|
43
|
-
"modified": "
|
|
41
|
+
"hash": "63aa5f76c2252238897b851622d2ecb549d1f77f319b5ac4b3c46061e0f36174",
|
|
42
|
+
"size": 21245,
|
|
43
|
+
"modified": "2026-04-24T19:22:18.515Z"
|
|
44
44
|
},
|
|
45
45
|
"comparison.html": {
|
|
46
|
-
"hash": "
|
|
47
|
-
"size":
|
|
48
|
-
"modified": "
|
|
46
|
+
"hash": "81ed1fad5d0dba6104b83288709a51cd763012fa1b20ac99a79c8cce76aa0018",
|
|
47
|
+
"size": 21626,
|
|
48
|
+
"modified": "2026-04-24T19:26:51.585Z"
|
|
49
49
|
},
|
|
50
50
|
"customization.html": {
|
|
51
|
-
"hash": "
|
|
52
|
-
"size":
|
|
53
|
-
"modified": "2026-
|
|
51
|
+
"hash": "2bd8569bf42c80e0b66cb2ef0b852a4ef0ab403b9da813cab83a6184fe4cd1b4",
|
|
52
|
+
"size": 12792,
|
|
53
|
+
"modified": "2026-04-25T07:43:53.371Z"
|
|
54
|
+
},
|
|
55
|
+
"data-display.html": {
|
|
56
|
+
"hash": "23b4991fe67d83df0dbf2e343ad8120d69779a391e46fd2e7ad7304c081f3260",
|
|
57
|
+
"size": 24890,
|
|
58
|
+
"modified": "2026-04-25T08:26:08.569Z"
|
|
59
|
+
},
|
|
60
|
+
"detail-panel.html": {
|
|
61
|
+
"hash": "2091c5f81ff1c149a9b2788bdeedc47c84ebc0099801bf69d909935371721be9",
|
|
62
|
+
"size": 19105,
|
|
63
|
+
"modified": "2026-04-24T19:48:03.977Z"
|
|
64
|
+
},
|
|
65
|
+
"filter-card.html": {
|
|
66
|
+
"hash": "4eebe3487f3432cc9c91bac7e264e3a956ca7e3dbf9d0fc421c97b8a89d6b5c7",
|
|
67
|
+
"size": 8985,
|
|
68
|
+
"modified": "2026-04-25T08:14:10.145Z"
|
|
54
69
|
},
|
|
55
70
|
"forms.html": {
|
|
56
|
-
"hash": "
|
|
57
|
-
"size":
|
|
58
|
-
"modified": "
|
|
71
|
+
"hash": "9bc889777041310de2f976bfffa4295cf5c2805d797efd66bed7f9779a3a1e1c",
|
|
72
|
+
"size": 24299,
|
|
73
|
+
"modified": "2026-04-24T18:52:09.878Z"
|
|
59
74
|
},
|
|
60
75
|
"grid.html": {
|
|
61
|
-
"hash": "
|
|
62
|
-
"size":
|
|
63
|
-
"modified": "
|
|
76
|
+
"hash": "9830ea70e77800a05ebc69ff97be52d2e53d86a038da0f1c861392207c676550",
|
|
77
|
+
"size": 14238,
|
|
78
|
+
"modified": "2026-04-24T18:33:01.739Z"
|
|
64
79
|
},
|
|
65
80
|
"layout.html": {
|
|
66
|
-
"hash": "
|
|
67
|
-
"size":
|
|
68
|
-
"modified": "2026-
|
|
81
|
+
"hash": "84374dc0b374a2530f8ce3c906f48c16d2beab4624232a875a85aef116287ccc",
|
|
82
|
+
"size": 25512,
|
|
83
|
+
"modified": "2026-04-24T18:59:00.365Z"
|
|
69
84
|
},
|
|
70
85
|
"lists.html": {
|
|
71
|
-
"hash": "
|
|
72
|
-
"size":
|
|
73
|
-
"modified": "
|
|
86
|
+
"hash": "fbec3ec0218f7b80b97b4d7ec8e5ab95eaf8081f7415cbb2ad399cf08fa52e85",
|
|
87
|
+
"size": 11334,
|
|
88
|
+
"modified": "2026-04-24T18:26:48.346Z"
|
|
74
89
|
},
|
|
75
90
|
"loaders.html": {
|
|
76
|
-
"hash": "
|
|
77
|
-
"size":
|
|
78
|
-
"modified": "
|
|
91
|
+
"hash": "11fd0456dc834c0d151ff0fcb21189b9750eacee641447fcc018f252838265a2",
|
|
92
|
+
"size": 5765,
|
|
93
|
+
"modified": "2026-04-24T11:20:26.272Z"
|
|
79
94
|
},
|
|
80
95
|
"modal-dialogs.html": {
|
|
81
|
-
"hash": "
|
|
82
|
-
"size":
|
|
83
|
-
"modified": "
|
|
96
|
+
"hash": "0180f21d205195258114e190393629a6f55b3a9ff77d57ff590b229d137034f0",
|
|
97
|
+
"size": 15159,
|
|
98
|
+
"modified": "2026-04-24T19:44:56.718Z"
|
|
84
99
|
},
|
|
85
100
|
"modals.html": {
|
|
86
|
-
"hash": "
|
|
87
|
-
"size":
|
|
88
|
-
"modified": "2026-
|
|
101
|
+
"hash": "4d5b9e3df60aa27c4bb507402888b52dce47b2519975a17f2c4e2a9e4dfb651e",
|
|
102
|
+
"size": 14933,
|
|
103
|
+
"modified": "2026-04-24T19:31:23.045Z"
|
|
104
|
+
},
|
|
105
|
+
"notifications.html": {
|
|
106
|
+
"hash": "973bf7da44e94f9b882eb4266af1ac1c9d75b1cc59f23ecb1b0fb8cfdd1f028f",
|
|
107
|
+
"size": 11472,
|
|
108
|
+
"modified": "2026-04-25T08:17:51.559Z"
|
|
89
109
|
},
|
|
90
110
|
"popconfirm.html": {
|
|
91
|
-
"hash": "
|
|
92
|
-
"size":
|
|
93
|
-
"modified": "
|
|
111
|
+
"hash": "c24d2f65d36c647c88a70c543d21e7defaf588d01c9f9fe128daf912cd853802",
|
|
112
|
+
"size": 16749,
|
|
113
|
+
"modified": "2026-04-24T11:46:25.684Z"
|
|
94
114
|
},
|
|
95
115
|
"profile.html": {
|
|
96
|
-
"hash": "
|
|
97
|
-
"size":
|
|
98
|
-
"modified": "2026-
|
|
116
|
+
"hash": "62a1fd101c0d8e95e9de14a5f7eca3bb20313d2744a3c8d17eda222414c66001",
|
|
117
|
+
"size": 24615,
|
|
118
|
+
"modified": "2026-04-24T19:03:10.898Z"
|
|
119
|
+
},
|
|
120
|
+
"statistics.html": {
|
|
121
|
+
"hash": "e11665ba16e037078c65cef561fa8e2ce668cf1f9f7c70fe70847a498f4f6da1",
|
|
122
|
+
"size": 10499,
|
|
123
|
+
"modified": "2026-04-25T08:16:07.026Z"
|
|
99
124
|
},
|
|
100
125
|
"tables.html": {
|
|
101
|
-
"hash": "
|
|
102
|
-
"size":
|
|
103
|
-
"modified": "2026-
|
|
126
|
+
"hash": "9c8deae9a93aec7fea84423f26287ec04c9dd7cdcce3af22155c6b7f36b88ea8",
|
|
127
|
+
"size": 18036,
|
|
128
|
+
"modified": "2026-04-24T18:14:21.144Z"
|
|
104
129
|
},
|
|
105
130
|
"tabs.html": {
|
|
106
|
-
"hash": "
|
|
107
|
-
"size":
|
|
108
|
-
"modified": "2026-
|
|
131
|
+
"hash": "43ab064f49d7380efbb6234ca205cfee6abf7b7a4ac1585199e5af0724b64482",
|
|
132
|
+
"size": 34135,
|
|
133
|
+
"modified": "2026-04-24T19:07:27.360Z"
|
|
109
134
|
},
|
|
110
135
|
"timeline.html": {
|
|
111
|
-
"hash": "
|
|
112
|
-
"size":
|
|
113
|
-
"modified": "
|
|
136
|
+
"hash": "c874f4c8de841747ef61da86faa6aa76a7524e66aaf9e993a617e7ace398edb0",
|
|
137
|
+
"size": 17208,
|
|
138
|
+
"modified": "2026-04-24T19:10:57.312Z"
|
|
114
139
|
},
|
|
115
140
|
"toasts.html": {
|
|
116
|
-
"hash": "
|
|
117
|
-
"size":
|
|
118
|
-
"modified": "
|
|
141
|
+
"hash": "807f098ba5907058d2e1064d218a3e0bf6ac8e8d1512a8fee057c8b8116dd5b7",
|
|
142
|
+
"size": 11537,
|
|
143
|
+
"modified": "2026-04-24T11:26:48.340Z"
|
|
119
144
|
},
|
|
120
145
|
"tooltips.html": {
|
|
121
|
-
"hash": "
|
|
122
|
-
"size":
|
|
123
|
-
"modified": "2026-
|
|
146
|
+
"hash": "4d7f62284ef245fdd46129e622c5ad4d0e234173dfecbd0fbdf700b9a31f6177",
|
|
147
|
+
"size": 19939,
|
|
148
|
+
"modified": "2026-04-24T18:29:44.022Z"
|
|
124
149
|
},
|
|
125
150
|
"typography.html": {
|
|
126
|
-
"hash": "
|
|
127
|
-
"size":
|
|
128
|
-
"modified": "
|
|
151
|
+
"hash": "c8dbd971e90e5d1d44cf9b53781d2684518c99eb051ee877c35f0c21f11326d1",
|
|
152
|
+
"size": 8786,
|
|
153
|
+
"modified": "2026-04-24T16:16:11.084Z"
|
|
129
154
|
},
|
|
130
155
|
"utilities.html": {
|
|
131
|
-
"hash": "
|
|
132
|
-
"size":
|
|
133
|
-
"modified": "
|
|
156
|
+
"hash": "9d41e44896843edbcba35c369d22c5d9f3b341cc5368fbd7a8527e2f4b79a8f6",
|
|
157
|
+
"size": 24820,
|
|
158
|
+
"modified": "2026-04-24T18:37:50.460Z"
|
|
134
159
|
},
|
|
135
160
|
"virtual-scroll.html": {
|
|
136
|
-
"hash": "
|
|
137
|
-
"size":
|
|
138
|
-
"modified": "
|
|
161
|
+
"hash": "03d6c68dae634de20b8dac82a2ef9b40c059deca6d09f45c5d36bcb8336a4e6b",
|
|
162
|
+
"size": 17106,
|
|
163
|
+
"modified": "2026-04-25T07:53:27.260Z"
|
|
139
164
|
},
|
|
140
165
|
"web-daterangepicker.html": {
|
|
141
|
-
"hash": "
|
|
142
|
-
"size":
|
|
143
|
-
"modified": "
|
|
166
|
+
"hash": "208a7c65776c99eba5653ef270ae48928a1293da2b8e16a010e832d982c08613",
|
|
167
|
+
"size": 27591,
|
|
168
|
+
"modified": "2026-04-25T07:58:58.358Z"
|
|
144
169
|
},
|
|
145
170
|
"web-multiselect.html": {
|
|
146
|
-
"hash": "
|
|
147
|
-
"size":
|
|
148
|
-
"modified": "
|
|
171
|
+
"hash": "e497f2df1cb7572747eba99eb8eb6dd758667c7fdd713950cf40e168426dd2d7",
|
|
172
|
+
"size": 23205,
|
|
173
|
+
"modified": "2026-04-25T08:02:56.080Z"
|
|
149
174
|
}
|
|
150
175
|
},
|
|
151
176
|
"scss": {
|
|
152
177
|
"core-components/badges/_badge-base.scss": {
|
|
153
|
-
"hash": "
|
|
154
|
-
"size":
|
|
155
|
-
"modified": "2026-
|
|
178
|
+
"hash": "a8a5bc4db82dd5fce07cbe27bddc756a7aa1ec932e7a222fae8f3f2bff601083",
|
|
179
|
+
"size": 2920,
|
|
180
|
+
"modified": "2026-03-29T16:41:43.308Z"
|
|
156
181
|
},
|
|
157
182
|
"core-components/badges/_badge-group.scss": {
|
|
158
|
-
"hash": "
|
|
159
|
-
"size":
|
|
160
|
-
"modified": "2026-
|
|
183
|
+
"hash": "a452f3f69436c7af41a2bf8402b0cad9e233604af617a2838065a07169609023",
|
|
184
|
+
"size": 699,
|
|
185
|
+
"modified": "2026-03-29T15:04:43.397Z"
|
|
161
186
|
},
|
|
162
187
|
"core-components/badges/_composite-badge-variants.scss": {
|
|
163
|
-
"hash": "
|
|
164
|
-
"size":
|
|
165
|
-
"modified": "2026-
|
|
188
|
+
"hash": "701bad94cb009034f809e8b4c38043f6d786f9fe8f351fc797aaf67bbc97f703",
|
|
189
|
+
"size": 9695,
|
|
190
|
+
"modified": "2026-03-29T15:04:43.399Z"
|
|
166
191
|
},
|
|
167
192
|
"core-components/badges/_composite-badge.scss": {
|
|
168
|
-
"hash": "
|
|
169
|
-
"size":
|
|
170
|
-
"modified": "2026-
|
|
193
|
+
"hash": "825318a9778aa64c1abaee242b7203b748197ce52e89a8f081407a18c35d6e2d",
|
|
194
|
+
"size": 1892,
|
|
195
|
+
"modified": "2026-03-29T15:05:40.020Z"
|
|
171
196
|
},
|
|
172
197
|
"core-components/badges/_index.scss": {
|
|
173
|
-
"hash": "
|
|
174
|
-
"size":
|
|
175
|
-
"modified": "2026-
|
|
198
|
+
"hash": "969e7e69fea410c8c7c1c9d4eca1442bb944b643babbb92ca45cff97a9b99ab9",
|
|
199
|
+
"size": 305,
|
|
200
|
+
"modified": "2026-03-29T15:04:43.403Z"
|
|
176
201
|
},
|
|
177
202
|
"core-components/badges/_labels.scss": {
|
|
178
|
-
"hash": "
|
|
179
|
-
"size":
|
|
180
|
-
"modified": "2026-
|
|
203
|
+
"hash": "c94ab770c8ad99cea235bd0ddfad7463aa576eb7e57386d703239d6f265be1bd",
|
|
204
|
+
"size": 3775,
|
|
205
|
+
"modified": "2026-03-29T15:05:40.023Z"
|
|
181
206
|
},
|
|
182
207
|
"core-components/forms/_checkboxes-radios.scss": {
|
|
183
|
-
"hash": "
|
|
184
|
-
"size":
|
|
185
|
-
"modified": "2026-
|
|
208
|
+
"hash": "9ea3c6d4bc2c5fb99dc685164cff4010afc92d45454930edc910d39a00d583e3",
|
|
209
|
+
"size": 5296,
|
|
210
|
+
"modified": "2026-03-29T16:41:19.544Z"
|
|
186
211
|
},
|
|
187
212
|
"core-components/forms/_form-inputs.scss": {
|
|
188
|
-
"hash": "
|
|
189
|
-
"size":
|
|
190
|
-
"modified": "2026-
|
|
213
|
+
"hash": "3cfe721eb930db7950642a67aa7515f6aa6563f9bbb242c60238d7f4dbadb34a",
|
|
214
|
+
"size": 3633,
|
|
215
|
+
"modified": "2026-03-29T15:05:40.030Z"
|
|
191
216
|
},
|
|
192
217
|
"core-components/forms/_form-layout.scss": {
|
|
193
|
-
"hash": "
|
|
194
|
-
"size":
|
|
195
|
-
"modified": "2026-
|
|
218
|
+
"hash": "ed77e2c2b50a0d02c1b5c849657fb19b24196cd19d4863ceb6a340448fbed3b6",
|
|
219
|
+
"size": 1719,
|
|
220
|
+
"modified": "2026-03-29T15:04:43.418Z"
|
|
196
221
|
},
|
|
197
222
|
"core-components/forms/_form-states.scss": {
|
|
198
|
-
"hash": "
|
|
199
|
-
"size":
|
|
200
|
-
"modified": "2026-
|
|
223
|
+
"hash": "7f9fa2e54275893b909721a596afbaaededaa3b8caa48f279341481e17c9826c",
|
|
224
|
+
"size": 2624,
|
|
225
|
+
"modified": "2026-03-29T15:04:43.420Z"
|
|
201
226
|
},
|
|
202
227
|
"core-components/forms/_index.scss": {
|
|
203
|
-
"hash": "
|
|
204
|
-
"size":
|
|
205
|
-
"modified": "2026-
|
|
228
|
+
"hash": "9ff07e7f04c4b840267cd6743a94f2e08b1e8e4d09252944b09ef9803900ddd3",
|
|
229
|
+
"size": 352,
|
|
230
|
+
"modified": "2026-03-29T15:04:43.421Z"
|
|
206
231
|
},
|
|
207
232
|
"core-components/forms/_input-groups.scss": {
|
|
208
|
-
"hash": "
|
|
209
|
-
"size":
|
|
210
|
-
"modified": "2026-
|
|
233
|
+
"hash": "5a10c659c7c02c58e42a6f0f8a3ece79624902399ccbade7008263fbf351f8b7",
|
|
234
|
+
"size": 4824,
|
|
235
|
+
"modified": "2026-03-29T15:05:40.037Z"
|
|
211
236
|
},
|
|
212
237
|
"core-components/forms/_input-wrapper.scss": {
|
|
213
|
-
"hash": "
|
|
214
|
-
"size":
|
|
215
|
-
"modified": "2026-
|
|
238
|
+
"hash": "d9761032685812e0cce6e805668bd0d70d872922d6a802480ebfae2578492309",
|
|
239
|
+
"size": 1905,
|
|
240
|
+
"modified": "2026-03-29T15:04:43.426Z"
|
|
216
241
|
},
|
|
217
242
|
"core-components/forms/_query-editor.scss": {
|
|
218
|
-
"hash": "
|
|
219
|
-
"size":
|
|
220
|
-
"modified": "2026-
|
|
243
|
+
"hash": "d305327744ec54b9ab2748b82765a5a870a9f11b4ee2a4ab5bd03086b80a4489",
|
|
244
|
+
"size": 7620,
|
|
245
|
+
"modified": "2026-03-29T16:40:01.321Z"
|
|
221
246
|
},
|
|
222
247
|
"core-components/layout/_index.scss": {
|
|
223
|
-
"hash": "
|
|
224
|
-
"size":
|
|
225
|
-
"modified": "2026-
|
|
248
|
+
"hash": "1dca5fa09aa8b0a474ef515013e271c95f3a8dc06e2b0bc3075f0129daea821e",
|
|
249
|
+
"size": 329,
|
|
250
|
+
"modified": "2026-03-29T15:04:43.431Z"
|
|
226
251
|
},
|
|
227
252
|
"core-components/layout/_layout-container.scss": {
|
|
228
|
-
"hash": "
|
|
229
|
-
"size":
|
|
230
|
-
"modified": "2026-
|
|
253
|
+
"hash": "226a7a41b34a08c4a8e9b9d44082a6ca3c66d12e81fb8913084691fdb8ef0598",
|
|
254
|
+
"size": 4286,
|
|
255
|
+
"modified": "2026-03-29T15:04:43.432Z"
|
|
231
256
|
},
|
|
232
257
|
"core-components/layout/_layout-responsive.scss": {
|
|
233
|
-
"hash": "
|
|
234
|
-
"size":
|
|
235
|
-
"modified": "2026-
|
|
258
|
+
"hash": "4a2ceba3963edb060e1059f7e8ea6bfbba82a40c37821d70aa91002b9552666b",
|
|
259
|
+
"size": 2445,
|
|
260
|
+
"modified": "2026-03-29T15:04:43.437Z"
|
|
236
261
|
},
|
|
237
262
|
"core-components/layout/_navbar-elements.scss": {
|
|
238
|
-
"hash": "
|
|
239
|
-
"size":
|
|
240
|
-
"modified": "2026-
|
|
263
|
+
"hash": "1d5aa85a59e2e94aeef8658868aa50dfe13131af3b47a738f2c1af505c9a5c9e",
|
|
264
|
+
"size": 6303,
|
|
265
|
+
"modified": "2026-03-29T15:05:40.043Z"
|
|
241
266
|
},
|
|
242
267
|
"core-components/layout/_navbar.scss": {
|
|
243
|
-
"hash": "
|
|
244
|
-
"size":
|
|
245
|
-
"modified": "2026-
|
|
268
|
+
"hash": "aae10c0c10e854c7c09503ae63521923b627885b4846cefa433aa5b2d071114c",
|
|
269
|
+
"size": 2041,
|
|
270
|
+
"modified": "2026-04-01T19:15:19.499Z"
|
|
246
271
|
},
|
|
247
272
|
"core-components/layout/_sidebar-states.scss": {
|
|
248
|
-
"hash": "
|
|
249
|
-
"size":
|
|
250
|
-
"modified": "2026-
|
|
273
|
+
"hash": "192934f9372f5cf2c506bf20d1eabedceca5298c24e971b723e1d36b20e479db",
|
|
274
|
+
"size": 7589,
|
|
275
|
+
"modified": "2026-03-29T15:05:40.053Z"
|
|
251
276
|
},
|
|
252
277
|
"core-components/layout/_sidebar.scss": {
|
|
253
|
-
"hash": "
|
|
254
|
-
"size":
|
|
255
|
-
"modified": "2026-
|
|
278
|
+
"hash": "cb4c3a45b3c0665677875459ca9ae51e2ac61789d987c2bbf7a885abc541fcb4",
|
|
279
|
+
"size": 6176,
|
|
280
|
+
"modified": "2026-03-29T15:04:43.450Z"
|
|
256
281
|
},
|
|
257
282
|
"core-components/_alerts.scss": {
|
|
258
|
-
"hash": "
|
|
259
|
-
"size":
|
|
260
|
-
"modified": "2026-
|
|
283
|
+
"hash": "7221a164d9d1a4574b1a3e20dbbb2ef96c1319b3e48065a676eb30327ca79da7",
|
|
284
|
+
"size": 7306,
|
|
285
|
+
"modified": "2026-04-25T16:27:54.007Z"
|
|
261
286
|
},
|
|
262
287
|
"core-components/_badges.scss": {
|
|
263
|
-
"hash": "
|
|
264
|
-
"size":
|
|
265
|
-
"modified": "2026-
|
|
288
|
+
"hash": "870062cb190442b51584a0f43792bd464612589a215e5d4cd321ea083386cb68",
|
|
289
|
+
"size": 664,
|
|
290
|
+
"modified": "2026-03-29T15:04:43.279Z"
|
|
266
291
|
},
|
|
267
292
|
"core-components/_base.scss": {
|
|
268
|
-
"hash": "
|
|
269
|
-
"size":
|
|
270
|
-
"modified": "2026-
|
|
293
|
+
"hash": "63e16d496cad5e107d94b2f84571d779fc0663b13a24ac436551e2079c3fa210",
|
|
294
|
+
"size": 3005,
|
|
295
|
+
"modified": "2026-03-29T15:04:43.281Z"
|
|
271
296
|
},
|
|
272
297
|
"core-components/_buttons.scss": {
|
|
273
|
-
"hash": "
|
|
274
|
-
"size":
|
|
275
|
-
"modified": "2026-
|
|
298
|
+
"hash": "21b10ce2cbd342be1e1579b93cb0d688428c1b977e1eaffe59a765d65f222c25",
|
|
299
|
+
"size": 13544,
|
|
300
|
+
"modified": "2026-03-29T18:24:17.459Z"
|
|
276
301
|
},
|
|
277
302
|
"core-components/_callouts.scss": {
|
|
278
|
-
"hash": "
|
|
279
|
-
"size":
|
|
280
|
-
"modified": "2026-
|
|
303
|
+
"hash": "bc2e7ecbd4713c8ad7425d1a8e33f812662a88fbe5fd7d41ecd88a4c7dd97924",
|
|
304
|
+
"size": 3479,
|
|
305
|
+
"modified": "2026-03-29T15:05:39.924Z"
|
|
281
306
|
},
|
|
282
307
|
"core-components/_cards.scss": {
|
|
283
|
-
"hash": "
|
|
284
|
-
"size":
|
|
285
|
-
"modified": "2026-
|
|
308
|
+
"hash": "45d9302d11a2a8e291009d2538dbc903f3612067fac6a64f7a044f3d3eb9588f",
|
|
309
|
+
"size": 11912,
|
|
310
|
+
"modified": "2026-03-29T16:41:19.491Z"
|
|
286
311
|
},
|
|
287
312
|
"core-components/_checkbox-lists.scss": {
|
|
288
|
-
"hash": "
|
|
289
|
-
"size":
|
|
290
|
-
"modified": "2026-
|
|
313
|
+
"hash": "743226da1a81188ccb72754a98068628228b651ced254288a87449e1681c153e",
|
|
314
|
+
"size": 6853,
|
|
315
|
+
"modified": "2026-03-29T15:05:39.929Z"
|
|
291
316
|
},
|
|
292
317
|
"core-components/_code.scss": {
|
|
293
|
-
"hash": "
|
|
294
|
-
"size":
|
|
295
|
-
"modified": "2026-
|
|
318
|
+
"hash": "13f2c7d10e4602a1d6d7e16206fe0e90181f86129fca3ad134f0908633497765",
|
|
319
|
+
"size": 3370,
|
|
320
|
+
"modified": "2026-03-29T15:05:39.932Z"
|
|
296
321
|
},
|
|
297
322
|
"core-components/_command-palette.scss": {
|
|
298
|
-
"hash": "
|
|
299
|
-
"size":
|
|
300
|
-
"modified": "2026-
|
|
323
|
+
"hash": "88e7bfe790238d291b300be3ea2680bd2a5912489d86501e78707fb60192225d",
|
|
324
|
+
"size": 13298,
|
|
325
|
+
"modified": "2026-03-31T17:00:34.262Z"
|
|
301
326
|
},
|
|
302
327
|
"core-components/_comparison.scss": {
|
|
303
|
-
"hash": "
|
|
304
|
-
"size":
|
|
305
|
-
"modified": "2026-
|
|
328
|
+
"hash": "4db8c21a499619bc089834f9fa7bdfa5cd42e035538cf37644fe9a9eee3d93fb",
|
|
329
|
+
"size": 4279,
|
|
330
|
+
"modified": "2026-03-29T15:05:39.939Z"
|
|
331
|
+
},
|
|
332
|
+
"core-components/_data-display.scss": {
|
|
333
|
+
"hash": "5f554ef8984e9e89351525460bfb204f07b898ec892891b48af6799e00c24fed",
|
|
334
|
+
"size": 30667,
|
|
335
|
+
"modified": "2026-03-29T16:41:19.502Z"
|
|
336
|
+
},
|
|
337
|
+
"core-components/_data-viz.scss": {
|
|
338
|
+
"hash": "8fc7f38634914b40280d0ab04de9789444b0f89614c800e072c843262d946877",
|
|
339
|
+
"size": 15184,
|
|
340
|
+
"modified": "2026-03-29T16:41:19.507Z"
|
|
341
|
+
},
|
|
342
|
+
"core-components/_detail-panel.scss": {
|
|
343
|
+
"hash": "4c06ffcb9a3412ad841029aa9f6339b1681011aa6fd35f0a74a9cbe0e5e8702d",
|
|
344
|
+
"size": 9782,
|
|
345
|
+
"modified": "2026-03-29T15:05:39.950Z"
|
|
306
346
|
},
|
|
307
347
|
"core-components/_file-selector.scss": {
|
|
308
|
-
"hash": "
|
|
309
|
-
"size":
|
|
310
|
-
"modified": "2026-
|
|
348
|
+
"hash": "2900081da7e28c0006216ce4ded760827aa36341e2ac262a22e5501a1ecf800f",
|
|
349
|
+
"size": 16125,
|
|
350
|
+
"modified": "2026-03-29T15:05:39.956Z"
|
|
351
|
+
},
|
|
352
|
+
"core-components/_filter-card.scss": {
|
|
353
|
+
"hash": "47a0b2cab48b6ba092771bae99f73fab981d68c76cdab81e72964a8e64fef4aa",
|
|
354
|
+
"size": 1145,
|
|
355
|
+
"modified": "2026-03-29T15:04:43.321Z"
|
|
311
356
|
},
|
|
312
357
|
"core-components/_forms.scss": {
|
|
313
|
-
"hash": "
|
|
314
|
-
"size":
|
|
315
|
-
"modified": "2026-
|
|
358
|
+
"hash": "cd8dbc1706436975ba98636cc40f2cff5e5a80aff1a913c175ba6a91dbe1499e",
|
|
359
|
+
"size": 678,
|
|
360
|
+
"modified": "2026-03-29T15:04:43.323Z"
|
|
316
361
|
},
|
|
317
362
|
"core-components/_grid.scss": {
|
|
318
|
-
"hash": "
|
|
319
|
-
"size":
|
|
320
|
-
"modified": "2026-
|
|
363
|
+
"hash": "45e2bd0a9a01234be24794fd7588fc0db85d4e846c78102d26179cc3003454ad",
|
|
364
|
+
"size": 8180,
|
|
365
|
+
"modified": "2026-03-29T15:04:43.325Z"
|
|
321
366
|
},
|
|
322
367
|
"core-components/_layout.scss": {
|
|
323
|
-
"hash": "
|
|
324
|
-
"size":
|
|
325
|
-
"modified": "2026-
|
|
368
|
+
"hash": "0b27e29b91eaede7d1f93c57eaf347d3327e49b6d926efc269e58e70dae9fb62",
|
|
369
|
+
"size": 617,
|
|
370
|
+
"modified": "2026-03-29T15:04:43.328Z"
|
|
326
371
|
},
|
|
327
372
|
"core-components/_lists.scss": {
|
|
328
|
-
"hash": "
|
|
329
|
-
"size":
|
|
330
|
-
"modified": "2026-
|
|
373
|
+
"hash": "842a670d4cd4cd6d8a61f6800f104f1d5f388c38f1ac1bfbe7ff6c511104dff3",
|
|
374
|
+
"size": 4214,
|
|
375
|
+
"modified": "2026-03-29T15:05:39.544Z"
|
|
331
376
|
},
|
|
332
377
|
"core-components/_loaders.scss": {
|
|
333
|
-
"hash": "
|
|
334
|
-
"size":
|
|
335
|
-
"modified": "2026-
|
|
378
|
+
"hash": "43f3c792718614b9aa5644b66402c4d6615ce825f9743f2ea58565c9d714f946",
|
|
379
|
+
"size": 5172,
|
|
380
|
+
"modified": "2026-03-29T15:05:39.547Z"
|
|
336
381
|
},
|
|
337
382
|
"core-components/_logic-tree.scss": {
|
|
338
|
-
"hash": "
|
|
339
|
-
"size":
|
|
340
|
-
"modified": "2026-
|
|
383
|
+
"hash": "fa20412baa9a5ec0c62df7135a60a115b0c6666255dc1478bcf459da7c2ce34f",
|
|
384
|
+
"size": 7040,
|
|
385
|
+
"modified": "2026-03-29T15:05:39.959Z"
|
|
341
386
|
},
|
|
342
387
|
"core-components/_modals.scss": {
|
|
343
|
-
"hash": "
|
|
344
|
-
"size":
|
|
345
|
-
"modified": "2026-
|
|
388
|
+
"hash": "5dcc74900775d6776a80d9258898a971e1246a09ba048b315cce62db1677cf54",
|
|
389
|
+
"size": 4877,
|
|
390
|
+
"modified": "2026-03-29T16:41:19.514Z"
|
|
346
391
|
},
|
|
347
392
|
"core-components/_notifications.scss": {
|
|
348
|
-
"hash": "
|
|
349
|
-
"size":
|
|
350
|
-
"modified": "2026-
|
|
393
|
+
"hash": "0571de102ea886f6deb92d97b9f18d60f29a085c0f617526be70c61270f279b9",
|
|
394
|
+
"size": 6987,
|
|
395
|
+
"modified": "2026-03-29T15:05:39.962Z"
|
|
351
396
|
},
|
|
352
397
|
"core-components/_pagers.scss": {
|
|
353
|
-
"hash": "
|
|
354
|
-
"size":
|
|
355
|
-
"modified": "2026-
|
|
398
|
+
"hash": "54b7abe7fad7ff4fc78e61a2573e23c5b9f51b86e8303bacb3b0c34797d4ee3c",
|
|
399
|
+
"size": 2832,
|
|
400
|
+
"modified": "2026-04-24T18:21:24.279Z"
|
|
356
401
|
},
|
|
357
402
|
"core-components/_popconfirm.scss": {
|
|
358
|
-
"hash": "
|
|
359
|
-
"size":
|
|
360
|
-
"modified": "2026-
|
|
403
|
+
"hash": "ce8bec405d516c3517f7b3949a260a089304444ff04197b7a584f6daa94646f3",
|
|
404
|
+
"size": 4594,
|
|
405
|
+
"modified": "2026-04-24T11:44:45.947Z"
|
|
361
406
|
},
|
|
362
407
|
"core-components/_profile.scss": {
|
|
363
|
-
"hash": "
|
|
364
|
-
"size":
|
|
365
|
-
"modified": "2026-
|
|
408
|
+
"hash": "bc1553a7e0b8b42384f4e56629a94f344cfeea16c905a19f0a7549ee95b73249",
|
|
409
|
+
"size": 10877,
|
|
410
|
+
"modified": "2026-04-16T13:51:13.056Z"
|
|
366
411
|
},
|
|
367
412
|
"core-components/_scrollbars.scss": {
|
|
368
|
-
"hash": "
|
|
369
|
-
"size":
|
|
370
|
-
"modified": "2026-
|
|
413
|
+
"hash": "9e2a26fe140c9e2a9c39db1799d06d6c8a2f982186e2c47dd05d20bd1d2cf799",
|
|
414
|
+
"size": 997,
|
|
415
|
+
"modified": "2026-03-29T16:41:19.520Z"
|
|
371
416
|
},
|
|
372
417
|
"core-components/_settings-panel.scss": {
|
|
373
|
-
"hash": "
|
|
374
|
-
"size":
|
|
375
|
-
"modified": "2026-
|
|
418
|
+
"hash": "e17016d0bfe221780f954f762503f3cc6141a1a236ac4bb556bf195922dc24d6",
|
|
419
|
+
"size": 4105,
|
|
420
|
+
"modified": "2026-03-29T15:05:39.979Z"
|
|
376
421
|
},
|
|
377
422
|
"core-components/_statistics.scss": {
|
|
378
|
-
"hash": "
|
|
379
|
-
"size":
|
|
380
|
-
"modified": "2026-
|
|
423
|
+
"hash": "efa7040d1ab0424e95d2b8bc72cfbeb539f11f93539c9b9621044a63d9171686",
|
|
424
|
+
"size": 5252,
|
|
425
|
+
"modified": "2026-04-16T13:08:27.086Z"
|
|
381
426
|
},
|
|
382
427
|
"core-components/_tables.scss": {
|
|
383
|
-
"hash": "
|
|
384
|
-
"size":
|
|
385
|
-
"modified": "2026-
|
|
428
|
+
"hash": "c42d2a571d239169e629fe566ca022ac6185c5eb80b7940fd8aa0149d97a8e3d",
|
|
429
|
+
"size": 20779,
|
|
430
|
+
"modified": "2026-04-24T18:21:19.656Z"
|
|
386
431
|
},
|
|
387
432
|
"core-components/_tabs.scss": {
|
|
388
|
-
"hash": "
|
|
389
|
-
"size":
|
|
390
|
-
"modified": "2026-
|
|
433
|
+
"hash": "e6a4a0c57cc851871a9911d8bab0fa66f56d2907c02e38ebb8260f6fc1b66464",
|
|
434
|
+
"size": 14130,
|
|
435
|
+
"modified": "2026-03-29T16:41:19.526Z"
|
|
391
436
|
},
|
|
392
437
|
"core-components/_timeline.scss": {
|
|
393
|
-
"hash": "
|
|
394
|
-
"size":
|
|
395
|
-
"modified": "2026-
|
|
438
|
+
"hash": "7992ea8caa4f1bec8cd1110049bc2b04c62db9c5f16f31dce241d7468fc12564",
|
|
439
|
+
"size": 17370,
|
|
440
|
+
"modified": "2026-03-29T16:42:09.743Z"
|
|
396
441
|
},
|
|
397
442
|
"core-components/_toasts.scss": {
|
|
398
|
-
"hash": "
|
|
399
|
-
"size":
|
|
400
|
-
"modified": "2026-
|
|
443
|
+
"hash": "d0fde205cf2f2996de1ed96e8101a31aba6db4269338ee2eaeb8fc669cf99f22",
|
|
444
|
+
"size": 10222,
|
|
445
|
+
"modified": "2026-03-29T15:05:39.999Z"
|
|
401
446
|
},
|
|
402
447
|
"core-components/_tooltips.scss": {
|
|
403
|
-
"hash": "
|
|
404
|
-
"size":
|
|
405
|
-
"modified": "2026-
|
|
448
|
+
"hash": "23c4a57366ffac79c9f6c0b1cfdc1fdf52095c8a03f15ab70dfa1bd5663458ed",
|
|
449
|
+
"size": 17057,
|
|
450
|
+
"modified": "2026-03-29T16:41:19.536Z"
|
|
406
451
|
},
|
|
407
452
|
"core-components/_utilities.scss": {
|
|
408
|
-
"hash": "
|
|
409
|
-
"size":
|
|
410
|
-
"modified": "2026-
|
|
453
|
+
"hash": "87bdf57bd863d29fd50d009c7e2a2ece03a4b1d6a21eed2122c81adb310a5f3c",
|
|
454
|
+
"size": 11239,
|
|
455
|
+
"modified": "2026-04-03T17:12:25.641Z"
|
|
411
456
|
},
|
|
412
457
|
"core-components/_web-components-theme.scss": {
|
|
413
|
-
"hash": "
|
|
414
|
-
"size":
|
|
415
|
-
"modified": "2026-
|
|
458
|
+
"hash": "25359188afe5de166fb4beb6877e0d9099ecc66e49d244bd1838b48537ff6f04",
|
|
459
|
+
"size": 889,
|
|
460
|
+
"modified": "2026-03-29T15:04:43.393Z"
|
|
416
461
|
},
|
|
417
462
|
"main.scss": {
|
|
418
|
-
"hash": "
|
|
419
|
-
"size":
|
|
420
|
-
"modified": "2026-
|
|
463
|
+
"hash": "ff7af2b63f7be7c53dd53e07ec12e77977605be89309dc99f0dd8d8091651d7c",
|
|
464
|
+
"size": 195,
|
|
465
|
+
"modified": "2026-03-29T14:59:53.778Z"
|
|
421
466
|
},
|
|
422
467
|
"utilities.scss": {
|
|
423
|
-
"hash": "
|
|
424
|
-
"size":
|
|
425
|
-
"modified": "2026-
|
|
468
|
+
"hash": "2e6e551ee5b2edc3a43111c80948ea4e0da76502caca3ce51380078546fa4c5f",
|
|
469
|
+
"size": 20998,
|
|
470
|
+
"modified": "2026-03-29T14:59:53.781Z"
|
|
426
471
|
},
|
|
427
472
|
"variables/_base.scss": {
|
|
428
|
-
"hash": "
|
|
429
|
-
"size":
|
|
430
|
-
"modified": "2026-
|
|
473
|
+
"hash": "3ad9f161b5b0596ee196d2f2337fde2bbeb5b97375daea6e611bf96af09569d8",
|
|
474
|
+
"size": 11148,
|
|
475
|
+
"modified": "2026-03-29T14:59:53.785Z"
|
|
431
476
|
},
|
|
432
477
|
"variables/_colors.scss": {
|
|
433
|
-
"hash": "
|
|
434
|
-
"size":
|
|
435
|
-
"modified": "2026-01-
|
|
478
|
+
"hash": "ce6527c6682a577cdc20d785acf10df87754c7be42bd25179d4fa77eb1b73309",
|
|
479
|
+
"size": 9101,
|
|
480
|
+
"modified": "2026-01-23T20:24:45.675Z"
|
|
436
481
|
},
|
|
437
482
|
"variables/_components.scss": {
|
|
438
|
-
"hash": "
|
|
439
|
-
"size":
|
|
440
|
-
"modified": "2026-
|
|
483
|
+
"hash": "286dd7b47ee387f41711de8d376676eda1ea9a4ff66f2217129756f2b35ccf9e",
|
|
484
|
+
"size": 38278,
|
|
485
|
+
"modified": "2026-04-25T16:19:09.412Z"
|
|
441
486
|
},
|
|
442
487
|
"variables/_index.scss": {
|
|
443
488
|
"hash": "df8da66a2c9a442eeacaaa8fcae82eb4a23c259819feb626015c54d671cec1f9",
|
|
@@ -445,9 +490,9 @@
|
|
|
445
490
|
"modified": "2026-01-17T13:02:52.278Z"
|
|
446
491
|
},
|
|
447
492
|
"variables/_layout.scss": {
|
|
448
|
-
"hash": "
|
|
449
|
-
"size":
|
|
450
|
-
"modified": "2026-
|
|
493
|
+
"hash": "58b26ad277c3a18cb2210deb121cd0aa324105a0ebb4ef434881afabaaddc2b6",
|
|
494
|
+
"size": 2687,
|
|
495
|
+
"modified": "2026-03-29T14:59:53.798Z"
|
|
451
496
|
},
|
|
452
497
|
"variables/_spacing.scss": {
|
|
453
498
|
"hash": "7551feec1912a87b652697301b89d94548382d3c9d1fbd0d1b1ceaef0218e1d6",
|
|
@@ -455,29 +500,29 @@
|
|
|
455
500
|
"modified": "2026-01-18T15:46:56.516Z"
|
|
456
501
|
},
|
|
457
502
|
"variables/_system.scss": {
|
|
458
|
-
"hash": "
|
|
459
|
-
"size":
|
|
460
|
-
"modified": "2026-
|
|
503
|
+
"hash": "50c4bac7e5d7d9f74334bba21e440c3722802893ec4e81f97cac0bb40f8f97ff",
|
|
504
|
+
"size": 2969,
|
|
505
|
+
"modified": "2026-03-30T20:21:59.494Z"
|
|
461
506
|
},
|
|
462
507
|
"variables/_typography.scss": {
|
|
463
|
-
"hash": "
|
|
464
|
-
"size":
|
|
465
|
-
"modified": "2026-
|
|
508
|
+
"hash": "cdb199b32605000d2f67e122441af23e61229e01cd359515a7b0946491fd584c",
|
|
509
|
+
"size": 1684,
|
|
510
|
+
"modified": "2026-03-29T14:59:53.803Z"
|
|
466
511
|
},
|
|
467
512
|
"_base-css-variables.scss": {
|
|
468
|
-
"hash": "
|
|
469
|
-
"size":
|
|
470
|
-
"modified": "2026-
|
|
513
|
+
"hash": "18df0ffb767f029e50d184afbf591b0b2f7c6b071d8ad9dc3680616d25cc229a",
|
|
514
|
+
"size": 21922,
|
|
515
|
+
"modified": "2026-03-31T17:00:58.347Z"
|
|
471
516
|
},
|
|
472
517
|
"_core.scss": {
|
|
473
|
-
"hash": "
|
|
474
|
-
"size":
|
|
475
|
-
"modified": "2026-
|
|
518
|
+
"hash": "e7aee1c4fc0c9a5484854fd8c72cf9150197b3caafb1be22085b2feb6176c371",
|
|
519
|
+
"size": 3061,
|
|
520
|
+
"modified": "2026-03-29T14:59:53.587Z"
|
|
476
521
|
},
|
|
477
522
|
"_fonts.scss": {
|
|
478
|
-
"hash": "
|
|
479
|
-
"size":
|
|
480
|
-
"modified": "2026-
|
|
523
|
+
"hash": "953bbf3e04f21bf429399e51d930331c5ad722fe049ff4ae61116e3fe1a021e0",
|
|
524
|
+
"size": 1101,
|
|
525
|
+
"modified": "2026-03-22T10:26:54.036Z"
|
|
481
526
|
},
|
|
482
527
|
"_purecss-grid-responsive.scss": {
|
|
483
528
|
"hash": "c25861720be8edb9581b94f1aedd3c204e617dac3da41ad2a42fce5b83298807",
|
|
@@ -489,6 +534,11 @@
|
|
|
489
534
|
"size": 2312,
|
|
490
535
|
"modified": "2026-01-17T13:02:52.334Z"
|
|
491
536
|
},
|
|
537
|
+
"_rtl-helpers.scss": {
|
|
538
|
+
"hash": "7b6a5079c838577e956662cb08520fdea0ee70a1e79d02630d9211a7db47dae7",
|
|
539
|
+
"size": 5049,
|
|
540
|
+
"modified": "2026-01-30T19:37:23.715Z"
|
|
541
|
+
},
|
|
492
542
|
"_variables.scss": {
|
|
493
543
|
"hash": "19b699ca24904872fd8507ee4d194aa78646f33a2d9b50e1671433a5738dbcf0",
|
|
494
544
|
"size": 661,
|