@vygruppen/spor-react 12.3.2 → 12.3.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 +9 -30
- package/.turbo/{turbo-typegen.log → turbo-postinstall.log} +4 -6
- package/CHANGELOG.md +13 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -7
- package/src/input/PhoneNumberInput.tsx +2 -0
package/.turbo/turbo-build.log
CHANGED
@@ -1,27 +1,6 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.3.
|
3
|
-
>
|
4
|
-
|
5
|
-
|
6
|
-
> @vygruppen/spor-react@12.3.2 typegen /home/runner/work/spor/spor/packages/spor-react
|
7
|
-
> npx @chakra-ui/cli typegen src/theme/index.ts
|
8
|
-
|
9
|
-
[90m┌[39m Chakra CLI ⚡️
|
10
|
-
[?25l[90m│[39m
|
11
|
-
[35m◒[39m Generating conditions types...
|
12
|
-
[999D[J[32m◇[39m ✅ Generated conditions typings
|
13
|
-
[?25h[?25l[90m│[39m
|
14
|
-
[35m◒[39m Generating recipe types...
|
15
|
-
[999D[J[32m◇[39m ✅ Generated recipe typings
|
16
|
-
[?25h[?25l[90m│[39m
|
17
|
-
[32m◇[39m ✅ Generated utility typings
|
18
|
-
[?25h[?25l[90m│[39m
|
19
|
-
[32m◇[39m ✅ Generated token typings
|
20
|
-
[?25h[?25l[90m│[39m
|
21
|
-
[35m◒[39m Generating system types...
|
22
|
-
[999D[J[32m◇[39m ✅ Generated system types
|
23
|
-
[?25h[90m│[39m
|
24
|
-
[90m└[39m 🎉 Done!
|
2
|
+
> @vygruppen/spor-react@12.3.4 build /home/runner/work/spor/spor/packages/spor-react
|
3
|
+
> tsup
|
25
4
|
|
26
5
|
CLI Building entry: src/index.tsx
|
27
6
|
CLI Using tsconfig: tsconfig.json
|
@@ -31,12 +10,12 @@ CLI Target: node16
|
|
31
10
|
CJS Build start
|
32
11
|
ESM Build start
|
33
12
|
DTS Build start
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
DTS ⚡️ Build success in
|
13
|
+
ESM dist/index.mjs 294.85 KB
|
14
|
+
ESM dist/index.mjs.map 633.72 KB
|
15
|
+
ESM ⚡️ Build success in 2645ms
|
16
|
+
CJS dist/index.js 315.48 KB
|
17
|
+
CJS dist/index.js.map 633.72 KB
|
18
|
+
CJS ⚡️ Build success in 2645ms
|
19
|
+
DTS ⚡️ Build success in 22738ms
|
41
20
|
DTS dist/index.d.ts 129.65 KB
|
42
21
|
DTS dist/index.d.mts 129.65 KB
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.3.
|
3
|
-
>
|
2
|
+
> @vygruppen/spor-react@12.3.4 postinstall /home/runner/work/spor/spor/packages/spor-react
|
3
|
+
> chakra typegen src/theme/index.ts
|
4
4
|
|
5
5
|
[90m┌[39m Chakra CLI ⚡️
|
6
6
|
[?25l[90m│[39m
|
@@ -10,11 +10,9 @@
|
|
10
10
|
[35m◒[39m Generating recipe types...
|
11
11
|
[999D[J[32m◇[39m ✅ Generated recipe typings
|
12
12
|
[?25h[?25l[90m│[39m
|
13
|
-
[
|
14
|
-
[999D[J[32m◇[39m ✅ Generated utility typings
|
13
|
+
[32m◇[39m ✅ Generated utility typings
|
15
14
|
[?25h[?25l[90m│[39m
|
16
|
-
[
|
17
|
-
[999D[J[32m◇[39m ✅ Generated token typings
|
15
|
+
[32m◇[39m ✅ Generated token typings
|
18
16
|
[?25h[?25l[90m│[39m
|
19
17
|
[35m◒[39m Generating system types...
|
20
18
|
[999D[J[32m◇[39m ✅ Generated system types
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 12.3.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 646f611: PhoneNumberInput: Wrapped CountryCodeSelect and Input in Box and added Flex values
|
8
|
+
- 3d79d62: Patch lottie-web to work with newer versions of node (node > 20)
|
9
|
+
|
10
|
+
## 12.3.3
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- b9fca8b: build: simplify typegen
|
15
|
+
|
3
16
|
## 12.3.2
|
4
17
|
|
5
18
|
### Patch Changes
|
package/dist/index.js
CHANGED
@@ -4230,6 +4230,8 @@ var PhoneNumberInput = React28.forwardRef((props, ref) => {
|
|
4230
4230
|
outline: invalid ? "1px solid" : "none",
|
4231
4231
|
outlineColor: invalid ? "outline.error" : "none",
|
4232
4232
|
borderRadius: invalid ? "sm" : "none",
|
4233
|
+
display: "grid",
|
4234
|
+
gridTemplateColumns: "1fr 10fr",
|
4233
4235
|
children: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
4234
4236
|
/* @__PURE__ */ jsxRuntime.jsx(
|
4235
4237
|
CountryCodeSelect,
|