@finsweet/webflow-apps-utils 1.0.18 → 1.0.19
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/dist/ui/components/LoadingScreen.svelte +0 -1
- package/dist/ui/components/button/Button.svelte +0 -1
- package/dist/ui/components/color-picker/ColorPicker.svelte +0 -1
- package/dist/ui/components/color-picker/ColorSelect.svelte +0 -2
- package/dist/ui/components/copy-text/CopyText.svelte +0 -2
- package/dist/ui/components/input/Input.svelte +0 -1
- package/dist/ui/components/layout/Layout.svelte +1 -2
- package/dist/ui/components/layout/examples/ExampleLayout.svelte +3 -3
- package/dist/ui/components/modal/Modal.svelte +0 -1
- package/dist/ui/components/notification/Notification.svelte +2 -2
- package/dist/ui/components/select/Select.svelte +4 -4
- package/dist/ui/components/text/Text.svelte +1 -6
- package/dist/ui/components/tooltip/Tooltip.svelte +1 -1
- package/dist/ui/index.css +1 -0
- package/dist/ui/providers/GlobalProviderDemo.svelte +1 -3
- package/dist/ui/router/examples/RouterExample.svelte +0 -1
- package/dist/ui/router/examples/pages/AboutPage.svelte +0 -2
- package/dist/ui/router/examples/pages/HomePage.svelte +0 -2
- package/dist/ui/router/examples/pages/NotFoundPage.svelte +0 -2
- package/dist/ui/router/providers/Link.svelte +0 -1
- package/dist/ui/stores/forms/FormDemo.svelte +1 -5
- package/dist/ui/utils/diff-mapper/DiffMapperDemo.svelte +2 -3
- package/package.json +1 -1
|
@@ -1048,7 +1048,6 @@
|
|
|
1048
1048
|
border-radius: 4px;
|
|
1049
1049
|
color: var(--text1, #ebebeb);
|
|
1050
1050
|
font-size: 11px;
|
|
1051
|
-
font-family: Inter, sans-serif;
|
|
1052
1051
|
font-weight: 400;
|
|
1053
1052
|
line-height: 16px;
|
|
1054
1053
|
outline: none;
|
|
@@ -1068,7 +1067,6 @@
|
|
|
1068
1067
|
.label {
|
|
1069
1068
|
color: var(--text1, #ebebeb);
|
|
1070
1069
|
font-size: 11px;
|
|
1071
|
-
font-family: Inter, sans-serif;
|
|
1072
1070
|
font-weight: 400;
|
|
1073
1071
|
line-height: 16px;
|
|
1074
1072
|
text-align: center;
|
|
@@ -167,7 +167,6 @@
|
|
|
167
167
|
.copy-text__title {
|
|
168
168
|
margin: 0;
|
|
169
169
|
color: var(--text-color-primary, #ffffff);
|
|
170
|
-
font-family: Inter, sans-serif;
|
|
171
170
|
font-size: 12px;
|
|
172
171
|
font-weight: 500;
|
|
173
172
|
line-height: 16px;
|
|
@@ -181,7 +180,6 @@
|
|
|
181
180
|
align-items: flex-start;
|
|
182
181
|
align-self: stretch;
|
|
183
182
|
color: var(--text2);
|
|
184
|
-
font-family: Inter;
|
|
185
183
|
font-size: 12px;
|
|
186
184
|
font-style: normal;
|
|
187
185
|
font-weight: 500;
|
|
@@ -327,7 +327,6 @@
|
|
|
327
327
|
|
|
328
328
|
.tab-text {
|
|
329
329
|
color: inherit;
|
|
330
|
-
font-family: Inter;
|
|
331
330
|
font-size: 11.5px;
|
|
332
331
|
font-style: normal;
|
|
333
332
|
font-weight: 400;
|
|
@@ -402,7 +401,7 @@
|
|
|
402
401
|
|
|
403
402
|
.preview-bar-content span {
|
|
404
403
|
color: var(--actionPrimaryText);
|
|
405
|
-
|
|
404
|
+
|
|
406
405
|
font-size: 11.5px;
|
|
407
406
|
font-style: normal;
|
|
408
407
|
font-weight: 500;
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
font-weight: 500;
|
|
463
463
|
font-size: 11.5px;
|
|
464
464
|
color: var(--text1);
|
|
465
|
-
|
|
465
|
+
|
|
466
466
|
text-align: center;
|
|
467
467
|
}
|
|
468
468
|
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
background: var(--background1);
|
|
475
475
|
color: var(--text1);
|
|
476
476
|
font-size: 11.5px;
|
|
477
|
-
|
|
477
|
+
|
|
478
478
|
box-shadow: var(--boxShadows-input-inner);
|
|
479
479
|
transition: all 0.2s ease;
|
|
480
480
|
}
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
flex: 1;
|
|
531
531
|
font-size: 11.5px;
|
|
532
532
|
color: var(--text1);
|
|
533
|
-
|
|
533
|
+
|
|
534
534
|
line-height: 1.2;
|
|
535
535
|
}
|
|
536
536
|
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
|
|
238
238
|
.message {
|
|
239
239
|
color: var(--text-text-2, #bdbdbd);
|
|
240
|
-
|
|
240
|
+
|
|
241
241
|
font-size: 11px;
|
|
242
242
|
font-style: normal;
|
|
243
243
|
font-weight: 400;
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
|
|
253
253
|
.link {
|
|
254
254
|
color: var(--blue-blue-text, #8ac2ff);
|
|
255
|
-
|
|
255
|
+
|
|
256
256
|
font-size: 11px;
|
|
257
257
|
font-style: normal;
|
|
258
258
|
font-weight: 400;
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
}
|
|
554
554
|
.label .label-name {
|
|
555
555
|
color: var(--text1);
|
|
556
|
-
|
|
556
|
+
|
|
557
557
|
font-size: 11.5px;
|
|
558
558
|
font-style: normal;
|
|
559
559
|
font-weight: 400;
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
|
|
567
567
|
.label .label-description {
|
|
568
568
|
color: var(--text2, #bdbdbd);
|
|
569
|
-
|
|
569
|
+
|
|
570
570
|
font-size: 10px;
|
|
571
571
|
font-style: normal;
|
|
572
572
|
font-weight: 400;
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
gap: 4px;
|
|
646
646
|
align-self: stretch;
|
|
647
647
|
color: var(--text2, #bdbdbd);
|
|
648
|
-
|
|
648
|
+
|
|
649
649
|
font-size: 11px;
|
|
650
650
|
font-style: normal;
|
|
651
651
|
font-weight: 500;
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
gap: 4px;
|
|
680
680
|
align-self: stretch;
|
|
681
681
|
color: var(--text-text-1, #d9d9d9);
|
|
682
|
-
|
|
682
|
+
|
|
683
683
|
font-size: 11px;
|
|
684
684
|
font-style: normal;
|
|
685
685
|
font-weight: 400;
|
|
@@ -813,10 +813,6 @@
|
|
|
813
813
|
{/if}
|
|
814
814
|
|
|
815
815
|
<style>
|
|
816
|
-
.text {
|
|
817
|
-
font-family: inherit;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
816
|
.labels.link {
|
|
821
817
|
cursor: pointer;
|
|
822
818
|
padding: 4px;
|
|
@@ -882,7 +878,6 @@
|
|
|
882
878
|
}
|
|
883
879
|
|
|
884
880
|
* {
|
|
885
|
-
font-family: Inter;
|
|
886
881
|
font-style: normal;
|
|
887
882
|
line-height: 16px;
|
|
888
883
|
letter-spacing: -0.115px;
|
|
@@ -950,7 +945,7 @@
|
|
|
950
945
|
|
|
951
946
|
.popup-description span {
|
|
952
947
|
color: var(--text2, #bdbdbd);
|
|
953
|
-
|
|
948
|
+
|
|
954
949
|
font-size: 11px;
|
|
955
950
|
font-style: normal;
|
|
956
951
|
font-weight: 400;
|
package/dist/ui/index.css
CHANGED
|
@@ -161,7 +161,6 @@
|
|
|
161
161
|
margin: 0 auto;
|
|
162
162
|
background: var(--background1);
|
|
163
163
|
color: var(--text1);
|
|
164
|
-
font-family: var(--font-stack);
|
|
165
164
|
}
|
|
166
165
|
|
|
167
166
|
.start-demo {
|
|
@@ -211,7 +210,7 @@
|
|
|
211
210
|
cursor: pointer;
|
|
212
211
|
font-size: var(--font-size-small);
|
|
213
212
|
font-weight: var(--font-weight-normal);
|
|
214
|
-
|
|
213
|
+
|
|
215
214
|
transition: all 0.2s ease;
|
|
216
215
|
}
|
|
217
216
|
|
|
@@ -252,7 +251,6 @@
|
|
|
252
251
|
border: 1px solid var(--border2);
|
|
253
252
|
padding: var(--padding-tiny);
|
|
254
253
|
border-radius: var(--border-radius);
|
|
255
|
-
font-family: monospace;
|
|
256
254
|
font-size: var(--font-size-small);
|
|
257
255
|
color: var(--text2);
|
|
258
256
|
display: block;
|
|
@@ -290,7 +290,6 @@
|
|
|
290
290
|
cursor: pointer;
|
|
291
291
|
transition: all 0.3s ease;
|
|
292
292
|
width: 100%;
|
|
293
|
-
font-family: inherit;
|
|
294
293
|
font-size: inherit;
|
|
295
294
|
}
|
|
296
295
|
|
|
@@ -553,7 +552,6 @@
|
|
|
553
552
|
|
|
554
553
|
.debug-info p {
|
|
555
554
|
margin: 0.5rem 0;
|
|
556
|
-
font-family: 'SFMono-Regular', Consolas, monospace;
|
|
557
555
|
font-size: 0.875rem;
|
|
558
556
|
color: #495057;
|
|
559
557
|
}
|
|
@@ -169,7 +169,6 @@
|
|
|
169
169
|
background: #e9ecef;
|
|
170
170
|
padding: 0.2rem 0.4rem;
|
|
171
171
|
border-radius: 3px;
|
|
172
|
-
font-family: 'SFMono-Regular', Consolas, monospace;
|
|
173
172
|
font-size: 0.875rem;
|
|
174
173
|
color: #e83e8c;
|
|
175
174
|
}
|
|
@@ -189,7 +188,6 @@
|
|
|
189
188
|
|
|
190
189
|
.debug-info p {
|
|
191
190
|
margin: 0.5rem 0;
|
|
192
|
-
font-family: 'SFMono-Regular', Consolas, monospace;
|
|
193
191
|
font-size: 0.875rem;
|
|
194
192
|
color: #495057;
|
|
195
193
|
}
|
|
@@ -132,7 +132,6 @@
|
|
|
132
132
|
background: #e9ecef;
|
|
133
133
|
padding: 0.2rem 0.4rem;
|
|
134
134
|
border-radius: 3px;
|
|
135
|
-
font-family: 'SFMono-Regular', Consolas, monospace;
|
|
136
135
|
color: #e83e8c;
|
|
137
136
|
font-size: 0.875rem;
|
|
138
137
|
}
|
|
@@ -273,7 +272,6 @@
|
|
|
273
272
|
|
|
274
273
|
.debug-info p {
|
|
275
274
|
margin: 0.5rem 0;
|
|
276
|
-
font-family: 'SFMono-Regular', Consolas, monospace;
|
|
277
275
|
font-size: 0.875rem;
|
|
278
276
|
color: #495057;
|
|
279
277
|
}
|
|
@@ -296,7 +296,6 @@
|
|
|
296
296
|
margin: 0 auto;
|
|
297
297
|
background: var(--background1);
|
|
298
298
|
color: var(--text1);
|
|
299
|
-
font-family: var(--font-stack);
|
|
300
299
|
}
|
|
301
300
|
|
|
302
301
|
.demo-controls {
|
|
@@ -375,7 +374,6 @@
|
|
|
375
374
|
background: var(--background1);
|
|
376
375
|
color: var(--text1);
|
|
377
376
|
font-size: var(--font-size-small);
|
|
378
|
-
font-family: var(--font-stack);
|
|
379
377
|
}
|
|
380
378
|
|
|
381
379
|
input:focus {
|
|
@@ -413,7 +411,7 @@
|
|
|
413
411
|
cursor: pointer;
|
|
414
412
|
font-size: var(--font-size-small);
|
|
415
413
|
font-weight: var(--font-weight-normal);
|
|
416
|
-
|
|
414
|
+
|
|
417
415
|
transition: all 0.2s ease;
|
|
418
416
|
}
|
|
419
417
|
|
|
@@ -509,7 +507,6 @@
|
|
|
509
507
|
background: var(--background3);
|
|
510
508
|
border: 1px solid var(--border2);
|
|
511
509
|
border-radius: var(--border-radius);
|
|
512
|
-
font-family: monospace;
|
|
513
510
|
font-size: var(--font-size-tiny);
|
|
514
511
|
color: var(--text3);
|
|
515
512
|
}
|
|
@@ -519,7 +516,6 @@
|
|
|
519
516
|
border: 1px solid var(--border2);
|
|
520
517
|
padding: var(--padding-tiny);
|
|
521
518
|
border-radius: var(--border-radius);
|
|
522
|
-
font-family: monospace;
|
|
523
519
|
font-size: var(--font-size-tiny);
|
|
524
520
|
color: var(--text2);
|
|
525
521
|
display: block;
|
|
@@ -234,7 +234,7 @@ See console for the complete diff structure.
|
|
|
234
234
|
<style>
|
|
235
235
|
.demo-container {
|
|
236
236
|
padding: var(--spacing-24);
|
|
237
|
-
|
|
237
|
+
|
|
238
238
|
background: var(--background1);
|
|
239
239
|
color: var(--text1);
|
|
240
240
|
max-width: 800px;
|
|
@@ -261,7 +261,7 @@ See console for the complete diff structure.
|
|
|
261
261
|
cursor: pointer;
|
|
262
262
|
font-size: var(--font-size-small);
|
|
263
263
|
font-weight: var(--font-weight-normal);
|
|
264
|
-
|
|
264
|
+
|
|
265
265
|
transition: all 0.2s ease;
|
|
266
266
|
margin: var(--spacing-8) 0;
|
|
267
267
|
}
|
|
@@ -284,7 +284,6 @@ See console for the complete diff structure.
|
|
|
284
284
|
margin-top: var(--spacing-12);
|
|
285
285
|
white-space: pre-wrap;
|
|
286
286
|
border-radius: var(--border-radius);
|
|
287
|
-
font-family: monospace;
|
|
288
287
|
color: var(--text2);
|
|
289
288
|
font-size: var(--font-size-small);
|
|
290
289
|
}
|