@digdir/designsystemet-react 0.52.0-alpha.2 → 0.53.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.
|
@@ -2109,16 +2109,6 @@
|
|
|
2109
2109
|
}
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
|
-
.fds-switch-input-72679bdc:focus-visible:not(:disabled) ~ {
|
|
2113
|
-
outline: var(--fds-focus-border-width) solid var(--fds-outer-focus-border-color);
|
|
2114
|
-
outline-offset: 0;
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
|
-
.fds-switch-input-72679bdc:focus-visible:not(:disabled) + .fds-switch-label-72679bdc .fds-switch-track-72679bdc {
|
|
2118
|
-
stroke: var(--fds-inner-focus-border-color);
|
|
2119
|
-
stroke-width: var(--fds-focus-border-width);
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
2112
|
.fds-textfield-formField-147467c0 {
|
|
2123
2113
|
display: grid;
|
|
2124
2114
|
gap: var(--fds-spacing-2);
|
|
@@ -2109,16 +2109,6 @@
|
|
|
2109
2109
|
}
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
|
-
.fds-switch-input-72679bdc:focus-visible:not(:disabled) ~ {
|
|
2113
|
-
outline: var(--fds-focus-border-width) solid var(--fds-outer-focus-border-color);
|
|
2114
|
-
outline-offset: 0;
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
|
-
.fds-switch-input-72679bdc:focus-visible:not(:disabled) + .fds-switch-label-72679bdc .fds-switch-track-72679bdc {
|
|
2118
|
-
stroke: var(--fds-inner-focus-border-color);
|
|
2119
|
-
stroke-width: var(--fds-focus-border-width);
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
2112
|
.fds-textfield-formField-147467c0 {
|
|
2123
2113
|
display: grid;
|
|
2124
2114
|
gap: var(--fds-spacing-2);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digdir/designsystemet-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.0",
|
|
4
4
|
"description": "React components for Designsystemet",
|
|
5
5
|
"author": "Designsystemet team",
|
|
6
6
|
"repository": "https://github.com/digdir/designsystemet",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "yarn run clean && tsc -p tsconfig.build.json && yarn run copy-css-to-build && rollup -c --bundleConfigAsCjs && yarn run copy-css-to-package",
|
|
18
|
-
"
|
|
18
|
+
"generate:css": "esno ./scripts/generate-css.ts",
|
|
19
19
|
"clean": "rimraf dist && rimraf tsc-build",
|
|
20
20
|
"copy-css-to-build": "copyfiles -u 1 ./src/**/*.css ./tsc-build/",
|
|
21
21
|
"copy-css-to-package": "copyfiles -u 2 ./dist/esm/react-css-modules.css ../css/",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@digdir/designsystemet-theme": "^0.13.1-alpha.2",
|
|
33
32
|
"@floating-ui/react": "0.26.4",
|
|
34
33
|
"@navikt/aksel-icons": "^5.12.2",
|
|
35
34
|
"@radix-ui/react-slot": "^1.0.2",
|
|
@@ -44,5 +43,5 @@
|
|
|
44
43
|
"rollup": "^4.12.1",
|
|
45
44
|
"typescript": "^5.4.2"
|
|
46
45
|
},
|
|
47
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0770c390c2bacc8e7098f75be191ab2e8bac2253"
|
|
48
47
|
}
|