@ecoportal/icons 3.0.0 → 3.1.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/dist/components/AI/EpAIChatAi.d.ts +4 -0
- package/dist/components/AI/EpAIChatAi.d.ts.map +1 -0
- package/dist/components/AI/EpAIChatAi.js +1 -0
- package/dist/components/AI/EpAIFileAi.d.ts +4 -0
- package/dist/components/AI/EpAIFileAi.d.ts.map +1 -0
- package/dist/components/AI/EpAIFileAi.js +1 -0
- package/dist/components/AI/EpAILoopRight.d.ts +4 -0
- package/dist/components/AI/EpAILoopRight.d.ts.map +1 -0
- package/dist/components/AI/EpAILoopRight.js +1 -0
- package/dist/components/AI/EpAISearchAi.d.ts +4 -0
- package/dist/components/AI/EpAISearchAi.d.ts.map +1 -0
- package/dist/components/AI/EpAISearchAi.js +1 -0
- package/dist/components/AI/EpAISparklingLine.d.ts +4 -0
- package/dist/components/AI/EpAISparklingLine.d.ts.map +1 -0
- package/dist/components/AI/EpAISparklingLine.js +1 -0
- package/dist/components/AI/index.d.ts +6 -0
- package/dist/components/AI/index.d.ts.map +1 -0
- package/dist/components/AI/index.js +1 -0
- package/dist/components/Business/EpBusinessRadarChartLine.d.ts +4 -0
- package/dist/components/Business/EpBusinessRadarChartLine.d.ts.map +1 -0
- package/dist/components/Business/EpBusinessRadarChartLine.js +1 -0
- package/dist/components/Business/index.d.ts +1 -0
- package/dist/components/Business/index.d.ts.map +1 -1
- package/dist/components/Business/index.js +1 -1
- package/package.json +13 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecoportal/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Icons for the EcoPortal design system",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -235,6 +235,12 @@
|
|
|
235
235
|
"import": "./dist/components/Weather/index.js",
|
|
236
236
|
"require": "./dist/components/Weather/index.js",
|
|
237
237
|
"default": "./dist/components/Weather/index.js"
|
|
238
|
+
},
|
|
239
|
+
"./AI": {
|
|
240
|
+
"types": "./dist/components/AI/index.d.ts",
|
|
241
|
+
"import": "./dist/components/AI/index.js",
|
|
242
|
+
"require": "./dist/components/AI/index.js",
|
|
243
|
+
"default": "./dist/components/AI/index.js"
|
|
238
244
|
}
|
|
239
245
|
},
|
|
240
246
|
"typesVersions": {
|
|
@@ -352,6 +358,12 @@
|
|
|
352
358
|
],
|
|
353
359
|
"Weather/*": [
|
|
354
360
|
"./dist/components/Weather/*.d.ts"
|
|
361
|
+
],
|
|
362
|
+
"AI": [
|
|
363
|
+
"./dist/components/AI/index.d.ts"
|
|
364
|
+
],
|
|
365
|
+
"AI/*": [
|
|
366
|
+
"./dist/components/AI/*.d.ts"
|
|
355
367
|
]
|
|
356
368
|
}
|
|
357
369
|
},
|