@histoire/controls 0.16.4 → 0.16.5
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/components/HstCopyIcon.vue.d.ts +10 -13
- package/dist/components/HstWrapper.vue.d.ts +22 -30
- package/dist/components/button/HstButton.story.vue.d.ts +1 -1
- package/dist/components/button/HstButton.vue.d.ts +10 -15
- package/dist/components/button/HstButtonGroup.story.vue.d.ts +1 -1
- package/dist/components/button/HstButtonGroup.vue.d.ts +26 -21
- package/dist/components/checkbox/HstCheckbox.story.vue.d.ts +1 -1
- package/dist/components/checkbox/HstCheckbox.vue.d.ts +18 -19
- package/dist/components/checkbox/HstCheckboxList.story.vue.d.ts +1 -1
- package/dist/components/checkbox/HstCheckboxList.vue.d.ts +28 -21
- package/dist/components/checkbox/HstSimpleCheckbox.story.vue.d.ts +1 -1
- package/dist/components/checkbox/HstSimpleCheckbox.vue.d.ts +17 -18
- package/dist/components/colorselect/HstColorSelect.story.vue.d.ts +1 -1
- package/dist/components/colorselect/HstColorSelect.vue.d.ts +18 -19
- package/dist/components/design-tokens/HstColorShades.story.vue.d.ts +1 -1
- package/dist/components/design-tokens/HstColorShades.vue.d.ts +25 -20
- package/dist/components/design-tokens/HstTokenGrid.story.vue.d.ts +1 -1
- package/dist/components/design-tokens/HstTokenGrid.vue.d.ts +30 -32
- package/dist/components/design-tokens/HstTokenList.story.vue.d.ts +1 -1
- package/dist/components/design-tokens/HstTokenList.vue.d.ts +19 -18
- package/dist/components/json/HstJson.story.vue.d.ts +1 -1
- package/dist/components/json/HstJson.vue.d.ts +20 -19
- package/dist/components/number/HstNumber.story.vue.d.ts +1 -1
- package/dist/components/number/HstNumber.vue.d.ts +18 -19
- package/dist/components/radio/HstRadio.story.vue.d.ts +1 -1
- package/dist/components/radio/HstRadio.vue.d.ts +26 -21
- package/dist/components/select/CustomSelect.vue.d.ts +23 -20
- package/dist/components/select/HstSelect.story.vue.d.ts +1 -1
- package/dist/components/select/HstSelect.vue.d.ts +26 -21
- package/dist/components/slider/HstSlider.story.vue.d.ts +1 -1
- package/dist/components/slider/HstSlider.vue.d.ts +33 -22
- package/dist/components/text/HstText.story.vue.d.ts +1 -1
- package/dist/components/text/HstText.vue.d.ts +18 -19
- package/dist/components/textarea/HstTextarea.story.vue.d.ts +1 -1
- package/dist/components/textarea/HstTextarea.vue.d.ts +18 -19
- package/dist/index.d.ts +1566 -530
- package/dist/index.es.js +5357 -4920
- package/dist/style-standalone.css +148 -145
- package/dist/style.css +1 -1
- package/package.json +26 -26
- package/src/components/checkbox/HstCheckbox.vue +3 -3
- package/src/components/checkbox/HstCheckboxList.vue +3 -3
- package/src/components/checkbox/HstSimpleCheckbox.vue +2 -2
- package/src/components/checkbox/__snapshots__/HstCheckbox.spec.ts.snap +3 -69
- package/src/components/json/HstJson.vue +2 -2
- package/src/components/select/CustomSelect.vue +2 -2
- package/src/components/select/HstSelect.vue +2 -2
- package/tsconfig.json +1 -2
- package/vite.config.ts +18 -9
- package/dist/peeky-preview.d.ts +0 -1
- package/peeky.config.ts +0 -21
- package/src/peeky-preview.ts +0 -1
|
@@ -217,6 +217,9 @@
|
|
|
217
217
|
--tw-pan-y: ;
|
|
218
218
|
--tw-pinch-zoom: ;
|
|
219
219
|
--tw-scroll-snap-strictness:proximity;
|
|
220
|
+
--tw-gradient-from-position: ;
|
|
221
|
+
--tw-gradient-via-position: ;
|
|
222
|
+
--tw-gradient-to-position: ;
|
|
220
223
|
--tw-ordinal: ;
|
|
221
224
|
--tw-slashed-zero: ;
|
|
222
225
|
--tw-numeric-figure: ;
|
|
@@ -264,6 +267,9 @@
|
|
|
264
267
|
--tw-pan-y: ;
|
|
265
268
|
--tw-pinch-zoom: ;
|
|
266
269
|
--tw-scroll-snap-strictness:proximity;
|
|
270
|
+
--tw-gradient-from-position: ;
|
|
271
|
+
--tw-gradient-via-position: ;
|
|
272
|
+
--tw-gradient-to-position: ;
|
|
267
273
|
--tw-ordinal: ;
|
|
268
274
|
--tw-slashed-zero: ;
|
|
269
275
|
--tw-numeric-figure: ;
|
|
@@ -306,29 +312,31 @@
|
|
|
306
312
|
}
|
|
307
313
|
|
|
308
314
|
.htw-inset-0{
|
|
309
|
-
|
|
310
|
-
right:0px;
|
|
311
|
-
bottom:0px;
|
|
312
|
-
left:0px
|
|
315
|
+
inset:0px
|
|
313
316
|
}
|
|
314
317
|
|
|
315
318
|
.htw-z-10{
|
|
316
319
|
z-index:10
|
|
317
320
|
}
|
|
318
321
|
|
|
319
|
-
.htw-m-4{
|
|
320
|
-
margin:1rem
|
|
321
|
-
}
|
|
322
|
-
|
|
323
322
|
.htw-m-0{
|
|
324
323
|
margin:0px
|
|
325
324
|
}
|
|
326
325
|
|
|
326
|
+
.htw-m-4{
|
|
327
|
+
margin:1rem
|
|
328
|
+
}
|
|
329
|
+
|
|
327
330
|
.-htw-my-1{
|
|
328
331
|
margin-top:-0.25rem;
|
|
329
332
|
margin-bottom:-0.25rem
|
|
330
333
|
}
|
|
331
334
|
|
|
335
|
+
.htw-mx-4{
|
|
336
|
+
margin-left:1rem;
|
|
337
|
+
margin-right:1rem
|
|
338
|
+
}
|
|
339
|
+
|
|
332
340
|
.htw-my-0{
|
|
333
341
|
margin-top:0px;
|
|
334
342
|
margin-bottom:0px
|
|
@@ -339,15 +347,6 @@
|
|
|
339
347
|
margin-bottom:2rem
|
|
340
348
|
}
|
|
341
349
|
|
|
342
|
-
.htw-mx-4{
|
|
343
|
-
margin-left:1rem;
|
|
344
|
-
margin-right:1rem
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.htw-mr-2{
|
|
348
|
-
margin-right:0.5rem
|
|
349
|
-
}
|
|
350
|
-
|
|
351
350
|
.htw-mb-2{
|
|
352
351
|
margin-bottom:0.5rem
|
|
353
352
|
}
|
|
@@ -356,6 +355,10 @@
|
|
|
356
355
|
margin-left:auto
|
|
357
356
|
}
|
|
358
357
|
|
|
358
|
+
.htw-mr-2{
|
|
359
|
+
margin-right:0.5rem
|
|
360
|
+
}
|
|
361
|
+
|
|
359
362
|
.htw-box-border{
|
|
360
363
|
box-sizing:border-box
|
|
361
364
|
}
|
|
@@ -376,48 +379,48 @@
|
|
|
376
379
|
display:none
|
|
377
380
|
}
|
|
378
381
|
|
|
379
|
-
.htw-h-
|
|
380
|
-
height:
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.htw-h-\[22px\]{
|
|
384
|
-
height:22px
|
|
382
|
+
.htw-h-1{
|
|
383
|
+
height:0.25rem
|
|
385
384
|
}
|
|
386
385
|
|
|
387
|
-
.htw-h
|
|
388
|
-
height:
|
|
386
|
+
.htw-h-16{
|
|
387
|
+
height:4rem
|
|
389
388
|
}
|
|
390
389
|
|
|
391
|
-
.htw-h
|
|
392
|
-
height:
|
|
390
|
+
.htw-h-20{
|
|
391
|
+
height:5rem
|
|
393
392
|
}
|
|
394
393
|
|
|
395
|
-
.htw-h-
|
|
396
|
-
height:
|
|
394
|
+
.htw-h-3{
|
|
395
|
+
height:0.75rem
|
|
397
396
|
}
|
|
398
397
|
|
|
399
398
|
.htw-h-32{
|
|
400
399
|
height:8rem
|
|
401
400
|
}
|
|
402
401
|
|
|
403
|
-
.htw-h-
|
|
404
|
-
height:
|
|
402
|
+
.htw-h-4{
|
|
403
|
+
height:1rem
|
|
405
404
|
}
|
|
406
405
|
|
|
407
406
|
.htw-h-48{
|
|
408
407
|
height:12rem
|
|
409
408
|
}
|
|
410
409
|
|
|
411
|
-
.htw-h-\[
|
|
412
|
-
height:
|
|
410
|
+
.htw-h-\[100px\]{
|
|
411
|
+
height:100px
|
|
413
412
|
}
|
|
414
413
|
|
|
415
|
-
.htw-h
|
|
416
|
-
height:
|
|
414
|
+
.htw-h-\[16px\]{
|
|
415
|
+
height:16px
|
|
417
416
|
}
|
|
418
417
|
|
|
419
|
-
.htw-h
|
|
420
|
-
height:
|
|
418
|
+
.htw-h-\[22px\]{
|
|
419
|
+
height:22px
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.htw-h-\[27px\]{
|
|
423
|
+
height:27px
|
|
421
424
|
}
|
|
422
425
|
|
|
423
426
|
.htw-min-h-32{
|
|
@@ -428,32 +431,32 @@
|
|
|
428
431
|
min-height:26px
|
|
429
432
|
}
|
|
430
433
|
|
|
431
|
-
.htw-w-
|
|
432
|
-
width:
|
|
434
|
+
.htw-w-16{
|
|
435
|
+
width:4rem
|
|
433
436
|
}
|
|
434
437
|
|
|
435
438
|
.htw-w-28{
|
|
436
439
|
width:7rem
|
|
437
440
|
}
|
|
438
441
|
|
|
439
|
-
.htw-w
|
|
440
|
-
width:
|
|
442
|
+
.htw-w-3{
|
|
443
|
+
width:0.75rem
|
|
441
444
|
}
|
|
442
445
|
|
|
443
|
-
.htw-w-
|
|
444
|
-
width:
|
|
446
|
+
.htw-w-32{
|
|
447
|
+
width:8rem
|
|
445
448
|
}
|
|
446
449
|
|
|
447
|
-
.htw-w-
|
|
448
|
-
width:
|
|
450
|
+
.htw-w-4{
|
|
451
|
+
width:1rem
|
|
449
452
|
}
|
|
450
453
|
|
|
451
|
-
.htw-w
|
|
452
|
-
width:
|
|
454
|
+
.htw-w-\[16px\]{
|
|
455
|
+
width:16px
|
|
453
456
|
}
|
|
454
457
|
|
|
455
|
-
.htw-w-
|
|
456
|
-
width:
|
|
458
|
+
.htw-w-full{
|
|
459
|
+
width:100%
|
|
457
460
|
}
|
|
458
461
|
|
|
459
462
|
.htw-max-w-full{
|
|
@@ -468,14 +471,14 @@
|
|
|
468
471
|
flex:none
|
|
469
472
|
}
|
|
470
473
|
|
|
471
|
-
.htw-shrink-0{
|
|
472
|
-
flex-shrink:0
|
|
473
|
-
}
|
|
474
|
-
|
|
475
474
|
.htw-shrink{
|
|
476
475
|
flex-shrink:1
|
|
477
476
|
}
|
|
478
477
|
|
|
478
|
+
.htw-shrink-0{
|
|
479
|
+
flex-shrink:0
|
|
480
|
+
}
|
|
481
|
+
|
|
479
482
|
.htw-grow{
|
|
480
483
|
flex-grow:1
|
|
481
484
|
}
|
|
@@ -486,6 +489,10 @@
|
|
|
486
489
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
|
487
490
|
}
|
|
488
491
|
|
|
492
|
+
.htw-cursor-ew-resize{
|
|
493
|
+
cursor:ew-resize
|
|
494
|
+
}
|
|
495
|
+
|
|
489
496
|
.htw-cursor-pointer{
|
|
490
497
|
cursor:pointer
|
|
491
498
|
}
|
|
@@ -494,10 +501,6 @@
|
|
|
494
501
|
cursor:text
|
|
495
502
|
}
|
|
496
503
|
|
|
497
|
-
.htw-cursor-ew-resize{
|
|
498
|
-
cursor:ew-resize
|
|
499
|
-
}
|
|
500
|
-
|
|
501
504
|
.htw-select-none{
|
|
502
505
|
-webkit-user-select:none;
|
|
503
506
|
-moz-user-select:none;
|
|
@@ -542,22 +545,22 @@
|
|
|
542
545
|
align-items:center
|
|
543
546
|
}
|
|
544
547
|
|
|
545
|
-
.htw-gap-2{
|
|
546
|
-
gap:0.5rem
|
|
547
|
-
}
|
|
548
|
-
|
|
549
548
|
.htw-gap-1{
|
|
550
549
|
gap:0.25rem
|
|
551
550
|
}
|
|
552
551
|
|
|
553
|
-
.htw-gap-
|
|
554
|
-
gap:
|
|
552
|
+
.htw-gap-2{
|
|
553
|
+
gap:0.5rem
|
|
555
554
|
}
|
|
556
555
|
|
|
557
556
|
.htw-gap-4{
|
|
558
557
|
gap:1rem
|
|
559
558
|
}
|
|
560
559
|
|
|
560
|
+
.htw-gap-px{
|
|
561
|
+
gap:1px
|
|
562
|
+
}
|
|
563
|
+
|
|
561
564
|
.htw-overflow-auto{
|
|
562
565
|
overflow:auto
|
|
563
566
|
}
|
|
@@ -580,10 +583,6 @@
|
|
|
580
583
|
white-space:nowrap
|
|
581
584
|
}
|
|
582
585
|
|
|
583
|
-
.htw-rounded-sm{
|
|
584
|
-
border-radius:0.25rem
|
|
585
|
-
}
|
|
586
|
-
|
|
587
586
|
.\!htw-rounded-\[3px\]{
|
|
588
587
|
border-radius:3px !important
|
|
589
588
|
}
|
|
@@ -596,20 +595,24 @@
|
|
|
596
595
|
border-radius:9999px
|
|
597
596
|
}
|
|
598
597
|
|
|
598
|
+
.htw-rounded-sm{
|
|
599
|
+
border-radius:0.25rem
|
|
600
|
+
}
|
|
601
|
+
|
|
599
602
|
.htw-border{
|
|
600
603
|
border-width:1px
|
|
601
604
|
}
|
|
602
605
|
|
|
603
|
-
.htw-border-
|
|
604
|
-
border-width:
|
|
606
|
+
.htw-border-0{
|
|
607
|
+
border-width:0px
|
|
605
608
|
}
|
|
606
609
|
|
|
607
610
|
.htw-border-2{
|
|
608
611
|
border-width:2px
|
|
609
612
|
}
|
|
610
613
|
|
|
611
|
-
.htw-border-
|
|
612
|
-
border-width:
|
|
614
|
+
.htw-border-8{
|
|
615
|
+
border-width:8px
|
|
613
616
|
}
|
|
614
617
|
|
|
615
618
|
.htw-border-solid{
|
|
@@ -620,14 +623,19 @@
|
|
|
620
623
|
border-color:rgb(0 0 0 / 0.25)
|
|
621
624
|
}
|
|
622
625
|
|
|
626
|
+
.htw-border-gray-850{
|
|
627
|
+
--tw-border-opacity:1;
|
|
628
|
+
border-color:rgb(31 31 33 / var(--tw-border-opacity))
|
|
629
|
+
}
|
|
630
|
+
|
|
623
631
|
.htw-border-primary-500{
|
|
624
632
|
--tw-border-opacity:1;
|
|
625
633
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
626
634
|
}
|
|
627
635
|
|
|
628
|
-
|
|
629
|
-
--tw-
|
|
630
|
-
|
|
636
|
+
.\!htw-bg-primary-500{
|
|
637
|
+
--tw-bg-opacity:1 !important;
|
|
638
|
+
background-color:rgb(16 185 129 / var(--tw-bg-opacity)) !important
|
|
631
639
|
}
|
|
632
640
|
|
|
633
641
|
.htw-bg-gray-200{
|
|
@@ -635,18 +643,9 @@
|
|
|
635
643
|
background-color:rgb(228 228 231 / var(--tw-bg-opacity))
|
|
636
644
|
}
|
|
637
645
|
|
|
638
|
-
.htw-bg-
|
|
639
|
-
--tw-bg-opacity:1;
|
|
640
|
-
background-color:rgb(16 185 129 / var(--tw-bg-opacity))
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.htw-bg-transparent{
|
|
644
|
-
background-color:transparent
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.htw-bg-white{
|
|
646
|
+
.htw-bg-gray-50{
|
|
648
647
|
--tw-bg-opacity:1;
|
|
649
|
-
background-color:rgb(
|
|
648
|
+
background-color:rgb(250 250 250 / var(--tw-bg-opacity))
|
|
650
649
|
}
|
|
651
650
|
|
|
652
651
|
.htw-bg-gray-500\/10{
|
|
@@ -657,9 +656,9 @@
|
|
|
657
656
|
background-color:rgb(113 113 122 / 0.5)
|
|
658
657
|
}
|
|
659
658
|
|
|
660
|
-
.htw-bg-gray-
|
|
659
|
+
.htw-bg-gray-700{
|
|
661
660
|
--tw-bg-opacity:1;
|
|
662
|
-
background-color:rgb(
|
|
661
|
+
background-color:rgb(63 63 70 / var(--tw-bg-opacity))
|
|
663
662
|
}
|
|
664
663
|
|
|
665
664
|
.htw-bg-primary-200{
|
|
@@ -667,19 +666,23 @@
|
|
|
667
666
|
background-color:rgb(167 243 208 / var(--tw-bg-opacity))
|
|
668
667
|
}
|
|
669
668
|
|
|
669
|
+
.htw-bg-primary-500{
|
|
670
|
+
--tw-bg-opacity:1;
|
|
671
|
+
background-color:rgb(16 185 129 / var(--tw-bg-opacity))
|
|
672
|
+
}
|
|
673
|
+
|
|
670
674
|
.htw-bg-primary-800{
|
|
671
675
|
--tw-bg-opacity:1;
|
|
672
676
|
background-color:rgb(6 95 70 / var(--tw-bg-opacity))
|
|
673
677
|
}
|
|
674
678
|
|
|
675
|
-
.htw-bg-
|
|
676
|
-
|
|
677
|
-
background-color:rgb(63 63 70 / var(--tw-bg-opacity))
|
|
679
|
+
.htw-bg-transparent{
|
|
680
|
+
background-color:transparent
|
|
678
681
|
}
|
|
679
682
|
|
|
680
|
-
|
|
681
|
-
--tw-bg-opacity:1
|
|
682
|
-
background-color:rgb(
|
|
683
|
+
.htw-bg-white{
|
|
684
|
+
--tw-bg-opacity:1;
|
|
685
|
+
background-color:rgb(255 255 255 / var(--tw-bg-opacity))
|
|
683
686
|
}
|
|
684
687
|
|
|
685
688
|
.htw-fill-primary-500{
|
|
@@ -702,29 +705,29 @@
|
|
|
702
705
|
padding:0.5rem
|
|
703
706
|
}
|
|
704
707
|
|
|
705
|
-
.htw-p-px{
|
|
706
|
-
padding:1px
|
|
707
|
-
}
|
|
708
|
-
|
|
709
708
|
.htw-p-4{
|
|
710
709
|
padding:1rem
|
|
711
710
|
}
|
|
712
711
|
|
|
712
|
+
.htw-p-px{
|
|
713
|
+
padding:1px
|
|
714
|
+
}
|
|
715
|
+
|
|
713
716
|
.htw-px-1{
|
|
714
717
|
padding-left:0.25rem;
|
|
715
718
|
padding-right:0.25rem
|
|
716
719
|
}
|
|
717
720
|
|
|
718
|
-
.htw-py-1{
|
|
719
|
-
padding-top:0.25rem;
|
|
720
|
-
padding-bottom:0.25rem
|
|
721
|
-
}
|
|
722
|
-
|
|
723
721
|
.htw-px-2{
|
|
724
722
|
padding-left:0.5rem;
|
|
725
723
|
padding-right:0.5rem
|
|
726
724
|
}
|
|
727
725
|
|
|
726
|
+
.htw-py-1{
|
|
727
|
+
padding-top:0.25rem;
|
|
728
|
+
padding-bottom:0.25rem
|
|
729
|
+
}
|
|
730
|
+
|
|
728
731
|
.htw-pl-2{
|
|
729
732
|
padding-left:0.5rem
|
|
730
733
|
}
|
|
@@ -743,14 +746,14 @@
|
|
|
743
746
|
line-height:1.5
|
|
744
747
|
}
|
|
745
748
|
|
|
746
|
-
.htw-text-gray-
|
|
749
|
+
.htw-text-gray-700{
|
|
747
750
|
--tw-text-opacity:1;
|
|
748
|
-
color:rgb(
|
|
751
|
+
color:rgb(63 63 70 / var(--tw-text-opacity))
|
|
749
752
|
}
|
|
750
753
|
|
|
751
|
-
.htw-text-
|
|
754
|
+
.htw-text-gray-900{
|
|
752
755
|
--tw-text-opacity:1;
|
|
753
|
-
color:rgb(
|
|
756
|
+
color:rgb(24 24 27 / var(--tw-text-opacity))
|
|
754
757
|
}
|
|
755
758
|
|
|
756
759
|
.htw-text-inherit{
|
|
@@ -762,9 +765,9 @@
|
|
|
762
765
|
color:rgb(249 115 22 / var(--tw-text-opacity))
|
|
763
766
|
}
|
|
764
767
|
|
|
765
|
-
.htw-text-
|
|
768
|
+
.htw-text-white{
|
|
766
769
|
--tw-text-opacity:1;
|
|
767
|
-
color:rgb(
|
|
770
|
+
color:rgb(255 255 255 / var(--tw-text-opacity))
|
|
768
771
|
}
|
|
769
772
|
|
|
770
773
|
.htw-opacity-50{
|
|
@@ -776,14 +779,14 @@
|
|
|
776
779
|
outline-offset:2px
|
|
777
780
|
}
|
|
778
781
|
|
|
779
|
-
.htw-transition-
|
|
780
|
-
transition-property:
|
|
782
|
+
.htw-transition-all{
|
|
783
|
+
transition-property:all;
|
|
781
784
|
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
|
|
782
785
|
transition-duration:150ms
|
|
783
786
|
}
|
|
784
787
|
|
|
785
|
-
.htw-transition-
|
|
786
|
-
transition-property:
|
|
788
|
+
.htw-transition-border{
|
|
789
|
+
transition-property:border;
|
|
787
790
|
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
|
|
788
791
|
transition-duration:150ms
|
|
789
792
|
}
|
|
@@ -804,14 +807,14 @@
|
|
|
804
807
|
transition-duration:200ms
|
|
805
808
|
}
|
|
806
809
|
|
|
807
|
-
.htw-ease-out{
|
|
808
|
-
transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
|
|
809
|
-
}
|
|
810
|
-
|
|
811
810
|
.htw-ease-in-out{
|
|
812
811
|
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
|
|
813
812
|
}
|
|
814
813
|
|
|
814
|
+
.htw-ease-out{
|
|
815
|
+
transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
|
|
816
|
+
}
|
|
817
|
+
|
|
815
818
|
.htw-will-change-transform{
|
|
816
819
|
will-change:transform
|
|
817
820
|
}
|
|
@@ -820,7 +823,7 @@ body {
|
|
|
820
823
|
font-size: 1.125rem;
|
|
821
824
|
}
|
|
822
825
|
|
|
823
|
-
.htw-dark body{
|
|
826
|
+
:is(.htw-dark body){
|
|
824
827
|
--tw-text-opacity:1;
|
|
825
828
|
color:rgb(244 244 245 / var(--tw-text-opacity))
|
|
826
829
|
}
|
|
@@ -841,6 +844,10 @@ body {
|
|
|
841
844
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
842
845
|
}
|
|
843
846
|
|
|
847
|
+
.hover\:htw-bg-gray-500\/20:hover{
|
|
848
|
+
background-color:rgb(113 113 122 / 0.2)
|
|
849
|
+
}
|
|
850
|
+
|
|
844
851
|
.hover\:htw-bg-primary-100:hover{
|
|
845
852
|
--tw-bg-opacity:1;
|
|
846
853
|
background-color:rgb(209 250 229 / var(--tw-bg-opacity))
|
|
@@ -856,10 +863,6 @@ body {
|
|
|
856
863
|
background-color:rgb(5 150 105 / var(--tw-bg-opacity))
|
|
857
864
|
}
|
|
858
865
|
|
|
859
|
-
.hover\:htw-bg-gray-500\/20:hover{
|
|
860
|
-
background-color:rgb(113 113 122 / 0.2)
|
|
861
|
-
}
|
|
862
|
-
|
|
863
866
|
.hover\:htw-text-primary-500:hover{
|
|
864
867
|
--tw-text-opacity:1;
|
|
865
868
|
color:rgb(16 185 129 / var(--tw-text-opacity))
|
|
@@ -883,76 +886,76 @@ body {
|
|
|
883
886
|
background-color:rgb(113 113 122 / 0.2)
|
|
884
887
|
}
|
|
885
888
|
|
|
886
|
-
.htw-dark .dark\:htw-border-white\/25{
|
|
889
|
+
:is(.htw-dark .dark\:htw-border-white\/25){
|
|
887
890
|
border-color:rgb(255 255 255 / 0.25)
|
|
888
891
|
}
|
|
889
892
|
|
|
890
|
-
.htw-dark .dark\:htw-bg-
|
|
893
|
+
:is(.htw-dark .dark\:htw-bg-black){
|
|
891
894
|
--tw-bg-opacity:1;
|
|
892
|
-
background-color:rgb(
|
|
895
|
+
background-color:rgb(0 0 0 / var(--tw-bg-opacity))
|
|
893
896
|
}
|
|
894
897
|
|
|
895
|
-
.htw-dark .dark\:htw-bg-
|
|
898
|
+
:is(.htw-dark .dark\:htw-bg-gray-600){
|
|
896
899
|
--tw-bg-opacity:1;
|
|
897
|
-
background-color:rgb(
|
|
900
|
+
background-color:rgb(82 82 91 / var(--tw-bg-opacity))
|
|
898
901
|
}
|
|
899
902
|
|
|
900
|
-
.htw-dark .dark\:htw-bg-gray-700{
|
|
903
|
+
:is(.htw-dark .dark\:htw-bg-gray-700){
|
|
901
904
|
--tw-bg-opacity:1;
|
|
902
905
|
background-color:rgb(63 63 70 / var(--tw-bg-opacity))
|
|
903
906
|
}
|
|
904
907
|
|
|
905
|
-
.htw-dark .dark\:htw-bg-
|
|
908
|
+
:is(.htw-dark .dark\:htw-bg-gray-750){
|
|
906
909
|
--tw-bg-opacity:1;
|
|
907
|
-
background-color:rgb(
|
|
910
|
+
background-color:rgb(50 50 56 / var(--tw-bg-opacity))
|
|
908
911
|
}
|
|
909
912
|
|
|
910
|
-
.htw-dark .dark\:htw-bg-
|
|
913
|
+
:is(.htw-dark .dark\:htw-bg-primary-800){
|
|
911
914
|
--tw-bg-opacity:1;
|
|
912
|
-
background-color:rgb(
|
|
915
|
+
background-color:rgb(6 95 70 / var(--tw-bg-opacity))
|
|
913
916
|
}
|
|
914
917
|
|
|
915
|
-
.htw-dark .dark\:htw-text-
|
|
918
|
+
:is(.htw-dark .dark\:htw-text-black){
|
|
916
919
|
--tw-text-opacity:1;
|
|
917
|
-
color:rgb(
|
|
920
|
+
color:rgb(0 0 0 / var(--tw-text-opacity))
|
|
918
921
|
}
|
|
919
922
|
|
|
920
|
-
.htw-dark .dark\:htw-text-
|
|
923
|
+
:is(.htw-dark .dark\:htw-text-gray-100){
|
|
921
924
|
--tw-text-opacity:1;
|
|
922
|
-
color:rgb(
|
|
925
|
+
color:rgb(244 244 245 / var(--tw-text-opacity))
|
|
923
926
|
}
|
|
924
927
|
|
|
925
|
-
.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within{
|
|
928
|
+
:is(.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within){
|
|
926
929
|
--tw-border-opacity:1;
|
|
927
930
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
928
931
|
}
|
|
929
932
|
|
|
930
|
-
.htw-dark .dark\:hover\:htw-border-primary-500:hover{
|
|
933
|
+
:is(.htw-dark .dark\:hover\:htw-border-primary-500:hover){
|
|
931
934
|
--tw-border-opacity:1;
|
|
932
935
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
933
936
|
}
|
|
934
937
|
|
|
935
|
-
.htw-dark .dark\:hover\:htw-bg-primary-
|
|
938
|
+
:is(.htw-dark .dark\:hover\:htw-bg-primary-700:hover){
|
|
936
939
|
--tw-bg-opacity:1;
|
|
937
|
-
background-color:rgb(
|
|
940
|
+
background-color:rgb(4 120 87 / var(--tw-bg-opacity))
|
|
938
941
|
}
|
|
939
942
|
|
|
940
|
-
.htw-dark .dark\:hover\:htw-bg-primary-
|
|
943
|
+
:is(.htw-dark .dark\:hover\:htw-bg-primary-800:hover){
|
|
941
944
|
--tw-bg-opacity:1;
|
|
942
|
-
background-color:rgb(6
|
|
945
|
+
background-color:rgb(6 95 70 / var(--tw-bg-opacity))
|
|
943
946
|
}
|
|
944
947
|
|
|
945
|
-
.htw-dark .dark\:hover\:htw-bg-primary-
|
|
948
|
+
:is(.htw-dark .dark\:hover\:htw-bg-primary-900:hover){
|
|
946
949
|
--tw-bg-opacity:1;
|
|
947
|
-
background-color:rgb(
|
|
950
|
+
background-color:rgb(6 78 59 / var(--tw-bg-opacity))
|
|
948
951
|
}
|
|
949
952
|
|
|
950
|
-
.htw-dark .dark\:focus\:htw-border-primary-500:focus{
|
|
953
|
+
:is(.htw-dark .dark\:focus\:htw-border-primary-500:focus){
|
|
951
954
|
--tw-border-opacity:1;
|
|
952
955
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
953
956
|
}
|
|
954
957
|
|
|
955
|
-
.htw-group:hover .htw-dark .group-hover\:dark\:htw-border-primary-500{
|
|
958
|
+
.htw-group:hover :is(.htw-dark .group-hover\:dark\:htw-border-primary-500){
|
|
956
959
|
--tw-border-opacity:1;
|
|
957
960
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
958
961
|
}
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.htw-range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.htw-dark .htw-range-input::-webkit-slider-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-webkit-slider-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.htw-range-input::-moz-range-thumb{height:.75rem;width:.75rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.htw-dark .htw-range-input::-moz-range-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-moz-range-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.v-popper{line-height:0}.htw-dark .v-popper--theme-dropdown .v-popper__inner{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity))}.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{transform:scale(.75)}.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{transform:none;transition:transform .15s cubic-bezier(0,1,.5,1)}.v-popper__popper:focus-visible{outline:none}.htw-bind-col-size{grid-template-columns:repeat(auto-fill,minmax(var(--histoire-col-size),1fr))}.__histoire-json-code[data-v-
|
|
1
|
+
.htw-range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-webkit-slider-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.htw-range-input::-moz-range-thumb{height:.75rem;width:.75rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-moz-range-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-moz-range-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.v-popper{line-height:0}.htw-dark .v-popper--theme-dropdown .v-popper__inner{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity))}.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{transform:scale(.75)}.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{transform:none;transition:transform .15s cubic-bezier(0,1,.5,1)}.v-popper__popper:focus-visible{outline:none}.htw-bind-col-size{grid-template-columns:repeat(auto-fill,minmax(var(--histoire-col-size),1fr))}.__histoire-json-code[data-v-9f3f2832] .cm-editor{height:100%;min-width:280px}
|