@pcoi/icons 0.1.0 → 0.1.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/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // @pcoi/icons — CommonJS barrel export
3
- // Generated 2026-03-02
3
+ // Generated 2026-03-07
4
4
 
5
5
  const ArrowRightIcon = require("../src/react/ArrowRightIcon");
6
6
  module.exports.ArrowRightIcon = ArrowRightIcon.ArrowRightIcon || ArrowRightIcon.default;
package/build/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // @pcoi/icons — ES Module barrel export
2
- // Generated 2026-03-02
2
+ // Generated 2026-03-07
3
3
 
4
4
  export { ArrowRightIcon } from "../src/react/ArrowRightIcon";
5
5
  export { CheckIcon } from "../src/react/CheckIcon";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$description": "PCOI Icon Library Manifest",
3
- "$generated": "2026-03-02T23:41:19.473Z",
3
+ "$generated": "2026-03-07T17:32:06.370Z",
4
4
  "icons": [
5
5
  {
6
6
  "name": "ArrowRightIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcoi/icons",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "PCOI Design System — SVG icon library with React components",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.mjs",
@@ -24,7 +24,13 @@
24
24
  "peerDependencies": {
25
25
  "react": ">=18.0.0"
26
26
  },
27
- "keywords": ["icons", "pcoi", "design-system", "svg", "react"],
27
+ "keywords": [
28
+ "icons",
29
+ "pcoi",
30
+ "design-system",
31
+ "svg",
32
+ "react"
33
+ ],
28
34
  "license": "MIT",
29
35
  "sideEffects": false
30
36
  }