@simpli-route/apollo-ds 0.0.21 → 0.1.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.
- package/dist/components/Accordion/Accordion.d.ts +10 -1
- package/dist/components/Accordion/types.d.ts +6 -0
- package/dist/components/Button/Button.d.ts +5 -0
- package/dist/components/Button/types.d.ts +3 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -0
- package/dist/components/IconButton/IconButton.d.ts +9 -0
- package/dist/components/Input/Label.d.ts +13 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/types.d.ts +24 -0
- package/dist/components/Loader/Loader.d.ts +9 -0
- package/dist/components/NumberField/CaptionNumberField.d.ts +9 -0
- package/dist/components/NumberField/NumberField.d.ts +12 -0
- package/dist/components/NumberField/NumberField.test.d.ts +1 -0
- package/dist/components/NumberField/StepperButton.d.ts +3 -0
- package/dist/components/NumberField/index.d.ts +2 -0
- package/dist/components/NumberField/types.d.ts +54 -0
- package/dist/components/NumberField/variants.d.ts +8 -0
- package/dist/components/Switch/Switch.d.ts +5 -0
- package/dist/components/Tooltip/Tooltip.d.ts +13 -0
- package/dist/components/Tooltip/Tooltip.test.d.ts +1 -0
- package/dist/components/Tooltip/TooltipTrigger.d.ts +3 -0
- package/dist/components/Tooltip/context.d.ts +12 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/types.d.ts +30 -0
- package/dist/components/Tooltip/variants.d.ts +6 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs13.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs15.js +1 -1
- package/dist/index.cjs16.js +1 -1
- package/dist/index.cjs17.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs2.js +1 -1
- package/dist/index.cjs20.js +1 -1
- package/dist/index.cjs21.js +1 -1
- package/dist/index.cjs22.js +1 -9
- package/dist/index.cjs23.js +1 -19
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs25.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs27.js +1 -1
- package/dist/index.cjs28.js +1 -1
- package/dist/index.cjs29.js +1 -0
- package/dist/index.cjs3.js +1 -1
- package/dist/index.cjs30.js +1 -0
- package/dist/index.cjs31.js +1 -0
- package/dist/index.cjs32.js +1 -0
- package/dist/index.cjs33.js +1 -0
- package/dist/index.cjs34.js +1 -0
- package/dist/index.cjs35.js +1 -0
- package/dist/index.cjs36.js +9 -0
- package/dist/index.cjs37.js +19 -0
- package/dist/index.cjs38.js +1 -0
- package/dist/index.cjs39.js +1 -0
- package/dist/index.cjs4.js +1 -1
- package/dist/index.cjs40.js +1 -0
- package/dist/index.cjs41.js +1 -0
- package/dist/index.cjs42.js +1 -0
- package/dist/index.cjs43.js +1 -0
- package/dist/index.cjs44.js +1 -0
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.es.js +22 -12
- package/dist/index.es10.js +33 -6
- package/dist/index.es11.js +23 -5
- package/dist/index.es12.js +27 -172
- package/dist/index.es13.js +8 -43
- package/dist/index.es14.js +8 -92
- package/dist/index.es15.js +6 -22
- package/dist/index.es16.js +6 -22
- package/dist/index.es17.js +21 -29
- package/dist/index.es18.js +1 -1
- package/dist/index.es19.js +173 -19
- package/dist/index.es2.js +25 -16
- package/dist/index.es20.js +40 -17
- package/dist/index.es21.js +59 -2
- package/dist/index.es22.js +91 -29
- package/dist/index.es23.js +3 -599
- package/dist/index.es24.js +22 -5
- package/dist/index.es25.js +30 -2
- package/dist/index.es26.js +11 -2
- package/dist/index.es27.js +10 -21
- package/dist/index.es28.js +12 -21
- package/dist/index.es29.js +12 -0
- package/dist/index.es3.js +56 -49
- package/dist/index.es30.js +12 -0
- package/dist/index.es31.js +33 -0
- package/dist/index.es32.js +21 -0
- package/dist/index.es33.js +22 -0
- package/dist/index.es34.js +51 -0
- package/dist/index.es35.js +4 -0
- package/dist/index.es36.js +32 -0
- package/dist/index.es37.js +601 -0
- package/dist/index.es38.js +21 -0
- package/dist/index.es39.js +21 -0
- package/dist/index.es4.js +4 -4
- package/dist/index.es40.js +23 -0
- package/dist/index.es41.js +23 -0
- package/dist/index.es42.js +21 -0
- package/dist/index.es43.js +4 -0
- package/dist/index.es44.js +4 -0
- package/dist/index.es5.js +13 -13
- package/dist/index.es6.js +30 -49
- package/dist/index.es7.js +48 -76
- package/dist/index.es8.js +90 -8
- package/dist/index.es9.js +78 -8
- package/dist/stories/Accordion.stories.d.ts +3 -2
- package/dist/stories/Button.stories.d.ts +3 -16
- package/dist/stories/Checkbox.stories.d.ts +1 -1
- package/dist/stories/IconButton.stories.d.ts +1 -1
- package/dist/stories/Label.stories.d.ts +23 -0
- package/dist/stories/NumberField.stories.d.ts +27 -0
- package/dist/stories/Switch.stories.d.ts +1 -1
- package/dist/stories/Text.stories.d.ts +1 -1
- package/dist/stories/Title.stories.d.ts +1 -1
- package/dist/style.css +347 -0
- package/package.json +13 -13
package/dist/style.css
CHANGED
|
@@ -750,18 +750,79 @@ select {
|
|
|
750
750
|
.relative {
|
|
751
751
|
position: relative;
|
|
752
752
|
}
|
|
753
|
+
.inset-y-0 {
|
|
754
|
+
top: 0px;
|
|
755
|
+
bottom: 0px;
|
|
756
|
+
}
|
|
757
|
+
.bottom-0 {
|
|
758
|
+
bottom: 0px;
|
|
759
|
+
}
|
|
760
|
+
.bottom-full {
|
|
761
|
+
bottom: 100%;
|
|
762
|
+
}
|
|
763
|
+
.left-0 {
|
|
764
|
+
left: 0px;
|
|
765
|
+
}
|
|
766
|
+
.left-1\/2 {
|
|
767
|
+
left: 50%;
|
|
768
|
+
}
|
|
769
|
+
.left-full {
|
|
770
|
+
left: 100%;
|
|
771
|
+
}
|
|
772
|
+
.right-0 {
|
|
773
|
+
right: 0px;
|
|
774
|
+
}
|
|
775
|
+
.right-full {
|
|
776
|
+
right: 100%;
|
|
777
|
+
}
|
|
778
|
+
.top-0 {
|
|
779
|
+
top: 0px;
|
|
780
|
+
}
|
|
753
781
|
.top-1\/2 {
|
|
754
782
|
top: 50%;
|
|
755
783
|
}
|
|
784
|
+
.top-full {
|
|
785
|
+
top: 100%;
|
|
786
|
+
}
|
|
787
|
+
.z-20 {
|
|
788
|
+
z-index: 20;
|
|
789
|
+
}
|
|
790
|
+
.mb-0 {
|
|
791
|
+
margin-bottom: 0px;
|
|
792
|
+
}
|
|
793
|
+
.mb-0\.5 {
|
|
794
|
+
margin-bottom: 0.125rem;
|
|
795
|
+
}
|
|
796
|
+
.mb-3 {
|
|
797
|
+
margin-bottom: 0.75rem;
|
|
798
|
+
}
|
|
799
|
+
.mb-7 {
|
|
800
|
+
margin-bottom: 1.75rem;
|
|
801
|
+
}
|
|
756
802
|
.ml-1 {
|
|
757
803
|
margin-left: 0.25rem;
|
|
758
804
|
}
|
|
805
|
+
.ml-3 {
|
|
806
|
+
margin-left: 0.75rem;
|
|
807
|
+
}
|
|
759
808
|
.mr-1 {
|
|
760
809
|
margin-right: 0.25rem;
|
|
761
810
|
}
|
|
762
811
|
.mr-2 {
|
|
763
812
|
margin-right: 0.5rem;
|
|
764
813
|
}
|
|
814
|
+
.mr-3 {
|
|
815
|
+
margin-right: 0.75rem;
|
|
816
|
+
}
|
|
817
|
+
.mt-3 {
|
|
818
|
+
margin-top: 0.75rem;
|
|
819
|
+
}
|
|
820
|
+
.mt-5 {
|
|
821
|
+
margin-top: 1.25rem;
|
|
822
|
+
}
|
|
823
|
+
.box-border {
|
|
824
|
+
box-sizing: border-box;
|
|
825
|
+
}
|
|
765
826
|
.flex {
|
|
766
827
|
display: flex;
|
|
767
828
|
}
|
|
@@ -779,6 +840,10 @@ select {
|
|
|
779
840
|
width: 0.75rem;
|
|
780
841
|
height: 0.75rem;
|
|
781
842
|
}
|
|
843
|
+
.size-3\.5 {
|
|
844
|
+
width: 0.875rem;
|
|
845
|
+
height: 0.875rem;
|
|
846
|
+
}
|
|
782
847
|
.size-4 {
|
|
783
848
|
width: 1rem;
|
|
784
849
|
height: 1rem;
|
|
@@ -859,15 +924,26 @@ select {
|
|
|
859
924
|
.w-full {
|
|
860
925
|
width: 100%;
|
|
861
926
|
}
|
|
927
|
+
.w-max {
|
|
928
|
+
width: -moz-max-content;
|
|
929
|
+
width: max-content;
|
|
930
|
+
}
|
|
862
931
|
.min-w-full {
|
|
863
932
|
min-width: 100%;
|
|
864
933
|
}
|
|
934
|
+
.max-w-\[250px\] {
|
|
935
|
+
max-width: 250px;
|
|
936
|
+
}
|
|
865
937
|
.flex-1 {
|
|
866
938
|
flex: 1 1 0%;
|
|
867
939
|
}
|
|
868
940
|
.shrink-0 {
|
|
869
941
|
flex-shrink: 0;
|
|
870
942
|
}
|
|
943
|
+
.-translate-x-1\/2 {
|
|
944
|
+
--tw-translate-x: -50%;
|
|
945
|
+
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));
|
|
946
|
+
}
|
|
871
947
|
.-translate-y-1\/2 {
|
|
872
948
|
--tw-translate-y: -50%;
|
|
873
949
|
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));
|
|
@@ -948,12 +1024,28 @@ select {
|
|
|
948
1024
|
.gap-y-4 {
|
|
949
1025
|
row-gap: 1rem;
|
|
950
1026
|
}
|
|
1027
|
+
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
|
|
1028
|
+
--tw-space-y-reverse: 0;
|
|
1029
|
+
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
1030
|
+
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
1031
|
+
}
|
|
1032
|
+
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
1033
|
+
--tw-space-y-reverse: 0;
|
|
1034
|
+
margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1035
|
+
margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
|
|
1036
|
+
}
|
|
951
1037
|
.overflow-hidden {
|
|
952
1038
|
overflow: hidden;
|
|
953
1039
|
}
|
|
1040
|
+
.whitespace-normal {
|
|
1041
|
+
white-space: normal;
|
|
1042
|
+
}
|
|
954
1043
|
.whitespace-nowrap {
|
|
955
1044
|
white-space: nowrap;
|
|
956
1045
|
}
|
|
1046
|
+
.break-words {
|
|
1047
|
+
overflow-wrap: break-word;
|
|
1048
|
+
}
|
|
957
1049
|
.rounded {
|
|
958
1050
|
border-radius: 0.25rem;
|
|
959
1051
|
}
|
|
@@ -990,10 +1082,22 @@ select {
|
|
|
990
1082
|
.border-none {
|
|
991
1083
|
border-style: none;
|
|
992
1084
|
}
|
|
1085
|
+
.border-error-500 {
|
|
1086
|
+
--tw-border-opacity: 1;
|
|
1087
|
+
border-color: rgb(204 64 51 / var(--tw-border-opacity));
|
|
1088
|
+
}
|
|
1089
|
+
.border-neutral-200 {
|
|
1090
|
+
--tw-border-opacity: 1;
|
|
1091
|
+
border-color: rgb(247 247 248 / var(--tw-border-opacity));
|
|
1092
|
+
}
|
|
993
1093
|
.border-neutral-500 {
|
|
994
1094
|
--tw-border-opacity: 1;
|
|
995
1095
|
border-color: rgb(199 201 209 / var(--tw-border-opacity));
|
|
996
1096
|
}
|
|
1097
|
+
.border-neutral-900 {
|
|
1098
|
+
--tw-border-opacity: 1;
|
|
1099
|
+
border-color: rgb(34 36 42 / var(--tw-border-opacity));
|
|
1100
|
+
}
|
|
997
1101
|
.border-primary-200 {
|
|
998
1102
|
--tw-border-opacity: 1;
|
|
999
1103
|
border-color: rgb(212 208 251 / var(--tw-border-opacity));
|
|
@@ -1010,6 +1114,10 @@ select {
|
|
|
1010
1114
|
--tw-border-opacity: 1;
|
|
1011
1115
|
border-color: rgb(233 213 255 / var(--tw-border-opacity));
|
|
1012
1116
|
}
|
|
1117
|
+
.border-success-500 {
|
|
1118
|
+
--tw-border-opacity: 1;
|
|
1119
|
+
border-color: rgb(31 181 118 / var(--tw-border-opacity));
|
|
1120
|
+
}
|
|
1013
1121
|
.border-transparent {
|
|
1014
1122
|
border-color: transparent;
|
|
1015
1123
|
}
|
|
@@ -1017,6 +1125,10 @@ select {
|
|
|
1017
1125
|
--tw-bg-opacity: 1;
|
|
1018
1126
|
background-color: rgb(168 180 240 / var(--tw-bg-opacity));
|
|
1019
1127
|
}
|
|
1128
|
+
.bg-blue-50 {
|
|
1129
|
+
--tw-bg-opacity: 1;
|
|
1130
|
+
background-color: rgb(246 248 252 / var(--tw-bg-opacity));
|
|
1131
|
+
}
|
|
1020
1132
|
.bg-blue-500 {
|
|
1021
1133
|
--tw-bg-opacity: 1;
|
|
1022
1134
|
background-color: rgb(38 68 217 / var(--tw-bg-opacity));
|
|
@@ -1025,6 +1137,10 @@ select {
|
|
|
1025
1137
|
--tw-bg-opacity: 1;
|
|
1026
1138
|
background-color: rgb(27 48 152 / var(--tw-bg-opacity));
|
|
1027
1139
|
}
|
|
1140
|
+
.bg-blue-900 {
|
|
1141
|
+
--tw-bg-opacity: 1;
|
|
1142
|
+
background-color: rgb(11 20 65 / var(--tw-bg-opacity));
|
|
1143
|
+
}
|
|
1028
1144
|
.bg-error-300 {
|
|
1029
1145
|
--tw-bg-opacity: 1;
|
|
1030
1146
|
background-color: rgb(244 162 154 / var(--tw-bg-opacity));
|
|
@@ -1189,12 +1305,19 @@ select {
|
|
|
1189
1305
|
padding-top: 1rem;
|
|
1190
1306
|
padding-bottom: 1rem;
|
|
1191
1307
|
}
|
|
1308
|
+
.py-6 {
|
|
1309
|
+
padding-top: 1.5rem;
|
|
1310
|
+
padding-bottom: 1.5rem;
|
|
1311
|
+
}
|
|
1192
1312
|
.pb-4 {
|
|
1193
1313
|
padding-bottom: 1rem;
|
|
1194
1314
|
}
|
|
1195
1315
|
.pl-2 {
|
|
1196
1316
|
padding-left: 0.5rem;
|
|
1197
1317
|
}
|
|
1318
|
+
.pr-2 {
|
|
1319
|
+
padding-right: 0.5rem;
|
|
1320
|
+
}
|
|
1198
1321
|
.pt-2 {
|
|
1199
1322
|
padding-top: 0.5rem;
|
|
1200
1323
|
}
|
|
@@ -1204,6 +1327,10 @@ select {
|
|
|
1204
1327
|
.text-center {
|
|
1205
1328
|
text-align: center;
|
|
1206
1329
|
}
|
|
1330
|
+
.\!text-sm {
|
|
1331
|
+
font-size: 0.875rem !important;
|
|
1332
|
+
line-height: 1.25rem !important;
|
|
1333
|
+
}
|
|
1207
1334
|
.text-2xl {
|
|
1208
1335
|
font-size: 1.5rem;
|
|
1209
1336
|
line-height: 2rem;
|
|
@@ -1214,6 +1341,9 @@ select {
|
|
|
1214
1341
|
.text-\[1\.75rem\] {
|
|
1215
1342
|
font-size: 1.75rem;
|
|
1216
1343
|
}
|
|
1344
|
+
.text-\[16px\] {
|
|
1345
|
+
font-size: 16px;
|
|
1346
|
+
}
|
|
1217
1347
|
.text-\[2rem\] {
|
|
1218
1348
|
font-size: 2rem;
|
|
1219
1349
|
}
|
|
@@ -1237,15 +1367,27 @@ select {
|
|
|
1237
1367
|
font-size: 0.75rem;
|
|
1238
1368
|
line-height: 1rem;
|
|
1239
1369
|
}
|
|
1370
|
+
.\!font-normal {
|
|
1371
|
+
font-weight: 400 !important;
|
|
1372
|
+
}
|
|
1240
1373
|
.font-bold {
|
|
1241
1374
|
font-weight: 700;
|
|
1242
1375
|
}
|
|
1243
1376
|
.font-semibold {
|
|
1244
1377
|
font-weight: 600;
|
|
1245
1378
|
}
|
|
1379
|
+
.\!leading-\[19\.07px\] {
|
|
1380
|
+
line-height: 19.07px !important;
|
|
1381
|
+
}
|
|
1246
1382
|
.leading-10 {
|
|
1247
1383
|
line-height: 2.5rem;
|
|
1248
1384
|
}
|
|
1385
|
+
.leading-3 {
|
|
1386
|
+
line-height: .75rem;
|
|
1387
|
+
}
|
|
1388
|
+
.leading-5 {
|
|
1389
|
+
line-height: 1.25rem;
|
|
1390
|
+
}
|
|
1249
1391
|
.leading-6 {
|
|
1250
1392
|
line-height: 1.5rem;
|
|
1251
1393
|
}
|
|
@@ -1255,6 +1397,17 @@ select {
|
|
|
1255
1397
|
.leading-9 {
|
|
1256
1398
|
line-height: 2.25rem;
|
|
1257
1399
|
}
|
|
1400
|
+
.leading-\[19\.07px\] {
|
|
1401
|
+
line-height: 19.07px;
|
|
1402
|
+
}
|
|
1403
|
+
.\!text-blue-50 {
|
|
1404
|
+
--tw-text-opacity: 1 !important;
|
|
1405
|
+
color: rgb(246 248 252 / var(--tw-text-opacity)) !important;
|
|
1406
|
+
}
|
|
1407
|
+
.\!text-neutral-700 {
|
|
1408
|
+
--tw-text-opacity: 1 !important;
|
|
1409
|
+
color: rgb(115 118 140 / var(--tw-text-opacity)) !important;
|
|
1410
|
+
}
|
|
1258
1411
|
.text-\[\#6F5711\] {
|
|
1259
1412
|
--tw-text-opacity: 1;
|
|
1260
1413
|
color: rgb(111 87 17 / var(--tw-text-opacity));
|
|
@@ -1271,6 +1424,10 @@ select {
|
|
|
1271
1424
|
--tw-text-opacity: 1;
|
|
1272
1425
|
color: rgb(252 244 244 / var(--tw-text-opacity));
|
|
1273
1426
|
}
|
|
1427
|
+
.text-error-500 {
|
|
1428
|
+
--tw-text-opacity: 1;
|
|
1429
|
+
color: rgb(204 64 51 / var(--tw-text-opacity));
|
|
1430
|
+
}
|
|
1274
1431
|
.text-error-900 {
|
|
1275
1432
|
--tw-text-opacity: 1;
|
|
1276
1433
|
color: rgb(61 19 15 / var(--tw-text-opacity));
|
|
@@ -1358,6 +1515,11 @@ select {
|
|
|
1358
1515
|
.opacity-70 {
|
|
1359
1516
|
opacity: 0.7;
|
|
1360
1517
|
}
|
|
1518
|
+
.shadow-\[0px_2px_4px_-2px_\#22242A0F\2c 0px_4px_8px_-2px_\#22242A1A\] {
|
|
1519
|
+
--tw-shadow: 0px 2px 4px -2px #22242A0F,0px 4px 8px -2px #22242A1A;
|
|
1520
|
+
--tw-shadow-colored: 0px 2px 4px -2px var(--tw-shadow-color), 0px 4px 8px -2px var(--tw-shadow-color);
|
|
1521
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1522
|
+
}
|
|
1361
1523
|
.outline-none {
|
|
1362
1524
|
outline: 2px solid transparent;
|
|
1363
1525
|
outline-offset: 2px;
|
|
@@ -1381,6 +1543,9 @@ select {
|
|
|
1381
1543
|
--tw-blur: blur(8px);
|
|
1382
1544
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1383
1545
|
}
|
|
1546
|
+
.filter {
|
|
1547
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1548
|
+
}
|
|
1384
1549
|
.transition {
|
|
1385
1550
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1386
1551
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
@@ -1430,6 +1595,167 @@ select {
|
|
|
1430
1595
|
.ease-in-out {
|
|
1431
1596
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1432
1597
|
}
|
|
1598
|
+
.placeholder\:text-neutral-700::-moz-placeholder {
|
|
1599
|
+
--tw-text-opacity: 1;
|
|
1600
|
+
color: rgb(115 118 140 / var(--tw-text-opacity));
|
|
1601
|
+
}
|
|
1602
|
+
.placeholder\:text-neutral-700::placeholder {
|
|
1603
|
+
--tw-text-opacity: 1;
|
|
1604
|
+
color: rgb(115 118 140 / var(--tw-text-opacity));
|
|
1605
|
+
}
|
|
1606
|
+
.before\:absolute::before {
|
|
1607
|
+
content: var(--tw-content);
|
|
1608
|
+
position: absolute;
|
|
1609
|
+
}
|
|
1610
|
+
.before\:left-\[100\%\]::before {
|
|
1611
|
+
content: var(--tw-content);
|
|
1612
|
+
left: 100%;
|
|
1613
|
+
}
|
|
1614
|
+
.before\:right-\[100\%\]::before {
|
|
1615
|
+
content: var(--tw-content);
|
|
1616
|
+
right: 100%;
|
|
1617
|
+
}
|
|
1618
|
+
.before\:top-1\/2::before {
|
|
1619
|
+
content: var(--tw-content);
|
|
1620
|
+
top: 50%;
|
|
1621
|
+
}
|
|
1622
|
+
.before\:-translate-y-1\/2::before {
|
|
1623
|
+
content: var(--tw-content);
|
|
1624
|
+
--tw-translate-y: -50%;
|
|
1625
|
+
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));
|
|
1626
|
+
}
|
|
1627
|
+
.before\:border-8::before {
|
|
1628
|
+
content: var(--tw-content);
|
|
1629
|
+
border-width: 8px;
|
|
1630
|
+
}
|
|
1631
|
+
.before\:border-y-transparent::before {
|
|
1632
|
+
content: var(--tw-content);
|
|
1633
|
+
border-top-color: transparent;
|
|
1634
|
+
border-bottom-color: transparent;
|
|
1635
|
+
}
|
|
1636
|
+
.before\:border-l-blue-50::before {
|
|
1637
|
+
content: var(--tw-content);
|
|
1638
|
+
--tw-border-opacity: 1;
|
|
1639
|
+
border-left-color: rgb(246 248 252 / var(--tw-border-opacity));
|
|
1640
|
+
}
|
|
1641
|
+
.before\:border-l-blue-900::before {
|
|
1642
|
+
content: var(--tw-content);
|
|
1643
|
+
--tw-border-opacity: 1;
|
|
1644
|
+
border-left-color: rgb(11 20 65 / var(--tw-border-opacity));
|
|
1645
|
+
}
|
|
1646
|
+
.before\:border-l-transparent::before {
|
|
1647
|
+
content: var(--tw-content);
|
|
1648
|
+
border-left-color: transparent;
|
|
1649
|
+
}
|
|
1650
|
+
.before\:border-r-blue-50::before {
|
|
1651
|
+
content: var(--tw-content);
|
|
1652
|
+
--tw-border-opacity: 1;
|
|
1653
|
+
border-right-color: rgb(246 248 252 / var(--tw-border-opacity));
|
|
1654
|
+
}
|
|
1655
|
+
.before\:border-r-blue-900::before {
|
|
1656
|
+
content: var(--tw-content);
|
|
1657
|
+
--tw-border-opacity: 1;
|
|
1658
|
+
border-right-color: rgb(11 20 65 / var(--tw-border-opacity));
|
|
1659
|
+
}
|
|
1660
|
+
.before\:border-r-transparent::before {
|
|
1661
|
+
content: var(--tw-content);
|
|
1662
|
+
border-right-color: transparent;
|
|
1663
|
+
}
|
|
1664
|
+
.before\:content-\[\"\"\]::before {
|
|
1665
|
+
--tw-content: "";
|
|
1666
|
+
content: var(--tw-content);
|
|
1667
|
+
}
|
|
1668
|
+
.after\:absolute::after {
|
|
1669
|
+
content: var(--tw-content);
|
|
1670
|
+
position: absolute;
|
|
1671
|
+
}
|
|
1672
|
+
.after\:bottom-\[100\%\]::after {
|
|
1673
|
+
content: var(--tw-content);
|
|
1674
|
+
bottom: 100%;
|
|
1675
|
+
}
|
|
1676
|
+
.after\:left-1\/2::after {
|
|
1677
|
+
content: var(--tw-content);
|
|
1678
|
+
left: 50%;
|
|
1679
|
+
}
|
|
1680
|
+
.after\:left-4::after {
|
|
1681
|
+
content: var(--tw-content);
|
|
1682
|
+
left: 1rem;
|
|
1683
|
+
}
|
|
1684
|
+
.after\:right-4::after {
|
|
1685
|
+
content: var(--tw-content);
|
|
1686
|
+
right: 1rem;
|
|
1687
|
+
}
|
|
1688
|
+
.after\:top-\[100\%\]::after {
|
|
1689
|
+
content: var(--tw-content);
|
|
1690
|
+
top: 100%;
|
|
1691
|
+
}
|
|
1692
|
+
.after\:-translate-x-1\/2::after {
|
|
1693
|
+
content: var(--tw-content);
|
|
1694
|
+
--tw-translate-x: -50%;
|
|
1695
|
+
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));
|
|
1696
|
+
}
|
|
1697
|
+
.after\:border-8::after {
|
|
1698
|
+
content: var(--tw-content);
|
|
1699
|
+
border-width: 8px;
|
|
1700
|
+
}
|
|
1701
|
+
.after\:border-x-transparent::after {
|
|
1702
|
+
content: var(--tw-content);
|
|
1703
|
+
border-left-color: transparent;
|
|
1704
|
+
border-right-color: transparent;
|
|
1705
|
+
}
|
|
1706
|
+
.after\:border-b-blue-50::after {
|
|
1707
|
+
content: var(--tw-content);
|
|
1708
|
+
--tw-border-opacity: 1;
|
|
1709
|
+
border-bottom-color: rgb(246 248 252 / var(--tw-border-opacity));
|
|
1710
|
+
}
|
|
1711
|
+
.after\:border-b-blue-900::after {
|
|
1712
|
+
content: var(--tw-content);
|
|
1713
|
+
--tw-border-opacity: 1;
|
|
1714
|
+
border-bottom-color: rgb(11 20 65 / var(--tw-border-opacity));
|
|
1715
|
+
}
|
|
1716
|
+
.after\:border-b-transparent::after {
|
|
1717
|
+
content: var(--tw-content);
|
|
1718
|
+
border-bottom-color: transparent;
|
|
1719
|
+
}
|
|
1720
|
+
.after\:border-t-blue-50::after {
|
|
1721
|
+
content: var(--tw-content);
|
|
1722
|
+
--tw-border-opacity: 1;
|
|
1723
|
+
border-top-color: rgb(246 248 252 / var(--tw-border-opacity));
|
|
1724
|
+
}
|
|
1725
|
+
.after\:border-t-blue-900::after {
|
|
1726
|
+
content: var(--tw-content);
|
|
1727
|
+
--tw-border-opacity: 1;
|
|
1728
|
+
border-top-color: rgb(11 20 65 / var(--tw-border-opacity));
|
|
1729
|
+
}
|
|
1730
|
+
.after\:border-t-transparent::after {
|
|
1731
|
+
content: var(--tw-content);
|
|
1732
|
+
border-top-color: transparent;
|
|
1733
|
+
}
|
|
1734
|
+
.after\:content-\[\"\"\]::after {
|
|
1735
|
+
--tw-content: "";
|
|
1736
|
+
content: var(--tw-content);
|
|
1737
|
+
}
|
|
1738
|
+
.focus-within\:border-primary-500:focus-within {
|
|
1739
|
+
--tw-border-opacity: 1;
|
|
1740
|
+
border-color: rgb(76 59 239 / var(--tw-border-opacity));
|
|
1741
|
+
}
|
|
1742
|
+
.focus-within\:ring-1:focus-within {
|
|
1743
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1744
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1745
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1746
|
+
}
|
|
1747
|
+
.focus-within\:ring-error-500:focus-within {
|
|
1748
|
+
--tw-ring-opacity: 1;
|
|
1749
|
+
--tw-ring-color: rgb(204 64 51 / var(--tw-ring-opacity));
|
|
1750
|
+
}
|
|
1751
|
+
.focus-within\:ring-primary-500:focus-within {
|
|
1752
|
+
--tw-ring-opacity: 1;
|
|
1753
|
+
--tw-ring-color: rgb(76 59 239 / var(--tw-ring-opacity));
|
|
1754
|
+
}
|
|
1755
|
+
.focus-within\:ring-success-500:focus-within {
|
|
1756
|
+
--tw-ring-opacity: 1;
|
|
1757
|
+
--tw-ring-color: rgb(31 181 118 / var(--tw-ring-opacity));
|
|
1758
|
+
}
|
|
1433
1759
|
.hover\:border-primary-700:hover {
|
|
1434
1760
|
--tw-border-opacity: 1;
|
|
1435
1761
|
border-color: rgb(29 13 165 / var(--tw-border-opacity));
|
|
@@ -1446,10 +1772,27 @@ select {
|
|
|
1446
1772
|
--tw-text-opacity: 1;
|
|
1447
1773
|
color: rgb(12 6 69 / var(--tw-text-opacity));
|
|
1448
1774
|
}
|
|
1775
|
+
.focus\:border-error-500:focus {
|
|
1776
|
+
--tw-border-opacity: 1;
|
|
1777
|
+
border-color: rgb(204 64 51 / var(--tw-border-opacity));
|
|
1778
|
+
}
|
|
1779
|
+
.focus\:border-primary-500:focus {
|
|
1780
|
+
--tw-border-opacity: 1;
|
|
1781
|
+
border-color: rgb(76 59 239 / var(--tw-border-opacity));
|
|
1782
|
+
}
|
|
1783
|
+
.focus\:border-success-500:focus {
|
|
1784
|
+
--tw-border-opacity: 1;
|
|
1785
|
+
border-color: rgb(31 181 118 / var(--tw-border-opacity));
|
|
1786
|
+
}
|
|
1449
1787
|
.focus\:outline-none:focus {
|
|
1450
1788
|
outline: 2px solid transparent;
|
|
1451
1789
|
outline-offset: 2px;
|
|
1452
1790
|
}
|
|
1791
|
+
.focus\:ring-1:focus {
|
|
1792
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1793
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1794
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1795
|
+
}
|
|
1453
1796
|
.focus\:ring-2:focus {
|
|
1454
1797
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1455
1798
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1467,6 +1810,10 @@ select {
|
|
|
1467
1810
|
--tw-ring-opacity: 1;
|
|
1468
1811
|
--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity));
|
|
1469
1812
|
}
|
|
1813
|
+
.focus\:ring-primary-500:focus {
|
|
1814
|
+
--tw-ring-opacity: 1;
|
|
1815
|
+
--tw-ring-color: rgb(76 59 239 / var(--tw-ring-opacity));
|
|
1816
|
+
}
|
|
1470
1817
|
.focus\:ring-sky-400:focus {
|
|
1471
1818
|
--tw-ring-opacity: 1;
|
|
1472
1819
|
--tw-ring-color: rgb(38 157 217 / var(--tw-ring-opacity));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simpli-route/apollo-ds",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"tailwind-merge": "^2.2.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@chromatic-com/storybook": "^
|
|
43
|
-
"@storybook/addon-essentials": "^8.
|
|
44
|
-
"@storybook/addon-interactions": "^8.
|
|
45
|
-
"@storybook/addon-links": "^8.
|
|
46
|
-
"@storybook/addon-onboarding": "^8.
|
|
47
|
-
"@storybook/blocks": "^8.
|
|
48
|
-
"@storybook/react": "^8.
|
|
49
|
-
"@storybook/react-vite": "^8.
|
|
50
|
-
"@storybook/test": "^8.
|
|
42
|
+
"@chromatic-com/storybook": "^3.2.2",
|
|
43
|
+
"@storybook/addon-essentials": "^8.4.2",
|
|
44
|
+
"@storybook/addon-interactions": "^8.4.2",
|
|
45
|
+
"@storybook/addon-links": "^8.4.2",
|
|
46
|
+
"@storybook/addon-onboarding": "^8.4.2",
|
|
47
|
+
"@storybook/blocks": "^8.4.2",
|
|
48
|
+
"@storybook/react": "^8.4.2",
|
|
49
|
+
"@storybook/react-vite": "^8.4.2",
|
|
50
|
+
"@storybook/test": "^8.4.2",
|
|
51
51
|
"@tailwindcss/forms": "^0.5.9",
|
|
52
52
|
"@testing-library/jest-dom": "^6.6.2",
|
|
53
53
|
"@testing-library/react": "^16.0.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
67
67
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
68
68
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
69
|
-
"eslint-plugin-storybook": "^0.
|
|
69
|
+
"eslint-plugin-storybook": "^0.11.0",
|
|
70
70
|
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
71
71
|
"eslint-plugin-testing-library": "^6.2.2",
|
|
72
72
|
"jsdom": "^24.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"postcss-cli": "^11.0.0",
|
|
75
75
|
"prettier": "^3.2.5",
|
|
76
76
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
77
|
-
"storybook": "^8.
|
|
77
|
+
"storybook": "^8.4.2",
|
|
78
78
|
"tailwindcss": "^3.4.3",
|
|
79
79
|
"tailwindcss-animate": "^1.0.7",
|
|
80
80
|
"typescript": "^5.2.2",
|
|
@@ -84,4 +84,4 @@
|
|
|
84
84
|
"vitest-axe": "^0.1.0",
|
|
85
85
|
"vitest-canvas-mock": "^0.3.3"
|
|
86
86
|
}
|
|
87
|
-
}
|
|
87
|
+
}
|