@inchurch/matcha-icons 21.4.0 → 22.1.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/README.md +208 -208
- package/Read Me.txt +7 -7
- package/demo-files/demo.css +152 -152
- package/demo-files/demo.js +30 -30
- package/demo.html +6758 -6758
- package/fonts/matcha-icons.svg +626 -626
- package/matcha-icons.css +2246 -2246
- package/matcha-lt.svg +37 -37
- package/matcha.svg +37 -37
- package/package.json +1 -1
- package/style.css +2187 -2187
package/README.md
CHANGED
|
@@ -1,208 +1,208 @@
|
|
|
1
|
-
# Matcha Icons
|
|
2
|
-
|
|
3
|
-
> ⚠️ **Legado (fonte IcoMoon).** Este pacote é a fonte de ícones de 459 glyphs, usada
|
|
4
|
-
> só via `<matcha-icon type="matcha">` por retrocompat. **Ícones novos no DSV3 não vêm
|
|
5
|
-
> daqui** — são SVG inline gerados do Figma. Para adicionar/atualizar um ícone, veja
|
|
6
|
-
> [`scripts/matcha-icons/README.md`](../../scripts/matcha-icons/README.md), não o IcoMoon.
|
|
7
|
-
|
|
8
|
-
[See the demo](https://unpkg.com/matcha-icons@latest/demo.html)
|
|
9
|
-
|
|
10
|
-
# Change Log
|
|
11
|
-
|
|
12
|
-
All notable changes to this project will be documented in this file.
|
|
13
|
-
|
|
14
|
-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
15
|
-
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
16
|
-
|
|
17
|
-
## [Unreleased] - yyyy-mm-dd
|
|
18
|
-
|
|
19
|
-
Here we write upgrading notes for brands. It's a team effort to make them as
|
|
20
|
-
straightforward as possible.
|
|
21
|
-
|
|
22
|
-
### Added
|
|
23
|
-
|
|
24
|
-
- [MATCHA-ICONS](https://unpkg.com/matcha-icons@latest/demo.html)
|
|
25
|
-
Library with all icons used in InChurch Design System
|
|
26
|
-
- [MATCHA-DS](https://matcha-guide.netlify.app/)
|
|
27
|
-
Inchurch Design System.
|
|
28
|
-
|
|
29
|
-
### Changed
|
|
30
|
-
|
|
31
|
-
### Fixed
|
|
32
|
-
|
|
33
|
-
---
|
|
34
|
-
|
|
35
|
-
## [1.0.20] - 2023-10-02
|
|
36
|
-
|
|
37
|
-
Update icon library
|
|
38
|
-
|
|
39
|
-
### Added
|
|
40
|
-
|
|
41
|
-
- deezer <br />css class `.i-matcha-deezer`
|
|
42
|
-
- circle-deezer <br />css class `.i-matcha-circle-deezer`
|
|
43
|
-
- beacon <br />css class `.i-matcha-beacon`
|
|
44
|
-
- circle-beacon <br />css class `.i-matcha-circle-beacon`
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## [1.0.19] - 2023-10-02
|
|
49
|
-
|
|
50
|
-
Update icon library
|
|
51
|
-
|
|
52
|
-
### Added
|
|
53
|
-
|
|
54
|
-
- app <br />css class `.i-matcha-app`
|
|
55
|
-
- site <br />css class `.i-matcha-site`
|
|
56
|
-
- alelo <br />css class `.i-matcha-alelo`
|
|
57
|
-
- american_express <br />css class `.i-matcha-american_express`
|
|
58
|
-
- aura <br />css class `.i-matcha-aura`
|
|
59
|
-
- bankslip <br />css class `.i-matcha-bankslip`
|
|
60
|
-
- cash <br />css class `.i-matcha-cash`
|
|
61
|
-
- credicard <br />css class `.i-matcha-credicard`
|
|
62
|
-
- credit <br />css class `.i-matcha-credit`
|
|
63
|
-
- diners <br />css class `.i-matcha-diners`
|
|
64
|
-
- elo <br />css class `.i-matcha-elo`
|
|
65
|
-
- hipercard <br />css class `.i-matcha-hipercard`
|
|
66
|
-
- sodexo <br />css class `.i-matcha-sodexo`
|
|
67
|
-
- rede_shop <br />css class `.i-matcha-rede_shop`
|
|
68
|
-
- maestro <br />css class `.i-matcha-maestro`
|
|
69
|
-
- master <br />css class `.i-matcha-master`
|
|
70
|
-
- pix <br />css class `.i-matcha-pix`
|
|
71
|
-
- ticket <br />css class `.i-matcha-ticket`
|
|
72
|
-
- visa <br />css class `.i-matcha-visa`
|
|
73
|
-
- vr_alimentacao <br />css class `.i-matcha-vr_alimentacao`
|
|
74
|
-
- vr_auto <br />css class `.i-matcha-vr_auto`
|
|
75
|
-
- vr_refeicao <br />css class `.i-matcha-vr_refeicao`
|
|
76
|
-
- cookie <br />css class `.i-matcha-cookie`
|
|
77
|
-
- cookie_out <br />css class `.i-matcha-cookie_out`
|
|
78
|
-
- print <br />css class `.i-matcha-print`
|
|
79
|
-
- print_out <br />css class `.i-matcha-print_out`
|
|
80
|
-
- rocket_out <br />css class `.i-matcha-rocket_out`
|
|
81
|
-
- cash <br />css class `.i-matcha-cash`
|
|
82
|
-
- cash_out <br />css class `.i-matcha-cash_out`
|
|
83
|
-
- pin <br />css class `.i-matcha-pin`
|
|
84
|
-
- pin_out <br />css class `.i-matcha-pin_out`
|
|
85
|
-
- flag <br />css class `.i-matcha-flag`
|
|
86
|
-
- flag_out <br />css class `.i-matcha-flag_out`
|
|
87
|
-
- category <br />css class `.i-matcha-category`
|
|
88
|
-
- category_out <br />css class `.i-matcha-category_out`
|
|
89
|
-
- midia <br />css class `.i-matcha-midia`
|
|
90
|
-
- midia_out <br />css class `.i-matcha-midia_out`
|
|
91
|
-
- wallet <br />css class `.i-matcha-wallet`
|
|
92
|
-
- wallet-out <br />css class `.i-matcha-wallet`
|
|
93
|
-
- management <br />css class `.i-matcha-management`
|
|
94
|
-
- busines_unit <br />css class `.i-matcha-busines_unit`
|
|
95
|
-
- add_card <br />css class `.i-matcha-add_card`
|
|
96
|
-
- update_balance <br />css class `.i-matcha-update_balance`
|
|
97
|
-
- transfer <br />css class `.i-matcha-transfer`
|
|
98
|
-
- cost_center <br />css class `.i-matcha-cost_center`
|
|
99
|
-
- flickr <br />css class `.i-matcha-flickr`
|
|
100
|
-
- expand <br />css class `.i-matcha-expand`
|
|
101
|
-
- collapse <br />css class `.i-matcha-collapse`
|
|
102
|
-
- caixa <br />css class `.i-matcha-caixa`
|
|
103
|
-
- caixa_color <br />css class `.i-matcha-caixa_color`
|
|
104
|
-
- itau <br />css class `.i-matcha-itau`
|
|
105
|
-
- itau_color <br />css class `.i-matcha-itau_color`
|
|
106
|
-
- bradesco <br />css class `.i-matcha-bradesco`
|
|
107
|
-
- bradesco_color <br />css class `.i-matcha-bradesco_color`
|
|
108
|
-
- nu <br />css class `.i-matcha-nu`
|
|
109
|
-
- nu_color <br />css class `.i-matcha-nu_color`
|
|
110
|
-
- santander <br />css class `.i-matcha-santander`
|
|
111
|
-
- santander_color <br />css class `.i-matcha-santander_color`
|
|
112
|
-
- bb <br />css class `.i-matcha-bb`
|
|
113
|
-
- bb_color <br />css class `.i-matcha-bb_color`
|
|
114
|
-
- c6 <br />css class `.i-matcha-c6`
|
|
115
|
-
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
## [1.0.18] - 2023-08-25
|
|
119
|
-
|
|
120
|
-
Update assets
|
|
121
|
-
|
|
122
|
-
### Changed
|
|
123
|
-
|
|
124
|
-
- Remove styles from logo\
|
|
125
|
-
source files `source/matcha.svg`
|
|
126
|
-
|
|
127
|
-
---
|
|
128
|
-
|
|
129
|
-
## [1.0.17] - 2023-08-25
|
|
130
|
-
|
|
131
|
-
Update assets
|
|
132
|
-
|
|
133
|
-
### Changed
|
|
134
|
-
|
|
135
|
-
- Fix svg logo\
|
|
136
|
-
source files `source/matcha.svg`
|
|
137
|
-
|
|
138
|
-
---
|
|
139
|
-
|
|
140
|
-
## [1.0.16] - 2023-08-25
|
|
141
|
-
|
|
142
|
-
Update assets
|
|
143
|
-
|
|
144
|
-
### Changed
|
|
145
|
-
|
|
146
|
-
- Move Matcha Logo to outside of source folder\
|
|
147
|
-
source files `source/matcha.svg`
|
|
148
|
-
|
|
149
|
-
---
|
|
150
|
-
|
|
151
|
-
## [1.0.15] - 2023-08-25
|
|
152
|
-
|
|
153
|
-
Update assets
|
|
154
|
-
|
|
155
|
-
### Added
|
|
156
|
-
|
|
157
|
-
- Matcha Logo\
|
|
158
|
-
source files `source/matcha.svg`
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## [1.0.14] - 2023-08-25
|
|
163
|
-
|
|
164
|
-
Update icon library
|
|
165
|
-
|
|
166
|
-
### Changed
|
|
167
|
-
|
|
168
|
-
- Update image for icons\
|
|
169
|
-
`.i-matcha-drag-dots`\
|
|
170
|
-
`.i-matcha-drag-bars`
|
|
171
|
-
|
|
172
|
-
---
|
|
173
|
-
|
|
174
|
-
## [1.0.13] - 2023-08-25
|
|
175
|
-
|
|
176
|
-
Update icon library
|
|
177
|
-
|
|
178
|
-
### Added
|
|
179
|
-
|
|
180
|
-
- Edit image\
|
|
181
|
-
css class `.i-matcha-edit-image`
|
|
182
|
-
|
|
183
|
-
---
|
|
184
|
-
|
|
185
|
-
## [1.0.12] - 2023-05-26
|
|
186
|
-
|
|
187
|
-
Update icon library
|
|
188
|
-
|
|
189
|
-
### Added
|
|
190
|
-
|
|
191
|
-
- Rocket icon\
|
|
192
|
-
css class `.i-matcha-rocket`
|
|
193
|
-
|
|
194
|
-
### Changed
|
|
195
|
-
|
|
196
|
-
### Fixed
|
|
197
|
-
|
|
198
|
-
---
|
|
199
|
-
|
|
200
|
-
## [1.0.0] - 2023-03-30
|
|
201
|
-
|
|
202
|
-
Publish the project
|
|
203
|
-
|
|
204
|
-
### Added
|
|
205
|
-
|
|
206
|
-
### Changed
|
|
207
|
-
|
|
208
|
-
### Fixed
|
|
1
|
+
# Matcha Icons
|
|
2
|
+
|
|
3
|
+
> ⚠️ **Legado (fonte IcoMoon).** Este pacote é a fonte de ícones de 459 glyphs, usada
|
|
4
|
+
> só via `<matcha-icon type="matcha">` por retrocompat. **Ícones novos no DSV3 não vêm
|
|
5
|
+
> daqui** — são SVG inline gerados do Figma. Para adicionar/atualizar um ícone, veja
|
|
6
|
+
> [`scripts/matcha-icons/README.md`](../../scripts/matcha-icons/README.md), não o IcoMoon.
|
|
7
|
+
|
|
8
|
+
[See the demo](https://unpkg.com/matcha-icons@latest/demo.html)
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file.
|
|
13
|
+
|
|
14
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
15
|
+
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
16
|
+
|
|
17
|
+
## [Unreleased] - yyyy-mm-dd
|
|
18
|
+
|
|
19
|
+
Here we write upgrading notes for brands. It's a team effort to make them as
|
|
20
|
+
straightforward as possible.
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- [MATCHA-ICONS](https://unpkg.com/matcha-icons@latest/demo.html)
|
|
25
|
+
Library with all icons used in InChurch Design System
|
|
26
|
+
- [MATCHA-DS](https://matcha-guide.netlify.app/)
|
|
27
|
+
Inchurch Design System.
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## [1.0.20] - 2023-10-02
|
|
36
|
+
|
|
37
|
+
Update icon library
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- deezer <br />css class `.i-matcha-deezer`
|
|
42
|
+
- circle-deezer <br />css class `.i-matcha-circle-deezer`
|
|
43
|
+
- beacon <br />css class `.i-matcha-beacon`
|
|
44
|
+
- circle-beacon <br />css class `.i-matcha-circle-beacon`
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## [1.0.19] - 2023-10-02
|
|
49
|
+
|
|
50
|
+
Update icon library
|
|
51
|
+
|
|
52
|
+
### Added
|
|
53
|
+
|
|
54
|
+
- app <br />css class `.i-matcha-app`
|
|
55
|
+
- site <br />css class `.i-matcha-site`
|
|
56
|
+
- alelo <br />css class `.i-matcha-alelo`
|
|
57
|
+
- american_express <br />css class `.i-matcha-american_express`
|
|
58
|
+
- aura <br />css class `.i-matcha-aura`
|
|
59
|
+
- bankslip <br />css class `.i-matcha-bankslip`
|
|
60
|
+
- cash <br />css class `.i-matcha-cash`
|
|
61
|
+
- credicard <br />css class `.i-matcha-credicard`
|
|
62
|
+
- credit <br />css class `.i-matcha-credit`
|
|
63
|
+
- diners <br />css class `.i-matcha-diners`
|
|
64
|
+
- elo <br />css class `.i-matcha-elo`
|
|
65
|
+
- hipercard <br />css class `.i-matcha-hipercard`
|
|
66
|
+
- sodexo <br />css class `.i-matcha-sodexo`
|
|
67
|
+
- rede_shop <br />css class `.i-matcha-rede_shop`
|
|
68
|
+
- maestro <br />css class `.i-matcha-maestro`
|
|
69
|
+
- master <br />css class `.i-matcha-master`
|
|
70
|
+
- pix <br />css class `.i-matcha-pix`
|
|
71
|
+
- ticket <br />css class `.i-matcha-ticket`
|
|
72
|
+
- visa <br />css class `.i-matcha-visa`
|
|
73
|
+
- vr_alimentacao <br />css class `.i-matcha-vr_alimentacao`
|
|
74
|
+
- vr_auto <br />css class `.i-matcha-vr_auto`
|
|
75
|
+
- vr_refeicao <br />css class `.i-matcha-vr_refeicao`
|
|
76
|
+
- cookie <br />css class `.i-matcha-cookie`
|
|
77
|
+
- cookie_out <br />css class `.i-matcha-cookie_out`
|
|
78
|
+
- print <br />css class `.i-matcha-print`
|
|
79
|
+
- print_out <br />css class `.i-matcha-print_out`
|
|
80
|
+
- rocket_out <br />css class `.i-matcha-rocket_out`
|
|
81
|
+
- cash <br />css class `.i-matcha-cash`
|
|
82
|
+
- cash_out <br />css class `.i-matcha-cash_out`
|
|
83
|
+
- pin <br />css class `.i-matcha-pin`
|
|
84
|
+
- pin_out <br />css class `.i-matcha-pin_out`
|
|
85
|
+
- flag <br />css class `.i-matcha-flag`
|
|
86
|
+
- flag_out <br />css class `.i-matcha-flag_out`
|
|
87
|
+
- category <br />css class `.i-matcha-category`
|
|
88
|
+
- category_out <br />css class `.i-matcha-category_out`
|
|
89
|
+
- midia <br />css class `.i-matcha-midia`
|
|
90
|
+
- midia_out <br />css class `.i-matcha-midia_out`
|
|
91
|
+
- wallet <br />css class `.i-matcha-wallet`
|
|
92
|
+
- wallet-out <br />css class `.i-matcha-wallet`
|
|
93
|
+
- management <br />css class `.i-matcha-management`
|
|
94
|
+
- busines_unit <br />css class `.i-matcha-busines_unit`
|
|
95
|
+
- add_card <br />css class `.i-matcha-add_card`
|
|
96
|
+
- update_balance <br />css class `.i-matcha-update_balance`
|
|
97
|
+
- transfer <br />css class `.i-matcha-transfer`
|
|
98
|
+
- cost_center <br />css class `.i-matcha-cost_center`
|
|
99
|
+
- flickr <br />css class `.i-matcha-flickr`
|
|
100
|
+
- expand <br />css class `.i-matcha-expand`
|
|
101
|
+
- collapse <br />css class `.i-matcha-collapse`
|
|
102
|
+
- caixa <br />css class `.i-matcha-caixa`
|
|
103
|
+
- caixa_color <br />css class `.i-matcha-caixa_color`
|
|
104
|
+
- itau <br />css class `.i-matcha-itau`
|
|
105
|
+
- itau_color <br />css class `.i-matcha-itau_color`
|
|
106
|
+
- bradesco <br />css class `.i-matcha-bradesco`
|
|
107
|
+
- bradesco_color <br />css class `.i-matcha-bradesco_color`
|
|
108
|
+
- nu <br />css class `.i-matcha-nu`
|
|
109
|
+
- nu_color <br />css class `.i-matcha-nu_color`
|
|
110
|
+
- santander <br />css class `.i-matcha-santander`
|
|
111
|
+
- santander_color <br />css class `.i-matcha-santander_color`
|
|
112
|
+
- bb <br />css class `.i-matcha-bb`
|
|
113
|
+
- bb_color <br />css class `.i-matcha-bb_color`
|
|
114
|
+
- c6 <br />css class `.i-matcha-c6`
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## [1.0.18] - 2023-08-25
|
|
119
|
+
|
|
120
|
+
Update assets
|
|
121
|
+
|
|
122
|
+
### Changed
|
|
123
|
+
|
|
124
|
+
- Remove styles from logo\
|
|
125
|
+
source files `source/matcha.svg`
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
## [1.0.17] - 2023-08-25
|
|
130
|
+
|
|
131
|
+
Update assets
|
|
132
|
+
|
|
133
|
+
### Changed
|
|
134
|
+
|
|
135
|
+
- Fix svg logo\
|
|
136
|
+
source files `source/matcha.svg`
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## [1.0.16] - 2023-08-25
|
|
141
|
+
|
|
142
|
+
Update assets
|
|
143
|
+
|
|
144
|
+
### Changed
|
|
145
|
+
|
|
146
|
+
- Move Matcha Logo to outside of source folder\
|
|
147
|
+
source files `source/matcha.svg`
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## [1.0.15] - 2023-08-25
|
|
152
|
+
|
|
153
|
+
Update assets
|
|
154
|
+
|
|
155
|
+
### Added
|
|
156
|
+
|
|
157
|
+
- Matcha Logo\
|
|
158
|
+
source files `source/matcha.svg`
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## [1.0.14] - 2023-08-25
|
|
163
|
+
|
|
164
|
+
Update icon library
|
|
165
|
+
|
|
166
|
+
### Changed
|
|
167
|
+
|
|
168
|
+
- Update image for icons\
|
|
169
|
+
`.i-matcha-drag-dots`\
|
|
170
|
+
`.i-matcha-drag-bars`
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## [1.0.13] - 2023-08-25
|
|
175
|
+
|
|
176
|
+
Update icon library
|
|
177
|
+
|
|
178
|
+
### Added
|
|
179
|
+
|
|
180
|
+
- Edit image\
|
|
181
|
+
css class `.i-matcha-edit-image`
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## [1.0.12] - 2023-05-26
|
|
186
|
+
|
|
187
|
+
Update icon library
|
|
188
|
+
|
|
189
|
+
### Added
|
|
190
|
+
|
|
191
|
+
- Rocket icon\
|
|
192
|
+
css class `.i-matcha-rocket`
|
|
193
|
+
|
|
194
|
+
### Changed
|
|
195
|
+
|
|
196
|
+
### Fixed
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## [1.0.0] - 2023-03-30
|
|
201
|
+
|
|
202
|
+
Publish the project
|
|
203
|
+
|
|
204
|
+
### Added
|
|
205
|
+
|
|
206
|
+
### Changed
|
|
207
|
+
|
|
208
|
+
### Fixed
|
package/Read Me.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
|
|
2
|
-
|
|
3
|
-
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs#install
|
|
4
|
-
|
|
5
|
-
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
|
|
6
|
-
|
|
7
|
-
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
|
|
1
|
+
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
|
|
2
|
+
|
|
3
|
+
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs#install
|
|
4
|
+
|
|
5
|
+
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
|
|
6
|
+
|
|
7
|
+
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
|