@public-ui/themes 4.2.0-rc.0 → 4.2.0-rc.2
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/assets/ecl-icons/ecl-icons.eot +0 -0
- package/assets/ecl-icons/ecl-icons.ttf +0 -0
- package/assets/ecl-icons/ecl-icons.woff +0 -0
- package/assets/ecl-icons/ecl-icons.woff2 +0 -0
- package/assets/ecl-icons/style.css +6 -6
- package/assets/kolicons/kolicons.eot +0 -0
- package/assets/kolicons/kolicons.ttf +0 -0
- package/assets/kolicons/kolicons.woff +0 -0
- package/assets/kolicons/kolicons.woff2 +0 -0
- package/assets/kolicons/style.css +6 -6
- package/assets/variants/inject-variants_default.json +3 -0
- package/dist/bwst/src/index.d.ts +1 -1
- package/dist/default/src/index.d.ts +1 -1
- package/dist/desy/src/index.d.ts +1 -1
- package/dist/ecl/src/ecl-ec/index.d.ts +1 -1
- package/dist/ecl/src/ecl-eu/index.d.ts +1 -1
- package/dist/index.cjs +20 -20
- package/dist/index.mjs +20 -20
- package/dist/kern/src/index.d.ts +1 -1
- package/package.json +7 -8
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer kol-theme-component {
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: "ecl-icons";
|
|
4
|
-
src: url('ecl-icons.eot?t=
|
|
5
|
-
src: url('ecl-icons.eot?t=
|
|
6
|
-
url("ecl-icons.woff2?t=
|
|
7
|
-
url("ecl-icons.woff?t=
|
|
8
|
-
url('ecl-icons.ttf?t=
|
|
9
|
-
url('ecl-icons.svg?t=
|
|
4
|
+
src: url('ecl-icons.eot?t=1779833105522'); /* IE9*/
|
|
5
|
+
src: url('ecl-icons.eot?t=1779833105522#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
6
|
+
url("ecl-icons.woff2?t=1779833105522") format("woff2"),
|
|
7
|
+
url("ecl-icons.woff?t=1779833105522") format("woff"),
|
|
8
|
+
url('ecl-icons.ttf?t=1779833105522') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
9
|
+
url('ecl-icons.svg?t=1779833105522#ecl-icons') format('svg'); /* iOS 4.1- */
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
[class^="ecl-icons-"], [class*=" ecl-icons-"] {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "kolicons";
|
|
3
|
-
src: url('kolicons.eot?t=
|
|
4
|
-
src: url('kolicons.eot?t=
|
|
5
|
-
url("kolicons.woff2?t=
|
|
6
|
-
url("kolicons.woff?t=
|
|
7
|
-
url('kolicons.ttf?t=
|
|
8
|
-
url('kolicons.svg?t=
|
|
3
|
+
src: url('kolicons.eot?t=1779833120296'); /* IE9*/
|
|
4
|
+
src: url('kolicons.eot?t=1779833120296#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("kolicons.woff2?t=1779833120296") format("woff2"),
|
|
6
|
+
url("kolicons.woff?t=1779833120296") format("woff"),
|
|
7
|
+
url('kolicons.ttf?t=1779833120296') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('kolicons.svg?t=1779833120296#kolicons') format('svg'); /* iOS 4.1- */
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
@layer kol-component {
|
package/dist/bwst/src/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export declare const BWSt: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
6
|
"KOL-BUTTON"?: string | undefined;
|
|
8
7
|
"KOL-DETAILS"?: string | undefined;
|
|
@@ -41,6 +40,7 @@ export declare const BWSt: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
41
|
"KOL-LOGO"?: string | undefined;
|
|
43
42
|
"KOL-MODAL"?: string | undefined;
|
|
43
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
44
44
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
45
45
|
"KOL-QUOTE"?: string | undefined;
|
|
46
46
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
@@ -2,7 +2,6 @@ export declare const DEFAULT: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
6
|
"KOL-BUTTON"?: string | undefined;
|
|
8
7
|
"KOL-DETAILS"?: string | undefined;
|
|
@@ -41,6 +40,7 @@ export declare const DEFAULT: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
41
|
"KOL-LOGO"?: string | undefined;
|
|
43
42
|
"KOL-MODAL"?: string | undefined;
|
|
43
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
44
44
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
45
45
|
"KOL-QUOTE"?: string | undefined;
|
|
46
46
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
package/dist/desy/src/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export declare const DesyV11: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
6
|
"KOL-BUTTON"?: string | undefined;
|
|
8
7
|
"KOL-DETAILS"?: string | undefined;
|
|
@@ -41,6 +40,7 @@ export declare const DesyV11: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
41
|
"KOL-LOGO"?: string | undefined;
|
|
43
42
|
"KOL-MODAL"?: string | undefined;
|
|
43
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
44
44
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
45
45
|
"KOL-QUOTE"?: string | undefined;
|
|
46
46
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
@@ -2,7 +2,6 @@ export declare const ECL_EC: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
6
|
"KOL-BUTTON"?: string | undefined;
|
|
8
7
|
"KOL-DETAILS"?: string | undefined;
|
|
@@ -41,6 +40,7 @@ export declare const ECL_EC: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
41
|
"KOL-LOGO"?: string | undefined;
|
|
43
42
|
"KOL-MODAL"?: string | undefined;
|
|
43
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
44
44
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
45
45
|
"KOL-QUOTE"?: string | undefined;
|
|
46
46
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
@@ -2,7 +2,6 @@ export declare const ECL_EU: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
6
|
"KOL-BUTTON"?: string | undefined;
|
|
8
7
|
"KOL-DETAILS"?: string | undefined;
|
|
@@ -41,6 +40,7 @@ export declare const ECL_EU: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
41
|
"KOL-LOGO"?: string | undefined;
|
|
43
42
|
"KOL-MODAL"?: string | undefined;
|
|
43
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
44
44
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
45
45
|
"KOL-QUOTE"?: string | undefined;
|
|
46
46
|
"KOL-SINGLE-SELECT"?: string | undefined;
|