@public-ui/themes 3.0.0-rc.2 → 3.0.0-rc.3

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/README.md CHANGED
@@ -31,12 +31,12 @@ Register the themes like this:
31
31
  ```tsx
32
32
  import { register } from '@public-ui/components';
33
33
  import { defineCustomElements } from '@public-ui/components/dist/loader';
34
- import { DEFAULT, ECL_EC, ECL_EU, ITZBund } from '@public-ui/themes';
34
+ import { DEFAULT, ECL_EC, ECL_EU } from '@public-ui/themes';
35
35
 
36
36
  register(
37
37
  DEFAULT,
38
38
  // or provide an array to register multiple themes:
39
- // [DEFAULT, ECL_EC, ECL_EU, ITZBund]
39
+ // [DEFAULT, ECL_EC, ECL_EU]
40
40
  defineCustomElements,
41
41
  )
42
42
  .then(() => {
@@ -2,6 +2,7 @@ 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;
5
6
  "KOL-ABBR"?: string | undefined;
6
7
  "KOL-BUTTON"?: string | undefined;
7
8
  "KOL-DETAILS"?: string | undefined;
@@ -39,7 +40,6 @@ export declare const DEFAULT: (patch: (name: string, map: {
39
40
  "KOL-LINK-BUTTON"?: string | undefined;
40
41
  "KOL-LOGO"?: string | undefined;
41
42
  "KOL-MODAL"?: string | undefined;
42
- "KOL-PAGINATION"?: string | undefined;
43
43
  "KOL-SEPARATOR"?: string | undefined;
44
44
  "KOL-SKIP-NAV"?: string | undefined;
45
45
  "KOL-SPIN"?: string | undefined;
@@ -2,6 +2,7 @@ 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;
5
6
  "KOL-ABBR"?: string | undefined;
6
7
  "KOL-BUTTON"?: string | undefined;
7
8
  "KOL-DETAILS"?: string | undefined;
@@ -39,7 +40,6 @@ export declare const ECL_EC: (patch: (name: string, map: {
39
40
  "KOL-LINK-BUTTON"?: string | undefined;
40
41
  "KOL-LOGO"?: string | undefined;
41
42
  "KOL-MODAL"?: string | undefined;
42
- "KOL-PAGINATION"?: string | undefined;
43
43
  "KOL-SEPARATOR"?: string | undefined;
44
44
  "KOL-SKIP-NAV"?: string | undefined;
45
45
  "KOL-SPIN"?: string | undefined;
@@ -2,6 +2,7 @@ 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;
5
6
  "KOL-ABBR"?: string | undefined;
6
7
  "KOL-BUTTON"?: string | undefined;
7
8
  "KOL-DETAILS"?: string | undefined;
@@ -39,7 +40,6 @@ export declare const ECL_EU: (patch: (name: string, map: {
39
40
  "KOL-LINK-BUTTON"?: string | undefined;
40
41
  "KOL-LOGO"?: string | undefined;
41
42
  "KOL-MODAL"?: string | undefined;
42
- "KOL-PAGINATION"?: string | undefined;
43
43
  "KOL-SEPARATOR"?: string | undefined;
44
44
  "KOL-SKIP-NAV"?: string | undefined;
45
45
  "KOL-SPIN"?: string | undefined;