@vygruppen/spor-react 13.4.3 → 13.4.4
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/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +9 -0
- package/dist/index.cjs +8 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -29
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/alert/AlertIcon.tsx +7 -16
- package/src/error-summary/index.tsx +1 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.4.
|
|
2
|
+
> @vygruppen/spor-react@13.4.4 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,17 +11,17 @@ CLI Cleaning output folder
|
|
|
11
11
|
ESM Build start
|
|
12
12
|
CJS Build start
|
|
13
13
|
DTS Build start
|
|
14
|
-
CJS dist/index.cjs 376.07 KB
|
|
15
|
-
CJS dist/icons/index.cjs 381.00 B
|
|
16
|
-
CJS dist/index.cjs.map 747.62 KB
|
|
17
|
-
CJS dist/icons/index.cjs.map 157.00 B
|
|
18
|
-
CJS ⚡️ Build success in 2665ms
|
|
19
|
-
ESM dist/index.mjs 351.48 KB
|
|
20
14
|
ESM dist/icons/index.mjs 110.00 B
|
|
21
|
-
ESM dist/index.mjs.
|
|
15
|
+
ESM dist/index.mjs 350.97 KB
|
|
22
16
|
ESM dist/icons/index.mjs.map 157.00 B
|
|
23
|
-
ESM
|
|
24
|
-
|
|
17
|
+
ESM dist/index.mjs.map 746.78 KB
|
|
18
|
+
ESM ⚡️ Build success in 2870ms
|
|
19
|
+
CJS dist/index.cjs 375.55 KB
|
|
20
|
+
CJS dist/icons/index.cjs 381.00 B
|
|
21
|
+
CJS dist/index.cjs.map 746.78 KB
|
|
22
|
+
CJS dist/icons/index.cjs.map 157.00 B
|
|
23
|
+
CJS ⚡️ Build success in 2871ms
|
|
24
|
+
DTS ⚡️ Build success in 22625ms
|
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
|
26
26
|
DTS dist/index.d.ts 154.14 KB
|
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.4.
|
|
2
|
+
> @vygruppen/spor-react@13.4.4 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
◇ injected env (0) from .env // tip:
|
|
5
|
+
◇ injected env (0) from .env // tip: ◈ encrypted .env [www.dotenvx.com]
|
|
6
6
|
[90m┌[39m Chakra CLI ⚡️
|
|
7
7
|
[?25l[90m│[39m
|
|
8
8
|
[35m◒[39m Generating conditions types...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 13.4.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5535288: New colors for the info, success, and error icons.
|
|
8
|
+
- Updated dependencies [5535288]
|
|
9
|
+
- Updated dependencies [4d64409]
|
|
10
|
+
- @vygruppen/spor-icon-react@5.0.1
|
|
11
|
+
|
|
3
12
|
## 13.4.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -1094,41 +1094,33 @@ var AlertIcon = ({
|
|
|
1094
1094
|
var BaseAlertIcon = ({
|
|
1095
1095
|
variant
|
|
1096
1096
|
}) => {
|
|
1097
|
-
const css = {
|
|
1098
|
-
"& path:first-of-type": {
|
|
1099
|
-
fill: `icon.${variant}`
|
|
1100
|
-
},
|
|
1101
|
-
"& path:not(:first-of-type)": {
|
|
1102
|
-
fill: `surface.${variant}`
|
|
1103
|
-
}
|
|
1104
|
-
};
|
|
1105
1097
|
switch (variant) {
|
|
1106
1098
|
case "info": {
|
|
1107
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.InformationFill24Icon, {
|
|
1099
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.InformationFill24Icon, {});
|
|
1108
1100
|
}
|
|
1109
1101
|
case "success": {
|
|
1110
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.SuccessFill24Icon, {
|
|
1102
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.SuccessFill24Icon, {});
|
|
1111
1103
|
}
|
|
1112
1104
|
case "important": {
|
|
1113
1105
|
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.WarningFill24Icon, {});
|
|
1114
1106
|
}
|
|
1115
1107
|
case "alt": {
|
|
1116
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.AltTransportFill24Icon, {
|
|
1108
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.AltTransportFill24Icon, {});
|
|
1117
1109
|
}
|
|
1118
1110
|
case "error": {
|
|
1119
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.ErrorFill24Icon, {
|
|
1111
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.ErrorFill24Icon, {});
|
|
1120
1112
|
}
|
|
1121
1113
|
case "error-secondary": {
|
|
1122
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.ErrorOutline24Icon, {
|
|
1114
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.ErrorOutline24Icon, {});
|
|
1123
1115
|
}
|
|
1124
1116
|
case "neutral": {
|
|
1125
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.QuestionFill24Icon, {
|
|
1117
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.QuestionFill24Icon, {});
|
|
1126
1118
|
}
|
|
1127
1119
|
case "service": {
|
|
1128
1120
|
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.ServiceFill24Icon, {});
|
|
1129
1121
|
}
|
|
1130
1122
|
default: {
|
|
1131
|
-
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.InformationFill24Icon, {
|
|
1123
|
+
return /* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.InformationFill24Icon, {});
|
|
1132
1124
|
}
|
|
1133
1125
|
}
|
|
1134
1126
|
};
|
|
@@ -3385,20 +3377,7 @@ var ErrorSummary = ({
|
|
|
3385
3377
|
tabIndex: -1,
|
|
3386
3378
|
children: [
|
|
3387
3379
|
heading && /* @__PURE__ */ jsxRuntime.jsxs(react.Flex, { css: styles.heading, children: [
|
|
3388
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3389
|
-
spor_icon_react_star.ErrorFill24Icon,
|
|
3390
|
-
{
|
|
3391
|
-
css: {
|
|
3392
|
-
flexShrink: 0,
|
|
3393
|
-
"& path:first-of-type": {
|
|
3394
|
-
fill: `icon.critical`
|
|
3395
|
-
},
|
|
3396
|
-
"& path:not(:first-of-type)": {
|
|
3397
|
-
fill: `surface.critical`
|
|
3398
|
-
}
|
|
3399
|
-
}
|
|
3400
|
-
}
|
|
3401
|
-
),
|
|
3380
|
+
/* @__PURE__ */ jsxRuntime.jsx(spor_icon_react_star.ErrorFill24Icon, {}),
|
|
3402
3381
|
/* @__PURE__ */ jsxRuntime.jsx(Heading, { as: headingLevel, variant: "md", autoId: true, ref: headingRef, children: heading })
|
|
3403
3382
|
] }),
|
|
3404
3383
|
/* @__PURE__ */ jsxRuntime.jsx(List, { css: styles.list, gap: 2, children })
|