@aveonline/ui-react 2.14.0 → 2.15.0

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,6 +1,6 @@
1
1
  import { IKind as IKindIcon } from '../..';
2
2
  import { IChildren } from '../../../types';
3
- declare type IKindFlag = 'default' | 'success' | 'warning' | 'error' | 'active';
3
+ declare type IKindFlag = 'default' | 'success' | 'warning' | 'error' | 'active' | 'subdued';
4
4
  interface IPropsFlag extends IChildren {
5
5
  icon?: IKindIcon;
6
6
  kind?: IKindFlag;
package/dist/ui-react.mjs CHANGED
@@ -13599,7 +13599,7 @@ function jue({
13599
13599
  shadow: l = "basic",
13600
13600
  children: u
13601
13601
  }) {
13602
- const c = () => e === "default" ? "default" : e === "success" ? "success" : e === "warning" ? "warning" : e === "error" ? "critical" : e === "active" ? "primary" : "default", f = ee(
13602
+ const c = () => e === "default" ? "default" : e === "success" ? "success" : e === "warning" ? "warning" : e === "error" ? "critical" : e === "active" ? "primary" : e === "subdued" ? "subdued" : "default", f = ee(
13603
13603
  {
13604
13604
  "max-w-[420px]": a === "lg" && !o,
13605
13605
  "max-w-[288px]": a === "sm" && !o,
@@ -13608,7 +13608,8 @@ function jue({
13608
13608
  "bg-surface-success-subdued": e === "success",
13609
13609
  "bg-surface-warning-subdued": e === "warning",
13610
13610
  "bg-surface-critical-subdued": e === "error",
13611
- "bg-surface-action-default": e === "active"
13611
+ "bg-surface-action-default": e === "active",
13612
+ "bg-surface-neutral-subdued": e === "subdued"
13612
13613
  },
13613
13614
  o
13614
13615
  );
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.14.0",
5
+ "version": "2.15.0",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"
@@ -56,7 +56,6 @@
56
56
  "@storybook/addon-essentials": "7.5.1",
57
57
  "@storybook/addon-interactions": "7.5.1",
58
58
  "@storybook/addon-links": "7.5.1",
59
- "@storybook/addon-mdx-gfm": "7.5.1",
60
59
  "@storybook/addons": "7.5.1",
61
60
  "@storybook/blocks": "7.5.1",
62
61
  "@storybook/react": "7.5.1",
@@ -109,11 +108,10 @@
109
108
  "react": "18.2.0",
110
109
  "react-dom": "18.2.0"
111
110
  },
112
- "packageManager": "pnpm@8.6.9",
113
111
  "engines": {
114
112
  "node": ">=18",
115
113
  "yarn": "please-use-pnpm",
116
- "pnpm": ">=8.0.0"
114
+ "pnpm": ">=9.0.0"
117
115
  },
118
116
  "config": {
119
117
  "commitizen": {