@aveonline/ui-react 2.3.4 → 2.3.5

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.
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { IKind as IKindIcon } from '../..';
3
3
  import { IChildren } from '../../../types';
4
- declare type IKindFlag = 'default' | 'success' | 'warning' | 'error';
4
+ declare type IKindFlag = 'default' | 'success' | 'warning' | 'error' | 'active';
5
5
  interface IPropsFlag extends IChildren {
6
6
  icon?: IKindIcon;
7
7
  kind?: IKindFlag;
package/dist/ui-react.mjs CHANGED
@@ -30969,7 +30969,7 @@ function Cae({
30969
30969
  shadow: l = "basic",
30970
30970
  children: u
30971
30971
  }) {
30972
- const c = () => e === "default" ? "default" : e === "success" ? "success" : e === "warning" ? "warning" : e === "error" ? "critical" : "default", f = ee(
30972
+ const c = () => e === "default" ? "default" : e === "success" ? "success" : e === "warning" ? "warning" : e === "error" ? "critical" : e === "active" ? "primary" : "default", f = ee(
30973
30973
  {
30974
30974
  "max-w-[420px]": a === "lg" && !o,
30975
30975
  "max-w-[288px]": a === "sm" && !o,
@@ -30977,7 +30977,8 @@ function Cae({
30977
30977
  "bg-surface-default": e === "default",
30978
30978
  "bg-surface-success-subdued": e === "success",
30979
30979
  "bg-surface-warning-subdued": e === "warning",
30980
- "bg-surface-critical-subdued": e === "error"
30980
+ "bg-surface-critical-subdued": e === "error",
30981
+ "bg-surface-action-default": e === "active"
30981
30982
  },
30982
30983
  o
30983
30984
  );
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.3.4",
5
+ "version": "2.3.5",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"