@huntsman-cancer-institute/icon 17.11.5 → 17.11.7

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/index.d.ts CHANGED
@@ -69,6 +69,11 @@ declare var iconList: {
69
69
  iconName: string;
70
70
  icon: (string | number | any[])[];
71
71
  };
72
+ hciAws: {
73
+ prefix: string;
74
+ iconName: string;
75
+ icon: (string | number | any[])[];
76
+ };
72
77
  hciBackArrowLeft: {
73
78
  prefix: string;
74
79
  iconName: string;
@@ -189,6 +194,21 @@ declare var iconList: {
189
194
  iconName: string;
190
195
  icon: (string | number | any[])[];
191
196
  };
197
+ hciCodeIcon: {
198
+ prefix: string;
199
+ iconName: string;
200
+ icon: (string | number | any[])[];
201
+ };
202
+ hciCodeRibbonBg: {
203
+ prefix: string;
204
+ iconName: string;
205
+ icon: (string | number | any[])[];
206
+ };
207
+ hciCodeRibbon: {
208
+ prefix: string;
209
+ iconName: string;
210
+ icon: (string | number | any[])[];
211
+ };
192
212
  hciConsentHexOpen: {
193
213
  prefix: string;
194
214
  iconName: string;
@@ -224,6 +244,21 @@ declare var iconList: {
224
244
  iconName: string;
225
245
  icon: (string | number | any[])[];
226
246
  };
247
+ hciDbgapViewIdent: {
248
+ prefix: string;
249
+ iconName: string;
250
+ icon: (string | number | any[])[];
251
+ };
252
+ hciDbgapViewLimited: {
253
+ prefix: string;
254
+ iconName: string;
255
+ icon: (string | number | any[])[];
256
+ };
257
+ hciDbgapView: {
258
+ prefix: string;
259
+ iconName: string;
260
+ icon: (string | number | any[])[];
261
+ };
227
262
  hciDesktopArrowUp: {
228
263
  prefix: string;
229
264
  iconName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huntsman-cancer-institute/icon",
3
- "version": "17.11.5",
3
+ "version": "17.11.7",
4
4
  "sideEffects": true,
5
5
  "repository": {
6
6
  "type": "git",
package/src/aws.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ export declare const hciAws: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const hciCodeIcon: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const hciCodeRibbonBg: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const hciCodeRibbon: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const hciDbgapViewIdent: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const hciDbgapViewLimited: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const hciDbgapView: {
2
+ prefix: string;
3
+ iconName: string;
4
+ icon: (string | number | any[])[];
5
+ };