@central-design-system/icons 1.0.0 → 1.0.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/cds-icons.d.ts +1 -1
- package/dist/icons/index.d.ts +1 -1
- package/package.json +6 -4
package/dist/cds-icons.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Automatically generated by CDS CLI
|
|
3
|
-
* Generated on 2/
|
|
3
|
+
* Generated on 2/21/2023, 8:44:59 PM
|
|
4
4
|
**/
|
|
5
5
|
import type { Plugin } from 'vue';
|
|
6
6
|
import { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
package/dist/icons/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@central-design-system/icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Icon pack for Central Design System on the Vue 3.0 and TypeScript",
|
|
5
5
|
"author": "magersoft",
|
|
6
6
|
"license": "ISC",
|
|
@@ -15,13 +15,15 @@
|
|
|
15
15
|
"require": "./dist/cds-icons.umd.js"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"files": [
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
19
21
|
"types": "./dist/cds-icons.d.ts",
|
|
20
22
|
"scripts": {
|
|
21
23
|
"build": "rimraf dist && vue-tsc --noEmit && vite build"
|
|
22
24
|
},
|
|
23
25
|
"peerDependencies": {
|
|
24
|
-
"vue": "3.2.
|
|
26
|
+
"vue": "3.2.47"
|
|
25
27
|
},
|
|
26
28
|
"devDependencies": {
|
|
27
29
|
"@types/node": "16.18.3",
|
|
@@ -31,7 +33,7 @@
|
|
|
31
33
|
"vite": "3.1.7",
|
|
32
34
|
"vite-plugin-dts": "1.6.5",
|
|
33
35
|
"vite-tsconfig-paths": "3.5.1",
|
|
34
|
-
"vue": "3.2.
|
|
36
|
+
"vue": "3.2.47",
|
|
35
37
|
"vue-tsc": "1.0.9"
|
|
36
38
|
}
|
|
37
39
|
}
|