@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.
Files changed (47) hide show
  1. package/basic-bold/components/accordion.scss +9 -0
  2. package/basic-bold/components/filter.scss +9 -0
  3. package/basic-bold/components/icon.scss +36 -1
  4. package/basic-bold/components/sidemenu.scss +7 -0
  5. package/basic-bold/fonts/OpenSans/OpenSans-Italic.woff2.license +2 -0
  6. package/basic-bold/fonts/OpenSans/OpenSans-Regular.woff2.license +2 -0
  7. package/basic-bold/fonts/OpenSans/OpenSans-SemiBold.woff2.license +2 -0
  8. package/basic-bold/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2.license +2 -0
  9. package/{soft/fonts/icons/manon-soft-icons-0.3.ttf → basic-bold/fonts/icons/manon-basic-bold-icons-0.3.eot} +0 -0
  10. package/basic-bold/fonts/tabler-icons/_glyphs.scss +4912 -0
  11. package/basic-bold/fonts/tabler-icons/tabler-icons.eot +0 -0
  12. package/basic-bold/fonts/tabler-icons/tabler-icons.eot.license +2 -0
  13. package/basic-bold/fonts/tabler-icons/tabler-icons.ttf +0 -0
  14. package/basic-bold/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
  15. package/basic-bold/fonts/tabler-icons/tabler-icons.woff +0 -0
  16. package/basic-bold/fonts/tabler-icons/tabler-icons.woff.license +2 -0
  17. package/basic-bold/fonts/tabler-icons/tabler-icons.woff2 +0 -0
  18. package/basic-bold/fonts/tabler-icons/tabler-icons.woff2.license +2 -0
  19. package/basic-bold/fonts.scss +6 -6
  20. package/basic-bold/theme.scss +3 -3
  21. package/package.json +7 -5
  22. package/soft/components/accordion.scss +9 -0
  23. package/soft/components/filter.scss +9 -0
  24. package/soft/components/icon.scss +36 -1
  25. package/soft/components/sidemenu.scss +9 -0
  26. package/soft/fonts/Neuton/Neuton-Bold.woff2.license +3 -0
  27. package/soft/fonts/Neuton/Neuton-Italic.woff2.license +3 -0
  28. package/soft/fonts/OpenSans/OpenSans-Italic.woff2.license +2 -0
  29. package/soft/fonts/OpenSans/OpenSans-Regular.woff2.license +2 -0
  30. package/soft/fonts/OpenSans/OpenSans-SemiBold.woff2.license +2 -0
  31. package/soft/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2.license +2 -0
  32. package/soft/fonts/tabler-icons/_glyphs.scss +4912 -0
  33. package/soft/fonts/tabler-icons/tabler-icons.eot +0 -0
  34. package/soft/fonts/tabler-icons/tabler-icons.eot.license +2 -0
  35. package/soft/fonts/tabler-icons/tabler-icons.ttf +0 -0
  36. package/soft/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
  37. package/soft/fonts/tabler-icons/tabler-icons.woff +0 -0
  38. package/soft/fonts/tabler-icons/tabler-icons.woff.license +2 -0
  39. package/soft/fonts/tabler-icons/tabler-icons.woff2 +0 -0
  40. package/soft/fonts/tabler-icons/tabler-icons.woff2.license +2 -0
  41. package/soft/fonts.scss +6 -6
  42. package/soft/theme.scss +5 -4
  43. package/basic-bold/icons.scss +0 -14
  44. package/soft/components/background-color-offset.scss +0 -9
  45. package/soft/fonts/icons/manon-soft-icons-0.3.svg +0 -13
  46. package/soft/fonts/icons/manon-soft-icons-0.3.woff +0 -0
  47. package/soft/icons.scss +0 -14
@@ -0,0 +1,2 @@
1
+ Copyright 2020-2023 Paweł Kuna
2
+ SPDX-License-Identifier: MIT
@@ -0,0 +1,2 @@
1
+ Copyright 2020-2023 Paweł Kuna
2
+ SPDX-License-Identifier: MIT
@@ -0,0 +1,2 @@
1
+ Copyright 2020-2023 Paweł Kuna
2
+ SPDX-License-Identifier: MIT
@@ -0,0 +1,2 @@
1
+ Copyright 2020-2023 Paweł Kuna
2
+ SPDX-License-Identifier: MIT
@@ -37,13 +37,13 @@
37
37
 
38
38
  /* Icon font */
39
39
  @font-face {
40
- font-family: "manon-basic-bold-icons";
40
+ font-family: "tabler-icons";
41
41
  font-weight: normal;
42
42
  font-style: normal;
43
43
  font-display: var(--text-icon-font-display, block);
44
- src: url("#{variables.$font-path}/icons/manon-basic-bold-icons-0.3.eot");
45
- src:
46
- url("#{variables.$font-path}/icons/manon-basic-bold-icons-0.3.woff") format("woff"),
47
- url("#{variables.$font-path}/icons/manon-basic-bold-icons-0.3.ttf") format("truetype"),
48
- url("#{variables.$font-path}/icons/manon-basic-bold-icons-0.3.svg#manon-basic-bold-icons") format("svg");
44
+ src: url('#{variables.$font-path}/tabler-icons/tabler-icons.eot?v2.44.0');
45
+ src: url('#{variables.$font-path}/tabler-icons/tabler-icons.eot?#iefix-v2.44.0') format('embedded-opentype'),
46
+ url('#{variables.$font-path}/tabler-icons/tabler-icons.woff2?v2.44.0') format('woff2'),
47
+ url('#{variables.$font-path}/tabler-icons/tabler-icons.woff?') format('woff'),
48
+ url('#{variables.$font-path}/tabler-icons/tabler-icons.ttf?v2.44.0') format('truetype');
49
49
  }
@@ -3,9 +3,8 @@
3
3
  /* Variables */
4
4
  @forward "variables";
5
5
 
6
- /* Fonts & icons */
6
+ /* Fonts */
7
7
  @use "fonts";
8
- @use "icons";
9
8
 
10
9
  /* Styling on the highest level */
11
10
  @use "application-base";
@@ -23,8 +22,9 @@
23
22
  @use "layout/section";
24
23
 
25
24
  /* Components */
25
+ @use "components/accordion";
26
26
  @use "components/breadcrumb-bar";
27
-
27
+ @use "components/filter";
28
28
  @use "components/icon";
29
29
  @use "components/logo";
30
30
  @use "components/pagination";
package/package.json CHANGED
@@ -6,20 +6,22 @@
6
6
  "**/*.ico",
7
7
  "**/*.png",
8
8
  "**/*.svg",
9
+ "**/*.eot",
9
10
  "**/*.ttf",
10
11
  "**/*.woff",
11
- "**/*.woff2"
12
+ "**/*.woff2",
13
+ "**/*.license"
12
14
  ],
13
- "peerDepencency": {
14
- "@minvws/manon": "workspace:*",
15
- "sass": ">=1.23"
15
+ "peerDependencies": {
16
+ "sass": ">=1.23",
17
+ "@minvws/manon": "16.3.0-beta.6"
16
18
  },
17
19
  "repository": {
18
20
  "type": "git",
19
21
  "url": "https://github.com/minvws/nl-rdo-manon.git",
20
22
  "directory": "themes"
21
23
  },
22
- "version": "16.3.0-beta.2",
24
+ "version": "16.3.0-beta.6",
23
25
  "scripts": {
24
26
  "npm-version": "npm version"
25
27
  }
@@ -0,0 +1,9 @@
1
+ /* Accordion */
2
+
3
+ @use "sass:map";
4
+ @use "icon";
5
+
6
+ :root {
7
+ --accordion-button-icon-after-open-content: #{map.get(icon.$glyphs, descending)};
8
+ --accordion-button-icon-after-close-content: #{map.get(icon.$glyphs, ascending)};
9
+ }
@@ -0,0 +1,9 @@
1
+ /* Filter */
2
+
3
+ @use "sass:map";
4
+ @use "icon";
5
+
6
+ :root {
7
+ --filter-button-icon-before-open-content: #{map.get(icon.$glyphs, descending)};
8
+ --filter-button-icon-before-close-content: #{map.get(icon.$glyphs, ascending)};
9
+ }
@@ -1,5 +1,40 @@
1
1
  /* Icon */
2
2
 
3
+ @use "../fonts/tabler-icons/glyphs";
4
+ @use "@minvws/manon/mixins/icon";
5
+
6
+ $glyphs: (
7
+ "ascending": glyphs.$ti-icon-caret-up-filled,
8
+ "check": glyphs.$ti-icon-check,
9
+ "chevron-down": glyphs.$ti-icon-chevron-down,
10
+ "chevron-left": glyphs.$ti-icon-chevron-left,
11
+ "chevron-light-down": glyphs.$ti-icon-chevron-compact-down,
12
+ "chevron-light-left": glyphs.$ti-icon-chevron-compact-left,
13
+ "chevron-light-right": glyphs.$ti-icon-chevron-compact-right,
14
+ "chevron-light-up": glyphs.$ti-icon-chevron-compact-up,
15
+ "chevron-right": glyphs.$ti-icon-chevron-right,
16
+ "chevron-up": glyphs.$ti-icon-chevron-up,
17
+ "close": glyphs.$ti-icon-x,
18
+ "descending": glyphs.$ti-icon-caret-down-filled,
19
+ "download": glyphs.$ti-icon-download,
20
+ "hamburger": glyphs.$ti-icon-menu-2,
21
+ "heart": glyphs.$ti-icon-heart,
22
+ "home": glyphs.$ti-icon-home,
23
+ "lock-closed": glyphs.$ti-icon-lock,
24
+ "on-off": glyphs.$ti-icon-power,
25
+ "outgoing": glyphs.$ti-icon-arrow-up-right,
26
+ "questionmark": glyphs.$ti-icon-question-mark,
27
+ "reset": glyphs.$ti-icon-refresh,
28
+ "search": glyphs.$ti-icon-search,
29
+ "smartphone": glyphs.$ti-icon-device-mobile,
30
+ "sort": glyphs.$ti-icon-caret-up-down-filled,
31
+ "to-top": glyphs.$ti-icon-arrow-bar-to-up,
32
+ "trash": glyphs.$ti-icon-trash,
33
+ "user": glyphs.$ti-icon-user,
34
+ );
35
+
3
36
  :root {
4
- --icon-font-family: "manon-soft-icons";
37
+ --icon-font-family: "tabler-icons";
5
38
  }
39
+
40
+ @include icon.define-icons($glyphs);
@@ -0,0 +1,9 @@
1
+ /* Side menu */
2
+
3
+ @use "sass:map";
4
+ @use "icon";
5
+
6
+ :root {
7
+ --sidemenu-collapsed-button-icon: #{map.get(icon.$glyphs, descending)};
8
+ --sidemenu-expanded-button-icon: #{map.get(icon.$glyphs, ascending)};
9
+ }
@@ -0,0 +1,3 @@
1
+ Copyright 2010 The Neuton Project Authors (http://www.21326.info/)
2
+ SPDX-License-Identifier: OFL-1.1-RFN
3
+ SPDX-FileNotice: Reserved Font Name "Neuton"
@@ -0,0 +1,3 @@
1
+ Copyright 2010 The Neuton Project Authors (http://www.21326.info/)
2
+ SPDX-License-Identifier: OFL-1.1-RFN
3
+ SPDX-FileNotice: Reserved Font Name "Neuton"
@@ -0,0 +1,2 @@
1
+ Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
2
+ SPDX-License-Identifier: OFL-1.1-no-RFN
@@ -0,0 +1,2 @@
1
+ Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
2
+ SPDX-License-Identifier: OFL-1.1-no-RFN
@@ -0,0 +1,2 @@
1
+ Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
2
+ SPDX-License-Identifier: OFL-1.1-no-RFN
@@ -0,0 +1,2 @@
1
+ Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
2
+ SPDX-License-Identifier: OFL-1.1-no-RFN