@public-ui/themes 4.0.0-alpha.0 → 4.0.0-alpha.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/README.md +25 -15
- package/assets/README.md +1 -0
- package/assets/codicons/codicon.css +54 -1
- package/assets/codicons/codicon.csv +41 -0
- package/assets/codicons/codicon.svg +1 -1
- package/assets/codicons/codicon.ttf +0 -0
- package/assets/kreon/OFL.txt +93 -93
- package/assets/material-icons/css/_mixins.scss +2 -2
- package/assets/material-icons/css/_variables.scss +3 -3
- package/assets/material-icons/css/material-icons.scss +16 -22
- package/assets/material-icons/iconfont/filled.scss +3 -3
- package/assets/material-icons/iconfont/material-icons.scss +5 -5
- package/assets/material-icons/iconfont/outlined.scss +3 -3
- package/assets/material-icons/iconfont/round.scss +3 -3
- package/assets/material-icons/iconfont/sharp.scss +3 -3
- package/assets/material-icons/iconfont/two-tone.scss +3 -3
- package/assets/material-symbols/index.scss +3 -3
- package/assets/material-symbols/outlined.scss +2 -2
- package/assets/material-symbols/rounded.scss +2 -2
- package/assets/material-symbols/sharp.scss +2 -2
- package/assets/noto-sans/fonts/OFL.txt +93 -93
- package/assets/roboto/LICENSE.txt +202 -202
- package/dist/default/src/index.d.ts +5 -8
- package/dist/ecl/src/ecl-ec/index.d.ts +5 -8
- package/dist/ecl/src/ecl-eu/index.d.ts +5 -8
- package/dist/index.cjs +1396 -385
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1397 -385
- package/dist/index.mjs.map +1 -1
- package/dist/src/index.d.ts +0 -1
- package/package.json +16 -12
- package/assets/codicons/codicon.html +0 -3911
- package/dist/itzbund/src/index.d.ts +0 -61
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
export declare const ITZBund: (patch: (name: string, map: {
|
|
2
|
-
GLOBAL?: string | undefined;
|
|
3
|
-
PROPERTIES?: string | undefined;
|
|
4
|
-
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-ABBR"?: string | undefined;
|
|
6
|
-
"KOL-BUTTON"?: string | undefined;
|
|
7
|
-
"KOL-DETAILS"?: 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;
|
|
19
|
-
"KOL-ACCORDION"?: string | undefined;
|
|
20
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
21
|
-
"KOL-AVATAR"?: string | undefined;
|
|
22
|
-
"KOL-BADGE"?: string | undefined;
|
|
23
|
-
"KOL-BREADCRUMB"?: string | undefined;
|
|
24
|
-
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
25
|
-
"KOL-BUTTON-LINK"?: string | undefined;
|
|
26
|
-
"KOL-COMBOBOX"?: string | undefined;
|
|
27
|
-
"KOL-DRAWER"?: string | undefined;
|
|
28
|
-
"KOL-HEADING"?: string | undefined;
|
|
29
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
30
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
31
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
32
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
33
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
34
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
35
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
36
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
37
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
38
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
39
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
40
|
-
"KOL-KOLIBRI"?: string | undefined;
|
|
41
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
43
|
-
"KOL-LOGO"?: string | undefined;
|
|
44
|
-
"KOL-MODAL"?: string | undefined;
|
|
45
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
46
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
47
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
48
|
-
"KOL-SPIN"?: string | undefined;
|
|
49
|
-
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
50
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
51
|
-
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
52
|
-
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
53
|
-
"KOL-TABS"?: string | undefined;
|
|
54
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
55
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
56
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
57
|
-
"KOL-TREE"?: string | undefined;
|
|
58
|
-
"KOL-TREE-ITEM"?: string | undefined;
|
|
59
|
-
}, options?: {
|
|
60
|
-
append?: boolean;
|
|
61
|
-
}) => string) => string;
|