@nimbus-ds/icons 1.1.0 → 1.3.0-rc.1

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 CHANGED
@@ -2,11 +2,17 @@
2
2
 
3
3
  Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
4
4
 
5
+ ## 2023-02-23 `1.1.1`
6
+
7
+ ### 🎉 New icon
8
+
9
+ - Added apps-list icon. ([#168](https://github.com/TiendaNube/nimbus-design-system/pull/168) by [@diegopsilverio](https://github.com/diegopsilverio))
10
+
5
11
  ## 2023-02-23 `1.1.0`
6
12
 
7
13
  ### 🎉 New features
8
14
 
9
- - Added server side-rendering support to icons. ([#99](https://github.com/TiendaNube/nimbus-design-system/pull/99) by [@juniorconquista](https://github.com/juniorconquista))
15
+ - Added server side-rendering support to icons. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
10
16
 
11
17
  ## 2023-02-15 `1.0.0`
12
18
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated by dts-bundle-generator v7.1.0
1
+ // Generated by dts-bundle-generator v7.2.0
2
2
 
3
3
  import React from 'react';
4
4
  import { SVGProps } from 'react';
@@ -14,6 +14,7 @@ export declare const AccordionIcon: React.FC<IconProps>;
14
14
  export declare const AlignCenterIcon: React.FC<IconProps>;
15
15
  export declare const AlignLeftIcon: React.FC<IconProps>;
16
16
  export declare const AlignRightIcon: React.FC<IconProps>;
17
+ export declare const AppsListIcon: React.FC<IconProps>;
17
18
  export declare const AppsIcon: React.FC<IconProps>;
18
19
  export declare const ArchiveIcon: React.FC<IconProps>;
19
20
  export declare const ArrowLeftIcon: React.FC<IconProps>;
@@ -105,6 +106,7 @@ export declare const OrderedListIcon: React.FC<IconProps>;
105
106
  export declare const PencilIcon: React.FC<IconProps>;
106
107
  export declare const PictureIcon: React.FC<IconProps>;
107
108
  export declare const PlanetIcon: React.FC<IconProps>;
109
+ export declare const PlayIcon: React.FC<IconProps>;
108
110
  export declare const PlusCircleIcon: React.FC<IconProps>;
109
111
  export declare const PrinterIcon: React.FC<IconProps>;
110
112
  export declare const PyramidIcon: React.FC<IconProps>;