react-start-kit 1.0.0 → 1.0.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/chunks/{textarea-CBSWNU0D.es.js → textarea-C8wqqdS9.es.js} +8 -8
- package/dist/chunks/{textarea-CBSWNU0D.es.js.map → textarea-C8wqqdS9.es.js.map} +1 -1
- package/dist/chunks/{textarea-4zXXFdLZ.cjs.js → textarea-CHKADqSt.cjs.js} +2 -2
- package/dist/chunks/{textarea-4zXXFdLZ.cjs.js.map → textarea-CHKADqSt.cjs.js.map} +1 -1
- package/dist/form/index.cjs.js +1 -1
- package/dist/form/index.es.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/App.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -16972,8 +16972,8 @@ const V2 = (n) => ({
|
|
|
16972
16972
|
className: cn(
|
|
16973
16973
|
v.className,
|
|
16974
16974
|
i,
|
|
16975
|
-
"
|
|
16976
|
-
r && "focus-within
|
|
16975
|
+
"border-border-alpha-strong! focus-within:ring-offset-bg! focus-within:ring-item-primary! min-h-10! rounded-lg! bg-transparent! ring-0! outline-none! focus-within:ring-2! focus-within:ring-offset-2!",
|
|
16976
|
+
r && "focus-within:ring-item-destructive! placeholder:text-item-destructive! border-item-destructive! text-item-destructive!"
|
|
16977
16977
|
)
|
|
16978
16978
|
}
|
|
16979
16979
|
) }),
|
|
@@ -16981,7 +16981,7 @@ const V2 = (n) => ({
|
|
|
16981
16981
|
fn.Menu,
|
|
16982
16982
|
{
|
|
16983
16983
|
...v,
|
|
16984
|
-
className: cn([v.className, "
|
|
16984
|
+
className: cn([v.className, "bg-bg-secondary!"])
|
|
16985
16985
|
}
|
|
16986
16986
|
),
|
|
16987
16987
|
Option: ({
|
|
@@ -16992,7 +16992,7 @@ const V2 = (n) => ({
|
|
|
16992
16992
|
...v,
|
|
16993
16993
|
className: cn([
|
|
16994
16994
|
v.className,
|
|
16995
|
-
(v.isSelected || v.isFocused) && "
|
|
16995
|
+
(v.isSelected || v.isFocused) && "bg-bg!"
|
|
16996
16996
|
])
|
|
16997
16997
|
}
|
|
16998
16998
|
),
|
|
@@ -17013,7 +17013,7 @@ const V2 = (n) => ({
|
|
|
17013
17013
|
...v,
|
|
17014
17014
|
className: cn([
|
|
17015
17015
|
v.className,
|
|
17016
|
-
"text-body-sm-regular
|
|
17016
|
+
"text-body-sm-regular text-primary!"
|
|
17017
17017
|
])
|
|
17018
17018
|
}
|
|
17019
17019
|
),
|
|
@@ -17023,7 +17023,7 @@ const V2 = (n) => ({
|
|
|
17023
17023
|
...v,
|
|
17024
17024
|
className: cn([
|
|
17025
17025
|
v.className,
|
|
17026
|
-
"text-body-sm-regular
|
|
17026
|
+
"text-body-sm-regular border-item-primary bg-item-primary! rounded-md! py-0! text-white!"
|
|
17027
17027
|
])
|
|
17028
17028
|
}
|
|
17029
17029
|
),
|
|
@@ -17031,7 +17031,7 @@ const V2 = (n) => ({
|
|
|
17031
17031
|
fn.Input,
|
|
17032
17032
|
{
|
|
17033
17033
|
...v,
|
|
17034
|
-
className: cn([v.className, "
|
|
17034
|
+
className: cn([v.className, "text-primary!"])
|
|
17035
17035
|
}
|
|
17036
17036
|
)
|
|
17037
17037
|
}), [i, l, r]);
|
|
@@ -17231,4 +17231,4 @@ export {
|
|
|
17231
17231
|
au as j,
|
|
17232
17232
|
ea as u
|
|
17233
17233
|
};
|
|
17234
|
-
//# sourceMappingURL=textarea-
|
|
17234
|
+
//# sourceMappingURL=textarea-C8wqqdS9.es.js.map
|