@agility/plenum-ui 1.3.47 → 1.3.48
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/lib/components/Button/Button.d.ts +2 -2
- package/lib/components/Button/Button.stories.d.ts +1 -0
- package/lib/components/ButtonDropdown/ButtonDropdown.d.ts +2 -2
- package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts +1 -0
- package/lib/components/Combobox/Combobox.d.ts +2 -2
- package/lib/components/Dropdown/Dropdown.d.ts +33 -19
- package/lib/components/Dropdown/Dropdown.stories.d.ts +6 -7
- package/lib/components/DynamicIcons/DynamicIcons.d.ts +17 -0
- package/lib/components/DynamicIcons/DynamicIcons.stories.d.ts +9 -0
- package/lib/components/DynamicIcons/TablerIcon.d.ts +9 -0
- package/lib/components/DynamicIcons/index.d.ts +3 -0
- package/lib/components/DynamicIcons/tablerIconNames.d.ts +2 -0
- package/lib/components/Forms/BaseField/BaseField.d.ts +1 -1
- package/lib/components/Forms/Select/Select.d.ts +1 -1
- package/lib/components/Forms/TextInput/TextInput.d.ts +1 -1
- package/lib/components/Forms/TextInputAddon/InputCta/InputCta.d.ts +3 -3
- package/lib/components/Forms/TextInputAddon/TextInputAddon.d.ts +6 -6
- package/lib/components/Forms/TextInputAddon/TextInputAddon.stories.d.ts +1 -0
- package/lib/components/Forms/TextInputSelect/TextInputSelect.d.ts +2 -2
- package/lib/index.esm.js +99938 -1874
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +100011 -1946
- package/lib/index.js.map +1 -1
- package/lib/tailwind.css +109 -101
- package/lib/util/Loader.d.ts +0 -1
- package/lib/util/types.d.ts +2 -0
- package/package.json +6 -2
package/lib/tailwind.css
CHANGED
|
@@ -353,13 +353,6 @@ input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
353
353
|
/* 2 */
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
357
|
-
opacity: 1;
|
|
358
|
-
/* 1 */
|
|
359
|
-
color: #9ca3af;
|
|
360
|
-
/* 2 */
|
|
361
|
-
}
|
|
362
|
-
|
|
363
356
|
input::placeholder,
|
|
364
357
|
textarea::placeholder {
|
|
365
358
|
opacity: 1;
|
|
@@ -423,7 +416,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
423
416
|
display: none;
|
|
424
417
|
}
|
|
425
418
|
|
|
426
|
-
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
|
|
419
|
+
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
|
|
427
420
|
-webkit-appearance: none;
|
|
428
421
|
-moz-appearance: none;
|
|
429
422
|
appearance: none;
|
|
@@ -440,7 +433,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
440
433
|
--tw-shadow: 0 0 #0000;
|
|
441
434
|
}
|
|
442
435
|
|
|
443
|
-
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
436
|
+
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
444
437
|
outline: 2px solid transparent;
|
|
445
438
|
outline-offset: 2px;
|
|
446
439
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
@@ -458,11 +451,6 @@ input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
458
451
|
opacity: 1;
|
|
459
452
|
}
|
|
460
453
|
|
|
461
|
-
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
462
|
-
color: #6b7280;
|
|
463
|
-
opacity: 1;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
454
|
input::placeholder,textarea::placeholder {
|
|
467
455
|
color: #6b7280;
|
|
468
456
|
opacity: 1;
|
|
@@ -487,16 +475,18 @@ select {
|
|
|
487
475
|
background-repeat: no-repeat;
|
|
488
476
|
background-size: 1.5em 1.5em;
|
|
489
477
|
padding-right: 2.5rem;
|
|
490
|
-
print-color-adjust: exact;
|
|
478
|
+
-webkit-print-color-adjust: exact;
|
|
479
|
+
print-color-adjust: exact;
|
|
491
480
|
}
|
|
492
481
|
|
|
493
|
-
[multiple] {
|
|
482
|
+
[multiple],[size]:where(select:not([size="1"])) {
|
|
494
483
|
background-image: initial;
|
|
495
484
|
background-position: initial;
|
|
496
485
|
background-repeat: unset;
|
|
497
486
|
background-size: initial;
|
|
498
487
|
padding-right: 0.75rem;
|
|
499
|
-
print-color-adjust: unset;
|
|
488
|
+
-webkit-print-color-adjust: unset;
|
|
489
|
+
print-color-adjust: unset;
|
|
500
490
|
}
|
|
501
491
|
|
|
502
492
|
[type='checkbox'],[type='radio'] {
|
|
@@ -504,13 +494,13 @@ select {
|
|
|
504
494
|
-moz-appearance: none;
|
|
505
495
|
appearance: none;
|
|
506
496
|
padding: 0;
|
|
507
|
-
print-color-adjust: exact;
|
|
497
|
+
-webkit-print-color-adjust: exact;
|
|
498
|
+
print-color-adjust: exact;
|
|
508
499
|
display: inline-block;
|
|
509
500
|
vertical-align: middle;
|
|
510
501
|
background-origin: border-box;
|
|
511
502
|
-webkit-user-select: none;
|
|
512
503
|
-moz-user-select: none;
|
|
513
|
-
-ms-user-select: none;
|
|
514
504
|
user-select: none;
|
|
515
505
|
flex-shrink: 0;
|
|
516
506
|
height: 1rem;
|
|
@@ -682,14 +672,6 @@ select {
|
|
|
682
672
|
top: 1px;
|
|
683
673
|
}
|
|
684
674
|
|
|
685
|
-
.bottom-10 {
|
|
686
|
-
bottom: 2.5rem;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.left-0 {
|
|
690
|
-
left: 0px;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
675
|
.top-8 {
|
|
694
676
|
top: 2rem;
|
|
695
677
|
}
|
|
@@ -698,6 +680,10 @@ select {
|
|
|
698
680
|
top: 10px;
|
|
699
681
|
}
|
|
700
682
|
|
|
683
|
+
.left-0 {
|
|
684
|
+
left: 0px;
|
|
685
|
+
}
|
|
686
|
+
|
|
701
687
|
.z-30 {
|
|
702
688
|
z-index: 30;
|
|
703
689
|
}
|
|
@@ -722,6 +708,11 @@ select {
|
|
|
722
708
|
margin: 0px;
|
|
723
709
|
}
|
|
724
710
|
|
|
711
|
+
.mx-12 {
|
|
712
|
+
margin-left: 3rem;
|
|
713
|
+
margin-right: 3rem;
|
|
714
|
+
}
|
|
715
|
+
|
|
725
716
|
.mt-5 {
|
|
726
717
|
margin-top: 1.25rem;
|
|
727
718
|
}
|
|
@@ -734,8 +725,8 @@ select {
|
|
|
734
725
|
margin-top: 0.5rem;
|
|
735
726
|
}
|
|
736
727
|
|
|
737
|
-
.
|
|
738
|
-
margin-
|
|
728
|
+
.ml-1 {
|
|
729
|
+
margin-left: 0.25rem;
|
|
739
730
|
}
|
|
740
731
|
|
|
741
732
|
.mr-2 {
|
|
@@ -798,14 +789,14 @@ select {
|
|
|
798
789
|
display: none;
|
|
799
790
|
}
|
|
800
791
|
|
|
801
|
-
.h-6 {
|
|
802
|
-
height: 1.5rem;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
792
|
.h-16 {
|
|
806
793
|
height: 4rem;
|
|
807
794
|
}
|
|
808
795
|
|
|
796
|
+
.h-6 {
|
|
797
|
+
height: 1.5rem;
|
|
798
|
+
}
|
|
799
|
+
|
|
809
800
|
.h-8 {
|
|
810
801
|
height: 2rem;
|
|
811
802
|
}
|
|
@@ -894,14 +885,14 @@ select {
|
|
|
894
885
|
min-height: 38px;
|
|
895
886
|
}
|
|
896
887
|
|
|
897
|
-
.w-6 {
|
|
898
|
-
width: 1.5rem;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
888
|
.w-16 {
|
|
902
889
|
width: 4rem;
|
|
903
890
|
}
|
|
904
891
|
|
|
892
|
+
.w-6 {
|
|
893
|
+
width: 1.5rem;
|
|
894
|
+
}
|
|
895
|
+
|
|
905
896
|
.w-8 {
|
|
906
897
|
width: 2rem;
|
|
907
898
|
}
|
|
@@ -978,12 +969,6 @@ select {
|
|
|
978
969
|
width: 14px;
|
|
979
970
|
}
|
|
980
971
|
|
|
981
|
-
.min-w-fit {
|
|
982
|
-
min-width: -webkit-fit-content;
|
|
983
|
-
min-width: -moz-fit-content;
|
|
984
|
-
min-width: fit-content;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
972
|
.min-w-\[320px\] {
|
|
988
973
|
min-width: 320px;
|
|
989
974
|
}
|
|
@@ -1039,12 +1024,6 @@ select {
|
|
|
1039
1024
|
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));
|
|
1040
1025
|
}
|
|
1041
1026
|
|
|
1042
|
-
@-webkit-keyframes spin {
|
|
1043
|
-
to {
|
|
1044
|
-
transform: rotate(360deg);
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
1027
|
@keyframes spin {
|
|
1049
1028
|
to {
|
|
1050
1029
|
transform: rotate(360deg);
|
|
@@ -1052,8 +1031,7 @@ select {
|
|
|
1052
1031
|
}
|
|
1053
1032
|
|
|
1054
1033
|
.animate-spin {
|
|
1055
|
-
|
|
1056
|
-
animation: spin 1s linear infinite;
|
|
1034
|
+
animation: spin 1s linear infinite;
|
|
1057
1035
|
}
|
|
1058
1036
|
|
|
1059
1037
|
.cursor-auto {
|
|
@@ -1071,7 +1049,6 @@ select {
|
|
|
1071
1049
|
.select-none {
|
|
1072
1050
|
-webkit-user-select: none;
|
|
1073
1051
|
-moz-user-select: none;
|
|
1074
|
-
-ms-user-select: none;
|
|
1075
1052
|
user-select: none;
|
|
1076
1053
|
}
|
|
1077
1054
|
|
|
@@ -1079,10 +1056,18 @@ select {
|
|
|
1079
1056
|
grid-auto-flow: row;
|
|
1080
1057
|
}
|
|
1081
1058
|
|
|
1059
|
+
.grid-cols-3 {
|
|
1060
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1082
1063
|
.flex-row {
|
|
1083
1064
|
flex-direction: row;
|
|
1084
1065
|
}
|
|
1085
1066
|
|
|
1067
|
+
.flex-col {
|
|
1068
|
+
flex-direction: column;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1086
1071
|
.items-start {
|
|
1087
1072
|
align-items: flex-start;
|
|
1088
1073
|
}
|
|
@@ -1103,14 +1088,14 @@ select {
|
|
|
1103
1088
|
justify-content: space-between;
|
|
1104
1089
|
}
|
|
1105
1090
|
|
|
1106
|
-
.gap-2 {
|
|
1107
|
-
gap: 0.5rem;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
1091
|
.gap-4 {
|
|
1111
1092
|
gap: 1rem;
|
|
1112
1093
|
}
|
|
1113
1094
|
|
|
1095
|
+
.gap-2 {
|
|
1096
|
+
gap: 0.5rem;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1114
1099
|
.gap-1 {
|
|
1115
1100
|
gap: 0.25rem;
|
|
1116
1101
|
}
|
|
@@ -1119,6 +1104,15 @@ select {
|
|
|
1119
1104
|
gap: 0.75rem;
|
|
1120
1105
|
}
|
|
1121
1106
|
|
|
1107
|
+
.gap-y-4 {
|
|
1108
|
+
row-gap: 1rem;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.gap-x-4 {
|
|
1112
|
+
-moz-column-gap: 1rem;
|
|
1113
|
+
column-gap: 1rem;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1122
1116
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1123
1117
|
--tw-space-x-reverse: 0;
|
|
1124
1118
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -1142,10 +1136,6 @@ select {
|
|
|
1142
1136
|
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
|
|
1143
1137
|
}
|
|
1144
1138
|
|
|
1145
|
-
.self-end {
|
|
1146
|
-
align-self: flex-end;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
1139
|
.overflow-auto {
|
|
1150
1140
|
overflow: auto;
|
|
1151
1141
|
}
|
|
@@ -1180,11 +1170,6 @@ select {
|
|
|
1180
1170
|
border-radius: 0px;
|
|
1181
1171
|
}
|
|
1182
1172
|
|
|
1183
|
-
.\!rounded-r-none {
|
|
1184
|
-
border-top-right-radius: 0px !important;
|
|
1185
|
-
border-bottom-right-radius: 0px !important;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
1173
|
.rounded-l-none {
|
|
1189
1174
|
border-top-left-radius: 0px;
|
|
1190
1175
|
border-bottom-left-radius: 0px;
|
|
@@ -1195,11 +1180,21 @@ select {
|
|
|
1195
1180
|
border-bottom-right-radius: 0.25rem;
|
|
1196
1181
|
}
|
|
1197
1182
|
|
|
1183
|
+
.\!rounded-r-none {
|
|
1184
|
+
border-top-right-radius: 0px !important;
|
|
1185
|
+
border-bottom-right-radius: 0px !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1198
1188
|
.\!rounded-l {
|
|
1199
1189
|
border-top-left-radius: 0.25rem !important;
|
|
1200
1190
|
border-bottom-left-radius: 0.25rem !important;
|
|
1201
1191
|
}
|
|
1202
1192
|
|
|
1193
|
+
.\!rounded-l-none {
|
|
1194
|
+
border-top-left-radius: 0px !important;
|
|
1195
|
+
border-bottom-left-radius: 0px !important;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1203
1198
|
.\!rounded-r {
|
|
1204
1199
|
border-top-right-radius: 0.25rem !important;
|
|
1205
1200
|
border-bottom-right-radius: 0.25rem !important;
|
|
@@ -1222,14 +1217,14 @@ select {
|
|
|
1222
1217
|
border-width: 2px;
|
|
1223
1218
|
}
|
|
1224
1219
|
|
|
1225
|
-
.\!border-r-0 {
|
|
1226
|
-
border-right-width: 0px !important;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
1220
|
.\!border-l-0 {
|
|
1230
1221
|
border-left-width: 0px !important;
|
|
1231
1222
|
}
|
|
1232
1223
|
|
|
1224
|
+
.\!border-r-0 {
|
|
1225
|
+
border-right-width: 0px !important;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1233
1228
|
.border-purple-700 {
|
|
1234
1229
|
--tw-border-opacity: 1;
|
|
1235
1230
|
border-color: rgb(88 0 212 / var(--tw-border-opacity));
|
|
@@ -1384,6 +1379,22 @@ select {
|
|
|
1384
1379
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1385
1380
|
}
|
|
1386
1381
|
|
|
1382
|
+
.fill-inherit {
|
|
1383
|
+
fill: inherit;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.fill-white {
|
|
1387
|
+
fill: #fff;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.fill-purple-700 {
|
|
1391
|
+
fill: #5800D4;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.fill-gray-700 {
|
|
1395
|
+
fill: #374151;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1387
1398
|
.px-4 {
|
|
1388
1399
|
padding-left: 1rem;
|
|
1389
1400
|
padding-right: 1rem;
|
|
@@ -1521,11 +1532,6 @@ select {
|
|
|
1521
1532
|
line-height: 1.25rem;
|
|
1522
1533
|
}
|
|
1523
1534
|
|
|
1524
|
-
.text-gray-600 {
|
|
1525
|
-
--tw-text-opacity: 1;
|
|
1526
|
-
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
1535
|
.text-white {
|
|
1530
1536
|
--tw-text-opacity: 1;
|
|
1531
1537
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -1536,6 +1542,11 @@ select {
|
|
|
1536
1542
|
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
1537
1543
|
}
|
|
1538
1544
|
|
|
1545
|
+
.text-gray-400 {
|
|
1546
|
+
--tw-text-opacity: 1;
|
|
1547
|
+
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1539
1550
|
.text-purple-700 {
|
|
1540
1551
|
--tw-text-opacity: 1;
|
|
1541
1552
|
color: rgb(88 0 212 / var(--tw-text-opacity));
|
|
@@ -1566,11 +1577,6 @@ select {
|
|
|
1566
1577
|
color: rgb(105 44 216 / var(--tw-text-opacity)) !important;
|
|
1567
1578
|
}
|
|
1568
1579
|
|
|
1569
|
-
.text-gray-400 {
|
|
1570
|
-
--tw-text-opacity: 1;
|
|
1571
|
-
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
1580
|
.text-gray-900 {
|
|
1575
1581
|
--tw-text-opacity: 1;
|
|
1576
1582
|
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
@@ -1591,6 +1597,11 @@ select {
|
|
|
1591
1597
|
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1592
1598
|
}
|
|
1593
1599
|
|
|
1600
|
+
.text-gray-600 {
|
|
1601
|
+
--tw-text-opacity: 1;
|
|
1602
|
+
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1594
1605
|
.text-gray-700\/\[\.5\] {
|
|
1595
1606
|
color: rgb(55 65 81 / .5);
|
|
1596
1607
|
}
|
|
@@ -1702,17 +1713,15 @@ select {
|
|
|
1702
1713
|
}
|
|
1703
1714
|
|
|
1704
1715
|
.transition {
|
|
1705
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-
|
|
1716
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1706
1717
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1707
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-
|
|
1718
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1708
1719
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1709
1720
|
transition-duration: 150ms;
|
|
1710
1721
|
}
|
|
1711
1722
|
|
|
1712
1723
|
.transition-colors {
|
|
1713
|
-
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
1714
1724
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1715
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
1716
1725
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1717
1726
|
transition-duration: 150ms;
|
|
1718
1727
|
}
|
|
@@ -1769,14 +1778,14 @@ select {
|
|
|
1769
1778
|
--tw-ring-opacity: 0.75;
|
|
1770
1779
|
}
|
|
1771
1780
|
|
|
1772
|
-
.hover\:\!border-r-0:hover {
|
|
1773
|
-
border-right-width: 0px !important;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
1781
|
.hover\:\!border-l-0:hover {
|
|
1777
1782
|
border-left-width: 0px !important;
|
|
1778
1783
|
}
|
|
1779
1784
|
|
|
1785
|
+
.hover\:\!border-r-0:hover {
|
|
1786
|
+
border-right-width: 0px !important;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1780
1789
|
.hover\:border-purple-700:hover {
|
|
1781
1790
|
--tw-border-opacity: 1;
|
|
1782
1791
|
border-color: rgb(88 0 212 / var(--tw-border-opacity));
|
|
@@ -1822,14 +1831,14 @@ select {
|
|
|
1822
1831
|
background-color: rgb(222 204 246 / var(--tw-bg-opacity));
|
|
1823
1832
|
}
|
|
1824
1833
|
|
|
1825
|
-
.hover\:bg-
|
|
1834
|
+
.hover\:bg-gray-100:hover {
|
|
1826
1835
|
--tw-bg-opacity: 1;
|
|
1827
|
-
background-color: rgb(
|
|
1836
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1828
1837
|
}
|
|
1829
1838
|
|
|
1830
|
-
.hover\:bg-gray-
|
|
1839
|
+
.hover\:bg-gray-200:hover {
|
|
1831
1840
|
--tw-bg-opacity: 1;
|
|
1832
|
-
background-color: rgb(
|
|
1841
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1833
1842
|
}
|
|
1834
1843
|
|
|
1835
1844
|
.hover\:text-purple-700:hover {
|
|
@@ -1857,6 +1866,11 @@ select {
|
|
|
1857
1866
|
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
1858
1867
|
}
|
|
1859
1868
|
|
|
1869
|
+
.hover\:text-gray-900:hover {
|
|
1870
|
+
--tw-text-opacity: 1;
|
|
1871
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1860
1874
|
.hover\:text-red-500:hover {
|
|
1861
1875
|
--tw-text-opacity: 1;
|
|
1862
1876
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
@@ -1887,6 +1901,10 @@ select {
|
|
|
1887
1901
|
outline-offset: 2px;
|
|
1888
1902
|
}
|
|
1889
1903
|
|
|
1904
|
+
.focus\:outline-purple-600:focus {
|
|
1905
|
+
outline-color: #692CD8;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1890
1908
|
.focus\:ring-1:focus {
|
|
1891
1909
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1892
1910
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1993,16 +2011,6 @@ select {
|
|
|
1993
2011
|
background-color: rgb(188 153 238 / var(--tw-bg-opacity)) !important;
|
|
1994
2012
|
}
|
|
1995
2013
|
|
|
1996
|
-
.group:hover .group-hover\:text-gray-500 {
|
|
1997
|
-
--tw-text-opacity: 1;
|
|
1998
|
-
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
.group:hover .group-hover\:text-red-500 {
|
|
2002
|
-
--tw-text-opacity: 1;
|
|
2003
|
-
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
2014
|
.group:hover .group-hover\:opacity-100 {
|
|
2007
2015
|
opacity: 1;
|
|
2008
2016
|
}
|
package/lib/util/Loader.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agility/plenum-ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.48",
|
|
4
4
|
"description": "Components that are part of the Agility CMS design system.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.esm.js",
|
|
@@ -78,8 +78,12 @@
|
|
|
78
78
|
"react-dom": "^17.0.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
+
"@floating-ui/react": "^0.24.8",
|
|
81
82
|
"@headlessui/react": "^1.7.8",
|
|
82
83
|
"@heroicons/react": "^1.0.5",
|
|
83
|
-
"
|
|
84
|
+
"@tabler/icons": "^2.26.0",
|
|
85
|
+
"@tabler/icons-react": "^2.27.0",
|
|
86
|
+
"classnames": "^2.3.1",
|
|
87
|
+
"react-icons": "^4.10.1"
|
|
84
88
|
}
|
|
85
89
|
}
|