@vygruppen/spor-react 13.1.2 → 13.1.3
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 +8 -0
- package/dist/index.cjs +22 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +23 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/input/PasswordInput.tsx +2 -1
- package/src/logo/VyLogo.tsx +14 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vygruppen/spor-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.1.
|
|
4
|
+
"version": "13.1.3",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"react-stately": "^3.31.1",
|
|
48
48
|
"react-swipeable": "^7.0.1",
|
|
49
49
|
"usehooks-ts": "^3.1.0",
|
|
50
|
-
"@vygruppen/spor-design-tokens": "5.0.
|
|
51
|
-
"@vygruppen/spor-
|
|
52
|
-
"@vygruppen/spor-
|
|
50
|
+
"@vygruppen/spor-design-tokens": "5.0.2",
|
|
51
|
+
"@vygruppen/spor-icon-react": "5.0.0",
|
|
52
|
+
"@vygruppen/spor-loader": "0.7.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@react-types/datepicker": "^3.10.0",
|
package/src/logo/VyLogo.tsx
CHANGED
|
@@ -77,6 +77,14 @@ export const VyLogo = ({
|
|
|
77
77
|
clipRule="evenodd"
|
|
78
78
|
d="M98.49.07h-1.82c-2.98 0-4.6 1.49-5.63 5.06l-6.52 21.79a18.22 18.22 0 0 1-1.67 3.96c.57.78 1.17 1.26 1.76 1.38 1.13-.96 2.06-2.75 2.89-5.46l6.49-21.67c.9-3.1 2.23-4.63 4.5-4.98a.04.04 0 0 0 0-.08Z"
|
|
79
79
|
fill={fillForAccent}
|
|
80
|
+
display={{ _light: "block", _dark: "none" }}
|
|
81
|
+
/>
|
|
82
|
+
<Path
|
|
83
|
+
fillRule="evenodd"
|
|
84
|
+
clipRule="evenodd"
|
|
85
|
+
d="M98.49.07h-1.82c-2.98 0-4.6 1.49-5.63 5.06l-6.52 21.79a18.22 18.22 0 0 1-1.67 3.96c.57.78 1.17 1.26 1.76 1.38 1.13-.96 2.06-2.75 2.89-5.46l6.49-21.67c.9-3.1 2.23-4.63 4.5-4.98a.04.04 0 0 0 0-.08Z"
|
|
86
|
+
fill="main"
|
|
87
|
+
display={{ _light: "none", _dark: "block" }}
|
|
80
88
|
/>
|
|
81
89
|
<Path
|
|
82
90
|
fillRule="evenodd"
|
|
@@ -112,6 +120,12 @@ export const VyLogo = ({
|
|
|
112
120
|
<Path
|
|
113
121
|
d="M53.78 1.44a4.64 4.64 0 0 0-4.17.93A10.79 10.79 0 0 0 46.19 8L34.53 47.72c-.58 1.93-1.2 3.75-2.56 4.87-.62.5-1.4.86-2.39 1.01a.04.04 0 0 0 0 .08h1.8c1.57 0 2.69-.41 3.53-1.1 1.36-1.1 1.98-2.93 2.56-4.86L49.05 8.3c.73-2.74 1.95-4.63 3.43-5.9.43-.36.88-.68 1.35-.95l-.05-.01Z"
|
|
114
122
|
fill={fillForAccent}
|
|
123
|
+
display={{ _light: "block", _dark: "none" }}
|
|
124
|
+
/>
|
|
125
|
+
<Path
|
|
126
|
+
d="M53.78 1.44a4.64 4.64 0 0 0-4.17.93A10.79 10.79 0 0 0 46.19 8L34.53 47.72c-.58 1.93-1.2 3.75-2.56 4.87-.62.5-1.4.86-2.39 1.01a.04.04 0 0 0 0 .08h1.8c1.57 0 2.69-.41 3.53-1.1 1.36-1.1 1.98-2.93 2.56-4.86L49.05 8.3c.73-2.74 1.95-4.63 3.43-5.9.43-.36.88-.68 1.35-.95l-.05-.01Z"
|
|
127
|
+
fill="main"
|
|
128
|
+
display={{ _light: "none", _dark: "block" }}
|
|
115
129
|
/>
|
|
116
130
|
</SVGGroup>
|
|
117
131
|
<Path
|