@vygruppen/spor-react 13.5.0 → 13.6.0
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 +12 -12
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +16 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +12 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/theme/brand.ts +5 -0
- package/src/theme/index.ts +4 -0
- package/src/theme/semantic-tokens/colors.ts +13 -0
- package/src/theme/semantic-tokens/index.ts +10 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.
|
|
2
|
+
> @vygruppen/spor-react@13.6.0 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
|
-
|
|
15
|
-
CJS dist/index.cjs 377.88 KB
|
|
16
|
-
CJS dist/icons/index.cjs.map 157.00 B
|
|
17
|
-
CJS dist/index.cjs.map 751.12 KB
|
|
18
|
-
CJS ⚡️ Build success in 2931ms
|
|
19
|
-
ESM dist/index.mjs 353.23 KB
|
|
14
|
+
ESM dist/index.mjs 353.61 KB
|
|
20
15
|
ESM dist/icons/index.mjs 110.00 B
|
|
21
|
-
ESM dist/index.mjs.map 751.12 KB
|
|
22
16
|
ESM dist/icons/index.mjs.map 157.00 B
|
|
23
|
-
ESM
|
|
24
|
-
|
|
17
|
+
ESM dist/index.mjs.map 752.22 KB
|
|
18
|
+
ESM ⚡️ Build success in 2851ms
|
|
19
|
+
CJS dist/index.cjs 378.29 KB
|
|
20
|
+
CJS dist/icons/index.cjs 381.00 B
|
|
21
|
+
CJS dist/icons/index.cjs.map 157.00 B
|
|
22
|
+
CJS dist/index.cjs.map 752.22 KB
|
|
23
|
+
CJS ⚡️ Build success in 2850ms
|
|
24
|
+
DTS ⚡️ Build success in 21728ms
|
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
|
26
|
-
DTS dist/index.d.ts
|
|
26
|
+
DTS dist/index.d.ts 155.16 KB
|
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
|
28
|
-
DTS dist/index.d.cts
|
|
28
|
+
DTS dist/index.d.cts 155.16 KB
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.
|
|
2
|
+
> @vygruppen/spor-react@13.6.0 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: ◈ secrets for agents [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,21 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 13.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ce5b9e0: Add new VyTeknologi brand theme and deprecate VyUtvikling
|
|
8
|
+
- New `Brand.VyTeknologi` theme, usable with `<SporProvider theme={themes[Brand.VyTeknologi]}>`
|
|
9
|
+
- Three new color palettes with 12 steps each: `teal`, `pink` and `violet`, with named aliases (e.g. `grape` → `violet.900`, `moss` → `teal.700`, `jam` → `pink.800`)
|
|
10
|
+
- The existing `pink` alias (→ `red.50`) still resolves as before; the new range is available as `pink.50`–`pink.1100`
|
|
11
|
+
- `Brand.VyUtvikling` and `vyUtviklingColors` are marked as `@deprecated` — migrate to `Brand.VyTeknologi`
|
|
12
|
+
- The MCP server's `get_spor_tokens` tool now accepts `vyTeknologi` as a theme
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [ce5b9e0]
|
|
17
|
+
- @vygruppen/spor-design-tokens@5.1.0
|
|
18
|
+
|
|
3
19
|
## 13.5.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/dist/index.cjs
CHANGED
|
@@ -6684,6 +6684,7 @@ var fontFaces = `
|
|
|
6684
6684
|
var Brand = /* @__PURE__ */ ((Brand2) => {
|
|
6685
6685
|
Brand2["VyDigital"] = "VyDigital";
|
|
6686
6686
|
Brand2["VyUtvikling"] = "VyUtvikling";
|
|
6687
|
+
Brand2["VyTeknologi"] = "VyTeknologi";
|
|
6687
6688
|
Brand2["CargoNet"] = "CargoNet";
|
|
6688
6689
|
return Brand2;
|
|
6689
6690
|
})(Brand || {});
|
|
@@ -7776,6 +7777,9 @@ var vyDigitalColors = react.defineSemanticTokens.colors({
|
|
|
7776
7777
|
var vyUtviklingColors = react.defineSemanticTokens.colors({
|
|
7777
7778
|
...tokens4__default.default.color["vy-utvikling"].color.vyUtvikling
|
|
7778
7779
|
});
|
|
7780
|
+
var vyTeknologiColors = react.defineSemanticTokens.colors({
|
|
7781
|
+
...tokens4__default.default.color["vy-teknologi"].color.vyTeknologi
|
|
7782
|
+
});
|
|
7779
7783
|
var cargonetColors = react.defineSemanticTokens.colors({
|
|
7780
7784
|
...tokens4__default.default.color["cargonet"].color.cargonet
|
|
7781
7785
|
});
|
|
@@ -7822,6 +7826,10 @@ var semanticTokens = {
|
|
|
7822
7826
|
...baseSemanticTokens,
|
|
7823
7827
|
colors: vyUtviklingColors
|
|
7824
7828
|
},
|
|
7829
|
+
["VyTeknologi" /* VyTeknologi */]: {
|
|
7830
|
+
...baseSemanticTokens,
|
|
7831
|
+
colors: vyTeknologiColors
|
|
7832
|
+
},
|
|
7825
7833
|
["CargoNet" /* CargoNet */]: {
|
|
7826
7834
|
...baseSemanticTokens,
|
|
7827
7835
|
colors: cargonetColors
|
|
@@ -13174,6 +13182,10 @@ var themes = {
|
|
|
13174
13182
|
["VyUtvikling" /* VyUtvikling */]: react.createSystem(
|
|
13175
13183
|
react.defaultBaseConfig,
|
|
13176
13184
|
generateTheme("VyUtvikling" /* VyUtvikling */)
|
|
13185
|
+
),
|
|
13186
|
+
["VyTeknologi" /* VyTeknologi */]: react.createSystem(
|
|
13187
|
+
react.defaultBaseConfig,
|
|
13188
|
+
generateTheme("VyTeknologi" /* VyTeknologi */)
|
|
13177
13189
|
)
|
|
13178
13190
|
};
|
|
13179
13191
|
var system = themes["VyDigital" /* VyDigital */];
|