@aveonline/ui-react 2.30.7 → 2.30.8

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.
@@ -112,6 +112,7 @@ module.exports = {
112
112
  active: 'var(--colors-surface-active)',
113
113
  pressed: 'var(--colors-surface-pressed)',
114
114
  disabled: 'var(--colors-surface-disabled)',
115
+ brand: 'var(--colors-surface-brand)',
115
116
  action: {
116
117
  default: 'var(--colors-surface-action-default)',
117
118
  subdued: 'var(--colors-surface-action-subdued)',
package/dist/tokens.css CHANGED
@@ -111,6 +111,7 @@
111
111
  --colors-icon-hovered: #42484eff;
112
112
  --colors-icon-subdued: #a1a1a1ff;
113
113
  --colors-icon-default: #61666bff;
114
+ --colors-icon-brand: #5F24F1;
114
115
  --colors-interactive-critical-disabled: #ce9ea2ff;
115
116
  --colors-interactive-critical-active: #6c0f00ff;
116
117
  --colors-interactive-critical-hovered: #c12929ff;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "2.30.7",
5
+ "version": "2.30.8",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"