@ds-mo/icons 0.7.3 → 1.0.0

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/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @ds-mo/icons
2
2
 
3
+ <!-- x-release-please-start-version -->
4
+ [![npm version](https://img.shields.io/badge/npm-1.0.0)](https://www.npmjs.com/package/@ds-mo/icons/v/0.7.3)
5
+ <!-- x-release-please-end-version -->
6
+
3
7
  IcoMo — **422 SVG icons** (390 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
4
8
 
5
9
  Part of the **ds-mo design system trilogy**: [@ds-mo/tokens](https://www.npmjs.com/package/@ds-mo/tokens) → **@ds-mo/icons** → [@ds-mo/ui](https://www.npmjs.com/package/@ds-mo/ui) (CompoMo).
@@ -105,7 +109,7 @@ Machine-readable icon list (for docs, agents, search indexes):
105
109
  ```ts
106
110
  import meta from '@ds-mo/icons/meta';
107
111
 
108
- meta.version // "0.5.0"
112
+ meta.version // e.g. "0.7.3" — matches package version
109
113
  meta.count // 422
110
114
  meta.categories // { system: {count:390,themeable:true}, flag: {count:32,themeable:false} }
111
115
  meta.icons // [{ name, category, kebab, aliases }, ...]
package/dist/meta.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.3",
2
+ "version": "1.0.0",
3
3
  "count": 422,
4
4
  "categories": {
5
5
  "system": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/icons",
3
- "version": "0.7.3",
3
+ "version": "1.0.0",
4
4
  "description": "IcoMo — 422 SVG icons (390 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
5
5
  "keywords": [
6
6
  "icons",
@@ -15,7 +15,7 @@
15
15
  "compomo",
16
16
  "ds-mo"
17
17
  ],
18
- "homepage": "https://github.com/zainadeel/icomo#readme",
18
+ "homepage": "https://zainadeel.github.io/icomo/",
19
19
  "bugs": "https://github.com/zainadeel/icomo/issues",
20
20
  "repository": {
21
21
  "type": "git",