@marigold/icons 1.2.60 → 1.2.61

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/dist/index.js +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  Accessible: () => Accessible,
34
34
  Add: () => Add,
35
35
  ArrowDown: () => ArrowDown,
@@ -149,7 +149,7 @@ __export(src_exports, {
149
149
  Wifi: () => Wifi,
150
150
  Zoom: () => Zoom
151
151
  });
152
- module.exports = __toCommonJS(src_exports);
152
+ module.exports = __toCommonJS(index_exports);
153
153
 
154
154
  // src/action/Cancel.tsx
155
155
  var import_react = __toESM(require("react"));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marigold/icons",
3
3
  "description": "Marigold Icons",
4
- "version": "1.2.60",
4
+ "version": "1.2.61",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "marigold",
@@ -22,10 +22,10 @@
22
22
  "directory": "packages/icons"
23
23
  },
24
24
  "dependencies": {
25
- "@marigold/system": "10.1.1"
25
+ "@marigold/system": "10.1.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "react": "18.x"
28
+ "react": "19.x"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsup": "8.3.5",