@cloudtower/eagle 0.27.32 → 0.27.35

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.
@@ -455,6 +455,7 @@ $fill-positive-light:$green-a10;
455
455
  $fill-neutral-trans-2:$gray-a60-2;
456
456
  $fill-neutral-trans-1:$gray-a60-1;
457
457
  $fill-outstanding-base:$blue-60;
458
+ $fill-outstanding-light-active: rgba(0, 136, 255, 0.20);
458
459
  $fill-serious-base:$red-60;
459
460
  $fill-notice-base:$yellow-60;
460
461
  $fill-positive-base:$green-60;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloudtower/eagle",
3
- "version": "0.27.32",
3
+ "version": "0.27.35",
4
4
  "main": "dist/umd/index.js",
5
5
  "module": "./dist/esm/index.js",
6
- "types": "dist/index.d.ts",
6
+ "types": "dist/src/index.d.ts",
7
7
  "files": [
8
8
  "dist",
9
9
  "antd"
@@ -28,8 +28,8 @@
28
28
  "build-storybook": "storybook build"
29
29
  },
30
30
  "dependencies": {
31
- "@cloudtower/icons-react": "0.27.32",
32
- "@cloudtower/parrot": "0.27.32",
31
+ "@cloudtower/icons-react": "0.27.35",
32
+ "@cloudtower/parrot": "0.27.35",
33
33
  "@cloudtower/rc-notification": "^4.6.1",
34
34
  "@linaria/core": "^4.2.2",
35
35
  "@linaria/react": "^4.3.0",
@@ -52,7 +52,7 @@
52
52
  "@babel/preset-env": "^7.22.15",
53
53
  "@babel/preset-react": "^7.22.15",
54
54
  "@babel/preset-typescript": "^7.22.15",
55
- "@cloudtower/icons": "0.27.32",
55
+ "@cloudtower/icons": "0.27.35",
56
56
  "@linaria/babel-preset": "4.4.3",
57
57
  "@linaria/rollup": "^4.1.5",
58
58
  "@linaria/vite": "^4.2.5",
@@ -113,5 +113,5 @@
113
113
  "vite": "^3.1.7",
114
114
  "vitest": "^0.24.1"
115
115
  },
116
- "gitHead": "c41055e264cb24b5c2962bcd2d7cfe25d8e1492f"
116
+ "gitHead": "c0d9c6d5b32fee5f3d4aae56ca61fb47e59b039d"
117
117
  }
@@ -1,6 +0,0 @@
1
- import type { StoryObj, Meta } from "@storybook/react";
2
- import UIKitProvider from "../../UIKitProvider";
3
- declare const meta: Meta<typeof UIKitProvider>;
4
- type Story = StoryObj<typeof UIKitProvider>;
5
- export declare const Chinese: Story;
6
- export default meta;