@vygruppen/spor-react 12.24.2 → 12.24.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@12.24.2 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.3 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/icons/index.tsx
@@ -11,18 +11,18 @@ CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- ESM dist/index.mjs 331.61 KB
15
- ESM dist/icons/index.mjs 110.00 B
16
- ESM dist/icons/index.mjs.map 157.00 B
17
- ESM dist/index.mjs.map 701.37 KB
18
- ESM ⚡️ Build success in 2707ms
19
- CJS dist/index.cjs 355.78 KB
20
14
  CJS dist/icons/index.cjs 381.00 B
21
- CJS dist/index.cjs.map 701.37 KB
15
+ CJS dist/index.cjs 355.69 KB
22
16
  CJS dist/icons/index.cjs.map 157.00 B
23
- CJS ⚡️ Build success in 2708ms
24
- DTS ⚡️ Build success in 21715ms
17
+ CJS dist/index.cjs.map 701.27 KB
18
+ CJS ⚡️ Build success in 2775ms
19
+ ESM dist/index.mjs 331.52 KB
20
+ ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/index.mjs.map 701.27 KB
22
+ ESM dist/icons/index.mjs.map 157.00 B
23
+ ESM ⚡️ Build success in 2776ms
24
+ DTS ⚡️ Build success in 21690ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 147.56 KB
26
+ DTS dist/index.d.ts 147.51 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 147.56 KB
28
+ DTS dist/index.d.cts 147.51 KB
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.2 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.3 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
- [dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️ override existing env vars with { override: true }
5
+ [dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.24.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5194171: Revert changes to attached inputs that created bugs for combobox borderradius.
8
+
3
9
  ## 12.24.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -6450,7 +6450,7 @@ var attachedInputsRecipe = react.defineRecipe({
6450
6450
  gap: "0.1rem",
6451
6451
  width: "100%",
6452
6452
  "& select": {
6453
- borderEndRadius: "0 !important"
6453
+ borderEndRadius: 0
6454
6454
  },
6455
6455
  "& > *": {
6456
6456
  position: "relative",
@@ -6465,13 +6465,13 @@ var attachedInputsRecipe = react.defineRecipe({
6465
6465
  horizontal: {
6466
6466
  flexDirection: "row",
6467
6467
  "& > *:first-of-type:not(:last-of-type) [data-attachable]": {
6468
- borderEndRadius: "0 !important"
6468
+ borderEndRadius: 0
6469
6469
  },
6470
6470
  "& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
6471
- borderRadius: "0 !important"
6471
+ borderRadius: 0
6472
6472
  },
6473
6473
  "& > *:not(:first-of-type):last-of-type [data-attachable]": {
6474
- borderStartRadius: "0 !important"
6474
+ borderStartRadius: 0
6475
6475
  },
6476
6476
  "&[data-with-flip-button]": {
6477
6477
  "& > *:nth-of-type(2) [data-scope='field'][data-part='root']": {
@@ -6487,13 +6487,13 @@ var attachedInputsRecipe = react.defineRecipe({
6487
6487
  vertical: {
6488
6488
  flexDirection: "column",
6489
6489
  "& > *:first-of-type:not(:last-of-type) [data-attachable]": {
6490
- borderBottomRadius: "0 !important"
6490
+ borderBottomRadius: 0
6491
6491
  },
6492
6492
  "& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
6493
- borderRadius: "0 !important"
6493
+ borderRadius: 0
6494
6494
  },
6495
6495
  "& > *:not(:first-of-type):last-of-type [data-attachable]": {
6496
- borderTopRadius: "0 !important"
6496
+ borderTopRadius: 0
6497
6497
  }
6498
6498
  }
6499
6499
  }