@vygruppen/spor-react 11.3.1 → 11.3.3
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +12 -0
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +419 -421
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +356 -358
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/input/Checkbox.tsx +1 -3
- package/src/theme/components/checkbox.ts +12 -10
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@11.3.
|
2
|
+
> @vygruppen/spor-react@11.3.3 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx
|
@@ -10,12 +10,12 @@ CLI Target: node16
|
|
10
10
|
CJS Build start
|
11
11
|
ESM Build start
|
12
12
|
DTS Build start
|
13
|
-
CJS dist/index.js
|
14
|
-
CJS dist/index.js.map
|
15
|
-
CJS ⚡️ Build success in
|
16
|
-
ESM dist/index.mjs 269.
|
17
|
-
ESM dist/index.mjs.map
|
18
|
-
ESM ⚡️ Build success in
|
19
|
-
DTS ⚡️ Build success in
|
20
|
-
DTS dist/index.d.ts
|
21
|
-
DTS dist/index.d.mts
|
13
|
+
CJS dist/index.js 287.97 KB
|
14
|
+
CJS dist/index.js.map 591.90 KB
|
15
|
+
CJS ⚡️ Build success in 2525ms
|
16
|
+
ESM dist/index.mjs 269.19 KB
|
17
|
+
ESM dist/index.mjs.map 591.90 KB
|
18
|
+
ESM ⚡️ Build success in 2526ms
|
19
|
+
DTS ⚡️ Build success in 17488ms
|
20
|
+
DTS dist/index.d.ts 342.00 KB
|
21
|
+
DTS dist/index.d.mts 342.00 KB
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
@@ -3208,19 +3208,19 @@ declare const theme: {
|
|
3208
3208
|
baseStyle?: ((props: _chakra_ui_react.StyleFunctionProps) => {
|
3209
3209
|
container: {
|
3210
3210
|
_hover: {
|
3211
|
-
"input:enabled:not([aria-invalid]) + .chakra-checkbox__control": {
|
3211
|
+
"input:enabled:not([aria-invalid='true']) + .chakra-checkbox__control": {
|
3212
3212
|
borderColor: string;
|
3213
3213
|
backgroundColor: string;
|
3214
3214
|
};
|
3215
|
-
"input:enabled[aria-invalid] + .chakra-checkbox__control": {
|
3215
|
+
"input:enabled[aria-invalid='true'] + .chakra-checkbox__control": {
|
3216
3216
|
backgroundColor: string;
|
3217
3217
|
borderColor: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => string;
|
3218
3218
|
};
|
3219
|
-
"input:enabled:checked:not([aria-invalid]) + .chakra-checkbox__control": {
|
3219
|
+
"input:enabled:checked:not([aria-invalid='true']) + .chakra-checkbox__control": {
|
3220
3220
|
borderColor: string;
|
3221
3221
|
backgroundColor: string;
|
3222
3222
|
};
|
3223
|
-
"input:enabled:checked[aria-invalid] + .chakra-checkbox__control": {
|
3223
|
+
"input:enabled:checked[aria-invalid='true'] + .chakra-checkbox__control": {
|
3224
3224
|
borderColor: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => string;
|
3225
3225
|
backgroundColor: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => string;
|
3226
3226
|
};
|
package/dist/index.d.ts
CHANGED
@@ -3208,19 +3208,19 @@ declare const theme: {
|
|
3208
3208
|
baseStyle?: ((props: _chakra_ui_react.StyleFunctionProps) => {
|
3209
3209
|
container: {
|
3210
3210
|
_hover: {
|
3211
|
-
"input:enabled:not([aria-invalid]) + .chakra-checkbox__control": {
|
3211
|
+
"input:enabled:not([aria-invalid='true']) + .chakra-checkbox__control": {
|
3212
3212
|
borderColor: string;
|
3213
3213
|
backgroundColor: string;
|
3214
3214
|
};
|
3215
|
-
"input:enabled[aria-invalid] + .chakra-checkbox__control": {
|
3215
|
+
"input:enabled[aria-invalid='true'] + .chakra-checkbox__control": {
|
3216
3216
|
backgroundColor: string;
|
3217
3217
|
borderColor: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => string;
|
3218
3218
|
};
|
3219
|
-
"input:enabled:checked:not([aria-invalid]) + .chakra-checkbox__control": {
|
3219
|
+
"input:enabled:checked:not([aria-invalid='true']) + .chakra-checkbox__control": {
|
3220
3220
|
borderColor: string;
|
3221
3221
|
backgroundColor: string;
|
3222
3222
|
};
|
3223
|
-
"input:enabled:checked[aria-invalid] + .chakra-checkbox__control": {
|
3223
|
+
"input:enabled:checked[aria-invalid='true'] + .chakra-checkbox__control": {
|
3224
3224
|
borderColor: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => string;
|
3225
3225
|
backgroundColor: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => string;
|
3226
3226
|
};
|