@public-ui/themes 4.3.0-rc.0 → 4.3.0-rc.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 +9 -0
- package/assets/ecl-icons/ecl-icons.eot +0 -0
- package/assets/ecl-icons/ecl-icons.ttf +0 -0
- package/assets/ecl-icons/ecl-icons.woff +0 -0
- package/assets/ecl-icons/ecl-icons.woff2 +0 -0
- package/assets/ecl-icons/style.css +6 -6
- package/assets/kolicons/kolicons.eot +0 -0
- package/assets/kolicons/kolicons.ttf +0 -0
- package/assets/kolicons/kolicons.woff +0 -0
- package/assets/kolicons/kolicons.woff2 +0 -0
- package/assets/kolicons/style.css +6 -6
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
[](https://bundlephobia.com/result?p=@public-ui/themes)
|
|
9
9
|

|
|
10
10
|
|
|
11
|
+
> [!WARNING]
|
|
12
|
+
> **`@public-ui/themes` is deprecated and will be removed in version 5.**
|
|
13
|
+
>
|
|
14
|
+
> This meta package only re-exports and bundles the individual theme packages. Depend on the
|
|
15
|
+
> individual `@public-ui/theme-*` packages directly instead (for example `@public-ui/theme-default`,
|
|
16
|
+
> `@public-ui/theme-ecl`, …). If your application uses several themes, add each one as its own
|
|
17
|
+
> dependency. See [docs/BREAKING_CHANGES.v5.md](https://github.com/public-ui/kolibri/blob/develop/docs/BREAKING_CHANGES.v5.md)
|
|
18
|
+
> for the full migration guide.
|
|
19
|
+
|
|
11
20
|
The **Themes** module contains numerous themes (style guides) for the component library. They can be loaded in combination with the Components module.
|
|
12
21
|
|
|
13
22
|
You can read more about **modularization** in the [architecture concept](https://public-ui.github.io/docs/concepts/architecture).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer kol-theme-component {
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: "ecl-icons";
|
|
4
|
-
src: url('ecl-icons.eot?t=
|
|
5
|
-
src: url('ecl-icons.eot?t=
|
|
6
|
-
url("ecl-icons.woff2?t=
|
|
7
|
-
url("ecl-icons.woff?t=
|
|
8
|
-
url('ecl-icons.ttf?t=
|
|
9
|
-
url('ecl-icons.svg?t=
|
|
4
|
+
src: url('ecl-icons.eot?t=1782311741843'); /* IE9*/
|
|
5
|
+
src: url('ecl-icons.eot?t=1782311741843#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
6
|
+
url("ecl-icons.woff2?t=1782311741843") format("woff2"),
|
|
7
|
+
url("ecl-icons.woff?t=1782311741843") format("woff"),
|
|
8
|
+
url('ecl-icons.ttf?t=1782311741843') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
9
|
+
url('ecl-icons.svg?t=1782311741843#ecl-icons') format('svg'); /* iOS 4.1- */
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
[class^="ecl-icons-"], [class*=" ecl-icons-"] {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "kolicons";
|
|
3
|
-
src: url('kolicons.eot?t=
|
|
4
|
-
src: url('kolicons.eot?t=
|
|
5
|
-
url("kolicons.woff2?t=
|
|
6
|
-
url("kolicons.woff?t=
|
|
7
|
-
url('kolicons.ttf?t=
|
|
8
|
-
url('kolicons.svg?t=
|
|
3
|
+
src: url('kolicons.eot?t=1782311579243'); /* IE9*/
|
|
4
|
+
src: url('kolicons.eot?t=1782311579243#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("kolicons.woff2?t=1782311579243") format("woff2"),
|
|
6
|
+
url("kolicons.woff?t=1782311579243") format("woff"),
|
|
7
|
+
url('kolicons.ttf?t=1782311579243') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('kolicons.svg?t=1782311579243#kolicons') format('svg'); /* iOS 4.1- */
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
@layer kol-component {
|