dfh-ui-library 1.1.0 → 1.1.1
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/cjs/index.css +31 -31
- package/dist/esm/index.css +31 -31
- package/package.json +1 -1
package/dist/cjs/index.css
CHANGED
|
@@ -485,108 +485,108 @@ video {
|
|
|
485
485
|
--tw-backdrop-saturate: ;
|
|
486
486
|
--tw-backdrop-sepia: ;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.pointer-events-none {
|
|
489
489
|
pointer-events: none;
|
|
490
490
|
}
|
|
491
|
-
.
|
|
491
|
+
.ml-2 {
|
|
492
492
|
margin-left: 0.5rem;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.mr-2 {
|
|
495
495
|
margin-right: 0.5rem;
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
.flex {
|
|
498
498
|
display: flex;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.contents {
|
|
501
501
|
display: contents;
|
|
502
502
|
}
|
|
503
|
-
.
|
|
503
|
+
.h-11 {
|
|
504
504
|
height: 2.75rem;
|
|
505
505
|
}
|
|
506
|
-
.
|
|
506
|
+
.h-7 {
|
|
507
507
|
height: 1.75rem;
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
.h-9 {
|
|
510
510
|
height: 2.25rem;
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
.h-\[52px\] {
|
|
513
513
|
height: 52px;
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.items-center {
|
|
516
516
|
align-items: center;
|
|
517
517
|
}
|
|
518
|
-
.
|
|
518
|
+
.justify-center {
|
|
519
519
|
justify-content: center;
|
|
520
520
|
}
|
|
521
|
-
.
|
|
521
|
+
.rounded-lg {
|
|
522
522
|
border-radius: 0.5rem;
|
|
523
523
|
}
|
|
524
|
-
.
|
|
524
|
+
.border {
|
|
525
525
|
border-width: 1px;
|
|
526
526
|
}
|
|
527
|
-
.
|
|
527
|
+
.border-solid {
|
|
528
528
|
border-style: solid;
|
|
529
529
|
}
|
|
530
|
-
.
|
|
530
|
+
.border-primary-500 {
|
|
531
531
|
--tw-border-opacity: 1;
|
|
532
532
|
border-color: rgb(11 24 72 / var(--tw-border-opacity));
|
|
533
533
|
}
|
|
534
|
-
.
|
|
534
|
+
.bg-primary-500 {
|
|
535
535
|
--tw-bg-opacity: 1;
|
|
536
536
|
background-color: rgb(11 24 72 / var(--tw-bg-opacity));
|
|
537
537
|
}
|
|
538
|
-
.
|
|
538
|
+
.bg-white {
|
|
539
539
|
--tw-bg-opacity: 1;
|
|
540
540
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
541
541
|
}
|
|
542
|
-
.
|
|
542
|
+
.px-2 {
|
|
543
543
|
padding-left: 0.5rem;
|
|
544
544
|
padding-right: 0.5rem;
|
|
545
545
|
}
|
|
546
|
-
.
|
|
546
|
+
.text-10s {
|
|
547
547
|
font-size: 10px;
|
|
548
548
|
line-height: 13px;
|
|
549
549
|
}
|
|
550
|
-
.
|
|
550
|
+
.text-12s {
|
|
551
551
|
font-size: 12px;
|
|
552
552
|
line-height: 16px;
|
|
553
553
|
}
|
|
554
|
-
.
|
|
554
|
+
.text-14s {
|
|
555
555
|
font-size: 14px;
|
|
556
556
|
line-height: 16px;
|
|
557
557
|
}
|
|
558
|
-
.
|
|
558
|
+
.text-16s {
|
|
559
559
|
font-size: 16px;
|
|
560
560
|
line-height: 22px;
|
|
561
561
|
}
|
|
562
|
-
.
|
|
562
|
+
.text-28s {
|
|
563
563
|
font-size: 28px;
|
|
564
564
|
line-height: 32px;
|
|
565
565
|
}
|
|
566
|
-
.
|
|
566
|
+
.font-extrabold {
|
|
567
567
|
font-weight: 800;
|
|
568
568
|
}
|
|
569
|
-
.
|
|
569
|
+
.font-medium {
|
|
570
570
|
font-weight: 500;
|
|
571
571
|
}
|
|
572
|
-
.
|
|
572
|
+
.font-semibold {
|
|
573
573
|
font-weight: 600;
|
|
574
574
|
}
|
|
575
|
-
.
|
|
575
|
+
.text-inherit {
|
|
576
576
|
color: inherit;
|
|
577
577
|
}
|
|
578
|
-
.
|
|
578
|
+
.text-primary-500 {
|
|
579
579
|
--tw-text-opacity: 1;
|
|
580
580
|
color: rgb(11 24 72 / var(--tw-text-opacity));
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
.text-white {
|
|
583
583
|
--tw-text-opacity: 1;
|
|
584
584
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
585
585
|
}
|
|
586
|
-
.
|
|
586
|
+
.opacity-100 {
|
|
587
587
|
opacity: 1;
|
|
588
588
|
}
|
|
589
|
-
.
|
|
589
|
+
.opacity-\[0\.38\] {
|
|
590
590
|
opacity: 0.38;
|
|
591
591
|
}
|
|
592
592
|
|
package/dist/esm/index.css
CHANGED
|
@@ -485,108 +485,108 @@ video {
|
|
|
485
485
|
--tw-backdrop-saturate: ;
|
|
486
486
|
--tw-backdrop-sepia: ;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.pointer-events-none {
|
|
489
489
|
pointer-events: none;
|
|
490
490
|
}
|
|
491
|
-
.
|
|
491
|
+
.ml-2 {
|
|
492
492
|
margin-left: 0.5rem;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.mr-2 {
|
|
495
495
|
margin-right: 0.5rem;
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
.flex {
|
|
498
498
|
display: flex;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.contents {
|
|
501
501
|
display: contents;
|
|
502
502
|
}
|
|
503
|
-
.
|
|
503
|
+
.h-11 {
|
|
504
504
|
height: 2.75rem;
|
|
505
505
|
}
|
|
506
|
-
.
|
|
506
|
+
.h-7 {
|
|
507
507
|
height: 1.75rem;
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
.h-9 {
|
|
510
510
|
height: 2.25rem;
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
.h-\[52px\] {
|
|
513
513
|
height: 52px;
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.items-center {
|
|
516
516
|
align-items: center;
|
|
517
517
|
}
|
|
518
|
-
.
|
|
518
|
+
.justify-center {
|
|
519
519
|
justify-content: center;
|
|
520
520
|
}
|
|
521
|
-
.
|
|
521
|
+
.rounded-lg {
|
|
522
522
|
border-radius: 0.5rem;
|
|
523
523
|
}
|
|
524
|
-
.
|
|
524
|
+
.border {
|
|
525
525
|
border-width: 1px;
|
|
526
526
|
}
|
|
527
|
-
.
|
|
527
|
+
.border-solid {
|
|
528
528
|
border-style: solid;
|
|
529
529
|
}
|
|
530
|
-
.
|
|
530
|
+
.border-primary-500 {
|
|
531
531
|
--tw-border-opacity: 1;
|
|
532
532
|
border-color: rgb(11 24 72 / var(--tw-border-opacity));
|
|
533
533
|
}
|
|
534
|
-
.
|
|
534
|
+
.bg-primary-500 {
|
|
535
535
|
--tw-bg-opacity: 1;
|
|
536
536
|
background-color: rgb(11 24 72 / var(--tw-bg-opacity));
|
|
537
537
|
}
|
|
538
|
-
.
|
|
538
|
+
.bg-white {
|
|
539
539
|
--tw-bg-opacity: 1;
|
|
540
540
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
541
541
|
}
|
|
542
|
-
.
|
|
542
|
+
.px-2 {
|
|
543
543
|
padding-left: 0.5rem;
|
|
544
544
|
padding-right: 0.5rem;
|
|
545
545
|
}
|
|
546
|
-
.
|
|
546
|
+
.text-10s {
|
|
547
547
|
font-size: 10px;
|
|
548
548
|
line-height: 13px;
|
|
549
549
|
}
|
|
550
|
-
.
|
|
550
|
+
.text-12s {
|
|
551
551
|
font-size: 12px;
|
|
552
552
|
line-height: 16px;
|
|
553
553
|
}
|
|
554
|
-
.
|
|
554
|
+
.text-14s {
|
|
555
555
|
font-size: 14px;
|
|
556
556
|
line-height: 16px;
|
|
557
557
|
}
|
|
558
|
-
.
|
|
558
|
+
.text-16s {
|
|
559
559
|
font-size: 16px;
|
|
560
560
|
line-height: 22px;
|
|
561
561
|
}
|
|
562
|
-
.
|
|
562
|
+
.text-28s {
|
|
563
563
|
font-size: 28px;
|
|
564
564
|
line-height: 32px;
|
|
565
565
|
}
|
|
566
|
-
.
|
|
566
|
+
.font-extrabold {
|
|
567
567
|
font-weight: 800;
|
|
568
568
|
}
|
|
569
|
-
.
|
|
569
|
+
.font-medium {
|
|
570
570
|
font-weight: 500;
|
|
571
571
|
}
|
|
572
|
-
.
|
|
572
|
+
.font-semibold {
|
|
573
573
|
font-weight: 600;
|
|
574
574
|
}
|
|
575
|
-
.
|
|
575
|
+
.text-inherit {
|
|
576
576
|
color: inherit;
|
|
577
577
|
}
|
|
578
|
-
.
|
|
578
|
+
.text-primary-500 {
|
|
579
579
|
--tw-text-opacity: 1;
|
|
580
580
|
color: rgb(11 24 72 / var(--tw-text-opacity));
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
.text-white {
|
|
583
583
|
--tw-text-opacity: 1;
|
|
584
584
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
585
585
|
}
|
|
586
|
-
.
|
|
586
|
+
.opacity-100 {
|
|
587
587
|
opacity: 1;
|
|
588
588
|
}
|
|
589
|
-
.
|
|
589
|
+
.opacity-\[0\.38\] {
|
|
590
590
|
opacity: 0.38;
|
|
591
591
|
}
|
|
592
592
|
|