@dashadmin/dash-icons 1.3.26 → 1.3.28

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.
Files changed (2) hide show
  1. package/README.md +30 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # @dashadmin/dash-icons
2
+
3
+ > Icon set for Dash applications.
4
+
5
+ ## Overview
6
+
7
+ Shared SVG/React icon components used throughout the Dash UI.
8
+
9
+ ## Key exports & features
10
+
11
+ - Reusable icon components
12
+ - Consistent iconography
13
+
14
+ ## Installation
15
+
16
+ ```bash
17
+ # From the public npm registry
18
+ npm install @dashadmin/dash-icons
19
+
20
+ # Or the local Verdaccio registry (unscoped)
21
+ npm install dash-icons --registry http://localhost:4873
22
+ ```
23
+
24
+ ## Development & publishing
25
+
26
+ This package is part of the **dash-frontend-core** monorepo. See [`DEVELOPMENT.md`](../../DEVELOPMENT.md) for the source-modification workflow, local Verdaccio publishing, npm publishing and version-bump policy.
27
+
28
+ ---
29
+
30
+ _Part of the [Dash Framework](https://www.npmjs.com/org/dashadmin) · `@dashadmin` scope._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dashadmin/dash-icons",
3
- "version": "1.3.26",
3
+ "version": "1.3.28",
4
4
  "main": "dist/index.cjs",
5
5
  "type": "module",
6
6
  "files": [
@@ -61,6 +61,7 @@
61
61
  "@types/react-dom": "latest",
62
62
  "babel-loader": "latest",
63
63
  "eslint": "latest",
64
+ "@dashadmin/dash-eslint": "workspace:*",
64
65
  "eslint-config-airbnb": "latest",
65
66
  "eslint-config-airbnb-typescript": "latest",
66
67
  "eslint-config-prettier": "latest",
@@ -91,7 +92,6 @@
91
92
  "tsc": "latest",
92
93
  "tsc-alias": "latest",
93
94
  "typescript": "latest",
94
- "@dashadmin/dash-eslint": "workspace:*",
95
95
  "@dashadmin/dash-tsconfig": "workspace:*"
96
96
  },
97
97
  "module": "dist/index.js",