Skip to content

Commit 3e49783

Browse files
committed
fix: revert removing main key until other upstream updates are merged down; update .gitignore and .eslintignore rules as temp workaround to failing the build with these updates
1 parent 9624370 commit 3e49783

File tree

4 files changed

+129
-0
lines changed

4 files changed

+129
-0
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ packages/uikit-critical-css-webpack-plugin/**
1010
packages/uikit-prerenderer/**
1111
packages/uikit-prerender-spa-plugin/**
1212

13+
# @todo: remove once https://github.com/boltdesignsystem/bolt/pull/1602 ships
14+
packages/components/bolt-icons/src/index.js
15+
1316
# compiled via build scripts -- need to exclude from validation rules
1417
packages/components/bolt-icons/src/icons/**
1518

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ cache
1212
*.psd
1313
*.tmp
1414

15+
# @todo: remove once https://github.com/boltdesignsystem/bolt/pull/1602 ships
16+
packages/components/bolt-icons/src/icons/*
17+
1518
# Generated by npm@5, but project currently uses Yarn
1619
package-lock.json
1720

packages/components/bolt-icons/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"dependencies": {
2020
"@bolt/core": "^2.12.0"
2121
},
22+
"main": "src/index.js",
2223
"gitHead": "d41aa75ae3d195d9d7fb3952eed5e0ae80988133"
2324
}
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
export * from './icons/academy';
2+
export * from './icons/add-open';
3+
export * from './icons/add-solid';
4+
export * from './icons/agile';
5+
export * from './icons/app-development';
6+
export * from './icons/app-exchange';
7+
export * from './icons/arrow-left';
8+
export * from './icons/asset-data';
9+
export * from './icons/asset-infographic';
10+
export * from './icons/asset-interactive';
11+
export * from './icons/asset-link';
12+
export * from './icons/asset-media';
13+
export * from './icons/asset-podcast';
14+
export * from './icons/asset-presentation';
15+
export * from './icons/asset-text';
16+
export * from './icons/asset-video';
17+
export * from './icons/bolt-logo-colored';
18+
export * from './icons/brand-operations';
19+
export * from './icons/calendar';
20+
export * from './icons/careers';
21+
export * from './icons/case-management';
22+
export * from './icons/chart-bar';
23+
export * from './icons/check';
24+
export * from './icons/check-circle';
25+
export * from './icons/check-solid';
26+
export * from './icons/chevron-down';
27+
export * from './icons/chevron-left';
28+
export * from './icons/chevron-right';
29+
export * from './icons/chevron-up';
30+
export * from './icons/close';
31+
export * from './icons/close-circled';
32+
export * from './icons/close-open';
33+
export * from './icons/close-solid';
34+
export * from './icons/cloud';
35+
export * from './icons/co-browse';
36+
export * from './icons/communications';
37+
export * from './icons/copy-to-clipboard';
38+
export * from './icons/credit-card';
39+
export * from './icons/customer-decision-hub';
40+
export * from './icons/customer-onboarding';
41+
export * from './icons/customer-service';
42+
export * from './icons/data-integrations';
43+
export * from './icons/documentation';
44+
export * from './icons/download';
45+
export * from './icons/email';
46+
export * from './icons/energy';
47+
export * from './icons/entertainment';
48+
export * from './icons/exclamation';
49+
export * from './icons/exit-full-screen';
50+
export * from './icons/external-link';
51+
export * from './icons/eye';
52+
export * from './icons/eye-off';
53+
export * from './icons/face-happy';
54+
export * from './icons/face-sad';
55+
export * from './icons/facebook';
56+
export * from './icons/facebook-solid';
57+
export * from './icons/field-service';
58+
export * from './icons/field-service-gray';
59+
export * from './icons/filter';
60+
export * from './icons/financial';
61+
export * from './icons/full-screen';
62+
export * from './icons/github';
63+
export * from './icons/global';
64+
export * from './icons/government';
65+
export * from './icons/healthcare';
66+
export * from './icons/hospitality';
67+
export * from './icons/industries';
68+
export * from './icons/info-open';
69+
export * from './icons/info-solid';
70+
export * from './icons/insurance';
71+
export * from './icons/integration';
72+
export * from './icons/intelligent-virtual-assistant';
73+
export * from './icons/java';
74+
export * from './icons/knowledgebase';
75+
export * from './icons/launchpad';
76+
export * from './icons/life-sciences';
77+
export * from './icons/linkedin';
78+
export * from './icons/linkedin-solid';
79+
export * from './icons/lock';
80+
export * from './icons/manufacturing';
81+
export * from './icons/map-pin';
82+
export * from './icons/map-pin-solid';
83+
export * from './icons/marketing';
84+
export * from './icons/marketing-gray';
85+
export * from './icons/menu';
86+
export * from './icons/minus-open';
87+
export * from './icons/minus-solid';
88+
export * from './icons/mobility';
89+
export * from './icons/more';
90+
export * from './icons/omni-channel';
91+
export * from './icons/partners';
92+
export * from './icons/pencil';
93+
export * from './icons/platform';
94+
export * from './icons/podcast';
95+
export * from './icons/print';
96+
export * from './icons/product';
97+
export * from './icons/product-delivery';
98+
export * from './icons/refresh';
99+
export * from './icons/reporting';
100+
export * from './icons/retail';
101+
export * from './icons/robo-auto';
102+
export * from './icons/sales-automation';
103+
export * from './icons/scalability';
104+
export * from './icons/search';
105+
export * from './icons/share';
106+
export * from './icons/star-solid';
107+
export * from './icons/support';
108+
export * from './icons/system-admin';
109+
export * from './icons/training';
110+
export * from './icons/transportation';
111+
export * from './icons/twitter';
112+
export * from './icons/twitter-solid';
113+
export * from './icons/unlock';
114+
export * from './icons/upload';
115+
export * from './icons/user';
116+
export * from './icons/user-interface';
117+
export * from './icons/video';
118+
export * from './icons/vision';
119+
export * from './icons/warning';
120+
export * from './icons/watch';
121+
export * from './icons/workforce-intelligence';
122+
export * from './icons/youtube-solid';

0 commit comments

Comments
 (0)