@nimbus-ds/icons 1.19.1 → 1.21.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 +24 -1
- package/dist/index.d.ts +13 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
|
|
4
4
|
|
|
5
|
+
## 2026-03-16 `1.21.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Adds `metafield` icon. ([#450](https://github.com/TiendaNube/nimbus-design-system/pull/450) by [@noecondoleo](https://github.com/noecondoleo))
|
|
10
|
+
- Adds `slideshow` icon. ([#450](https://github.com/TiendaNube/nimbus-design-system/pull/450) by [@noecondoleo](https://github.com/noecondoleo))
|
|
11
|
+
|
|
12
|
+
## 2026-03-16 `1.20.0`
|
|
13
|
+
|
|
14
|
+
#### 🎉 New features
|
|
15
|
+
|
|
16
|
+
- Adds `max-height` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
17
|
+
- Adds `underline` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
18
|
+
- Adds `font-color` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
19
|
+
- Adds `color-picker` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
20
|
+
- Adds `quote` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
21
|
+
- Adds `header` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
22
|
+
- Adds `footer` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
23
|
+
- Adds `image-text` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
24
|
+
- Adds `video` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
25
|
+
- Adds `video-text` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
26
|
+
- Adds `database` icon. ([#449](https://github.com/TiendaNube/nimbus-design-system/pull/449) by [@NimbusAgent](https://github.com/NimbusAgent))
|
|
27
|
+
|
|
5
28
|
## 2026-03-16 `1.19.1`
|
|
6
29
|
|
|
7
30
|
#### 💡 Others
|
|
@@ -17,7 +40,7 @@ Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
|
|
|
17
40
|
|
|
18
41
|
- Adds `instagram` icon. ([#445](https://github.com/TiendaNube/nimbus-design-system/pull/445) by [@karemcarvalho-hue](https://github.com/karemcarvalho-hue))
|
|
19
42
|
|
|
20
|
-
## 2026-03-04 `1.18.0`
|
|
43
|
+
## 2026-03-04 `1.18.0`
|
|
21
44
|
|
|
22
45
|
#### 🎉 New features
|
|
23
46
|
|
package/dist/index.d.ts
CHANGED
|
@@ -60,9 +60,11 @@ export declare const CloseIcon: React.FC<IconProps>;
|
|
|
60
60
|
export declare const CodeIcon: React.FC<IconProps>;
|
|
61
61
|
export declare const CogIcon: React.FC<IconProps>;
|
|
62
62
|
export declare const ColorPaletteIcon: React.FC<IconProps>;
|
|
63
|
+
export declare const ColorPickerIcon: React.FC<IconProps>;
|
|
63
64
|
export declare const CopyIcon: React.FC<IconProps>;
|
|
64
65
|
export declare const CreditCardIcon: React.FC<IconProps>;
|
|
65
66
|
export declare const CropIcon: React.FC<IconProps>;
|
|
67
|
+
export declare const DatabaseIcon: React.FC<IconProps>;
|
|
66
68
|
export declare const DesktopIcon: React.FC<IconProps>;
|
|
67
69
|
export declare const DiscountCircleIcon: React.FC<IconProps>;
|
|
68
70
|
export declare const DisketteIcon: React.FC<IconProps>;
|
|
@@ -87,7 +89,9 @@ export declare const FingerprintIcon: React.FC<IconProps>;
|
|
|
87
89
|
export declare const FireIcon: React.FC<IconProps>;
|
|
88
90
|
export declare const FlagIcon: React.FC<IconProps>;
|
|
89
91
|
export declare const FolderIcon: React.FC<IconProps>;
|
|
92
|
+
export declare const FontColorIcon: React.FC<IconProps>;
|
|
90
93
|
export declare const FontIcon: React.FC<IconProps>;
|
|
94
|
+
export declare const FooterIcon: React.FC<IconProps>;
|
|
91
95
|
export declare const ForbiddenIcon: React.FC<IconProps>;
|
|
92
96
|
export declare const GenerativePencilIcon: React.FC<IconProps>;
|
|
93
97
|
export declare const GenerativeStarsIcon: React.FC<IconProps>;
|
|
@@ -97,6 +101,7 @@ export declare const GlassesIcon: React.FC<IconProps>;
|
|
|
97
101
|
export declare const GlobeIcon: React.FC<IconProps>;
|
|
98
102
|
export declare const GoogleIcon: React.FC<IconProps>;
|
|
99
103
|
export declare const GuitarIcon: React.FC<IconProps>;
|
|
104
|
+
export declare const HeaderIcon: React.FC<IconProps>;
|
|
100
105
|
export declare const HeartIcon: React.FC<IconProps>;
|
|
101
106
|
export declare const HistoryIcon: React.FC<IconProps>;
|
|
102
107
|
export declare const HomeIcon: React.FC<IconProps>;
|
|
@@ -104,6 +109,7 @@ export declare const HorizontalPaddingIcon: React.FC<IconProps>;
|
|
|
104
109
|
export declare const HorizontalSpacingIcon: React.FC<IconProps>;
|
|
105
110
|
export declare const IaCoinIcon: React.FC<IconProps>;
|
|
106
111
|
export declare const IdCardIcon: React.FC<IconProps>;
|
|
112
|
+
export declare const ImageTextIcon: React.FC<IconProps>;
|
|
107
113
|
export declare const InfoCircleIcon: React.FC<IconProps>;
|
|
108
114
|
export declare const InstagramIcon: React.FC<IconProps>;
|
|
109
115
|
export declare const InvoiceIcon: React.FC<IconProps>;
|
|
@@ -125,8 +131,10 @@ export declare const MailIcon: React.FC<IconProps>;
|
|
|
125
131
|
export declare const MarginIcon: React.FC<IconProps>;
|
|
126
132
|
export declare const MarketingIcon: React.FC<IconProps>;
|
|
127
133
|
export declare const MateIcon: React.FC<IconProps>;
|
|
134
|
+
export declare const MaxHeightIcon: React.FC<IconProps>;
|
|
128
135
|
export declare const MenuIcon: React.FC<IconProps>;
|
|
129
136
|
export declare const MetaIcon: React.FC<IconProps>;
|
|
137
|
+
export declare const MetafieldIcon: React.FC<IconProps>;
|
|
130
138
|
export declare const MicrophoneIcon: React.FC<IconProps>;
|
|
131
139
|
export declare const MiddleAlignmentIcon: React.FC<IconProps>;
|
|
132
140
|
export declare const MobileIcon: React.FC<IconProps>;
|
|
@@ -148,6 +156,7 @@ export declare const PrinterIcon: React.FC<IconProps>;
|
|
|
148
156
|
export declare const PyramidIcon: React.FC<IconProps>;
|
|
149
157
|
export declare const QrCodeIcon: React.FC<IconProps>;
|
|
150
158
|
export declare const QuestionCircleIcon: React.FC<IconProps>;
|
|
159
|
+
export declare const QuoteIcon: React.FC<IconProps>;
|
|
151
160
|
export declare const RealIcon: React.FC<IconProps>;
|
|
152
161
|
export declare const RedoIcon: React.FC<IconProps>;
|
|
153
162
|
export declare const RemoveFormatIcon: React.FC<IconProps>;
|
|
@@ -163,6 +172,7 @@ export declare const SidebarIcon: React.FC<IconProps>;
|
|
|
163
172
|
export declare const SizeHeightIcon: React.FC<IconProps>;
|
|
164
173
|
export declare const SizeWidthIcon: React.FC<IconProps>;
|
|
165
174
|
export declare const SlidersIcon: React.FC<IconProps>;
|
|
175
|
+
export declare const SlideshowIcon: React.FC<IconProps>;
|
|
166
176
|
export declare const SpacingIcon: React.FC<IconProps>;
|
|
167
177
|
export declare const StarIcon: React.FC<IconProps>;
|
|
168
178
|
export declare const StatsIcon: React.FC<IconProps>;
|
|
@@ -187,6 +197,7 @@ export declare const TransferPesoIcon: React.FC<IconProps>;
|
|
|
187
197
|
export declare const TransferRealIcon: React.FC<IconProps>;
|
|
188
198
|
export declare const TrashIcon: React.FC<IconProps>;
|
|
189
199
|
export declare const TruckIcon: React.FC<IconProps>;
|
|
200
|
+
export declare const UnderlineIcon: React.FC<IconProps>;
|
|
190
201
|
export declare const UndoIcon: React.FC<IconProps>;
|
|
191
202
|
export declare const UniversityIcon: React.FC<IconProps>;
|
|
192
203
|
export declare const UploadIcon: React.FC<IconProps>;
|
|
@@ -196,6 +207,8 @@ export declare const UserIcon: React.FC<IconProps>;
|
|
|
196
207
|
export declare const VerticalPaddingIcon: React.FC<IconProps>;
|
|
197
208
|
export declare const VerticalSpacingIcon: React.FC<IconProps>;
|
|
198
209
|
export declare const VerticalStacksIcon: React.FC<IconProps>;
|
|
210
|
+
export declare const VideoTextIcon: React.FC<IconProps>;
|
|
211
|
+
export declare const VideoIcon: React.FC<IconProps>;
|
|
199
212
|
export declare const VoiceIcon: React.FC<IconProps>;
|
|
200
213
|
export declare const VolumeIcon: React.FC<IconProps>;
|
|
201
214
|
export declare const WalletIcon: React.FC<IconProps>;
|