@cloudtower/eagle 0.34.17 → 0.34.18

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.
@@ -161,6 +161,8 @@ $fills-trans-terdiary-light: $gray-a60-3;
161
161
  $fills-trans-quaternary-light: $gray-a60-4;
162
162
  $fills-trans-quinary-light: $gray-a60-5;
163
163
 
164
+ $fill-outstanding-lighthover: #0088FF29;
165
+
164
166
  $text-primary-light: $gray-80;
165
167
  $text-secondary-light: $gray-a60-8;
166
168
  $text-terdiary-light: $gray-a60-7;
@@ -551,6 +553,7 @@ $table-header-index: 3;
551
553
  $table-drag-index: 9;
552
554
  $table-action-column-index:10;
553
555
 
556
+
554
557
  $text-neutral-primary: #00122E;
555
558
  $text-neutral-secondary: #2C3852BF;
556
559
  $text-neutral-tertiary: #2C385299;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudtower/eagle",
3
- "version": "0.34.17",
3
+ "version": "0.34.18",
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.34.17",
30
- "@cloudtower/parrot": "^0.34.17",
29
+ "@cloudtower/icons-react": "^0.34.18",
30
+ "@cloudtower/parrot": "^0.34.18",
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": "25c6ebeb62e93af0e006ca22307da54088b5f4f9"
116
+ "gitHead": "b81b3521077e44fb3fd5280cb59a9f373a56501f"
117
117
  }