@public-ui/themes 3.0.5 → 3.0.6-rc.1
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/default/src/index.d.ts +1 -2
- package/dist/ecl/src/ecl-ec/index.d.ts +1 -2
- package/dist/ecl/src/ecl-eu/index.d.ts +1 -2
- package/dist/index.cjs +106 -107
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +106 -107
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -5
|
@@ -18,7 +18,6 @@ export declare const DEFAULT: (patch: (name: string, map: {
|
|
|
18
18
|
"KOL-ALERT"?: string | undefined;
|
|
19
19
|
"KOL-CARD"?: string | undefined;
|
|
20
20
|
"KOL-ACCORDION"?: string | undefined;
|
|
21
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
22
21
|
"KOL-AVATAR"?: string | undefined;
|
|
23
22
|
"KOL-BADGE"?: string | undefined;
|
|
24
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
@@ -41,7 +40,7 @@ export declare const DEFAULT: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LOGO"?: string | undefined;
|
|
42
41
|
"KOL-MODAL"?: string | undefined;
|
|
43
42
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
44
|
-
"KOL-
|
|
43
|
+
"KOL-QUOTE"?: string | undefined;
|
|
45
44
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
46
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
47
46
|
"KOL-SPIN"?: string | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const ECL_EC: (patch: (name: string, map: {
|
|
|
18
18
|
"KOL-ALERT"?: string | undefined;
|
|
19
19
|
"KOL-CARD"?: string | undefined;
|
|
20
20
|
"KOL-ACCORDION"?: string | undefined;
|
|
21
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
22
21
|
"KOL-AVATAR"?: string | undefined;
|
|
23
22
|
"KOL-BADGE"?: string | undefined;
|
|
24
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
@@ -41,7 +40,7 @@ export declare const ECL_EC: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LOGO"?: string | undefined;
|
|
42
41
|
"KOL-MODAL"?: string | undefined;
|
|
43
42
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
44
|
-
"KOL-
|
|
43
|
+
"KOL-QUOTE"?: string | undefined;
|
|
45
44
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
46
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
47
46
|
"KOL-SPIN"?: string | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const ECL_EU: (patch: (name: string, map: {
|
|
|
18
18
|
"KOL-ALERT"?: string | undefined;
|
|
19
19
|
"KOL-CARD"?: string | undefined;
|
|
20
20
|
"KOL-ACCORDION"?: string | undefined;
|
|
21
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
22
21
|
"KOL-AVATAR"?: string | undefined;
|
|
23
22
|
"KOL-BADGE"?: string | undefined;
|
|
24
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
@@ -41,7 +40,7 @@ export declare const ECL_EU: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LOGO"?: string | undefined;
|
|
42
41
|
"KOL-MODAL"?: string | undefined;
|
|
43
42
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
44
|
-
"KOL-
|
|
43
|
+
"KOL-QUOTE"?: string | undefined;
|
|
45
44
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
46
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
47
46
|
"KOL-SPIN"?: string | undefined;
|