@mozaic-ds/icons 1.48.1 → 1.52.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 +27 -0
- package/js/icons.common.js +7538 -22369
- package/js/icons.js +219 -3
- package/package.json +1 -1
- package/react/index.js +3 -16552
- package/svelte/API24.svelte +10 -0
- package/svelte/API32.svelte +10 -0
- package/svelte/API48.svelte +10 -0
- package/svelte/API64.svelte +10 -0
- package/svelte/Document24.svelte +10 -0
- package/svelte/Document32.svelte +10 -0
- package/svelte/Document48.svelte +10 -0
- package/svelte/Document64.svelte +10 -0
- package/svelte/Gauge24.svelte +10 -0
- package/svelte/Gauge32.svelte +10 -0
- package/svelte/Gauge48.svelte +10 -0
- package/svelte/Gauge64.svelte +10 -0
- package/svelte/Group24.svelte +10 -0
- package/svelte/Group32.svelte +10 -0
- package/svelte/Group48.svelte +10 -0
- package/svelte/Group64.svelte +10 -0
- package/svelte/PaymentMonochromeMBMultibanco24.svelte +10 -0
- package/svelte/PaymentMonochromeMBMultibanco32.svelte +10 -0
- package/svelte/PaymentMonochromeMBMultibanco48.svelte +10 -0
- package/svelte/PaymentMonochromeMBMultibanco64.svelte +10 -0
- package/svelte/PaymentMonochromeMBWay24.svelte +10 -0
- package/svelte/PaymentMonochromeMBWay32.svelte +10 -0
- package/svelte/PaymentMonochromeMBWay48.svelte +10 -0
- package/svelte/PaymentMonochromeMBWay64.svelte +10 -0
- package/svelte/Policies24.svelte +10 -0
- package/svelte/Policies32.svelte +10 -0
- package/svelte/Policies48.svelte +10 -0
- package/svelte/Policies64.svelte +10 -0
- package/svelte/icons.js +2911 -3957
- package/svg/Logotypes_Payment_Monochrome_MB--Multibanco_24px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Multibanco_32px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Multibanco_48px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Multibanco_64px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Way_24px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Way_32px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Way_48px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_MB--Way_64px.svg +1 -0
- package/svg/Media_API_24px.svg +1 -0
- package/svg/Media_API_32px.svg +1 -0
- package/svg/Media_API_48px.svg +1 -0
- package/svg/Media_API_64px.svg +1 -0
- package/svg/Media_Document_24px.svg +1 -0
- package/svg/Media_Document_32px.svg +1 -0
- package/svg/Media_Document_48px.svg +1 -0
- package/svg/Media_Document_64px.svg +1 -0
- package/svg/Media_Gauge_24px.svg +1 -0
- package/svg/Media_Gauge_32px.svg +1 -0
- package/svg/Media_Gauge_48px.svg +1 -0
- package/svg/Media_Gauge_64px.svg +1 -0
- package/svg/Media_Group_24px.svg +1 -0
- package/svg/Media_Group_32px.svg +1 -0
- package/svg/Media_Group_48px.svg +1 -0
- package/svg/Media_Group_64px.svg +1 -0
- package/svg/Media_Policies_24px.svg +1 -0
- package/svg/Media_Policies_32px.svg +1 -0
- package/svg/Media_Policies_48px.svg +1 -0
- package/svg/Media_Policies_64px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Multibanco_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Multibanco_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Multibanco_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Multibanco_64px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Way_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Way_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Way_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_MB--Way_64px.svg +1 -0
- package/vue/index.vue +235 -0
- package/mediasNew.zip +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.52.0](https://github.com/adeo/mozaic-design-system/compare/v1.51.0...v1.52.0) (2023-01-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **foundations/icons:** add new mb logotype ([#1320](https://github.com/adeo/mozaic-design-system/issues/1320)) ([edd871c](https://github.com/adeo/mozaic-design-system/commit/edd871c3036c3087e9afcb60bd49847c00672ee6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [1.49.0](https://github.com/adeo/mozaic-design-system/compare/v1.48.2...v1.49.0) (2022-11-23)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **foundations/icons:** icons.js - improve management of colored icons ([#1270](https://github.com/adeo/mozaic-design-system/issues/1270)) ([3c0d572](https://github.com/adeo/mozaic-design-system/commit/3c0d572919f07df99cab26df7872c5c1eab15edd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **icons:** add new icons ([#1263](https://github.com/adeo/mozaic-design-system/issues/1263)) ([6154db5](https://github.com/adeo/mozaic-design-system/commit/6154db531ad68c216953098a15c846abf5ed3343))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [1.48.1](https://github.com/adeo/mozaic-design-system/compare/v1.48.0...v1.48.1) (2022-11-17)
|
|
7
34
|
|
|
8
35
|
|