@public-ui/theme-default 2.0.0-rc.11 → 2.0.0-rc.12
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/dist/index.cjs +7 -0
- package/dist/index.mjs +7 -0
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -2139,6 +2139,13 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
2139
2139
|
:host .disabled {
|
|
2140
2140
|
opacity: 0.33;
|
|
2141
2141
|
}
|
|
2142
|
+
.button:focus-within {
|
|
2143
|
+
border-radius: var(--border-radius);
|
|
2144
|
+
outline-color: var(--color-primary-variant);
|
|
2145
|
+
outline-offset: 2px;
|
|
2146
|
+
outline-style: solid;
|
|
2147
|
+
outline-width: calc(var(--border-width) * 2);
|
|
2148
|
+
}
|
|
2142
2149
|
`,
|
|
2143
2150
|
"KOL-INPUT-RADIO": css`
|
|
2144
2151
|
label {
|
package/dist/index.mjs
CHANGED
|
@@ -2137,6 +2137,13 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
2137
2137
|
:host .disabled {
|
|
2138
2138
|
opacity: 0.33;
|
|
2139
2139
|
}
|
|
2140
|
+
.button:focus-within {
|
|
2141
|
+
border-radius: var(--border-radius);
|
|
2142
|
+
outline-color: var(--color-primary-variant);
|
|
2143
|
+
outline-offset: 2px;
|
|
2144
|
+
outline-style: solid;
|
|
2145
|
+
outline-width: calc(var(--border-width) * 2);
|
|
2146
|
+
}
|
|
2140
2147
|
`,
|
|
2141
2148
|
"KOL-INPUT-RADIO": css`
|
|
2142
2149
|
label {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/theme-default",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.12",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"wcag"
|
|
39
39
|
],
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@public-ui/schema": "2.0.0-rc.
|
|
42
|
-
"@public-ui/visual-tests": "2.0.0-rc.
|
|
43
|
-
"@types/node": "ts5.
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
45
|
-
"@typescript-eslint/parser": "6.
|
|
46
|
-
"eslint": "8.
|
|
41
|
+
"@public-ui/schema": "2.0.0-rc.12",
|
|
42
|
+
"@public-ui/visual-tests": "2.0.0-rc.12",
|
|
43
|
+
"@types/node": "ts5.3",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "6.13.0",
|
|
45
|
+
"@typescript-eslint/parser": "6.13.0",
|
|
46
|
+
"eslint": "8.54.0",
|
|
47
47
|
"eslint-plugin-no-loops": "0.3.0",
|
|
48
|
-
"typescript": "5.
|
|
48
|
+
"typescript": "5.3.2",
|
|
49
49
|
"unbuild": "1.2.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@public-ui/components": "2.0.0-rc.
|
|
52
|
+
"@public-ui/components": "2.0.0-rc.12"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"type": "module",
|