@histoire/controls 0.16.1 → 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 +2 -0
- package/dist/components/colorselect/HstColorSelect.vue.d.ts +27 -0
- 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 +1708 -498
- package/dist/index.es.js +5288 -4782
- package/dist/style-standalone.css +155 -148
- package/dist/style.css +1 -1
- package/package.json +27 -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/colorselect/HstColorSelect.story.vue +28 -0
- package/src/components/colorselect/HstColorSelect.vue +92 -0
- package/src/components/json/HstJson.vue +2 -2
- package/src/components/radio/HstRadio.vue +3 -3
- package/src/components/select/CustomSelect.vue +2 -2
- package/src/components/select/HstSelect.vue +2 -2
- package/src/index.ts +3 -0
- package/tsconfig.json +1 -2
- package/vite.config.ts +18 -10
- 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:
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.htw-w-16{
|
|
444
|
-
width:4rem
|
|
442
|
+
.htw-w-3{
|
|
443
|
+
width:0.75rem
|
|
445
444
|
}
|
|
446
445
|
|
|
447
446
|
.htw-w-32{
|
|
448
447
|
width:8rem
|
|
449
448
|
}
|
|
450
449
|
|
|
451
|
-
.htw-w-
|
|
452
|
-
width:
|
|
450
|
+
.htw-w-4{
|
|
451
|
+
width:1rem
|
|
453
452
|
}
|
|
454
453
|
|
|
455
|
-
.htw-w
|
|
456
|
-
width:
|
|
454
|
+
.htw-w-\[16px\]{
|
|
455
|
+
width:16px
|
|
456
|
+
}
|
|
457
|
+
|
|
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;
|
|
@@ -518,6 +521,10 @@
|
|
|
518
521
|
grid-template-columns:repeat(auto-fill,minmax(200px,1fr))
|
|
519
522
|
}
|
|
520
523
|
|
|
524
|
+
.htw-flex-row{
|
|
525
|
+
flex-direction:row
|
|
526
|
+
}
|
|
527
|
+
|
|
521
528
|
.htw-flex-col{
|
|
522
529
|
flex-direction:column
|
|
523
530
|
}
|
|
@@ -538,22 +545,22 @@
|
|
|
538
545
|
align-items:center
|
|
539
546
|
}
|
|
540
547
|
|
|
541
|
-
.htw-gap-2{
|
|
542
|
-
gap:0.5rem
|
|
543
|
-
}
|
|
544
|
-
|
|
545
548
|
.htw-gap-1{
|
|
546
549
|
gap:0.25rem
|
|
547
550
|
}
|
|
548
551
|
|
|
549
|
-
.htw-gap-
|
|
550
|
-
gap:
|
|
552
|
+
.htw-gap-2{
|
|
553
|
+
gap:0.5rem
|
|
551
554
|
}
|
|
552
555
|
|
|
553
556
|
.htw-gap-4{
|
|
554
557
|
gap:1rem
|
|
555
558
|
}
|
|
556
559
|
|
|
560
|
+
.htw-gap-px{
|
|
561
|
+
gap:1px
|
|
562
|
+
}
|
|
563
|
+
|
|
557
564
|
.htw-overflow-auto{
|
|
558
565
|
overflow:auto
|
|
559
566
|
}
|
|
@@ -576,10 +583,6 @@
|
|
|
576
583
|
white-space:nowrap
|
|
577
584
|
}
|
|
578
585
|
|
|
579
|
-
.htw-rounded-sm{
|
|
580
|
-
border-radius:0.25rem
|
|
581
|
-
}
|
|
582
|
-
|
|
583
586
|
.\!htw-rounded-\[3px\]{
|
|
584
587
|
border-radius:3px !important
|
|
585
588
|
}
|
|
@@ -592,20 +595,24 @@
|
|
|
592
595
|
border-radius:9999px
|
|
593
596
|
}
|
|
594
597
|
|
|
598
|
+
.htw-rounded-sm{
|
|
599
|
+
border-radius:0.25rem
|
|
600
|
+
}
|
|
601
|
+
|
|
595
602
|
.htw-border{
|
|
596
603
|
border-width:1px
|
|
597
604
|
}
|
|
598
605
|
|
|
599
|
-
.htw-border-
|
|
600
|
-
border-width:
|
|
606
|
+
.htw-border-0{
|
|
607
|
+
border-width:0px
|
|
601
608
|
}
|
|
602
609
|
|
|
603
610
|
.htw-border-2{
|
|
604
611
|
border-width:2px
|
|
605
612
|
}
|
|
606
613
|
|
|
607
|
-
.htw-border-
|
|
608
|
-
border-width:
|
|
614
|
+
.htw-border-8{
|
|
615
|
+
border-width:8px
|
|
609
616
|
}
|
|
610
617
|
|
|
611
618
|
.htw-border-solid{
|
|
@@ -616,14 +623,19 @@
|
|
|
616
623
|
border-color:rgb(0 0 0 / 0.25)
|
|
617
624
|
}
|
|
618
625
|
|
|
626
|
+
.htw-border-gray-850{
|
|
627
|
+
--tw-border-opacity:1;
|
|
628
|
+
border-color:rgb(31 31 33 / var(--tw-border-opacity))
|
|
629
|
+
}
|
|
630
|
+
|
|
619
631
|
.htw-border-primary-500{
|
|
620
632
|
--tw-border-opacity:1;
|
|
621
633
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
622
634
|
}
|
|
623
635
|
|
|
624
|
-
|
|
625
|
-
--tw-
|
|
626
|
-
|
|
636
|
+
.\!htw-bg-primary-500{
|
|
637
|
+
--tw-bg-opacity:1 !important;
|
|
638
|
+
background-color:rgb(16 185 129 / var(--tw-bg-opacity)) !important
|
|
627
639
|
}
|
|
628
640
|
|
|
629
641
|
.htw-bg-gray-200{
|
|
@@ -631,18 +643,9 @@
|
|
|
631
643
|
background-color:rgb(228 228 231 / var(--tw-bg-opacity))
|
|
632
644
|
}
|
|
633
645
|
|
|
634
|
-
.htw-bg-
|
|
635
|
-
--tw-bg-opacity:1;
|
|
636
|
-
background-color:rgb(16 185 129 / var(--tw-bg-opacity))
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.htw-bg-transparent{
|
|
640
|
-
background-color:transparent
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.htw-bg-white{
|
|
646
|
+
.htw-bg-gray-50{
|
|
644
647
|
--tw-bg-opacity:1;
|
|
645
|
-
background-color:rgb(
|
|
648
|
+
background-color:rgb(250 250 250 / var(--tw-bg-opacity))
|
|
646
649
|
}
|
|
647
650
|
|
|
648
651
|
.htw-bg-gray-500\/10{
|
|
@@ -653,9 +656,9 @@
|
|
|
653
656
|
background-color:rgb(113 113 122 / 0.5)
|
|
654
657
|
}
|
|
655
658
|
|
|
656
|
-
.htw-bg-gray-
|
|
659
|
+
.htw-bg-gray-700{
|
|
657
660
|
--tw-bg-opacity:1;
|
|
658
|
-
background-color:rgb(
|
|
661
|
+
background-color:rgb(63 63 70 / var(--tw-bg-opacity))
|
|
659
662
|
}
|
|
660
663
|
|
|
661
664
|
.htw-bg-primary-200{
|
|
@@ -663,19 +666,23 @@
|
|
|
663
666
|
background-color:rgb(167 243 208 / var(--tw-bg-opacity))
|
|
664
667
|
}
|
|
665
668
|
|
|
669
|
+
.htw-bg-primary-500{
|
|
670
|
+
--tw-bg-opacity:1;
|
|
671
|
+
background-color:rgb(16 185 129 / var(--tw-bg-opacity))
|
|
672
|
+
}
|
|
673
|
+
|
|
666
674
|
.htw-bg-primary-800{
|
|
667
675
|
--tw-bg-opacity:1;
|
|
668
676
|
background-color:rgb(6 95 70 / var(--tw-bg-opacity))
|
|
669
677
|
}
|
|
670
678
|
|
|
671
|
-
.htw-bg-
|
|
672
|
-
|
|
673
|
-
background-color:rgb(63 63 70 / var(--tw-bg-opacity))
|
|
679
|
+
.htw-bg-transparent{
|
|
680
|
+
background-color:transparent
|
|
674
681
|
}
|
|
675
682
|
|
|
676
|
-
|
|
677
|
-
--tw-bg-opacity:1
|
|
678
|
-
background-color:rgb(
|
|
683
|
+
.htw-bg-white{
|
|
684
|
+
--tw-bg-opacity:1;
|
|
685
|
+
background-color:rgb(255 255 255 / var(--tw-bg-opacity))
|
|
679
686
|
}
|
|
680
687
|
|
|
681
688
|
.htw-fill-primary-500{
|
|
@@ -698,29 +705,29 @@
|
|
|
698
705
|
padding:0.5rem
|
|
699
706
|
}
|
|
700
707
|
|
|
701
|
-
.htw-p-px{
|
|
702
|
-
padding:1px
|
|
703
|
-
}
|
|
704
|
-
|
|
705
708
|
.htw-p-4{
|
|
706
709
|
padding:1rem
|
|
707
710
|
}
|
|
708
711
|
|
|
712
|
+
.htw-p-px{
|
|
713
|
+
padding:1px
|
|
714
|
+
}
|
|
715
|
+
|
|
709
716
|
.htw-px-1{
|
|
710
717
|
padding-left:0.25rem;
|
|
711
718
|
padding-right:0.25rem
|
|
712
719
|
}
|
|
713
720
|
|
|
714
|
-
.htw-py-1{
|
|
715
|
-
padding-top:0.25rem;
|
|
716
|
-
padding-bottom:0.25rem
|
|
717
|
-
}
|
|
718
|
-
|
|
719
721
|
.htw-px-2{
|
|
720
722
|
padding-left:0.5rem;
|
|
721
723
|
padding-right:0.5rem
|
|
722
724
|
}
|
|
723
725
|
|
|
726
|
+
.htw-py-1{
|
|
727
|
+
padding-top:0.25rem;
|
|
728
|
+
padding-bottom:0.25rem
|
|
729
|
+
}
|
|
730
|
+
|
|
724
731
|
.htw-pl-2{
|
|
725
732
|
padding-left:0.5rem
|
|
726
733
|
}
|
|
@@ -739,14 +746,18 @@
|
|
|
739
746
|
line-height:1.5
|
|
740
747
|
}
|
|
741
748
|
|
|
749
|
+
.htw-text-gray-700{
|
|
750
|
+
--tw-text-opacity:1;
|
|
751
|
+
color:rgb(63 63 70 / var(--tw-text-opacity))
|
|
752
|
+
}
|
|
753
|
+
|
|
742
754
|
.htw-text-gray-900{
|
|
743
755
|
--tw-text-opacity:1;
|
|
744
756
|
color:rgb(24 24 27 / var(--tw-text-opacity))
|
|
745
757
|
}
|
|
746
758
|
|
|
747
|
-
.htw-text-
|
|
748
|
-
|
|
749
|
-
color:rgb(255 255 255 / var(--tw-text-opacity))
|
|
759
|
+
.htw-text-inherit{
|
|
760
|
+
color:inherit
|
|
750
761
|
}
|
|
751
762
|
|
|
752
763
|
.htw-text-orange-500{
|
|
@@ -754,13 +765,9 @@
|
|
|
754
765
|
color:rgb(249 115 22 / var(--tw-text-opacity))
|
|
755
766
|
}
|
|
756
767
|
|
|
757
|
-
.htw-text-
|
|
758
|
-
color:inherit
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.htw-text-gray-700{
|
|
768
|
+
.htw-text-white{
|
|
762
769
|
--tw-text-opacity:1;
|
|
763
|
-
color:rgb(
|
|
770
|
+
color:rgb(255 255 255 / var(--tw-text-opacity))
|
|
764
771
|
}
|
|
765
772
|
|
|
766
773
|
.htw-opacity-50{
|
|
@@ -772,14 +779,14 @@
|
|
|
772
779
|
outline-offset:2px
|
|
773
780
|
}
|
|
774
781
|
|
|
775
|
-
.htw-transition-
|
|
776
|
-
transition-property:
|
|
782
|
+
.htw-transition-all{
|
|
783
|
+
transition-property:all;
|
|
777
784
|
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
|
|
778
785
|
transition-duration:150ms
|
|
779
786
|
}
|
|
780
787
|
|
|
781
|
-
.htw-transition-
|
|
782
|
-
transition-property:
|
|
788
|
+
.htw-transition-border{
|
|
789
|
+
transition-property:border;
|
|
783
790
|
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
|
|
784
791
|
transition-duration:150ms
|
|
785
792
|
}
|
|
@@ -800,14 +807,14 @@
|
|
|
800
807
|
transition-duration:200ms
|
|
801
808
|
}
|
|
802
809
|
|
|
803
|
-
.htw-ease-out{
|
|
804
|
-
transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
|
|
805
|
-
}
|
|
806
|
-
|
|
807
810
|
.htw-ease-in-out{
|
|
808
811
|
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
|
|
809
812
|
}
|
|
810
813
|
|
|
814
|
+
.htw-ease-out{
|
|
815
|
+
transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
|
|
816
|
+
}
|
|
817
|
+
|
|
811
818
|
.htw-will-change-transform{
|
|
812
819
|
will-change:transform
|
|
813
820
|
}
|
|
@@ -816,7 +823,7 @@ body {
|
|
|
816
823
|
font-size: 1.125rem;
|
|
817
824
|
}
|
|
818
825
|
|
|
819
|
-
.htw-dark body{
|
|
826
|
+
:is(.htw-dark body){
|
|
820
827
|
--tw-text-opacity:1;
|
|
821
828
|
color:rgb(244 244 245 / var(--tw-text-opacity))
|
|
822
829
|
}
|
|
@@ -837,6 +844,10 @@ body {
|
|
|
837
844
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
838
845
|
}
|
|
839
846
|
|
|
847
|
+
.hover\:htw-bg-gray-500\/20:hover{
|
|
848
|
+
background-color:rgb(113 113 122 / 0.2)
|
|
849
|
+
}
|
|
850
|
+
|
|
840
851
|
.hover\:htw-bg-primary-100:hover{
|
|
841
852
|
--tw-bg-opacity:1;
|
|
842
853
|
background-color:rgb(209 250 229 / var(--tw-bg-opacity))
|
|
@@ -852,10 +863,6 @@ body {
|
|
|
852
863
|
background-color:rgb(5 150 105 / var(--tw-bg-opacity))
|
|
853
864
|
}
|
|
854
865
|
|
|
855
|
-
.hover\:htw-bg-gray-500\/20:hover{
|
|
856
|
-
background-color:rgb(113 113 122 / 0.2)
|
|
857
|
-
}
|
|
858
|
-
|
|
859
866
|
.hover\:htw-text-primary-500:hover{
|
|
860
867
|
--tw-text-opacity:1;
|
|
861
868
|
color:rgb(16 185 129 / var(--tw-text-opacity))
|
|
@@ -879,76 +886,76 @@ body {
|
|
|
879
886
|
background-color:rgb(113 113 122 / 0.2)
|
|
880
887
|
}
|
|
881
888
|
|
|
882
|
-
.htw-dark .dark\:htw-border-white\/25{
|
|
889
|
+
:is(.htw-dark .dark\:htw-border-white\/25){
|
|
883
890
|
border-color:rgb(255 255 255 / 0.25)
|
|
884
891
|
}
|
|
885
892
|
|
|
886
|
-
.htw-dark .dark\:htw-bg-
|
|
893
|
+
:is(.htw-dark .dark\:htw-bg-black){
|
|
887
894
|
--tw-bg-opacity:1;
|
|
888
|
-
background-color:rgb(
|
|
895
|
+
background-color:rgb(0 0 0 / var(--tw-bg-opacity))
|
|
889
896
|
}
|
|
890
897
|
|
|
891
|
-
.htw-dark .dark\:htw-bg-
|
|
898
|
+
:is(.htw-dark .dark\:htw-bg-gray-600){
|
|
892
899
|
--tw-bg-opacity:1;
|
|
893
|
-
background-color:rgb(
|
|
900
|
+
background-color:rgb(82 82 91 / var(--tw-bg-opacity))
|
|
894
901
|
}
|
|
895
902
|
|
|
896
|
-
.htw-dark .dark\:htw-bg-gray-700{
|
|
903
|
+
:is(.htw-dark .dark\:htw-bg-gray-700){
|
|
897
904
|
--tw-bg-opacity:1;
|
|
898
905
|
background-color:rgb(63 63 70 / var(--tw-bg-opacity))
|
|
899
906
|
}
|
|
900
907
|
|
|
901
|
-
.htw-dark .dark\:htw-bg-
|
|
908
|
+
:is(.htw-dark .dark\:htw-bg-gray-750){
|
|
902
909
|
--tw-bg-opacity:1;
|
|
903
|
-
background-color:rgb(
|
|
910
|
+
background-color:rgb(50 50 56 / var(--tw-bg-opacity))
|
|
904
911
|
}
|
|
905
912
|
|
|
906
|
-
.htw-dark .dark\:htw-bg-
|
|
913
|
+
:is(.htw-dark .dark\:htw-bg-primary-800){
|
|
907
914
|
--tw-bg-opacity:1;
|
|
908
|
-
background-color:rgb(
|
|
915
|
+
background-color:rgb(6 95 70 / var(--tw-bg-opacity))
|
|
909
916
|
}
|
|
910
917
|
|
|
911
|
-
.htw-dark .dark\:htw-text-
|
|
918
|
+
:is(.htw-dark .dark\:htw-text-black){
|
|
912
919
|
--tw-text-opacity:1;
|
|
913
|
-
color:rgb(
|
|
920
|
+
color:rgb(0 0 0 / var(--tw-text-opacity))
|
|
914
921
|
}
|
|
915
922
|
|
|
916
|
-
.htw-dark .dark\:htw-text-
|
|
923
|
+
:is(.htw-dark .dark\:htw-text-gray-100){
|
|
917
924
|
--tw-text-opacity:1;
|
|
918
|
-
color:rgb(
|
|
925
|
+
color:rgb(244 244 245 / var(--tw-text-opacity))
|
|
919
926
|
}
|
|
920
927
|
|
|
921
|
-
.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within{
|
|
928
|
+
:is(.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within){
|
|
922
929
|
--tw-border-opacity:1;
|
|
923
930
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
924
931
|
}
|
|
925
932
|
|
|
926
|
-
.htw-dark .dark\:hover\:htw-border-primary-500:hover{
|
|
933
|
+
:is(.htw-dark .dark\:hover\:htw-border-primary-500:hover){
|
|
927
934
|
--tw-border-opacity:1;
|
|
928
935
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
929
936
|
}
|
|
930
937
|
|
|
931
|
-
.htw-dark .dark\:hover\:htw-bg-primary-
|
|
938
|
+
:is(.htw-dark .dark\:hover\:htw-bg-primary-700:hover){
|
|
932
939
|
--tw-bg-opacity:1;
|
|
933
|
-
background-color:rgb(
|
|
940
|
+
background-color:rgb(4 120 87 / var(--tw-bg-opacity))
|
|
934
941
|
}
|
|
935
942
|
|
|
936
|
-
.htw-dark .dark\:hover\:htw-bg-primary-
|
|
943
|
+
:is(.htw-dark .dark\:hover\:htw-bg-primary-800:hover){
|
|
937
944
|
--tw-bg-opacity:1;
|
|
938
|
-
background-color:rgb(6
|
|
945
|
+
background-color:rgb(6 95 70 / var(--tw-bg-opacity))
|
|
939
946
|
}
|
|
940
947
|
|
|
941
|
-
.htw-dark .dark\:hover\:htw-bg-primary-
|
|
948
|
+
:is(.htw-dark .dark\:hover\:htw-bg-primary-900:hover){
|
|
942
949
|
--tw-bg-opacity:1;
|
|
943
|
-
background-color:rgb(
|
|
950
|
+
background-color:rgb(6 78 59 / var(--tw-bg-opacity))
|
|
944
951
|
}
|
|
945
952
|
|
|
946
|
-
.htw-dark .dark\:focus\:htw-border-primary-500:focus{
|
|
953
|
+
:is(.htw-dark .dark\:focus\:htw-border-primary-500:focus){
|
|
947
954
|
--tw-border-opacity:1;
|
|
948
955
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
949
956
|
}
|
|
950
957
|
|
|
951
|
-
.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){
|
|
952
959
|
--tw-border-opacity:1;
|
|
953
960
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
|
954
961
|
}
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.htw-range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;-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::-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;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}
|