@nimbus-ds/icons 1.23.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 +6 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
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
|
+
|
|
5
11
|
## 2026-06-10 `1.22.0`
|
|
6
12
|
|
|
7
13
|
#### 🎉 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>;
|
|
@@ -190,6 +192,7 @@ export declare const TextSizeIcon: React.FC<IconProps>;
|
|
|
190
192
|
export declare const ThumbnailIcon: React.FC<IconProps>;
|
|
191
193
|
export declare const ThumbsDownIcon: React.FC<IconProps>;
|
|
192
194
|
export declare const ThumbsUpIcon: React.FC<IconProps>;
|
|
195
|
+
export declare const TicketIcon: React.FC<IconProps>;
|
|
193
196
|
export declare const TiendanubeIcon: React.FC<IconProps>;
|
|
194
197
|
export declare const TiktokIcon: React.FC<IconProps>;
|
|
195
198
|
export declare const ToolsIcon: React.FC<IconProps>;
|