@public-ui/theme-default 2.0.0-rc.4 → 2.0.0-rc.6
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 +12 -0
- package/dist/index.mjs +12 -0
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -593,6 +593,12 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
593
593
|
background-color: transparent;
|
|
594
594
|
border-color: transparent;
|
|
595
595
|
}
|
|
596
|
+
.access-key-hint {
|
|
597
|
+
background: var(--color-mute-variant);
|
|
598
|
+
border-radius: 3px;
|
|
599
|
+
color: var(--color-text);
|
|
600
|
+
padding: 0 0.3em;
|
|
601
|
+
}
|
|
596
602
|
`,
|
|
597
603
|
"KOL-INPUT-TEXT": css`
|
|
598
604
|
kol-input {
|
|
@@ -2689,6 +2695,12 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
2689
2695
|
left: unset;
|
|
2690
2696
|
position: unset;
|
|
2691
2697
|
}
|
|
2698
|
+
.access-key-hint {
|
|
2699
|
+
background: var(--color-mute-variant);
|
|
2700
|
+
border-radius: 3px;
|
|
2701
|
+
color: var(--color-text);
|
|
2702
|
+
padding: 0 0.3em;
|
|
2703
|
+
}
|
|
2692
2704
|
`,
|
|
2693
2705
|
"KOL-ABBR": css`
|
|
2694
2706
|
abbr {
|
package/dist/index.mjs
CHANGED
|
@@ -591,6 +591,12 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
591
591
|
background-color: transparent;
|
|
592
592
|
border-color: transparent;
|
|
593
593
|
}
|
|
594
|
+
.access-key-hint {
|
|
595
|
+
background: var(--color-mute-variant);
|
|
596
|
+
border-radius: 3px;
|
|
597
|
+
color: var(--color-text);
|
|
598
|
+
padding: 0 0.3em;
|
|
599
|
+
}
|
|
594
600
|
`,
|
|
595
601
|
"KOL-INPUT-TEXT": css`
|
|
596
602
|
kol-input {
|
|
@@ -2687,6 +2693,12 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
2687
2693
|
left: unset;
|
|
2688
2694
|
position: unset;
|
|
2689
2695
|
}
|
|
2696
|
+
.access-key-hint {
|
|
2697
|
+
background: var(--color-mute-variant);
|
|
2698
|
+
border-radius: 3px;
|
|
2699
|
+
color: var(--color-text);
|
|
2700
|
+
padding: 0 0.3em;
|
|
2701
|
+
}
|
|
2690
2702
|
`,
|
|
2691
2703
|
"KOL-ABBR": css`
|
|
2692
2704
|
abbr {
|
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.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -38,8 +38,8 @@
|
|
|
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.
|
|
41
|
+
"@public-ui/schema": "2.0.0-rc.6",
|
|
42
|
+
"@public-ui/visual-tests": "2.0.0-rc.6",
|
|
43
43
|
"@types/node": "ts5.2",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "6.9.0",
|
|
45
45
|
"@typescript-eslint/parser": "6.9.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
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.6"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"type": "module",
|