@next-degree/pickle-shared-js 0.12.6 → 0.12.7
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/ui/Select.cjs +19 -6
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.d.cts +10 -2
- package/dist/components/ui/Select.d.ts +10 -2
- package/dist/components/ui/Select.js +19 -6
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/index.cjs +19 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +19 -6
- package/dist/index.js.map +1 -1
- package/dist/styles/globals.css +24 -0
- package/dist/styles/globals.css.map +1 -1
- package/package.json +1 -1
package/dist/styles/globals.css
CHANGED
|
@@ -843,6 +843,9 @@ video {
|
|
|
843
843
|
.right-4 {
|
|
844
844
|
right: 1rem;
|
|
845
845
|
}
|
|
846
|
+
.right-auto {
|
|
847
|
+
right: auto;
|
|
848
|
+
}
|
|
846
849
|
.top-2 {
|
|
847
850
|
top: 0.5rem;
|
|
848
851
|
}
|
|
@@ -1053,6 +1056,9 @@ video {
|
|
|
1053
1056
|
.w-\[42px\] {
|
|
1054
1057
|
width: 42px;
|
|
1055
1058
|
}
|
|
1059
|
+
.w-\[500px\] {
|
|
1060
|
+
width: 500px;
|
|
1061
|
+
}
|
|
1056
1062
|
.w-\[var\(--radix-select-trigger-width\)\] {
|
|
1057
1063
|
width: var(--radix-select-trigger-width);
|
|
1058
1064
|
}
|
|
@@ -1069,6 +1075,9 @@ video {
|
|
|
1069
1075
|
.w-px {
|
|
1070
1076
|
width: 1px;
|
|
1071
1077
|
}
|
|
1078
|
+
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
1079
|
+
min-width: var(--radix-select-trigger-width);
|
|
1080
|
+
}
|
|
1072
1081
|
.max-w-48 {
|
|
1073
1082
|
max-width: 12rem;
|
|
1074
1083
|
}
|
|
@@ -1492,6 +1501,9 @@ video {
|
|
|
1492
1501
|
.pb-4 {
|
|
1493
1502
|
padding-bottom: 1rem;
|
|
1494
1503
|
}
|
|
1504
|
+
.pl-10 {
|
|
1505
|
+
padding-left: 2.5rem;
|
|
1506
|
+
}
|
|
1495
1507
|
.pl-3 {
|
|
1496
1508
|
padding-left: 0.75rem;
|
|
1497
1509
|
}
|
|
@@ -1630,6 +1642,9 @@ video {
|
|
|
1630
1642
|
.text-grey-40 {
|
|
1631
1643
|
color: hsla(0, 0%, 60%, 1);
|
|
1632
1644
|
}
|
|
1645
|
+
.text-grey-70 {
|
|
1646
|
+
color: hsla(0, 0%, 30%, 1);
|
|
1647
|
+
}
|
|
1633
1648
|
.text-grey-80 {
|
|
1634
1649
|
color: hsla(0, 0%, 20%, 1);
|
|
1635
1650
|
}
|
|
@@ -2336,6 +2351,9 @@ video {
|
|
|
2336
2351
|
--tw-bg-opacity: 1;
|
|
2337
2352
|
background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
|
|
2338
2353
|
}
|
|
2354
|
+
.data-\[state\=checked\]\:bg-white[data-state=checked] {
|
|
2355
|
+
background-color: hsla(0, 0%, 100%, 1);
|
|
2356
|
+
}
|
|
2339
2357
|
.data-\[state\=indeterminate\]\:bg-green-80[data-state=indeterminate] {
|
|
2340
2358
|
background-color: hsla(164, 76%, 16%, 1);
|
|
2341
2359
|
}
|
|
@@ -2346,6 +2364,9 @@ video {
|
|
|
2346
2364
|
--tw-bg-opacity: 1;
|
|
2347
2365
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
2348
2366
|
}
|
|
2367
|
+
.data-\[state\=checked\]\:pr-0[data-state=checked] {
|
|
2368
|
+
padding-right: 0px;
|
|
2369
|
+
}
|
|
2349
2370
|
.data-\[state\=checked\]\:pr-10[data-state=checked] {
|
|
2350
2371
|
padding-right: 2.5rem;
|
|
2351
2372
|
}
|
|
@@ -2365,6 +2386,9 @@ video {
|
|
|
2365
2386
|
.data-\[state\=active\]\:text-purple-100[data-state=active] {
|
|
2366
2387
|
color: hsla(253, 94%, 64%, 1);
|
|
2367
2388
|
}
|
|
2389
|
+
.data-\[state\=checked\]\:text-black[data-state=checked] {
|
|
2390
|
+
color: hsla(0, 0%, 0%, 1);
|
|
2391
|
+
}
|
|
2368
2392
|
.data-\[state\=checked\]\:text-foreground[data-state=checked] {
|
|
2369
2393
|
color: hsl(var(--foreground));
|
|
2370
2394
|
}
|