@cloudtower/eagle 0.33.19 → 0.33.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudtower/eagle",
3
- "version": "0.33.19",
3
+ "version": "0.33.21",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "sync:color": "node tools/fetch-figma-color.js"
27
27
  },
28
28
  "dependencies": {
29
- "@cloudtower/icons-react": "^0.33.19",
30
- "@cloudtower/parrot": "^0.33.19",
29
+ "@cloudtower/icons-react": "^0.33.21",
30
+ "@cloudtower/parrot": "^0.33.21",
31
31
  "@cloudtower/rc-notification": "^4.6.1",
32
32
  "@linaria/core": "^4.2.2",
33
33
  "@linaria/react": "^4.3.0",
@@ -113,5 +113,5 @@
113
113
  "vite": "^4.5.1",
114
114
  "vitest": "^3.1.1"
115
115
  },
116
- "gitHead": "9507f18205bfa66e1aed440fee02c23170e8b513"
116
+ "gitHead": "c6a1bc87977d653d1032f2df377ff980cb934da2"
117
117
  }
@@ -1,5 +0,0 @@
1
- 'use strict';
2
-
3
- const CTModalFooterErrorStyle = "E_c4hgp0p";
4
-
5
- exports.CTModalFooterErrorStyle = CTModalFooterErrorStyle;
@@ -1,3 +0,0 @@
1
- const CTModalFooterErrorStyle = "E_c4hgp0p";
2
-
3
- export { CTModalFooterErrorStyle };
@@ -1 +0,0 @@
1
- export declare const CTModalFooterErrorStyle: import("@linaria/core").LinariaClassName;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import { CTModalFooterErrorProps } from "./CTModalFooterError.type";
3
- export declare const CTModalFooterError: React.FC<CTModalFooterErrorProps>;