@cloudtower/eagle 0.27.40 → 0.27.43

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.
@@ -544,7 +544,8 @@ $fisheye-gray-060: #8e9aa9;
544
544
  $input-hover-index: 1;
545
545
  $eagle-table-form-header-index: 2;
546
546
  $table-header-index: 3;
547
-
547
+ $table-drag-index: 9;
548
+ $table-action-column-index:10;
548
549
  $text-neutral-primary: #00122E;
549
550
  $text-neutral-secondary: #2C3852BF;
550
551
  $text-neutral-tertiary: #2C385299;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudtower/eagle",
3
- "version": "0.27.40",
3
+ "version": "0.27.43",
4
4
  "main": "dist/umd/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -27,8 +27,8 @@
27
27
  "sync:color": "node tools/fetch-figma-color.js"
28
28
  },
29
29
  "dependencies": {
30
- "@cloudtower/icons-react": "0.27.40",
31
- "@cloudtower/parrot": "0.27.40",
30
+ "@cloudtower/icons-react": "0.27.43",
31
+ "@cloudtower/parrot": "0.27.43",
32
32
  "@cloudtower/rc-notification": "^4.6.1",
33
33
  "@linaria/core": "^4.2.2",
34
34
  "@linaria/react": "^4.3.0",
@@ -51,7 +51,7 @@
51
51
  "@babel/preset-env": "^7.22.15",
52
52
  "@babel/preset-react": "^7.22.15",
53
53
  "@babel/preset-typescript": "^7.22.15",
54
- "@cloudtower/icons": "0.27.40",
54
+ "@cloudtower/icons": "0.27.43",
55
55
  "@linaria/babel-preset": "4.4.3",
56
56
  "@linaria/rollup": "^4.1.5",
57
57
  "@linaria/vite": "^4.2.5",
@@ -115,5 +115,5 @@
115
115
  "vite": "^3.1.7",
116
116
  "vitest": "^0.24.1"
117
117
  },
118
- "gitHead": "4a65a4871521389e95081f8612f5f83508058c6a"
118
+ "gitHead": "061551af454b608c3b7fdf1efae2948955f0d30d"
119
119
  }