hive-react-kit 0.8.1 → 0.8.2
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/build.css +30 -3
- package/dist/index.cjs.js +44 -44
- package/dist/index.esm.js +1819 -1815
- package/package.json +1 -1
package/dist/build.css
CHANGED
|
@@ -566,6 +566,9 @@
|
|
|
566
566
|
.ml-1 {
|
|
567
567
|
margin-left: calc(var(--spacing) * 1);
|
|
568
568
|
}
|
|
569
|
+
.ml-1\.5 {
|
|
570
|
+
margin-left: calc(var(--spacing) * 1.5);
|
|
571
|
+
}
|
|
569
572
|
.ml-2 {
|
|
570
573
|
margin-left: calc(var(--spacing) * 2);
|
|
571
574
|
}
|
|
@@ -1283,6 +1286,12 @@
|
|
|
1283
1286
|
border-color: color-mix(in oklab, var(--color-blue-500) 30%, transparent);
|
|
1284
1287
|
}
|
|
1285
1288
|
}
|
|
1289
|
+
.border-blue-500\/40 {
|
|
1290
|
+
border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 40%, transparent);
|
|
1291
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1292
|
+
border-color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1286
1295
|
.border-blue-500\/60 {
|
|
1287
1296
|
border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 60%, transparent);
|
|
1288
1297
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2065,9 +2074,6 @@
|
|
|
2065
2074
|
.text-\[11px\] {
|
|
2066
2075
|
font-size: 11px;
|
|
2067
2076
|
}
|
|
2068
|
-
.text-\[13px\] {
|
|
2069
|
-
font-size: 13px;
|
|
2070
|
-
}
|
|
2071
2077
|
.leading-none {
|
|
2072
2078
|
--tw-leading: 1;
|
|
2073
2079
|
line-height: 1;
|
|
@@ -3874,6 +3880,11 @@
|
|
|
3874
3880
|
border-color: var(--color-white);
|
|
3875
3881
|
}
|
|
3876
3882
|
}
|
|
3883
|
+
.\[\&\:\:-moz-range-thumb\]\:bg-blue-500 {
|
|
3884
|
+
&::-moz-range-thumb {
|
|
3885
|
+
background-color: var(--color-blue-500);
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3877
3888
|
.\[\&\:\:-moz-range-thumb\]\:bg-blue-600 {
|
|
3878
3889
|
&::-moz-range-thumb {
|
|
3879
3890
|
background-color: var(--color-blue-600);
|
|
@@ -3899,6 +3910,11 @@
|
|
|
3899
3910
|
border-radius: var(--radius-lg);
|
|
3900
3911
|
}
|
|
3901
3912
|
}
|
|
3913
|
+
.\[\&\:\:-webkit-slider-thumb\]\:-mt-1 {
|
|
3914
|
+
&::-webkit-slider-thumb {
|
|
3915
|
+
margin-top: calc(var(--spacing) * -1);
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3902
3918
|
.\[\&\:\:-webkit-slider-thumb\]\:-mt-1\.5 {
|
|
3903
3919
|
&::-webkit-slider-thumb {
|
|
3904
3920
|
margin-top: calc(var(--spacing) * -1.5);
|
|
@@ -3935,11 +3951,22 @@
|
|
|
3935
3951
|
border-color: var(--color-white);
|
|
3936
3952
|
}
|
|
3937
3953
|
}
|
|
3954
|
+
.\[\&\:\:-webkit-slider-thumb\]\:bg-blue-500 {
|
|
3955
|
+
&::-webkit-slider-thumb {
|
|
3956
|
+
background-color: var(--color-blue-500);
|
|
3957
|
+
}
|
|
3958
|
+
}
|
|
3938
3959
|
.\[\&\:\:-webkit-slider-thumb\]\:bg-blue-600 {
|
|
3939
3960
|
&::-webkit-slider-thumb {
|
|
3940
3961
|
background-color: var(--color-blue-600);
|
|
3941
3962
|
}
|
|
3942
3963
|
}
|
|
3964
|
+
.\[\&\:\:-webkit-slider-thumb\]\:shadow-lg {
|
|
3965
|
+
&::-webkit-slider-thumb {
|
|
3966
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3967
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
3943
3970
|
.\[\&\:\:-webkit-slider-thumb\]\:shadow-md {
|
|
3944
3971
|
&::-webkit-slider-thumb {
|
|
3945
3972
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|