@arc-ui/icons 12.0.0-beta.19 → 12.0.0-beta.20

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.
@@ -599,4 +599,4 @@ export const iconNames = [
599
599
  "BtIconWorkstationFill",
600
600
  "BtIconsChevronLeftMid",
601
601
  "BtIconsChevronRightMid",
602
- ];
602
+ ] as const;
@@ -616,4 +616,4 @@ export const iconNames = [
616
616
  "EeIconZoomOutFill",
617
617
  "EeIconESim",
618
618
  "EeIconESimFill",
619
- ];
619
+ ] as const;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/icons",
3
- "version": "12.0.0-beta.19",
3
+ "version": "12.0.0-beta.20",
4
4
  "homepage": "https://ui.digital-ent-int.bt.com",
5
5
  "author": "BT Business Digital UI Team <ui-digital-ent-int@bt.com>",
6
6
  "main": "./lib/index.cjs",
@@ -57,7 +57,7 @@
57
57
  "svgo": "^3.3.2",
58
58
  "ts-node": "^10.9.2",
59
59
  "typescript": "5.6.3",
60
- "@arc-ui/eslint-config": "^12.0.0-beta.19"
60
+ "@arc-ui/eslint-config": "^12.0.0-beta.20"
61
61
  },
62
62
  "scripts": {
63
63
  "lint:ts": "eslint .",