@public-ui/themes 1.5.0-rc.9 → 1.5.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/assets/bpa-icons/bpa-icons.eot +0 -0
- package/assets/bpa-icons/bpa-icons.json +28 -28
- package/assets/bpa-icons/bpa-icons.ttf +0 -0
- package/assets/bpa-icons/bpa-icons.woff +0 -0
- package/assets/bpa-icons/bpa-icons.woff2 +0 -0
- package/assets/bpa-icons/style.css +6 -6
- package/assets/bpa-icons/style.less +6 -6
- package/assets/bpa-icons/style.module.less +6 -6
- package/assets/bpa-icons/style.scss +6 -6
- package/assets/bpa-icons/style.styl +6 -6
- package/assets/bundes/style.css +4 -4
- package/assets/material-icons/LICENSE +202 -0
- package/assets/material-icons/README.md +129 -0
- package/assets/material-icons/_data/versions.json +2124 -0
- package/assets/material-icons/css/_codepoints.scss +2279 -0
- package/assets/material-icons/css/_mixins.scss +13 -0
- package/assets/material-icons/css/_variables.scss +6 -0
- package/assets/material-icons/css/material-icons.css +9208 -0
- package/assets/material-icons/css/material-icons.min.css +1 -0
- package/assets/material-icons/css/material-icons.scss +39 -0
- package/assets/material-icons/iconfont/_mixins.scss +55 -0
- package/assets/material-icons/iconfont/_variables.scss +3 -0
- package/assets/material-icons/iconfont/filled.css +24 -0
- package/assets/material-icons/iconfont/filled.scss +4 -0
- package/assets/material-icons/iconfont/material-icons-outlined.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-outlined.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons-round.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-round.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons-sharp.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-sharp.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons-two-tone.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-two-tone.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons.css +124 -0
- package/assets/material-icons/iconfont/material-icons.scss +5 -0
- package/assets/material-icons/iconfont/material-icons.woff +0 -0
- package/assets/material-icons/iconfont/material-icons.woff2 +0 -0
- package/assets/material-icons/iconfont/outlined.css +24 -0
- package/assets/material-icons/iconfont/outlined.scss +4 -0
- package/assets/material-icons/iconfont/round.css +24 -0
- package/assets/material-icons/iconfont/round.scss +4 -0
- package/assets/material-icons/iconfont/sharp.css +24 -0
- package/assets/material-icons/iconfont/sharp.scss +4 -0
- package/assets/material-icons/iconfont/two-tone.css +24 -0
- package/assets/material-icons/iconfont/two-tone.scss +4 -0
- package/assets/material-icons/index.d.ts +2128 -0
- package/assets/material-icons/package.json +52 -0
- package/assets/material-symbols/LICENSE +202 -0
- package/assets/material-symbols/README.md +114 -0
- package/assets/material-symbols/_core.scss +47 -0
- package/assets/material-symbols/index.css +74 -0
- package/assets/material-symbols/index.d.ts +2809 -0
- package/assets/material-symbols/index.scss +3 -0
- package/assets/material-symbols/material-symbols-outlined.woff2 +0 -0
- package/assets/material-symbols/material-symbols-rounded.woff2 +0 -0
- package/assets/material-symbols/material-symbols-sharp.woff2 +0 -0
- package/assets/material-symbols/outlined.css +24 -0
- package/assets/material-symbols/outlined.scss +3 -0
- package/assets/material-symbols/package.json +41 -0
- package/assets/material-symbols/rounded.css +24 -0
- package/assets/material-symbols/rounded.scss +3 -0
- package/assets/material-symbols/sharp.css +24 -0
- package/assets/material-symbols/sharp.scss +3 -0
- package/assets/tabler-icons/tabler-icons.css +0 -1
- package/assets/tabler-icons/tabler-icons.min.css +1 -1
- package/dist/index.cjs +37700 -14779
- package/dist/index.d.ts +182 -235
- package/dist/index.mjs +37739 -14817
- package/package.json +10 -9
- /package/assets/{favicon.ico → kolibri.ico} +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Material Symbols Outlined";
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 100 700;
|
|
5
|
+
font-display: block;
|
|
6
|
+
src: url("./material-symbols-outlined.woff2") format("woff2");
|
|
7
|
+
}
|
|
8
|
+
.material-symbols-outlined {
|
|
9
|
+
font-family: "Material Symbols Outlined";
|
|
10
|
+
font-weight: normal;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-size: 24px;
|
|
13
|
+
line-height: 1;
|
|
14
|
+
letter-spacing: normal;
|
|
15
|
+
text-transform: none;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
white-space: nowrap;
|
|
18
|
+
word-wrap: normal;
|
|
19
|
+
direction: ltr;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
text-rendering: optimizeLegibility;
|
|
23
|
+
font-feature-settings: "liga";
|
|
24
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "material-symbols",
|
|
3
|
+
"version": "0.5.5",
|
|
4
|
+
"description": "Latest variable icon fonts and CSS for Material Symbols.",
|
|
5
|
+
"main": "index.css",
|
|
6
|
+
"sass": "index.scss",
|
|
7
|
+
"types": "index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"index.d.ts",
|
|
10
|
+
"*.{css,scss,woff2}"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"build": "sass --no-source-map --no-error-css ."
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"sass": "1.56.1"
|
|
17
|
+
},
|
|
18
|
+
"license": "Apache-2.0",
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/marella/material-symbols.git",
|
|
22
|
+
"directory": "material-symbols"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/marella/material-symbols/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://marella.github.io/material-symbols/demo/",
|
|
28
|
+
"keywords": [
|
|
29
|
+
"material-symbols",
|
|
30
|
+
"material-icons",
|
|
31
|
+
"material-design-icons",
|
|
32
|
+
"material-design",
|
|
33
|
+
"material",
|
|
34
|
+
"symbols",
|
|
35
|
+
"icons",
|
|
36
|
+
"font"
|
|
37
|
+
],
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Material Symbols Rounded";
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 100 700;
|
|
5
|
+
font-display: block;
|
|
6
|
+
src: url("./material-symbols-rounded.woff2") format("woff2");
|
|
7
|
+
}
|
|
8
|
+
.material-symbols-rounded {
|
|
9
|
+
font-family: "Material Symbols Rounded";
|
|
10
|
+
font-weight: normal;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-size: 24px;
|
|
13
|
+
line-height: 1;
|
|
14
|
+
letter-spacing: normal;
|
|
15
|
+
text-transform: none;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
white-space: nowrap;
|
|
18
|
+
word-wrap: normal;
|
|
19
|
+
direction: ltr;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
text-rendering: optimizeLegibility;
|
|
23
|
+
font-feature-settings: "liga";
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Material Symbols Sharp";
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 100 700;
|
|
5
|
+
font-display: block;
|
|
6
|
+
src: url("./material-symbols-sharp.woff2") format("woff2");
|
|
7
|
+
}
|
|
8
|
+
.material-symbols-sharp {
|
|
9
|
+
font-family: "Material Symbols Sharp";
|
|
10
|
+
font-weight: normal;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-size: 24px;
|
|
13
|
+
line-height: 1;
|
|
14
|
+
letter-spacing: normal;
|
|
15
|
+
text-transform: none;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
white-space: nowrap;
|
|
18
|
+
word-wrap: normal;
|
|
19
|
+
direction: ltr;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
text-rendering: optimizeLegibility;
|
|
23
|
+
font-feature-settings: "liga";
|
|
24
|
+
}
|
|
@@ -16054,4 +16054,3 @@
|
|
|
16054
16054
|
content: "\f440";
|
|
16055
16055
|
}
|
|
16056
16056
|
|
|
16057
|
-
/*# sourceMappingURL=tabler-icons.css.map */
|