@vygruppen/spor-react 11.3.5 → 11.3.6

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.5 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@11.3.6 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
- ESM dist/index.mjs 269.04 KB
14
- ESM dist/index.mjs.map 591.51 KB
15
- ESM ⚡️ Build success in 2366ms
16
- CJS dist/index.js 287.90 KB
17
- CJS dist/index.js.map 591.51 KB
18
- CJS ⚡️ Build success in 2367ms
19
- DTS ⚡️ Build success in 17021ms
13
+ CJS dist/index.js 287.92 KB
14
+ CJS dist/index.js.map 591.55 KB
15
+ CJS ⚡️ Build success in 2575ms
16
+ ESM dist/index.mjs 269.06 KB
17
+ ESM dist/index.mjs.map 591.55 KB
18
+ ESM ⚡️ Build success in 2575ms
19
+ DTS ⚡️ Build success in 17931ms
20
20
  DTS dist/index.d.ts 341.83 KB
21
21
  DTS dist/index.d.mts 341.83 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 11.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a3ded3: Service Alert: component does not show any icon if there are more than one warning message
8
+
3
9
  ## 11.3.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2324,7 +2324,7 @@ var ServiceAlert = ({
2324
2324
  flexGrow: 1,
2325
2325
  maxWidth: contentWidth
2326
2326
  },
2327
- /* @__PURE__ */ React84__namespace.default.createElement(react.Flex, { as: headingLevel, alignItems: "center" }, /* @__PURE__ */ React84__namespace.default.createElement(AlertIcon, { variant }), /* @__PURE__ */ React84__namespace.default.createElement(
2327
+ /* @__PURE__ */ React84__namespace.default.createElement(react.Flex, { as: headingLevel, alignItems: "center" }, notification === 1 && /* @__PURE__ */ React84__namespace.default.createElement(AlertIcon, { variant }), /* @__PURE__ */ React84__namespace.default.createElement(
2328
2328
  react.Box,
2329
2329
  {
2330
2330
  as: "span",