@mozaic-ds/icons 1.36.2 → 1.41.0
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/CHANGELOG.md +34 -0
- package/js/icons.js +2009 -18
- package/package.json +1 -1
- package/react/index.js +15461 -15853
- package/svelte/ArrowArrowBottomLeft16.svelte +10 -0
- package/svelte/ArrowArrowBottomLeft24.svelte +10 -0
- package/svelte/ArrowArrowBottomLeft32.svelte +10 -0
- package/svelte/ArrowArrowBottomLeft48.svelte +10 -0
- package/svelte/ArrowArrowBottomLeft64.svelte +10 -0
- package/svelte/ArrowArrowBottomRight16.svelte +10 -0
- package/svelte/ArrowArrowBottomRight24.svelte +10 -0
- package/svelte/ArrowArrowBottomRight32.svelte +10 -0
- package/svelte/ArrowArrowBottomRight48.svelte +10 -0
- package/svelte/ArrowArrowBottomRight64.svelte +10 -0
- package/svelte/ArrowArrowTopLeft16.svelte +10 -0
- package/svelte/ArrowArrowTopLeft24.svelte +10 -0
- package/svelte/ArrowArrowTopLeft32.svelte +10 -0
- package/svelte/ArrowArrowTopLeft48.svelte +10 -0
- package/svelte/ArrowArrowTopLeft64.svelte +10 -0
- package/svelte/ArrowArrowTopRight16.svelte +10 -0
- package/svelte/ArrowArrowTopRight24.svelte +10 -0
- package/svelte/ArrowArrowTopRight32.svelte +10 -0
- package/svelte/ArrowArrowTopRight48.svelte +10 -0
- package/svelte/ArrowArrowTopRight64.svelte +10 -0
- package/svelte/icons.js +1245 -1105
- package/svg/Navigation_Arrow_ArrowBottomLeft_16px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomLeft_24px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomLeft_32px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomLeft_48px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomLeft_64px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomRight_16px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomRight_24px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomRight_32px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomRight_48px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowBottomRight_64px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopLeft_16px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopLeft_24px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopLeft_32px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopLeft_48px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopLeft_64px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopRight_16px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopRight_24px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopRight_32px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopRight_48px.svg +1 -0
- package/svg/Navigation_Arrow_ArrowTopRight_64px.svg +1 -0
- package/svg-color/Logotypes_Brand_LM_24px.svg +1 -0
- package/svg-color/Logotypes_Brand_LM_32px.svg +1 -0
- package/svg-color/Logotypes_Brand_LM_48px.svg +1 -0
- package/svg-color/Logotypes_Brand_LM_64px.svg +1 -0
- package/svg-color/Logotypes_Payment_Fintecture_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_Fintecture_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_Fintecture_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_Fintecture_64px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x4x_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x4x_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x4x_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x4x_64px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--3x_64px.svg +1 -0
- package/svg-color/Logotypes_Payment_PayPal_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_PayPal_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_PayPal_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_PayPal_64px.svg +1 -0
- package/vue/index.vue +143 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,40 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.41.0](https://github.com/adeo/mozaic-design-system/compare/v1.40.0...v1.41.0) (2022-08-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **icons/react:** build react icons with babel ([#1190](https://github.com/adeo/mozaic-design-system/issues/1190)) ([049672b](https://github.com/adeo/mozaic-design-system/commit/049672bf7ebd83a043eae853627ab2c579e23487))
|
|
12
|
+
* **icons:** icon.js — add the type of the icon in the exported icons objects ([#1186](https://github.com/adeo/mozaic-design-system/issues/1186)) ([948e508](https://github.com/adeo/mozaic-design-system/commit/948e50817440c96eed1730f524e66e6f671f5664))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [1.40.0](https://github.com/adeo/mozaic-design-system/compare/v1.39.1...v1.40.0) (2022-08-03)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **foundations/icons:** add logotypes ([#1176](https://github.com/adeo/mozaic-design-system/issues/1176)) ([16302c0](https://github.com/adeo/mozaic-design-system/commit/16302c03661327b02daf19d670ed694ffc273bab))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# [1.39.0](https://github.com/adeo/mozaic-design-system/compare/v1.38.0...v1.39.0) (2022-07-20)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* **foundations/icons:** add new icons ([#1170](https://github.com/adeo/mozaic-design-system/issues/1170)) ([286167a](https://github.com/adeo/mozaic-design-system/commit/286167a2452abda0ca4d970541f267a615d14fb7))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
6
40
|
## [1.36.2](https://github.com/adeo/mozaic-design-system/compare/v1.36.1...v1.36.2) (2022-06-22)
|
|
7
41
|
|
|
8
42
|
**Note:** Version bump only for package @mozaic-ds/icons
|