@mozaic-ds/icons 1.49.0 → 1.54.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 +59 -294
- package/js/icons.common.js +168 -0
- package/js/icons.js +144 -0
- package/package.json +1 -1
- package/react/index.js +1 -1
- 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/PaymentMonochromeOney4x24.svelte +10 -0
- package/svelte/PaymentMonochromeOney4x32.svelte +10 -0
- package/svelte/PaymentMonochromeOney4x48.svelte +10 -0
- package/svelte/PaymentMonochromeOney4x64.svelte +10 -0
- package/svelte/icons.js +1280 -1232
- 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/Logotypes_Payment_Monochrome_Oney--4x_24px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_Oney--4x_32px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_Oney--4x_48px.svg +1 -0
- package/svg/Logotypes_Payment_Monochrome_Oney--4x_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/svg-color/Logotypes_Payment_Oney--4x_24px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--4x_32px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--4x_48px.svg +1 -0
- package/svg-color/Logotypes_Payment_Oney--4x_64px.svg +1 -0
- package/vue/index.vue +120 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,555 +3,320 @@
|
|
|
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.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
6
|
+
# [1.54.0](https://github.com/adeo/mozaic-design-system/compare/v1.53.0...v1.54.0) (2023-03-02)
|
|
10
7
|
|
|
11
|
-
|
|
8
|
+
**Note:** Version bump only for package @mozaic-ds/icons
|
|
12
9
|
|
|
10
|
+
# [1.52.0](https://github.com/adeo/mozaic-design-system/compare/v1.51.0...v1.52.0) (2023-01-10)
|
|
13
11
|
|
|
14
12
|
### Features
|
|
15
13
|
|
|
16
|
-
|
|
14
|
+
- **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))
|
|
15
|
+
|
|
16
|
+
# [1.49.0](https://github.com/adeo/mozaic-design-system/compare/v1.48.2...v1.49.0) (2022-11-23)
|
|
17
17
|
|
|
18
|
+
### Bug Fixes
|
|
18
19
|
|
|
20
|
+
- **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))
|
|
19
21
|
|
|
22
|
+
### Features
|
|
20
23
|
|
|
24
|
+
- **icons:** add new icons ([#1263](https://github.com/adeo/mozaic-design-system/issues/1263)) ([6154db5](https://github.com/adeo/mozaic-design-system/commit/6154db531ad68c216953098a15c846abf5ed3343))
|
|
21
25
|
|
|
22
26
|
## [1.48.1](https://github.com/adeo/mozaic-design-system/compare/v1.48.0...v1.48.1) (2022-11-17)
|
|
23
27
|
|
|
24
|
-
|
|
25
28
|
### Bug Fixes
|
|
26
29
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- **icons:** add typescript for common ([#1262](https://github.com/adeo/mozaic-design-system/issues/1262)) ([e02f227](https://github.com/adeo/mozaic-design-system/commit/e02f227379f1b563744810830ca7ffbd3d8e8b64))
|
|
32
31
|
|
|
33
32
|
# [1.48.0](https://github.com/adeo/mozaic-design-system/compare/v1.47.1...v1.48.0) (2022-11-16)
|
|
34
33
|
|
|
35
|
-
|
|
36
34
|
### Features
|
|
37
35
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
36
|
+
- **icons:** add commonjs icons ([#1261](https://github.com/adeo/mozaic-design-system/issues/1261)) ([aea564f](https://github.com/adeo/mozaic-design-system/commit/aea564f9b56054b621feaba1bc965bc49b9c33ba))
|
|
43
37
|
|
|
44
38
|
## [1.47.1](https://github.com/adeo/mozaic-design-system/compare/v1.47.0...v1.47.1) (2022-11-09)
|
|
45
39
|
|
|
46
|
-
|
|
47
40
|
### Bug Fixes
|
|
48
41
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
42
|
+
- **foundations/icons:** rename monochrome logotypes ([#1256](https://github.com/adeo/mozaic-design-system/issues/1256)) ([6748742](https://github.com/adeo/mozaic-design-system/commit/6748742faf2881fb996b10fb2e59f8f2f81f4a0d))
|
|
54
43
|
|
|
55
44
|
# [1.47.0](https://github.com/adeo/mozaic-design-system/compare/v1.46.0...v1.47.0) (2022-11-09)
|
|
56
45
|
|
|
57
|
-
|
|
58
46
|
### Features
|
|
59
47
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
48
|
+
- **icons:** add monochrome logos and new icons ([#1247](https://github.com/adeo/mozaic-design-system/issues/1247)) ([cd03c19](https://github.com/adeo/mozaic-design-system/commit/cd03c19761d361d9b63d015f85d704e192633b9e))
|
|
65
49
|
|
|
66
50
|
# [1.46.0](https://github.com/adeo/mozaic-design-system/compare/v1.45.1...v1.46.0) (2022-11-02)
|
|
67
51
|
|
|
68
|
-
|
|
69
52
|
### Features
|
|
70
53
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
54
|
+
- **icons/js:** generate a basic typescript declaration file ([#1244](https://github.com/adeo/mozaic-design-system/issues/1244)) ([d53439c](https://github.com/adeo/mozaic-design-system/commit/d53439c769a78ea9ea5f26f2adbc161cc094cf1d))
|
|
55
|
+
- **icons:** remove unused icons file ([#1243](https://github.com/adeo/mozaic-design-system/issues/1243)) ([9a947ba](https://github.com/adeo/mozaic-design-system/commit/9a947ba0669f03d18b69f8a00ad647cdbd11dba3))
|
|
77
56
|
|
|
78
57
|
# [1.45.0](https://github.com/adeo/mozaic-design-system/compare/v1.44.0...v1.45.0) (2022-10-26)
|
|
79
58
|
|
|
80
|
-
|
|
81
59
|
### Features
|
|
82
60
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
61
|
+
- **foundations/icons:** add new Universe icons ([#1240](https://github.com/adeo/mozaic-design-system/issues/1240)) ([fea5e47](https://github.com/adeo/mozaic-design-system/commit/fea5e47e787458ddb3f2b0f3fedaea3ba10f8d7f))
|
|
88
62
|
|
|
89
63
|
# [1.44.0](https://github.com/adeo/mozaic-design-system/compare/v1.43.1...v1.44.0) (2022-10-12)
|
|
90
64
|
|
|
91
|
-
|
|
92
65
|
### Features
|
|
93
66
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
67
|
+
- **foundations/icons:** add new icons ([#1222](https://github.com/adeo/mozaic-design-system/issues/1222)) ([367b82b](https://github.com/adeo/mozaic-design-system/commit/367b82b93d70340a2466f2a8d1ee60372bcdc894))
|
|
99
68
|
|
|
100
69
|
# [1.41.0](https://github.com/adeo/mozaic-design-system/compare/v1.40.0...v1.41.0) (2022-08-23)
|
|
101
70
|
|
|
102
|
-
|
|
103
71
|
### Features
|
|
104
72
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
73
|
+
- **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))
|
|
74
|
+
- **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))
|
|
111
75
|
|
|
112
76
|
# [1.40.0](https://github.com/adeo/mozaic-design-system/compare/v1.39.1...v1.40.0) (2022-08-03)
|
|
113
77
|
|
|
114
|
-
|
|
115
78
|
### Features
|
|
116
79
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
80
|
+
- **foundations/icons:** add logotypes ([#1176](https://github.com/adeo/mozaic-design-system/issues/1176)) ([16302c0](https://github.com/adeo/mozaic-design-system/commit/16302c03661327b02daf19d670ed694ffc273bab))
|
|
122
81
|
|
|
123
82
|
# [1.39.0](https://github.com/adeo/mozaic-design-system/compare/v1.38.0...v1.39.0) (2022-07-20)
|
|
124
83
|
|
|
125
|
-
|
|
126
84
|
### Features
|
|
127
85
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
86
|
+
- **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))
|
|
133
87
|
|
|
134
88
|
## [1.36.2](https://github.com/adeo/mozaic-design-system/compare/v1.36.1...v1.36.2) (2022-06-22)
|
|
135
89
|
|
|
136
90
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
137
91
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
92
|
## [1.36.1](https://github.com/adeo/mozaic-design-system/compare/v1.36.0...v1.36.1) (2022-06-17)
|
|
143
93
|
|
|
144
|
-
|
|
145
94
|
### Bug Fixes
|
|
146
95
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
96
|
+
- **icons:** rename bundle icon name ([#1152](https://github.com/adeo/mozaic-design-system/issues/1152)) ([6ce1c8b](https://github.com/adeo/mozaic-design-system/commit/6ce1c8b13b16507779adf545a4d1ea532899bb11))
|
|
152
97
|
|
|
153
98
|
# [1.36.0](https://github.com/adeo/mozaic-design-system/compare/v1.35.0...v1.36.0) (2022-06-09)
|
|
154
99
|
|
|
155
|
-
|
|
156
100
|
### Features
|
|
157
101
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
102
|
+
- **icons:** nameless svelte icons for web compoenent ([#1150](https://github.com/adeo/mozaic-design-system/issues/1150)) ([a2b0352](https://github.com/adeo/mozaic-design-system/commit/a2b035240b06c58e66ff03a697c34c649c996507))
|
|
163
103
|
|
|
164
104
|
# [1.35.0](https://github.com/adeo/mozaic-design-system/compare/v1.34.0...v1.35.0) (2022-06-08)
|
|
165
105
|
|
|
166
|
-
|
|
167
106
|
### Features
|
|
168
107
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
108
|
+
- **foundations/icons:** add new icons ([#1133](https://github.com/adeo/mozaic-design-system/issues/1133)) ([ee5007a](https://github.com/adeo/mozaic-design-system/commit/ee5007a30ee0a57339439fb83cc202332f7b82fc))
|
|
174
109
|
|
|
175
110
|
# [1.34.0](https://github.com/adeo/mozaic-design-system/compare/v1.33.0...v1.34.0) (2022-05-25)
|
|
176
111
|
|
|
177
|
-
|
|
178
112
|
### Features
|
|
179
113
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
114
|
+
- **foundations/icons:** icons.js - implement a better management of colored icons ([#1129](https://github.com/adeo/mozaic-design-system/issues/1129)) ([2fc28d0](https://github.com/adeo/mozaic-design-system/commit/2fc28d0f85c91a4954f7e44d2070b0894b0dad70))
|
|
185
115
|
|
|
186
116
|
# [1.32.0](https://github.com/adeo/mozaic-design-system/compare/v1.31.0...v1.32.0) (2022-05-05)
|
|
187
117
|
|
|
188
|
-
|
|
189
118
|
### Features
|
|
190
119
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
120
|
+
- **foundations/icons:** add color icons in the icons.js file ([#1118](https://github.com/adeo/mozaic-design-system/issues/1118)) ([5a4ece5](https://github.com/adeo/mozaic-design-system/commit/5a4ece5f0f226c33e2bbbda71ae70676b9060677))
|
|
196
121
|
|
|
197
122
|
# [1.30.0](https://github.com/adeo/mozaic-design-system/compare/v1.29.1...v1.30.0) (2022-04-13)
|
|
198
123
|
|
|
199
|
-
|
|
200
124
|
### Features
|
|
201
125
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
126
|
+
- **foundations/icons:** add coloured icons ([#1099](https://github.com/adeo/mozaic-design-system/issues/1099)) ([42540e4](https://github.com/adeo/mozaic-design-system/commit/42540e4d0ef8677d17d6bf65239ea18433b7f5e4))
|
|
207
127
|
|
|
208
128
|
# [1.29.0](https://github.com/adeo/mozaic-design-system/compare/v1.28.0...v1.29.0) (2022-03-30)
|
|
209
129
|
|
|
210
|
-
|
|
211
130
|
### Features
|
|
212
131
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
132
|
+
- **foundations/icons:** update icon set ([#1069](https://github.com/adeo/mozaic-design-system/issues/1069)) ([95065d8](https://github.com/adeo/mozaic-design-system/commit/95065d81a333cea0be60d16c1c74c041bb03b24c))
|
|
218
133
|
|
|
219
134
|
# [1.28.0](https://github.com/adeo/mozaic-design-system/compare/v1.27.1...v1.28.0) (2022-03-23)
|
|
220
135
|
|
|
221
|
-
|
|
222
136
|
### Bug Fixes
|
|
223
137
|
|
|
224
|
-
|
|
225
|
-
|
|
138
|
+
- **icons:** fix ts for react icons ([#1071](https://github.com/adeo/mozaic-design-system/issues/1071)) ([6f4bc3a](https://github.com/adeo/mozaic-design-system/commit/6f4bc3a441034732c7a0141c0e6a236697e22abe))
|
|
226
139
|
|
|
227
140
|
### Features
|
|
228
141
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
142
|
+
- **foundations/icons:** add oney colour icons ([#1073](https://github.com/adeo/mozaic-design-system/issues/1073)) ([e9bf3eb](https://github.com/adeo/mozaic-design-system/commit/e9bf3eb70585728d6546d73f13715facd9577cee))
|
|
234
143
|
|
|
235
144
|
# [1.26.0](https://github.com/adeo/mozaic-design-system/compare/v1.25.0...v1.26.0) (2022-03-02)
|
|
236
145
|
|
|
237
|
-
|
|
238
146
|
### Features
|
|
239
147
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
148
|
+
- **icons:** add new icons ([#1045](https://github.com/adeo/mozaic-design-system/issues/1045)) ([a84c8ea](https://github.com/adeo/mozaic-design-system/commit/a84c8eafdc540459d84715d1ebb707c819cff247))
|
|
245
149
|
|
|
246
150
|
# [1.25.0](https://github.com/adeo/mozaic-design-system/compare/v1.24.1...v1.25.0) (2022-02-16)
|
|
247
151
|
|
|
248
|
-
|
|
249
152
|
### Features
|
|
250
153
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
154
|
+
- **foundations/icons:** add typescript to react icons ([#1025](https://github.com/adeo/mozaic-design-system/issues/1025)) ([93ce0ff](https://github.com/adeo/mozaic-design-system/commit/93ce0ff0c9b85bfac4e10149def885790631a360))
|
|
256
155
|
|
|
257
156
|
# [1.20.0](https://github.com/adeo/mozaic-design-system/compare/v1.19.0...v1.20.0) (2021-11-12)
|
|
258
157
|
|
|
259
|
-
|
|
260
158
|
### Bug Fixes
|
|
261
159
|
|
|
262
|
-
|
|
263
|
-
|
|
160
|
+
- **svg:** add aria-hidden to svg ([#949](https://github.com/adeo/mozaic-design-system/issues/949)) ([570de57](https://github.com/adeo/mozaic-design-system/commit/570de573fddc8c82e3982f096c8f7cc83621a02f))
|
|
264
161
|
|
|
265
162
|
### Features
|
|
266
163
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
164
|
+
- **foundations/icons:** run svgoplugin ([#956](https://github.com/adeo/mozaic-design-system/issues/956)) ([cb9f087](https://github.com/adeo/mozaic-design-system/commit/cb9f08711948cece0351564adab0396c9710919b))
|
|
272
165
|
|
|
273
166
|
# [1.14.0](https://github.com/adeo/mozaic-design-system/compare/v1.13.1...v1.14.0) (2021-08-04)
|
|
274
167
|
|
|
275
|
-
|
|
276
168
|
### Bug Fixes
|
|
277
169
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
170
|
+
- **icon/balcony:** rename balcony svg ([#884](https://github.com/adeo/mozaic-design-system/issues/884)) ([d9d21f4](https://github.com/adeo/mozaic-design-system/commit/d9d21f486415062bd9531e25f9494edb8c4daa88))
|
|
283
171
|
|
|
284
172
|
## [1.13.1](https://github.com/adeo/mozaic-design-system/compare/v1.13.0...v1.13.1) (2021-07-21)
|
|
285
173
|
|
|
286
174
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
287
175
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
176
|
# [1.12.0](https://github.com/adeo/mozaic-design-system/compare/v1.11.0...v1.12.0) (2021-06-23)
|
|
293
177
|
|
|
294
|
-
|
|
295
178
|
### Features
|
|
296
179
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
180
|
+
- **foundations/icons:** icons update ([#815](https://github.com/adeo/mozaic-design-system/issues/815)) ([04388e7](https://github.com/adeo/mozaic-design-system/commit/04388e7112969e3cfdb9412fd2a64a995cf6a652))
|
|
302
181
|
|
|
303
182
|
# [1.10.0](https://github.com/adeo/mozaic-design-system/compare/v1.9.0...v1.10.0) (2021-05-26)
|
|
304
183
|
|
|
305
|
-
|
|
306
184
|
### Features
|
|
307
185
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
186
|
+
- **icons:** add webcomponent to svelte icons ([#839](https://github.com/adeo/mozaic-design-system/issues/839)) ([62901cf](https://github.com/adeo/mozaic-design-system/commit/62901cfdbe295f9471d5a3e1f4f8c90b915af15d))
|
|
187
|
+
- **patterns/icons:** generate icons as js modules ([#830](https://github.com/adeo/mozaic-design-system/issues/830)) ([ce3e967](https://github.com/adeo/mozaic-design-system/commit/ce3e9676453d78dfe35369cd2af1c391fcf76603))
|
|
314
188
|
|
|
315
189
|
# [1.9.0](https://github.com/adeo/mozaic-design-system/compare/v1.8.0...v1.9.0) (2021-05-12)
|
|
316
190
|
|
|
317
|
-
|
|
318
191
|
### Features
|
|
319
192
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
193
|
+
- **foundations/icons:** add mozaic svelte icon components ([#824](https://github.com/adeo/mozaic-design-system/issues/824)) ([39aaa12](https://github.com/adeo/mozaic-design-system/commit/39aaa1206116a1abfbf328c89141f09192f3190c))
|
|
325
194
|
|
|
326
195
|
## [1.0.1](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.22...v1.0.1) (2020-12-09)
|
|
327
196
|
|
|
328
197
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
329
198
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
199
|
## [1.0.1-beta.12](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.11...v1.0.1-beta.12) (2020-06-24)
|
|
335
200
|
|
|
336
|
-
|
|
337
201
|
### Features
|
|
338
202
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
203
|
+
- **patterns/icons:** add new icons ([#582](https://github.com/adeo/mozaic-design-system/issues/582)) ([2832a36](https://github.com/adeo/mozaic-design-system/commit/2832a36395738bdde33f1c39271103772d814986))
|
|
344
204
|
|
|
345
205
|
## [1.0.1-beta.9](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.8...v1.0.1-beta.9) (2020-05-07)
|
|
346
206
|
|
|
347
|
-
|
|
348
207
|
### Bug Fixes
|
|
349
208
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
209
|
+
- **patterns/icons-vuejs:** missing comma correction ([#536](https://github.com/adeo/mozaic-design-system/issues/536)) ([ad5a885](https://github.com/adeo/mozaic-design-system/commit/ad5a885db872e45efdce8b4397665aa1227b6004))
|
|
355
210
|
|
|
356
211
|
## [1.0.1-beta.8](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.7...v1.0.1-beta.8) (2020-05-06)
|
|
357
212
|
|
|
358
213
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
359
214
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
215
|
## [1.0.1-beta.7](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.6...v1.0.1-beta.7) (2020-04-08)
|
|
365
216
|
|
|
366
|
-
|
|
367
217
|
### Bug Fixes
|
|
368
218
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
219
|
+
- **pattern/icons:** generate vue icons without svg element ([50be81c](https://github.com/adeo/mozaic-design-system/commit/50be81c864c83dd0564641cfa8a9466a61a717b5))
|
|
374
220
|
|
|
375
221
|
## [1.0.1-beta.6](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.5...v1.0.1-beta.6) (2020-03-19)
|
|
376
222
|
|
|
377
|
-
|
|
378
223
|
### Bug Fixes
|
|
379
224
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
225
|
+
- **pattern/ vuejs icons:** change from JSX to createElement api for compatilibity issue ([#501](https://github.com/adeo/mozaic-design-system/issues/501)) ([d6f986c](https://github.com/adeo/mozaic-design-system/commit/d6f986cfef80f71dc322ae5d37f8b40f9f8e41c2))
|
|
385
226
|
|
|
386
227
|
## [1.0.1-beta.2](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.1...v1.0.1-beta.2) (2020-01-23)
|
|
387
228
|
|
|
388
229
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
389
230
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
231
|
## [1.0.1-beta.0](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.32...v1.0.1-beta.0) (2019-12-18)
|
|
395
232
|
|
|
396
|
-
|
|
397
233
|
### Features
|
|
398
234
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
235
|
+
- **pattern/icons:** week 51 icons ([#462](https://github.com/adeo/mozaic-design-system/issues/462)) ([45e0a18](https://github.com/adeo/mozaic-design-system/commit/45e0a189cdd594597a0f59ed1842d464ac29fb59))
|
|
236
|
+
- **patterns/icons:** Add color icons and document contributing icon workflow([#457](https://github.com/adeo/mozaic-design-system/issues/457)) ([1953b0e](https://github.com/adeo/mozaic-design-system/commit/1953b0eb21e6002fb0dd9923b2db3d108869c5ac))
|
|
405
237
|
|
|
406
238
|
## [1.0.1-alpha.32](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.31...v1.0.1-alpha.32) (2019-12-04)
|
|
407
239
|
|
|
408
|
-
|
|
409
240
|
### Bug Fixes
|
|
410
241
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
242
|
+
- **chore/test:** run coverage checks only on staged files on commit hook ([#449](https://github.com/adeo/mozaic-design-system/issues/449)) ([703eadc](https://github.com/adeo/mozaic-design-system/commit/703eadcad9cc2b6d90936c865f3bf39acdaa1f1b))
|
|
416
243
|
|
|
417
244
|
## [1.0.1-alpha.31](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.30...v1.0.1-alpha.31) (2019-12-03)
|
|
418
245
|
|
|
419
|
-
|
|
420
246
|
### Features
|
|
421
247
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
248
|
+
- **pattern/icons:** add new icons ([#447](https://github.com/adeo/mozaic-design-system/issues/447)) ([65abdd3](https://github.com/adeo/mozaic-design-system/commit/65abdd399116274d313f722a46d51c8ff9667657))
|
|
249
|
+
- **website/icons:** create react and vue icon components in the icon set for testing purpose and use react version in website icon viewer ([#441](https://github.com/adeo/mozaic-design-system/issues/441)) ([885dbdd](https://github.com/adeo/mozaic-design-system/commit/885dbdde6bc7a2a8ea575fbd9420c8e3908f3cb6))
|
|
250
|
+
- **website/patterns status:** redesign more readable pages for pattern status ([#446](https://github.com/adeo/mozaic-design-system/issues/446)) ([0ddd3aa](https://github.com/adeo/mozaic-design-system/commit/0ddd3aa7e0b616089ec6229e70c1ddf25200e88b))
|
|
429
251
|
|
|
430
252
|
## [1.0.1-alpha.30](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.29...v1.0.1-alpha.30) (2019-11-27)
|
|
431
253
|
|
|
432
|
-
|
|
433
254
|
### Bug Fixes
|
|
434
255
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
256
|
+
- **pattern/icon:** rename social icon using naming conventions ([#442](https://github.com/adeo/mozaic-design-system/issues/442)) ([6c93d30](https://github.com/adeo/mozaic-design-system/commit/6c93d305b988f2ed64cadc85b637550cb4183e91))
|
|
440
257
|
|
|
441
258
|
## [1.0.1-alpha.29](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.28...v1.0.1-alpha.29) (2019-11-21)
|
|
442
259
|
|
|
443
|
-
|
|
444
260
|
### Bug Fixes
|
|
445
261
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
262
|
+
- **pattern/icons:** add missing icon and remove duplicated ones ([#439](https://github.com/adeo/mozaic-design-system/issues/439)) ([68af6f7](https://github.com/adeo/mozaic-design-system/commit/68af6f793bb05eda26df8a7ca155c47a3d5c10b1))
|
|
451
263
|
|
|
452
264
|
## [1.0.1-alpha.28](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.27...v1.0.1-alpha.28) (2019-11-21)
|
|
453
265
|
|
|
454
|
-
|
|
455
266
|
### Features
|
|
456
267
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
268
|
+
- **pattern/icons:** fix wrong icons names in the last icon kit ([#436](https://github.com/adeo/mozaic-design-system/issues/436)) ([0e5d51f](https://github.com/adeo/mozaic-design-system/commit/0e5d51fe35c9de61e13c916b32ceaaffd4fa5208))
|
|
462
269
|
|
|
463
270
|
## [1.0.1-alpha.27](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.26...v1.0.1-alpha.27) (2019-11-20)
|
|
464
271
|
|
|
465
|
-
|
|
466
272
|
### Features
|
|
467
273
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
274
|
+
- **pattern/icons:** publish new icon kit and refactor icon kit cleaner script ([#426](https://github.com/adeo/mozaic-design-system/issues/426)) ([4891822](https://github.com/adeo/mozaic-design-system/commit/4891822596d9191c8adce4ef20a57985405742c9))
|
|
473
275
|
|
|
474
276
|
## [1.0.1-alpha.25](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.24...v1.0.1-alpha.25) (2019-11-07)
|
|
475
277
|
|
|
476
|
-
|
|
477
278
|
### Bug Fixes
|
|
478
279
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
280
|
+
- **patterns/docs:** fix list of documentation typos or inacurate values ([#409](https://github.com/adeo/mozaic-design-system/issues/409)) ([84a6c68](https://github.com/adeo/mozaic-design-system/commit/84a6c68116fa666e9925156c2cc2d2e7fa595fa4))
|
|
484
281
|
|
|
485
282
|
## [1.0.1-alpha.24](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.23...v1.0.1-alpha.24) (2019-10-24)
|
|
486
283
|
|
|
487
|
-
|
|
488
284
|
### Features
|
|
489
285
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
286
|
+
- **pattern/icons:** add payment icons and regenerate icons after packages update ([#401](https://github.com/adeo/mozaic-design-system/issues/401)) ([5691bb9](https://github.com/adeo/mozaic-design-system/commit/5691bb912ca9b3e47ce5522e80a5e9b64b975d48))
|
|
495
287
|
|
|
496
288
|
## [1.0.1-alpha.22](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.21...v1.0.1-alpha.22) (2019-10-14)
|
|
497
289
|
|
|
498
|
-
|
|
499
290
|
### Features
|
|
500
291
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
292
|
+
- **patterns/rating stars:** create rating stars component ([#369](https://github.com/adeo/mozaic-design-system/issues/369)) ([81a9393](https://github.com/adeo/mozaic-design-system/commit/81a9393))
|
|
506
293
|
|
|
507
294
|
## [1.0.1-alpha.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19)
|
|
508
295
|
|
|
509
|
-
|
|
510
296
|
### Bug Fixes
|
|
511
297
|
|
|
512
|
-
|
|
513
|
-
|
|
298
|
+
- **foundations/icon:** add Media_Download svg in size 24px in the project and inside iconviewer ([#338](https://github.com/adeo/mozaic-design-system/issues/338)) ([412ecc6](https://github.com/adeo/mozaic-design-system/commit/412ecc6))
|
|
514
299
|
|
|
515
300
|
### Features
|
|
516
301
|
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
302
|
+
- **pattern/fileuploader:** add usage, code, specs, and design doc ([#342](https://github.com/adeo/mozaic-design-system/issues/342)) ([227d524](https://github.com/adeo/mozaic-design-system/commit/227d524)), closes [#323](https://github.com/adeo/mozaic-design-system/issues/323) [#337](https://github.com/adeo/mozaic-design-system/issues/337) [#341](https://github.com/adeo/mozaic-design-system/issues/341)
|
|
522
303
|
|
|
523
304
|
## [1.0.1-alpha.9](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.7...v1.0.1-alpha.9) (2019-06-18)
|
|
524
305
|
|
|
525
306
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
526
307
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
308
|
## [1.0.1-alpha.8](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.7...v1.0.1-alpha.8) (2019-06-17)
|
|
532
309
|
|
|
533
310
|
**Note:** Version bump only for package @mozaic-ds/icons
|
|
534
311
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
312
|
## [1.0.1-alpha.4](https://github.com/adeo/design-system--front-end/compare/v0.0.12...v1.0.1-alpha.4) (2019-05-20)
|
|
540
313
|
|
|
541
314
|
**Note:** Version bump only for package @gardencss/icons
|
|
542
315
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
316
|
## [1.0.1-alpha.3](https://github.com/adeo/design-system--front-end/compare/v0.0.12...v1.0.1-alpha.3) (2019-05-20)
|
|
548
317
|
|
|
549
318
|
**Note:** Version bump only for package @gardencss/icons
|
|
550
319
|
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
320
|
## [1.0.1-alpha.2](https://github.com/adeo/design-system--front-end/compare/v0.0.12...v1.0.1-alpha.2) (2019-05-20)
|
|
556
321
|
|
|
557
322
|
**Note:** Version bump only for package @gardencss/icons
|