@nimbus-ds/icons 1.21.0 → 1.24.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 +12 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
|
|
4
4
|
|
|
5
|
+
## 2026-06-12 `1.23.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Adds `editing-columns` icon. ([#468](https://github.com/TiendaNube/nimbus-design-system/pull/468) by [@lucascarbonelli](https://github.com/lucascarbonelli))
|
|
10
|
+
|
|
11
|
+
## 2026-06-10 `1.22.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- Adds `openai` icon. ([#466](https://github.com/TiendaNube/nimbus-design-system/pull/466) by [@lucascarbonelli](https://github.com/lucascarbonelli))
|
|
16
|
+
|
|
5
17
|
## 2026-03-16 `1.21.0`
|
|
6
18
|
|
|
7
19
|
#### 🎉 New features
|
package/dist/index.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export declare const CashierIcon: React.FC<IconProps>;
|
|
|
50
50
|
export declare const ChatDotsIcon: React.FC<IconProps>;
|
|
51
51
|
export declare const CheckCircleIcon: React.FC<IconProps>;
|
|
52
52
|
export declare const CheckIcon: React.FC<IconProps>;
|
|
53
|
+
export declare const ChecklistIcon: React.FC<IconProps>;
|
|
53
54
|
export declare const ChevronDownIcon: React.FC<IconProps>;
|
|
54
55
|
export declare const ChevronLeftIcon: React.FC<IconProps>;
|
|
55
56
|
export declare const ChevronRightIcon: React.FC<IconProps>;
|
|
@@ -77,6 +78,7 @@ export declare const DrumsIcon: React.FC<IconProps>;
|
|
|
77
78
|
export declare const DuplicateIcon: React.FC<IconProps>;
|
|
78
79
|
export declare const EcosystemIcon: React.FC<IconProps>;
|
|
79
80
|
export declare const EditIcon: React.FC<IconProps>;
|
|
81
|
+
export declare const EditingColumnsIcon: React.FC<IconProps>;
|
|
80
82
|
export declare const EllipsisIcon: React.FC<IconProps>;
|
|
81
83
|
export declare const ExclamationCircleIcon: React.FC<IconProps>;
|
|
82
84
|
export declare const ExclamationTriangleIcon: React.FC<IconProps>;
|
|
@@ -143,6 +145,7 @@ export declare const MoonIcon: React.FC<IconProps>;
|
|
|
143
145
|
export declare const NotificationIcon: React.FC<IconProps>;
|
|
144
146
|
export declare const ObeliskIcon: React.FC<IconProps>;
|
|
145
147
|
export declare const OnlineStoreIcon: React.FC<IconProps>;
|
|
148
|
+
export declare const OpenaiIcon: React.FC<IconProps>;
|
|
146
149
|
export declare const OrderedListIcon: React.FC<IconProps>;
|
|
147
150
|
export declare const PaperPlaneIcon: React.FC<IconProps>;
|
|
148
151
|
export declare const PencilIcon: React.FC<IconProps>;
|
|
@@ -189,6 +192,7 @@ export declare const TextSizeIcon: React.FC<IconProps>;
|
|
|
189
192
|
export declare const ThumbnailIcon: React.FC<IconProps>;
|
|
190
193
|
export declare const ThumbsDownIcon: React.FC<IconProps>;
|
|
191
194
|
export declare const ThumbsUpIcon: React.FC<IconProps>;
|
|
195
|
+
export declare const TicketIcon: React.FC<IconProps>;
|
|
192
196
|
export declare const TiendanubeIcon: React.FC<IconProps>;
|
|
193
197
|
export declare const TiktokIcon: React.FC<IconProps>;
|
|
194
198
|
export declare const ToolsIcon: React.FC<IconProps>;
|