@vygruppen/spor-react 12.4.10 → 12.4.12

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.4.10 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.4.12 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
@@ -10,17 +10,17 @@ CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  DTS Build start
13
- ESM dist/index.mjs 290.03 KB
14
13
  ESM dist/icons/index.mjs 110.00 B
15
- ESM dist/index.mjs.map 622.08 KB
14
+ ESM dist/index.mjs 289.92 KB
16
15
  ESM dist/icons/index.mjs.map 157.00 B
17
- ESM ⚡️ Build success in 2739ms
18
- CJS dist/index.js 310.57 KB
16
+ ESM dist/index.mjs.map 621.88 KB
17
+ ESM ⚡️ Build success in 2632ms
18
+ CJS dist/index.js 310.46 KB
19
19
  CJS dist/icons/index.js 380.00 B
20
- CJS dist/index.js.map 622.08 KB
20
+ CJS dist/index.js.map 621.88 KB
21
21
  CJS dist/icons/index.js.map 157.00 B
22
- CJS ⚡️ Build success in 2739ms
23
- DTS ⚡️ Build success in 26263ms
22
+ CJS ⚡️ Build success in 2641ms
23
+ DTS ⚡️ Build success in 28243ms
24
24
  DTS dist/icons/index.d.ts 44.00 B
25
25
  DTS dist/index.d.ts 154.57 KB
26
26
  DTS dist/icons/index.d.mts 44.00 B
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.4.10 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.4.12 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.4.12
4
+
5
+ ### Patch Changes
6
+
7
+ - a37407a: Remove maxWidth of 300px for alerts
8
+
9
+ ## 12.4.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 021a1ff: Remove default text color from text
14
+
3
15
  ## 12.4.10
4
16
 
5
17
  ### Patch Changes
package/dist/index.js CHANGED
@@ -852,17 +852,7 @@ var Heading = React28.forwardRef(
852
852
  ...rest
853
853
  } = props;
854
854
  const id = externalId ?? (autoId && typeof rest.children === "string") ? slugify(rest.children) : void 0;
855
- return /* @__PURE__ */ jsxRuntime.jsx(
856
- react.Text,
857
- {
858
- as,
859
- textStyle: variant,
860
- id,
861
- color: "text",
862
- ref,
863
- ...rest
864
- }
865
- );
855
+ return /* @__PURE__ */ jsxRuntime.jsx(react.Text, { as, textStyle: variant, id, ref, ...rest });
866
856
  }
867
857
  );
868
858
  var Text3 = React28.forwardRef(
@@ -6913,7 +6903,6 @@ var alertSlotRecipe = react.defineSlotRecipe({
6913
6903
  borderRadius: "sm",
6914
6904
  padding: 2,
6915
6905
  display: "flex",
6916
- maxWidth: "300px",
6917
6906
  justifyContent: "space-between",
6918
6907
  alignItems: "flex-start",
6919
6908
  position: "relative",