@vygruppen/spor-react 12.24.2 → 12.24.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 +25 -25
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +14 -0
- package/dist/index.cjs +11 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.mjs +12 -18
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/input/PasswordInput.tsx +1 -2
- package/src/logo/VyLogo.tsx +5 -11
- package/src/theme/recipes/attached-inputs.ts +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.4 build /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
5
|
+
[34mCLI[39m Building entry: src/index.tsx, src/icons/index.tsx
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v7.3.0
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/runner/work/spor/spor/packages/spor-react/tsup.config.ts
|
|
9
|
+
[34mCLI[39m Target: node16
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mESM[39m Build start
|
|
12
|
+
[34mCJS[39m Build start
|
|
13
|
+
[34mDTS[39m Build start
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m331.42 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/icons/index.mjs [22m[32m110.00 B[39m
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m701.11 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 2641ms
|
|
19
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m355.60 KB[39m
|
|
20
|
+
[32mCJS[39m [1mdist/icons/index.cjs [22m[32m381.00 B[39m
|
|
21
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m701.11 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/icons/index.cjs.map [22m[32m157.00 B[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 2642ms
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 20358ms
|
|
25
|
+
[32mDTS[39m [1mdist/icons/index.d.ts [22m[32m44.00 B[39m
|
|
26
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m147.51 KB[39m
|
|
27
|
+
[32mDTS[39m [1mdist/icons/index.d.cts [22m[32m44.00 B[39m
|
|
28
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m147.51 KB[39m
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.4 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
[dotenv@17.
|
|
5
|
+
[dotenv@17.3.1] injecting env (0) from .env -- tip: 🔐 prevent building .env in docker: https://dotenvx.com/prebuild
|
|
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,19 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 12.24.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- be48428: Add deeper dark- and lightmode support for Vy-logo.
|
|
8
|
+
- Updated dependencies [be48428]
|
|
9
|
+
- @vygruppen/spor-design-tokens@4.3.3
|
|
10
|
+
|
|
11
|
+
## 12.24.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 5194171: Revert changes to attached inputs that created bugs for combobox borderradius.
|
|
16
|
+
|
|
3
17
|
## 12.24.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -5144,25 +5144,19 @@ var CargonetLogo = React20.forwardRef(
|
|
|
5144
5144
|
);
|
|
5145
5145
|
CargonetLogo.displayName = "CargonetLogo";
|
|
5146
5146
|
var SvgBox = react.chakra("svg");
|
|
5147
|
-
var fillRecipe = {
|
|
5147
|
+
var fillRecipe = react.defineRecipe({
|
|
5148
5148
|
base: {},
|
|
5149
5149
|
variants: {
|
|
5150
5150
|
fill: {
|
|
5151
5151
|
main: {
|
|
5152
|
-
fill:
|
|
5153
|
-
_light: "#1d211c",
|
|
5154
|
-
_dark: "#ffffff"
|
|
5155
|
-
}
|
|
5152
|
+
fill: "icon"
|
|
5156
5153
|
},
|
|
5157
5154
|
accent: {
|
|
5158
|
-
fill:
|
|
5159
|
-
_light: "#138c6e",
|
|
5160
|
-
_dark: "#ffffff"
|
|
5161
|
-
}
|
|
5155
|
+
fill: "icon.accent"
|
|
5162
5156
|
}
|
|
5163
5157
|
}
|
|
5164
5158
|
}
|
|
5165
|
-
};
|
|
5159
|
+
});
|
|
5166
5160
|
var Path = react.chakra("path", fillRecipe);
|
|
5167
5161
|
var SVGGroup = react.chakra("g", fillRecipe);
|
|
5168
5162
|
var VyLogo = React20.forwardRef(
|
|
@@ -6450,7 +6444,7 @@ var attachedInputsRecipe = react.defineRecipe({
|
|
|
6450
6444
|
gap: "0.1rem",
|
|
6451
6445
|
width: "100%",
|
|
6452
6446
|
"& select": {
|
|
6453
|
-
borderEndRadius:
|
|
6447
|
+
borderEndRadius: 0
|
|
6454
6448
|
},
|
|
6455
6449
|
"& > *": {
|
|
6456
6450
|
position: "relative",
|
|
@@ -6465,13 +6459,13 @@ var attachedInputsRecipe = react.defineRecipe({
|
|
|
6465
6459
|
horizontal: {
|
|
6466
6460
|
flexDirection: "row",
|
|
6467
6461
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
6468
|
-
borderEndRadius:
|
|
6462
|
+
borderEndRadius: 0
|
|
6469
6463
|
},
|
|
6470
6464
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
6471
|
-
borderRadius:
|
|
6465
|
+
borderRadius: 0
|
|
6472
6466
|
},
|
|
6473
6467
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
6474
|
-
borderStartRadius:
|
|
6468
|
+
borderStartRadius: 0
|
|
6475
6469
|
},
|
|
6476
6470
|
"&[data-with-flip-button]": {
|
|
6477
6471
|
"& > *:nth-of-type(2) [data-scope='field'][data-part='root']": {
|
|
@@ -6487,13 +6481,13 @@ var attachedInputsRecipe = react.defineRecipe({
|
|
|
6487
6481
|
vertical: {
|
|
6488
6482
|
flexDirection: "column",
|
|
6489
6483
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
6490
|
-
borderBottomRadius:
|
|
6484
|
+
borderBottomRadius: 0
|
|
6491
6485
|
},
|
|
6492
6486
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
6493
|
-
borderRadius:
|
|
6487
|
+
borderRadius: 0
|
|
6494
6488
|
},
|
|
6495
6489
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
6496
|
-
borderTopRadius:
|
|
6490
|
+
borderTopRadius: 0
|
|
6497
6491
|
}
|
|
6498
6492
|
}
|
|
6499
6493
|
}
|