@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@11.3.1 build /home/runner/work/spor/spor/packages/spor-react
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 288.06 KB
14
- CJS dist/index.js.map 592.05 KB
15
- CJS ⚡️ Build success in 2329ms
16
- ESM dist/index.mjs 269.27 KB
17
- ESM dist/index.mjs.map 592.05 KB
18
- ESM ⚡️ Build success in 2329ms
19
- DTS ⚡️ Build success in 17919ms
20
- DTS dist/index.d.ts 341.98 KB
21
- DTS dist/index.d.mts 341.98 KB
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
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 11.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - bea336d: Update checkbox export
8
+
9
+ ## 11.3.2
10
+
11
+ ### Patch Changes
12
+
13
+ - bb11775: Update styling for checkbox
14
+
3
15
  ## 11.3.1
4
16
 
5
17
  ### Patch Changes
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
  };