@public-ui/themes 2.0.15 → 2.1.0
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/bmf/src/index.d.ts +13 -13
- package/dist/bstw/src/index.d.ts +13 -13
- package/dist/default/src/index.d.ts +13 -13
- package/dist/ecl/src/ecl-ec.d.ts +13 -13
- package/dist/ecl/src/ecl-eu.d.ts +13 -13
- package/dist/index.cjs +490 -248
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +478 -236
- package/dist/index.mjs.map +1 -1
- package/dist/itzbund/src/index.d.ts +13 -13
- package/package.json +5 -3
package/dist/bmf/src/index.d.ts
CHANGED
|
@@ -2,22 +2,28 @@ export declare const BMF: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
+
"KOL-DETAILS"?: string | undefined;
|
|
5
6
|
"KOL-ABBR"?: string | undefined;
|
|
7
|
+
"KOL-BUTTON"?: string | undefined;
|
|
8
|
+
"KOL-FORM"?: string | undefined;
|
|
9
|
+
"KOL-LINK"?: string | undefined;
|
|
10
|
+
"KOL-NAV"?: string | undefined;
|
|
11
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
12
|
+
"KOL-SELECT"?: string | undefined;
|
|
13
|
+
"KOL-TABLE"?: string | undefined;
|
|
14
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
15
|
+
"KOL-IMAGE"?: string | undefined;
|
|
16
|
+
"KOL-ICON"?: string | undefined;
|
|
17
|
+
"KOL-ALERT"?: string | undefined;
|
|
18
|
+
"KOL-CARD"?: string | undefined;
|
|
6
19
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
20
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
8
|
-
"KOL-ALERT"?: string | undefined;
|
|
9
21
|
"KOL-AVATAR"?: string | undefined;
|
|
10
22
|
"KOL-BADGE"?: string | undefined;
|
|
11
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
-
"KOL-BUTTON"?: string | undefined;
|
|
13
24
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
14
25
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
-
"KOL-CARD"?: string | undefined;
|
|
16
|
-
"KOL-DETAILS"?: string | undefined;
|
|
17
|
-
"KOL-FORM"?: string | undefined;
|
|
18
26
|
"KOL-HEADING"?: string | undefined;
|
|
19
|
-
"KOL-ICON"?: string | undefined;
|
|
20
|
-
"KOL-IMAGE"?: string | undefined;
|
|
21
27
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
22
28
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
23
29
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -30,24 +36,18 @@ export declare const BMF: (patch: (name: string, map: {
|
|
|
30
36
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
31
37
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
32
38
|
"KOL-KOLIBRI"?: string | undefined;
|
|
33
|
-
"KOL-LINK"?: string | undefined;
|
|
34
39
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
35
40
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
36
41
|
"KOL-LOGO"?: string | undefined;
|
|
37
42
|
"KOL-MODAL"?: string | undefined;
|
|
38
|
-
"KOL-NAV"?: string | undefined;
|
|
39
43
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
41
|
-
"KOL-SELECT"?: string | undefined;
|
|
42
44
|
"KOL-SEPARATOR"?: string | undefined;
|
|
43
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
44
46
|
"KOL-SPIN"?: string | undefined;
|
|
45
47
|
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
46
|
-
"KOL-TABLE"?: string | undefined;
|
|
47
48
|
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
48
49
|
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
49
50
|
"KOL-TABS"?: string | undefined;
|
|
50
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
51
51
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
52
52
|
"KOL-TOOLBAR"?: string | undefined;
|
|
53
53
|
"KOL-TOOLTIP"?: string | undefined;
|
package/dist/bstw/src/index.d.ts
CHANGED
|
@@ -2,22 +2,28 @@ export declare const BStW: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
+
"KOL-DETAILS"?: string | undefined;
|
|
5
6
|
"KOL-ABBR"?: string | undefined;
|
|
7
|
+
"KOL-BUTTON"?: string | undefined;
|
|
8
|
+
"KOL-FORM"?: string | undefined;
|
|
9
|
+
"KOL-LINK"?: string | undefined;
|
|
10
|
+
"KOL-NAV"?: string | undefined;
|
|
11
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
12
|
+
"KOL-SELECT"?: string | undefined;
|
|
13
|
+
"KOL-TABLE"?: string | undefined;
|
|
14
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
15
|
+
"KOL-IMAGE"?: string | undefined;
|
|
16
|
+
"KOL-ICON"?: string | undefined;
|
|
17
|
+
"KOL-ALERT"?: string | undefined;
|
|
18
|
+
"KOL-CARD"?: string | undefined;
|
|
6
19
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
20
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
8
|
-
"KOL-ALERT"?: string | undefined;
|
|
9
21
|
"KOL-AVATAR"?: string | undefined;
|
|
10
22
|
"KOL-BADGE"?: string | undefined;
|
|
11
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
-
"KOL-BUTTON"?: string | undefined;
|
|
13
24
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
14
25
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
-
"KOL-CARD"?: string | undefined;
|
|
16
|
-
"KOL-DETAILS"?: string | undefined;
|
|
17
|
-
"KOL-FORM"?: string | undefined;
|
|
18
26
|
"KOL-HEADING"?: string | undefined;
|
|
19
|
-
"KOL-ICON"?: string | undefined;
|
|
20
|
-
"KOL-IMAGE"?: string | undefined;
|
|
21
27
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
22
28
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
23
29
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -30,24 +36,18 @@ export declare const BStW: (patch: (name: string, map: {
|
|
|
30
36
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
31
37
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
32
38
|
"KOL-KOLIBRI"?: string | undefined;
|
|
33
|
-
"KOL-LINK"?: string | undefined;
|
|
34
39
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
35
40
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
36
41
|
"KOL-LOGO"?: string | undefined;
|
|
37
42
|
"KOL-MODAL"?: string | undefined;
|
|
38
|
-
"KOL-NAV"?: string | undefined;
|
|
39
43
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
41
|
-
"KOL-SELECT"?: string | undefined;
|
|
42
44
|
"KOL-SEPARATOR"?: string | undefined;
|
|
43
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
44
46
|
"KOL-SPIN"?: string | undefined;
|
|
45
47
|
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
46
|
-
"KOL-TABLE"?: string | undefined;
|
|
47
48
|
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
48
49
|
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
49
50
|
"KOL-TABS"?: string | undefined;
|
|
50
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
51
51
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
52
52
|
"KOL-TOOLBAR"?: string | undefined;
|
|
53
53
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -2,22 +2,28 @@ 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-DETAILS"?: string | undefined;
|
|
5
6
|
"KOL-ABBR"?: string | undefined;
|
|
7
|
+
"KOL-BUTTON"?: string | undefined;
|
|
8
|
+
"KOL-FORM"?: string | undefined;
|
|
9
|
+
"KOL-LINK"?: string | undefined;
|
|
10
|
+
"KOL-NAV"?: string | undefined;
|
|
11
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
12
|
+
"KOL-SELECT"?: string | undefined;
|
|
13
|
+
"KOL-TABLE"?: string | undefined;
|
|
14
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
15
|
+
"KOL-IMAGE"?: string | undefined;
|
|
16
|
+
"KOL-ICON"?: string | undefined;
|
|
17
|
+
"KOL-ALERT"?: string | undefined;
|
|
18
|
+
"KOL-CARD"?: string | undefined;
|
|
6
19
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
20
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
8
|
-
"KOL-ALERT"?: string | undefined;
|
|
9
21
|
"KOL-AVATAR"?: string | undefined;
|
|
10
22
|
"KOL-BADGE"?: string | undefined;
|
|
11
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
-
"KOL-BUTTON"?: string | undefined;
|
|
13
24
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
14
25
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
-
"KOL-CARD"?: string | undefined;
|
|
16
|
-
"KOL-DETAILS"?: string | undefined;
|
|
17
|
-
"KOL-FORM"?: string | undefined;
|
|
18
26
|
"KOL-HEADING"?: string | undefined;
|
|
19
|
-
"KOL-ICON"?: string | undefined;
|
|
20
|
-
"KOL-IMAGE"?: string | undefined;
|
|
21
27
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
22
28
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
23
29
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -30,24 +36,18 @@ export declare const DEFAULT: (patch: (name: string, map: {
|
|
|
30
36
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
31
37
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
32
38
|
"KOL-KOLIBRI"?: string | undefined;
|
|
33
|
-
"KOL-LINK"?: string | undefined;
|
|
34
39
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
35
40
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
36
41
|
"KOL-LOGO"?: string | undefined;
|
|
37
42
|
"KOL-MODAL"?: string | undefined;
|
|
38
|
-
"KOL-NAV"?: string | undefined;
|
|
39
43
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
41
|
-
"KOL-SELECT"?: string | undefined;
|
|
42
44
|
"KOL-SEPARATOR"?: string | undefined;
|
|
43
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
44
46
|
"KOL-SPIN"?: string | undefined;
|
|
45
47
|
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
46
|
-
"KOL-TABLE"?: string | undefined;
|
|
47
48
|
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
48
49
|
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
49
50
|
"KOL-TABS"?: string | undefined;
|
|
50
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
51
51
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
52
52
|
"KOL-TOOLBAR"?: string | undefined;
|
|
53
53
|
"KOL-TOOLTIP"?: string | undefined;
|
package/dist/ecl/src/ecl-ec.d.ts
CHANGED
|
@@ -2,22 +2,28 @@ 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-DETAILS"?: string | undefined;
|
|
5
6
|
"KOL-ABBR"?: string | undefined;
|
|
7
|
+
"KOL-BUTTON"?: string | undefined;
|
|
8
|
+
"KOL-FORM"?: string | undefined;
|
|
9
|
+
"KOL-LINK"?: string | undefined;
|
|
10
|
+
"KOL-NAV"?: string | undefined;
|
|
11
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
12
|
+
"KOL-SELECT"?: string | undefined;
|
|
13
|
+
"KOL-TABLE"?: string | undefined;
|
|
14
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
15
|
+
"KOL-IMAGE"?: string | undefined;
|
|
16
|
+
"KOL-ICON"?: string | undefined;
|
|
17
|
+
"KOL-ALERT"?: string | undefined;
|
|
18
|
+
"KOL-CARD"?: string | undefined;
|
|
6
19
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
20
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
8
|
-
"KOL-ALERT"?: string | undefined;
|
|
9
21
|
"KOL-AVATAR"?: string | undefined;
|
|
10
22
|
"KOL-BADGE"?: string | undefined;
|
|
11
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
-
"KOL-BUTTON"?: string | undefined;
|
|
13
24
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
14
25
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
-
"KOL-CARD"?: string | undefined;
|
|
16
|
-
"KOL-DETAILS"?: string | undefined;
|
|
17
|
-
"KOL-FORM"?: string | undefined;
|
|
18
26
|
"KOL-HEADING"?: string | undefined;
|
|
19
|
-
"KOL-ICON"?: string | undefined;
|
|
20
|
-
"KOL-IMAGE"?: string | undefined;
|
|
21
27
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
22
28
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
23
29
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -30,24 +36,18 @@ export declare const ECL_EC: (patch: (name: string, map: {
|
|
|
30
36
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
31
37
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
32
38
|
"KOL-KOLIBRI"?: string | undefined;
|
|
33
|
-
"KOL-LINK"?: string | undefined;
|
|
34
39
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
35
40
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
36
41
|
"KOL-LOGO"?: string | undefined;
|
|
37
42
|
"KOL-MODAL"?: string | undefined;
|
|
38
|
-
"KOL-NAV"?: string | undefined;
|
|
39
43
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
41
|
-
"KOL-SELECT"?: string | undefined;
|
|
42
44
|
"KOL-SEPARATOR"?: string | undefined;
|
|
43
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
44
46
|
"KOL-SPIN"?: string | undefined;
|
|
45
47
|
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
46
|
-
"KOL-TABLE"?: string | undefined;
|
|
47
48
|
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
48
49
|
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
49
50
|
"KOL-TABS"?: string | undefined;
|
|
50
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
51
51
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
52
52
|
"KOL-TOOLBAR"?: string | undefined;
|
|
53
53
|
"KOL-TOOLTIP"?: string | undefined;
|
package/dist/ecl/src/ecl-eu.d.ts
CHANGED
|
@@ -2,22 +2,28 @@ 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-DETAILS"?: string | undefined;
|
|
5
6
|
"KOL-ABBR"?: string | undefined;
|
|
7
|
+
"KOL-BUTTON"?: string | undefined;
|
|
8
|
+
"KOL-FORM"?: string | undefined;
|
|
9
|
+
"KOL-LINK"?: string | undefined;
|
|
10
|
+
"KOL-NAV"?: string | undefined;
|
|
11
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
12
|
+
"KOL-SELECT"?: string | undefined;
|
|
13
|
+
"KOL-TABLE"?: string | undefined;
|
|
14
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
15
|
+
"KOL-IMAGE"?: string | undefined;
|
|
16
|
+
"KOL-ICON"?: string | undefined;
|
|
17
|
+
"KOL-ALERT"?: string | undefined;
|
|
18
|
+
"KOL-CARD"?: string | undefined;
|
|
6
19
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
20
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
8
|
-
"KOL-ALERT"?: string | undefined;
|
|
9
21
|
"KOL-AVATAR"?: string | undefined;
|
|
10
22
|
"KOL-BADGE"?: string | undefined;
|
|
11
23
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
-
"KOL-BUTTON"?: string | undefined;
|
|
13
24
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
14
25
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
-
"KOL-CARD"?: string | undefined;
|
|
16
|
-
"KOL-DETAILS"?: string | undefined;
|
|
17
|
-
"KOL-FORM"?: string | undefined;
|
|
18
26
|
"KOL-HEADING"?: string | undefined;
|
|
19
|
-
"KOL-ICON"?: string | undefined;
|
|
20
|
-
"KOL-IMAGE"?: string | undefined;
|
|
21
27
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
22
28
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
23
29
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -30,24 +36,18 @@ export declare const ECL_EU: (patch: (name: string, map: {
|
|
|
30
36
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
31
37
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
32
38
|
"KOL-KOLIBRI"?: string | undefined;
|
|
33
|
-
"KOL-LINK"?: string | undefined;
|
|
34
39
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
35
40
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
36
41
|
"KOL-LOGO"?: string | undefined;
|
|
37
42
|
"KOL-MODAL"?: string | undefined;
|
|
38
|
-
"KOL-NAV"?: string | undefined;
|
|
39
43
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
41
|
-
"KOL-SELECT"?: string | undefined;
|
|
42
44
|
"KOL-SEPARATOR"?: string | undefined;
|
|
43
45
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
44
46
|
"KOL-SPIN"?: string | undefined;
|
|
45
47
|
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
46
|
-
"KOL-TABLE"?: string | undefined;
|
|
47
48
|
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
48
49
|
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
49
50
|
"KOL-TABS"?: string | undefined;
|
|
50
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
51
51
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
52
52
|
"KOL-TOOLBAR"?: string | undefined;
|
|
53
53
|
"KOL-TOOLTIP"?: string | undefined;
|