@minvws/manon-themes 16.3.0-beta.2 → 16.3.0-beta.6
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/basic-bold/components/accordion.scss +9 -0
- package/basic-bold/components/filter.scss +9 -0
- package/basic-bold/components/icon.scss +36 -1
- package/basic-bold/components/sidemenu.scss +7 -0
- package/basic-bold/fonts/OpenSans/OpenSans-Italic.woff2.license +2 -0
- package/basic-bold/fonts/OpenSans/OpenSans-Regular.woff2.license +2 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBold.woff2.license +2 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2.license +2 -0
- package/{soft/fonts/icons/manon-soft-icons-0.3.ttf → basic-bold/fonts/icons/manon-basic-bold-icons-0.3.eot} +0 -0
- package/basic-bold/fonts/tabler-icons/_glyphs.scss +4912 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.eot +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.eot.license +2 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.ttf +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff.license +2 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff2 +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff2.license +2 -0
- package/basic-bold/fonts.scss +6 -6
- package/basic-bold/theme.scss +3 -3
- package/package.json +7 -5
- package/soft/components/accordion.scss +9 -0
- package/soft/components/filter.scss +9 -0
- package/soft/components/icon.scss +36 -1
- package/soft/components/sidemenu.scss +9 -0
- package/soft/fonts/Neuton/Neuton-Bold.woff2.license +3 -0
- package/soft/fonts/Neuton/Neuton-Italic.woff2.license +3 -0
- package/soft/fonts/OpenSans/OpenSans-Italic.woff2.license +2 -0
- package/soft/fonts/OpenSans/OpenSans-Regular.woff2.license +2 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBold.woff2.license +2 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2.license +2 -0
- package/soft/fonts/tabler-icons/_glyphs.scss +4912 -0
- package/soft/fonts/tabler-icons/tabler-icons.eot +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.eot.license +2 -0
- package/soft/fonts/tabler-icons/tabler-icons.ttf +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff.license +2 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff2 +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff2.license +2 -0
- package/soft/fonts.scss +6 -6
- package/soft/theme.scss +5 -4
- package/basic-bold/icons.scss +0 -14
- package/soft/components/background-color-offset.scss +0 -9
- package/soft/fonts/icons/manon-soft-icons-0.3.svg +0 -13
- package/soft/fonts/icons/manon-soft-icons-0.3.woff +0 -0
- package/soft/icons.scss +0 -14
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/soft/fonts.scss
CHANGED
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
|
|
55
55
|
/* Icon font */
|
|
56
56
|
@font-face {
|
|
57
|
-
font-family: "
|
|
57
|
+
font-family: "tabler-icons";
|
|
58
58
|
font-weight: normal;
|
|
59
59
|
font-style: normal;
|
|
60
60
|
font-display: var(--text-icon-font-display, block);
|
|
61
|
-
src: url(
|
|
62
|
-
src:
|
|
63
|
-
url(
|
|
64
|
-
url(
|
|
65
|
-
url(
|
|
61
|
+
src: url('#{variables.$font-path}/tabler-icons/tabler-icons.eot?v2.44.0');
|
|
62
|
+
src: url('#{variables.$font-path}/tabler-icons/tabler-icons.eot?#iefix-v2.44.0') format('embedded-opentype'),
|
|
63
|
+
url('#{variables.$font-path}/tabler-icons/tabler-icons.woff2?v2.44.0') format('woff2'),
|
|
64
|
+
url('#{variables.$font-path}/tabler-icons/tabler-icons.woff?') format('woff'),
|
|
65
|
+
url('#{variables.$font-path}/tabler-icons/tabler-icons.ttf?v2.44.0') format('truetype');
|
|
66
66
|
}
|
package/soft/theme.scss
CHANGED
|
@@ -3,9 +3,8 @@
|
|
|
3
3
|
/* Variables */
|
|
4
4
|
@forward "variables";
|
|
5
5
|
|
|
6
|
-
/* Fonts
|
|
6
|
+
/* Fonts */
|
|
7
7
|
@use "fonts";
|
|
8
|
-
@use "icons";
|
|
9
8
|
|
|
10
9
|
/* Top level styling */
|
|
11
10
|
@use "application-base";
|
|
@@ -16,9 +15,11 @@
|
|
|
16
15
|
@use "fundamentals/headings-base-set";
|
|
17
16
|
|
|
18
17
|
/* Components */
|
|
19
|
-
@use "components/
|
|
18
|
+
@use "components/accordion";
|
|
20
19
|
@use "components/breadcrumb-bar";
|
|
20
|
+
@use "components/filter";
|
|
21
|
+
@use "components/icon";
|
|
22
|
+
@use "components/sidemenu";
|
|
21
23
|
@use "components/tile";
|
|
22
24
|
@use "components/header-navigation";
|
|
23
25
|
@use "components/logo";
|
|
24
|
-
@use "components/background-color-offset";
|
package/basic-bold/icons.scss
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/* Backgroundcolor offset */
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
--background-color-offset-background-color: #f0f0f0;
|
|
5
|
-
--background-color-offset-margin-top: var(--content-padding-top);
|
|
6
|
-
--background-color-offset-margin-bottom: var(--content-padding-bottom);
|
|
7
|
-
--background-color-offset-padding-top: calc(var(--content-padding-top) * 2);
|
|
8
|
-
--background-color-offset-padding-bottom: calc(var(--content-padding-bottom) * 2);
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
-
<defs>
|
|
6
|
-
<font id="manon-soft-icons" horiz-adv-x="1024">
|
|
7
|
-
<font-face units-per-em="1024" ascent="870.850439882698" descent="-153.14956011730206" />
|
|
8
|
-
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
-
<glyph unicode=" " horiz-adv-x="0" d="" />
|
|
10
|
-
<glyph unicode="" glyph-name="descending" horiz-adv-x="849" d="M20.297 516.327l358.581-361.964c27.062-27.062 64.274-27.062 91.337 0l358.581 361.964c10.149 13.531 16.915 23.68 16.915 37.211h-845.71c3.383-13.531 10.149-27.062 20.297-37.211z" />
|
|
11
|
-
<glyph unicode="" glyph-name="ascending" horiz-adv-x="849" d="M828.796 174.66l-358.581 358.581c-27.062 27.062-64.274 27.062-91.337 0l-358.581-358.581c-10.149-10.149-16.915-23.68-16.915-37.211h845.71c-3.383 13.531-10.149 27.062-20.297 37.211z" />
|
|
12
|
-
<glyph unicode="" glyph-name="sort" horiz-adv-x="849" d="M832.179 462.202l-361.964 361.964c-27.062 27.062-64.274 27.062-91.337 0l-358.581-361.964c-10.149-10.149-16.915-23.68-16.915-37.211h845.71c-3.383 13.531-10.149 27.062-16.915 37.211zM20.297 228.786l358.581-358.581c27.062-27.062 64.274-27.062 91.337 0l358.581 358.581c13.531 13.531 20.297 33.828 16.915 54.126h-845.71c0-20.297 3.383-37.211 20.297-54.126z" />
|
|
13
|
-
</font></defs></svg>
|
|
Binary file
|