@public-ui/themes 1.7.0-rc.11 → 1.7.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 +33 -12
- package/dist/index.mjs +33 -12
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -4619,10 +4619,13 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
4619
4619
|
background-color: white;
|
|
4620
4620
|
border-radius: 0.3125rem;
|
|
4621
4621
|
}
|
|
4622
|
+
kol-input .counter {
|
|
4623
|
+
order: 3;
|
|
4624
|
+
}
|
|
4622
4625
|
kol-input kol-alert.error {
|
|
4623
4626
|
margin-bottom: 0.4em;
|
|
4624
4627
|
margin-top: 0.2em;
|
|
4625
|
-
order:
|
|
4628
|
+
order: 4;
|
|
4626
4629
|
}
|
|
4627
4630
|
input,
|
|
4628
4631
|
select,
|
|
@@ -6923,9 +6926,6 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
6923
6926
|
"KOL-TEXTAREA": `kol-input {
|
|
6924
6927
|
gap: 0.4em;
|
|
6925
6928
|
}
|
|
6926
|
-
kol-input .error {
|
|
6927
|
-
order: 3;
|
|
6928
|
-
}
|
|
6929
6929
|
kol-input label {
|
|
6930
6930
|
font-weight: 700;
|
|
6931
6931
|
order: 1;
|
|
@@ -6933,8 +6933,14 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
6933
6933
|
kol-input .input {
|
|
6934
6934
|
order: 2;
|
|
6935
6935
|
}
|
|
6936
|
-
kol-input .
|
|
6936
|
+
kol-input .counter {
|
|
6937
|
+
order: 3;
|
|
6938
|
+
}
|
|
6939
|
+
kol-input .error {
|
|
6937
6940
|
order: 4;
|
|
6941
|
+
}
|
|
6942
|
+
kol-input .hint {
|
|
6943
|
+
order: 5;
|
|
6938
6944
|
font-size: 0.875em;
|
|
6939
6945
|
font-style: italic;
|
|
6940
6946
|
}
|
|
@@ -19175,8 +19181,11 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
19175
19181
|
kol-input .input {
|
|
19176
19182
|
order: 3;
|
|
19177
19183
|
}
|
|
19178
|
-
kol-input .
|
|
19184
|
+
kol-input .counter {
|
|
19179
19185
|
order: 4;
|
|
19186
|
+
}
|
|
19187
|
+
kol-input .hint {
|
|
19188
|
+
order: 5;
|
|
19180
19189
|
font-size: 0.9rem;
|
|
19181
19190
|
font-style: italic;
|
|
19182
19191
|
}
|
|
@@ -22128,6 +22137,9 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
|
|
|
22128
22137
|
order: 4;
|
|
22129
22138
|
align-items: center;
|
|
22130
22139
|
}
|
|
22140
|
+
.counter {
|
|
22141
|
+
order: 5;
|
|
22142
|
+
}
|
|
22131
22143
|
input::placeholder,
|
|
22132
22144
|
textarea::placeholder {
|
|
22133
22145
|
color: var(--color-grey-50);
|
|
@@ -23542,6 +23554,9 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
|
|
|
23542
23554
|
order: 4;
|
|
23543
23555
|
align-items: center;
|
|
23544
23556
|
}
|
|
23557
|
+
kol-input .counter {
|
|
23558
|
+
order: 5;
|
|
23559
|
+
}
|
|
23545
23560
|
input::placeholder,
|
|
23546
23561
|
textarea::placeholder {
|
|
23547
23562
|
color: var(--color-grey-50);
|
|
@@ -35851,6 +35866,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
35851
35866
|
border-width: 2px;
|
|
35852
35867
|
order: 2;
|
|
35853
35868
|
}
|
|
35869
|
+
kol-input .counter {
|
|
35870
|
+
order: 3;
|
|
35871
|
+
}
|
|
35854
35872
|
kol-input:hover > .input {
|
|
35855
35873
|
border-color: var(--kolibri-color-secondary);
|
|
35856
35874
|
}
|
|
@@ -35861,10 +35879,10 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
35861
35879
|
margin-right: 0.75em;
|
|
35862
35880
|
}
|
|
35863
35881
|
kol-input > .error {
|
|
35864
|
-
order:
|
|
35882
|
+
order: 4;
|
|
35865
35883
|
}
|
|
35866
35884
|
kol-input > .hint {
|
|
35867
|
-
order:
|
|
35885
|
+
order: 5;
|
|
35868
35886
|
font-size: 0.875em;
|
|
35869
35887
|
}
|
|
35870
35888
|
input,
|
|
@@ -54053,14 +54071,17 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
54053
54071
|
border-radius: 0.25rem;
|
|
54054
54072
|
order: 2;
|
|
54055
54073
|
}
|
|
54074
|
+
kol-input .counter {
|
|
54075
|
+
order: 3;
|
|
54076
|
+
}
|
|
54077
|
+
kol-input > kol-alert.error {
|
|
54078
|
+
order: 4;
|
|
54079
|
+
}
|
|
54056
54080
|
kol-input > span.hint {
|
|
54057
54081
|
color: var(--color-grau-60);
|
|
54058
54082
|
font-style: italic;
|
|
54059
|
-
order:
|
|
54083
|
+
order: 5;
|
|
54060
54084
|
font-size: 0.8rem;
|
|
54061
|
-
}
|
|
54062
|
-
kol-input > kol-alert.error {
|
|
54063
|
-
order: 3;
|
|
54064
54085
|
}`,
|
|
54065
54086
|
"KOL-INDENTED-TEXT": `:host > div {
|
|
54066
54087
|
background: white;
|
package/dist/index.mjs
CHANGED
|
@@ -4617,10 +4617,13 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
4617
4617
|
background-color: white;
|
|
4618
4618
|
border-radius: 0.3125rem;
|
|
4619
4619
|
}
|
|
4620
|
+
kol-input .counter {
|
|
4621
|
+
order: 3;
|
|
4622
|
+
}
|
|
4620
4623
|
kol-input kol-alert.error {
|
|
4621
4624
|
margin-bottom: 0.4em;
|
|
4622
4625
|
margin-top: 0.2em;
|
|
4623
|
-
order:
|
|
4626
|
+
order: 4;
|
|
4624
4627
|
}
|
|
4625
4628
|
input,
|
|
4626
4629
|
select,
|
|
@@ -6921,9 +6924,6 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
6921
6924
|
"KOL-TEXTAREA": `kol-input {
|
|
6922
6925
|
gap: 0.4em;
|
|
6923
6926
|
}
|
|
6924
|
-
kol-input .error {
|
|
6925
|
-
order: 3;
|
|
6926
|
-
}
|
|
6927
6927
|
kol-input label {
|
|
6928
6928
|
font-weight: 700;
|
|
6929
6929
|
order: 1;
|
|
@@ -6931,8 +6931,14 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
6931
6931
|
kol-input .input {
|
|
6932
6932
|
order: 2;
|
|
6933
6933
|
}
|
|
6934
|
-
kol-input .
|
|
6934
|
+
kol-input .counter {
|
|
6935
|
+
order: 3;
|
|
6936
|
+
}
|
|
6937
|
+
kol-input .error {
|
|
6935
6938
|
order: 4;
|
|
6939
|
+
}
|
|
6940
|
+
kol-input .hint {
|
|
6941
|
+
order: 5;
|
|
6936
6942
|
font-size: 0.875em;
|
|
6937
6943
|
font-style: italic;
|
|
6938
6944
|
}
|
|
@@ -19173,8 +19179,11 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
19173
19179
|
kol-input .input {
|
|
19174
19180
|
order: 3;
|
|
19175
19181
|
}
|
|
19176
|
-
kol-input .
|
|
19182
|
+
kol-input .counter {
|
|
19177
19183
|
order: 4;
|
|
19184
|
+
}
|
|
19185
|
+
kol-input .hint {
|
|
19186
|
+
order: 5;
|
|
19178
19187
|
font-size: 0.9rem;
|
|
19179
19188
|
font-style: italic;
|
|
19180
19189
|
}
|
|
@@ -22126,6 +22135,9 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
|
|
|
22126
22135
|
order: 4;
|
|
22127
22136
|
align-items: center;
|
|
22128
22137
|
}
|
|
22138
|
+
.counter {
|
|
22139
|
+
order: 5;
|
|
22140
|
+
}
|
|
22129
22141
|
input::placeholder,
|
|
22130
22142
|
textarea::placeholder {
|
|
22131
22143
|
color: var(--color-grey-50);
|
|
@@ -23540,6 +23552,9 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
|
|
|
23540
23552
|
order: 4;
|
|
23541
23553
|
align-items: center;
|
|
23542
23554
|
}
|
|
23555
|
+
kol-input .counter {
|
|
23556
|
+
order: 5;
|
|
23557
|
+
}
|
|
23543
23558
|
input::placeholder,
|
|
23544
23559
|
textarea::placeholder {
|
|
23545
23560
|
color: var(--color-grey-50);
|
|
@@ -35849,6 +35864,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
35849
35864
|
border-width: 2px;
|
|
35850
35865
|
order: 2;
|
|
35851
35866
|
}
|
|
35867
|
+
kol-input .counter {
|
|
35868
|
+
order: 3;
|
|
35869
|
+
}
|
|
35852
35870
|
kol-input:hover > .input {
|
|
35853
35871
|
border-color: var(--kolibri-color-secondary);
|
|
35854
35872
|
}
|
|
@@ -35859,10 +35877,10 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
35859
35877
|
margin-right: 0.75em;
|
|
35860
35878
|
}
|
|
35861
35879
|
kol-input > .error {
|
|
35862
|
-
order:
|
|
35880
|
+
order: 4;
|
|
35863
35881
|
}
|
|
35864
35882
|
kol-input > .hint {
|
|
35865
|
-
order:
|
|
35883
|
+
order: 5;
|
|
35866
35884
|
font-size: 0.875em;
|
|
35867
35885
|
}
|
|
35868
35886
|
input,
|
|
@@ -54051,14 +54069,17 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
54051
54069
|
border-radius: 0.25rem;
|
|
54052
54070
|
order: 2;
|
|
54053
54071
|
}
|
|
54072
|
+
kol-input .counter {
|
|
54073
|
+
order: 3;
|
|
54074
|
+
}
|
|
54075
|
+
kol-input > kol-alert.error {
|
|
54076
|
+
order: 4;
|
|
54077
|
+
}
|
|
54054
54078
|
kol-input > span.hint {
|
|
54055
54079
|
color: var(--color-grau-60);
|
|
54056
54080
|
font-style: italic;
|
|
54057
|
-
order:
|
|
54081
|
+
order: 5;
|
|
54058
54082
|
font-size: 0.8rem;
|
|
54059
|
-
}
|
|
54060
|
-
kol-input > kol-alert.error {
|
|
54061
|
-
order: 3;
|
|
54062
54083
|
}`,
|
|
54063
54084
|
"KOL-INDENTED-TEXT": `:host > div {
|
|
54064
54085
|
background: white;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/themes",
|
|
3
|
-
"version": "1.7.0-rc.
|
|
3
|
+
"version": "1.7.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",
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"prepack": "unbuild"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@public-ui/schema": "1.7.0-rc.
|
|
51
|
+
"@public-ui/schema": "1.7.0-rc.12",
|
|
52
52
|
"@types/node": "ts5.1",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "6.7.
|
|
54
|
-
"@typescript-eslint/parser": "6.7.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "6.7.2",
|
|
54
|
+
"@typescript-eslint/parser": "6.7.2",
|
|
55
55
|
"eslint": "8.49.0",
|
|
56
56
|
"eslint-plugin-no-loops": "0.3.0",
|
|
57
57
|
"typescript": "5.2.2",
|
|
58
58
|
"unbuild": "1.2.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@public-ui/components": "1.7.0-rc.
|
|
61
|
+
"@public-ui/components": "1.7.0-rc.12"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
64
|
"type": "module",
|