@poveste/controls 0.1.3 → 0.2.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.
Files changed (33) hide show
  1. package/dist/index.es.css +1 -1
  2. package/dist/index.es.js +76 -76
  3. package/dist/style-standalone.css +148 -148
  4. package/package.json +3 -3
  5. package/src/components/HstCopyIcon.vue +1 -1
  6. package/src/components/HstWrapper.vue +4 -4
  7. package/src/components/button/HstButton.story.vue +1 -1
  8. package/src/components/button/HstButton.vue +4 -4
  9. package/src/components/button/HstButtonGroup.vue +3 -3
  10. package/src/components/checkbox/HstCheckbox.vue +1 -1
  11. package/src/components/checkbox/HstCheckboxList.vue +4 -4
  12. package/src/components/checkbox/HstSimpleCheckbox.vue +9 -9
  13. package/src/components/checkbox/__snapshots__/HstCheckbox.spec.ts.snap +2 -2
  14. package/src/components/colorselect/HstColorSelect.vue +3 -3
  15. package/src/components/design-tokens/HstColorShades.story.vue +3 -3
  16. package/src/components/design-tokens/HstColorShades.vue +9 -9
  17. package/src/components/design-tokens/HstTokenGrid.story.vue +1 -1
  18. package/src/components/design-tokens/HstTokenGrid.vue +9 -9
  19. package/src/components/design-tokens/HstTokenList.story.vue +2 -2
  20. package/src/components/design-tokens/HstTokenList.vue +8 -8
  21. package/src/components/json/HstJson.vue +3 -3
  22. package/src/components/number/HstNumber.vue +4 -4
  23. package/src/components/radio/HstRadio.vue +12 -12
  24. package/src/components/select/CustomSelect.vue +10 -10
  25. package/src/components/select/HstSelect.story.vue +4 -4
  26. package/src/components/select/HstSelect.vue +1 -1
  27. package/src/components/slider/HstSlider.vue +12 -12
  28. package/src/components/text/HstText.vue +2 -2
  29. package/src/components/textarea/HstTextarea.vue +2 -2
  30. package/src/end.d.ts +2 -2
  31. package/src/style/main.css +1 -1
  32. package/src/utils.ts +4 -4
  33. package/tailwind.config.cjs +1 -1
@@ -311,523 +311,523 @@
311
311
  --tw-contain-style:
312
312
  }
313
313
 
314
- .htw-absolute{
314
+ .ptw-absolute{
315
315
  position:absolute
316
316
  }
317
317
 
318
- .htw-relative{
318
+ .ptw-relative{
319
319
  position:relative
320
320
  }
321
321
 
322
- .htw-inset-0{
322
+ .ptw-inset-0{
323
323
  inset:0px
324
324
  }
325
325
 
326
- .htw-z-10{
326
+ .ptw-z-10{
327
327
  z-index:10
328
328
  }
329
329
 
330
- .htw-m-0{
330
+ .ptw-m-0{
331
331
  margin:0px
332
332
  }
333
333
 
334
- .htw-m-4{
334
+ .ptw-m-4{
335
335
  margin:1rem
336
336
  }
337
337
 
338
- .-htw-my-1{
338
+ .-ptw-my-1{
339
339
  margin-top:-0.25rem;
340
340
  margin-bottom:-0.25rem
341
341
  }
342
342
 
343
- .htw-mx-4{
343
+ .ptw-mx-4{
344
344
  margin-left:1rem;
345
345
  margin-right:1rem
346
346
  }
347
347
 
348
- .htw-my-0{
348
+ .ptw-my-0{
349
349
  margin-top:0px;
350
350
  margin-bottom:0px
351
351
  }
352
352
 
353
- .htw-my-8{
353
+ .ptw-my-8{
354
354
  margin-top:2rem;
355
355
  margin-bottom:2rem
356
356
  }
357
357
 
358
- .htw-mb-2{
358
+ .ptw-mb-2{
359
359
  margin-bottom:0.5rem
360
360
  }
361
361
 
362
- .htw-ml-auto{
362
+ .ptw-ml-auto{
363
363
  margin-left:auto
364
364
  }
365
365
 
366
- .htw-mr-2{
366
+ .ptw-mr-2{
367
367
  margin-right:0.5rem
368
368
  }
369
369
 
370
- .htw-box-border{
370
+ .ptw-box-border{
371
371
  box-sizing:border-box
372
372
  }
373
373
 
374
- .htw-block{
374
+ .ptw-block{
375
375
  display:block
376
376
  }
377
377
 
378
- .htw-flex{
378
+ .ptw-flex{
379
379
  display:flex
380
380
  }
381
381
 
382
- .htw-grid{
382
+ .ptw-grid{
383
383
  display:grid
384
384
  }
385
385
 
386
- .\!htw-hidden{
386
+ .\!ptw-hidden{
387
387
  display:none !important
388
388
  }
389
389
 
390
- .htw-h-1{
390
+ .ptw-h-1{
391
391
  height:0.25rem
392
392
  }
393
393
 
394
- .htw-h-16{
394
+ .ptw-h-16{
395
395
  height:4rem
396
396
  }
397
397
 
398
- .htw-h-20{
398
+ .ptw-h-20{
399
399
  height:5rem
400
400
  }
401
401
 
402
- .htw-h-3{
402
+ .ptw-h-3{
403
403
  height:0.75rem
404
404
  }
405
405
 
406
- .htw-h-32{
406
+ .ptw-h-32{
407
407
  height:8rem
408
408
  }
409
409
 
410
- .htw-h-4{
410
+ .ptw-h-4{
411
411
  height:1rem
412
412
  }
413
413
 
414
- .htw-h-48{
414
+ .ptw-h-48{
415
415
  height:12rem
416
416
  }
417
417
 
418
- .htw-h-\[100px\]{
418
+ .ptw-h-\[100px\]{
419
419
  height:100px
420
420
  }
421
421
 
422
- .htw-h-\[16px\]{
422
+ .ptw-h-\[16px\]{
423
423
  height:16px
424
424
  }
425
425
 
426
- .htw-h-\[22px\]{
426
+ .ptw-h-\[22px\]{
427
427
  height:22px
428
428
  }
429
429
 
430
- .htw-h-\[27px\]{
430
+ .ptw-h-\[27px\]{
431
431
  height:27px
432
432
  }
433
433
 
434
- .htw-min-h-32{
434
+ .ptw-min-h-32{
435
435
  min-height:8rem
436
436
  }
437
437
 
438
- .htw-min-h-\[26px\]{
438
+ .ptw-min-h-\[26px\]{
439
439
  min-height:26px
440
440
  }
441
441
 
442
- .htw-w-16{
442
+ .ptw-w-16{
443
443
  width:4rem
444
444
  }
445
445
 
446
- .htw-w-28{
446
+ .ptw-w-28{
447
447
  width:7rem
448
448
  }
449
449
 
450
- .htw-w-3{
450
+ .ptw-w-3{
451
451
  width:0.75rem
452
452
  }
453
453
 
454
- .htw-w-32{
454
+ .ptw-w-32{
455
455
  width:8rem
456
456
  }
457
457
 
458
- .htw-w-4{
458
+ .ptw-w-4{
459
459
  width:1rem
460
460
  }
461
461
 
462
- .htw-w-\[16px\]{
462
+ .ptw-w-\[16px\]{
463
463
  width:16px
464
464
  }
465
465
 
466
- .htw-w-full{
466
+ .ptw-w-full{
467
467
  width:100%
468
468
  }
469
469
 
470
- .htw-max-w-full{
470
+ .ptw-max-w-full{
471
471
  max-width:100%
472
472
  }
473
473
 
474
- .htw-flex-1{
474
+ .ptw-flex-1{
475
475
  flex:1 1 0%
476
476
  }
477
477
 
478
- .htw-flex-none{
478
+ .ptw-flex-none{
479
479
  flex:none
480
480
  }
481
481
 
482
- .htw-shrink{
482
+ .ptw-shrink{
483
483
  flex-shrink:1
484
484
  }
485
485
 
486
- .htw-shrink-0{
486
+ .ptw-shrink-0{
487
487
  flex-shrink:0
488
488
  }
489
489
 
490
- .htw-grow{
490
+ .ptw-grow{
491
491
  flex-grow:1
492
492
  }
493
493
 
494
- .htw-scale-0{
494
+ .ptw-scale-0{
495
495
  --tw-scale-x:0;
496
496
  --tw-scale-y:0;
497
497
  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))
498
498
  }
499
499
 
500
- .htw-cursor-ew-resize{
500
+ .ptw-cursor-ew-resize{
501
501
  cursor:ew-resize
502
502
  }
503
503
 
504
- .htw-cursor-pointer{
504
+ .ptw-cursor-pointer{
505
505
  cursor:pointer
506
506
  }
507
507
 
508
- .htw-cursor-text{
508
+ .ptw-cursor-text{
509
509
  cursor:text
510
510
  }
511
511
 
512
- .htw-select-none{
512
+ .ptw-select-none{
513
513
  -webkit-user-select:none;
514
514
  -moz-user-select:none;
515
515
  user-select:none
516
516
  }
517
517
 
518
- .htw-resize-y{
518
+ .ptw-resize-y{
519
519
  resize:vertical
520
520
  }
521
521
 
522
- .htw-appearance-none{
522
+ .ptw-appearance-none{
523
523
  -webkit-appearance:none;
524
524
  -moz-appearance:none;
525
525
  appearance:none
526
526
  }
527
527
 
528
- .htw-grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{
528
+ .ptw-grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{
529
529
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr))
530
530
  }
531
531
 
532
- .htw-flex-row{
532
+ .ptw-flex-row{
533
533
  flex-direction:row
534
534
  }
535
535
 
536
- .htw-flex-col{
536
+ .ptw-flex-col{
537
537
  flex-direction:column
538
538
  }
539
539
 
540
- .htw-flex-wrap{
540
+ .ptw-flex-wrap{
541
541
  flex-wrap:wrap
542
542
  }
543
543
 
544
- .htw-flex-nowrap{
544
+ .ptw-flex-nowrap{
545
545
  flex-wrap:nowrap
546
546
  }
547
547
 
548
- .htw-items-end{
548
+ .ptw-items-end{
549
549
  align-items:flex-end
550
550
  }
551
551
 
552
- .htw-items-center{
552
+ .ptw-items-center{
553
553
  align-items:center
554
554
  }
555
555
 
556
- .htw-gap-1{
556
+ .ptw-gap-1{
557
557
  gap:0.25rem
558
558
  }
559
559
 
560
- .htw-gap-2{
560
+ .ptw-gap-2{
561
561
  gap:0.5rem
562
562
  }
563
563
 
564
- .htw-gap-4{
564
+ .ptw-gap-4{
565
565
  gap:1rem
566
566
  }
567
567
 
568
- .htw-gap-px{
568
+ .ptw-gap-px{
569
569
  gap:1px
570
570
  }
571
571
 
572
- .htw-overflow-auto{
572
+ .ptw-overflow-auto{
573
573
  overflow:auto
574
574
  }
575
575
 
576
- .htw-overflow-hidden{
576
+ .ptw-overflow-hidden{
577
577
  overflow:hidden
578
578
  }
579
579
 
580
- .htw-truncate{
580
+ .ptw-truncate{
581
581
  overflow:hidden;
582
582
  text-overflow:ellipsis;
583
583
  white-space:nowrap
584
584
  }
585
585
 
586
- .htw-text-ellipsis{
586
+ .ptw-text-ellipsis{
587
587
  text-overflow:ellipsis
588
588
  }
589
589
 
590
- .htw-whitespace-nowrap{
590
+ .ptw-whitespace-nowrap{
591
591
  white-space:nowrap
592
592
  }
593
593
 
594
- .\!htw-rounded-\[3px\]{
594
+ .\!ptw-rounded-\[3px\]{
595
595
  border-radius:3px !important
596
596
  }
597
597
 
598
- .htw-rounded{
598
+ .ptw-rounded{
599
599
  border-radius:0.375rem
600
600
  }
601
601
 
602
- .htw-rounded-full{
602
+ .ptw-rounded-full{
603
603
  border-radius:9999px
604
604
  }
605
605
 
606
- .htw-rounded-sm{
606
+ .ptw-rounded-sm{
607
607
  border-radius:0.25rem
608
608
  }
609
609
 
610
- .htw-border{
610
+ .ptw-border{
611
611
  border-width:1px
612
612
  }
613
613
 
614
- .htw-border-0{
614
+ .ptw-border-0{
615
615
  border-width:0px
616
616
  }
617
617
 
618
- .htw-border-2{
618
+ .ptw-border-2{
619
619
  border-width:2px
620
620
  }
621
621
 
622
- .htw-border-8{
622
+ .ptw-border-8{
623
623
  border-width:8px
624
624
  }
625
625
 
626
- .htw-border-solid{
626
+ .ptw-border-solid{
627
627
  border-style:solid
628
628
  }
629
629
 
630
- .htw-border-none{
630
+ .ptw-border-none{
631
631
  border-style:none
632
632
  }
633
633
 
634
- .htw-border-black\/25{
634
+ .ptw-border-black\/25{
635
635
  border-color:rgb(0 0 0 / 0.25)
636
636
  }
637
637
 
638
- .htw-border-gray-850{
638
+ .ptw-border-gray-850{
639
639
  --tw-border-opacity:1;
640
640
  border-color:rgb(31 31 33 / var(--tw-border-opacity, 1))
641
641
  }
642
642
 
643
- .htw-border-primary-500{
643
+ .ptw-border-primary-500{
644
644
  --tw-border-opacity:1;
645
645
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
646
646
  }
647
647
 
648
- .\!htw-bg-primary-500{
648
+ .\!ptw-bg-primary-500{
649
649
  --tw-bg-opacity:1 !important;
650
650
  background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important
651
651
  }
652
652
 
653
- .htw-bg-gray-200{
653
+ .ptw-bg-gray-200{
654
654
  --tw-bg-opacity:1;
655
655
  background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))
656
656
  }
657
657
 
658
- .htw-bg-gray-50{
658
+ .ptw-bg-gray-50{
659
659
  --tw-bg-opacity:1;
660
660
  background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))
661
661
  }
662
662
 
663
- .htw-bg-gray-500\/10{
663
+ .ptw-bg-gray-500\/10{
664
664
  background-color:rgb(113 113 122 / 0.1)
665
665
  }
666
666
 
667
- .htw-bg-gray-500\/50{
667
+ .ptw-bg-gray-500\/50{
668
668
  background-color:rgb(113 113 122 / 0.5)
669
669
  }
670
670
 
671
- .htw-bg-gray-700{
671
+ .ptw-bg-gray-700{
672
672
  --tw-bg-opacity:1;
673
673
  background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))
674
674
  }
675
675
 
676
- .htw-bg-primary-200{
676
+ .ptw-bg-primary-200{
677
677
  --tw-bg-opacity:1;
678
678
  background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))
679
679
  }
680
680
 
681
- .htw-bg-primary-500{
681
+ .ptw-bg-primary-500{
682
682
  --tw-bg-opacity:1;
683
683
  background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))
684
684
  }
685
685
 
686
- .htw-bg-primary-800{
686
+ .ptw-bg-primary-800{
687
687
  --tw-bg-opacity:1;
688
688
  background-color:rgb(6 95 70 / var(--tw-bg-opacity, 1))
689
689
  }
690
690
 
691
- .htw-bg-transparent{
691
+ .ptw-bg-transparent{
692
692
  background-color:transparent
693
693
  }
694
694
 
695
- .htw-bg-white{
695
+ .ptw-bg-white{
696
696
  --tw-bg-opacity:1;
697
697
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
698
698
  }
699
699
 
700
- .htw-fill-primary-500{
700
+ .ptw-fill-primary-500{
701
701
  fill:#10b981
702
702
  }
703
703
 
704
- .htw-fill-transparent{
704
+ .ptw-fill-transparent{
705
705
  fill:transparent
706
706
  }
707
707
 
708
- .htw-stroke-white{
708
+ .ptw-stroke-white{
709
709
  stroke:#fff
710
710
  }
711
711
 
712
- .htw-stroke-2{
712
+ .ptw-stroke-2{
713
713
  stroke-width:2
714
714
  }
715
715
 
716
- .htw-p-2{
716
+ .ptw-p-2{
717
717
  padding:0.5rem
718
718
  }
719
719
 
720
- .htw-p-4{
720
+ .ptw-p-4{
721
721
  padding:1rem
722
722
  }
723
723
 
724
- .htw-p-px{
724
+ .ptw-p-px{
725
725
  padding:1px
726
726
  }
727
727
 
728
- .htw-px-1{
728
+ .ptw-px-1{
729
729
  padding-left:0.25rem;
730
730
  padding-right:0.25rem
731
731
  }
732
732
 
733
- .htw-px-2{
733
+ .ptw-px-2{
734
734
  padding-left:0.5rem;
735
735
  padding-right:0.5rem
736
736
  }
737
737
 
738
- .htw-py-1{
738
+ .ptw-py-1{
739
739
  padding-top:0.25rem;
740
740
  padding-bottom:0.25rem
741
741
  }
742
742
 
743
- .htw-pl-2{
743
+ .ptw-pl-2{
744
744
  padding-left:0.5rem
745
745
  }
746
746
 
747
- .htw-text-5xl{
747
+ .ptw-text-5xl{
748
748
  font-size:3rem;
749
749
  line-height:1
750
750
  }
751
751
 
752
- .htw-text-xs{
752
+ .ptw-text-xs{
753
753
  font-size:0.75rem;
754
754
  line-height:1rem
755
755
  }
756
756
 
757
- .htw-leading-normal{
757
+ .ptw-leading-normal{
758
758
  line-height:1.5
759
759
  }
760
760
 
761
- .htw-text-gray-700{
761
+ .ptw-text-gray-700{
762
762
  --tw-text-opacity:1;
763
763
  color:rgb(63 63 70 / var(--tw-text-opacity, 1))
764
764
  }
765
765
 
766
- .htw-text-gray-900{
766
+ .ptw-text-gray-900{
767
767
  --tw-text-opacity:1;
768
768
  color:rgb(24 24 27 / var(--tw-text-opacity, 1))
769
769
  }
770
770
 
771
- .htw-text-inherit{
771
+ .ptw-text-inherit{
772
772
  color:inherit
773
773
  }
774
774
 
775
- .htw-text-orange-500{
775
+ .ptw-text-orange-500{
776
776
  --tw-text-opacity:1;
777
777
  color:rgb(249 115 22 / var(--tw-text-opacity, 1))
778
778
  }
779
779
 
780
- .htw-text-white{
780
+ .ptw-text-white{
781
781
  --tw-text-opacity:1;
782
782
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
783
783
  }
784
784
 
785
- .htw-opacity-50{
785
+ .ptw-opacity-50{
786
786
  opacity:0.5
787
787
  }
788
788
 
789
- .htw-outline-none{
789
+ .ptw-outline-none{
790
790
  outline:2px solid transparent;
791
791
  outline-offset:2px
792
792
  }
793
793
 
794
- .htw-transition-all{
794
+ .ptw-transition-all{
795
795
  transition-property:all;
796
796
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
797
797
  transition-duration:150ms
798
798
  }
799
799
 
800
- .htw-transition-border{
800
+ .ptw-transition-border{
801
801
  transition-property:border;
802
802
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
803
803
  transition-duration:150ms
804
804
  }
805
805
 
806
- .htw-transition-none{
806
+ .ptw-transition-none{
807
807
  transition-property:none
808
808
  }
809
809
 
810
- .htw-delay-150{
810
+ .ptw-delay-150{
811
811
  transition-delay:150ms
812
812
  }
813
813
 
814
- .htw-duration-150{
814
+ .ptw-duration-150{
815
815
  transition-duration:150ms
816
816
  }
817
817
 
818
- .htw-duration-200{
818
+ .ptw-duration-200{
819
819
  transition-duration:200ms
820
820
  }
821
821
 
822
- .htw-ease-in-out{
822
+ .ptw-ease-in-out{
823
823
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
824
824
  }
825
825
 
826
- .htw-ease-out{
826
+ .ptw-ease-out{
827
827
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
828
828
  }
829
829
 
830
- .htw-will-change-transform{
830
+ .ptw-will-change-transform{
831
831
  will-change:transform
832
832
  }
833
833
 
@@ -835,7 +835,7 @@ body {
835
835
  font-size: 1.125rem;
836
836
  }
837
837
 
838
- body:is(.htw-dark *){
838
+ body:is(.ptw-dark *){
839
839
  --tw-text-opacity:1;
840
840
  color:rgb(244 244 245 / var(--tw-text-opacity, 1))
841
841
  }
@@ -846,128 +846,128 @@ body:is(.htw-dark *){
846
846
  }
847
847
  }
848
848
 
849
- .focus-within\:htw-border-primary-500:focus-within{
849
+ .focus-within\:ptw-border-primary-500:focus-within{
850
850
  --tw-border-opacity:1;
851
851
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
852
852
  }
853
853
 
854
- .hover\:htw-border-primary-500:hover{
854
+ .hover\:ptw-border-primary-500:hover{
855
855
  --tw-border-opacity:1;
856
856
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
857
857
  }
858
858
 
859
- .hover\:htw-bg-gray-500\/20:hover{
859
+ .hover\:ptw-bg-gray-500\/20:hover{
860
860
  background-color:rgb(113 113 122 / 0.2)
861
861
  }
862
862
 
863
- .hover\:htw-bg-primary-100:hover{
863
+ .hover\:ptw-bg-primary-100:hover{
864
864
  --tw-bg-opacity:1;
865
865
  background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))
866
866
  }
867
867
 
868
- .hover\:htw-bg-primary-200:hover{
868
+ .hover\:ptw-bg-primary-200:hover{
869
869
  --tw-bg-opacity:1;
870
870
  background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))
871
871
  }
872
872
 
873
- .hover\:htw-bg-primary-600:hover{
873
+ .hover\:ptw-bg-primary-600:hover{
874
874
  --tw-bg-opacity:1;
875
875
  background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))
876
876
  }
877
877
 
878
- .hover\:htw-text-primary-500:hover{
878
+ .hover\:ptw-text-primary-500:hover{
879
879
  --tw-text-opacity:1;
880
880
  color:rgb(16 185 129 / var(--tw-text-opacity, 1))
881
881
  }
882
882
 
883
- .hover\:htw-opacity-100:hover{
883
+ .hover\:ptw-opacity-100:hover{
884
884
  opacity:1
885
885
  }
886
886
 
887
- .focus\:htw-border-primary-500:focus{
887
+ .focus\:ptw-border-primary-500:focus{
888
888
  --tw-border-opacity:1;
889
889
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
890
890
  }
891
891
 
892
- .htw-group:hover .group-hover\:htw-border-primary-500{
892
+ .ptw-group:hover .group-hover\:ptw-border-primary-500{
893
893
  --tw-border-opacity:1;
894
894
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
895
895
  }
896
896
 
897
- .htw-group:active .group-active\:htw-bg-gray-500\/20{
897
+ .ptw-group:active .group-active\:ptw-bg-gray-500\/20{
898
898
  background-color:rgb(113 113 122 / 0.2)
899
899
  }
900
900
 
901
- .dark\:htw-border-white\/25:is(.htw-dark *){
901
+ .dark\:ptw-border-white\/25:is(.ptw-dark *){
902
902
  border-color:rgb(255 255 255 / 0.25)
903
903
  }
904
904
 
905
- .dark\:htw-bg-black:is(.htw-dark *){
905
+ .dark\:ptw-bg-black:is(.ptw-dark *){
906
906
  --tw-bg-opacity:1;
907
907
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
908
908
  }
909
909
 
910
- .dark\:htw-bg-gray-600:is(.htw-dark *){
910
+ .dark\:ptw-bg-gray-600:is(.ptw-dark *){
911
911
  --tw-bg-opacity:1;
912
912
  background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))
913
913
  }
914
914
 
915
- .dark\:htw-bg-gray-700:is(.htw-dark *){
915
+ .dark\:ptw-bg-gray-700:is(.ptw-dark *){
916
916
  --tw-bg-opacity:1;
917
917
  background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))
918
918
  }
919
919
 
920
- .dark\:htw-bg-gray-750:is(.htw-dark *){
920
+ .dark\:ptw-bg-gray-750:is(.ptw-dark *){
921
921
  --tw-bg-opacity:1;
922
922
  background-color:rgb(50 50 56 / var(--tw-bg-opacity, 1))
923
923
  }
924
924
 
925
- .dark\:htw-bg-primary-800:is(.htw-dark *){
925
+ .dark\:ptw-bg-primary-800:is(.ptw-dark *){
926
926
  --tw-bg-opacity:1;
927
927
  background-color:rgb(6 95 70 / var(--tw-bg-opacity, 1))
928
928
  }
929
929
 
930
- .dark\:htw-text-black:is(.htw-dark *){
930
+ .dark\:ptw-text-black:is(.ptw-dark *){
931
931
  --tw-text-opacity:1;
932
932
  color:rgb(0 0 0 / var(--tw-text-opacity, 1))
933
933
  }
934
934
 
935
- .dark\:htw-text-gray-100:is(.htw-dark *){
935
+ .dark\:ptw-text-gray-100:is(.ptw-dark *){
936
936
  --tw-text-opacity:1;
937
937
  color:rgb(244 244 245 / var(--tw-text-opacity, 1))
938
938
  }
939
939
 
940
- .dark\:focus-within\:htw-border-primary-500:focus-within:is(.htw-dark *){
940
+ .dark\:focus-within\:ptw-border-primary-500:focus-within:is(.ptw-dark *){
941
941
  --tw-border-opacity:1;
942
942
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
943
943
  }
944
944
 
945
- .dark\:hover\:htw-border-primary-500:hover:is(.htw-dark *){
945
+ .dark\:hover\:ptw-border-primary-500:hover:is(.ptw-dark *){
946
946
  --tw-border-opacity:1;
947
947
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
948
948
  }
949
949
 
950
- .dark\:hover\:htw-bg-primary-700:hover:is(.htw-dark *){
950
+ .dark\:hover\:ptw-bg-primary-700:hover:is(.ptw-dark *){
951
951
  --tw-bg-opacity:1;
952
952
  background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))
953
953
  }
954
954
 
955
- .dark\:hover\:htw-bg-primary-800:hover:is(.htw-dark *){
955
+ .dark\:hover\:ptw-bg-primary-800:hover:is(.ptw-dark *){
956
956
  --tw-bg-opacity:1;
957
957
  background-color:rgb(6 95 70 / var(--tw-bg-opacity, 1))
958
958
  }
959
959
 
960
- .dark\:hover\:htw-bg-primary-900:hover:is(.htw-dark *){
960
+ .dark\:hover\:ptw-bg-primary-900:hover:is(.ptw-dark *){
961
961
  --tw-bg-opacity:1;
962
962
  background-color:rgb(6 78 59 / var(--tw-bg-opacity, 1))
963
963
  }
964
964
 
965
- .dark\:focus\:htw-border-primary-500:focus:is(.htw-dark *){
965
+ .dark\:focus\:ptw-border-primary-500:focus:is(.ptw-dark *){
966
966
  --tw-border-opacity:1;
967
967
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
968
968
  }
969
969
 
970
- .htw-group:hover .group-hover\:dark\:htw-border-primary-500:is(.htw-dark *){
970
+ .ptw-group:hover .group-hover\:dark\:ptw-border-primary-500:is(.ptw-dark *){
971
971
  --tw-border-opacity:1;
972
972
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))
973
973
  }