@livechat/design-system-icons 1.15.0 → 1.16.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-icons",
3
- "version": "1.15.0",
3
+ "version": "1.16.3",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  "scripts": {
15
15
  "prebuild": "rimraf dist && rimraf lib && npm run prepareIcons && npm run createEntryConfig",
16
16
  "build": "tsc && vite build",
17
- "prepublishOnly": "npm run build && npm run updateExports",
17
+ "postbuild": "npm run updateExports",
18
18
  "updateExports": "node ./scripts/updateExports.js",
19
19
  "createEntryConfig": "node ./scripts/createEntryConfig.js",
20
20
  "prepareIcons": "svgr ./svg ",
@@ -597,6 +597,11 @@
597
597
  "require": "./dist/ChipCopilotMono.cjs.js",
598
598
  "types": "./dist/ChipCopilotMono.d.ts"
599
599
  },
600
+ "./ChipCopilotOutlined": {
601
+ "import": "./dist/ChipCopilotOutlined.es.js",
602
+ "require": "./dist/ChipCopilotOutlined.cjs.js",
603
+ "types": "./dist/ChipCopilotOutlined.d.ts"
604
+ },
600
605
  "./CircleMinus": {
601
606
  "import": "./dist/CircleMinus.es.js",
602
607
  "require": "./dist/CircleMinus.cjs.js",
@@ -812,6 +817,16 @@
812
817
  "require": "./dist/DirectionsFilled.cjs.js",
813
818
  "types": "./dist/DirectionsFilled.d.ts"
814
819
  },
820
+ "./Discount": {
821
+ "import": "./dist/Discount.es.js",
822
+ "require": "./dist/Discount.cjs.js",
823
+ "types": "./dist/Discount.d.ts"
824
+ },
825
+ "./DiscountFilled": {
826
+ "import": "./dist/DiscountFilled.es.js",
827
+ "require": "./dist/DiscountFilled.cjs.js",
828
+ "types": "./dist/DiscountFilled.d.ts"
829
+ },
815
830
  "./DismissChat": {
816
831
  "import": "./dist/DismissChat.es.js",
817
832
  "require": "./dist/DismissChat.cjs.js",
@@ -2218,5 +2233,5 @@
2218
2233
  "types": "./dist/index.d.ts"
2219
2234
  }
2220
2235
  },
2221
- "gitHead": "3fabb93f5ac80103ce1603e34a28833f5424f722"
2222
- }
2236
+ "gitHead": "f720b865d245cdbf0aad399b4180b2a61aa060e7"
2237
+ }