@elliemae/ds-icon 3.13.1-rc.1 → 3.13.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.
@@ -0,0 +1,9 @@
1
+ declare const ICONS_COLORS: {
2
+ NEUTRAL: string[];
3
+ WHITE: string[];
4
+ DANGER: string[];
5
+ WARNING: string[];
6
+ SUCCESS: string[];
7
+ PRIMARY: string[];
8
+ };
9
+ export default ICONS_COLORS;
@@ -0,0 +1,10 @@
1
+ declare const ICONS_SIZES: {
2
+ XXS: string;
3
+ XS: string;
4
+ S: string;
5
+ M: string;
6
+ L: string;
7
+ XL: string;
8
+ XXL: string;
9
+ };
10
+ export default ICONS_SIZES;
@@ -0,0 +1,22 @@
1
+ export { default as DSIconColors } from './DSIconColor';
2
+ export { default as DSIconSizes } from './DSIconSize';
3
+ declare const _default: {
4
+ DSIconColors: {
5
+ NEUTRAL: string[];
6
+ WHITE: string[];
7
+ DANGER: string[];
8
+ WARNING: string[];
9
+ SUCCESS: string[];
10
+ PRIMARY: string[];
11
+ };
12
+ DSIconSizes: {
13
+ XXS: string;
14
+ XS: string;
15
+ S: string;
16
+ M: string;
17
+ L: string;
18
+ XL: string;
19
+ XXL: string;
20
+ };
21
+ };
22
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icon",
3
- "version": "3.13.1-rc.1",
3
+ "version": "3.13.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icon",
6
6
  "files": [