@aveonline/ui-react 2.23.0 → 2.23.1

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
  import { FocusEvent, MouseEvent } from 'react';
2
2
  export declare type ISize = 'sm' | 'md' | 'lg';
3
3
  export declare type IColor = 'success' | 'warning' | 'disabled' | 'active' | 'hovered' | 'subdued' | 'default' | 'critical' | 'primary' | 'on' | 'pressed';
4
- export declare type IKind = 'shipping' | 'home' | 'menu' | 'notifications' | 'novelty' | 'help' | 'see-more' | 'info' | 'alert' | 'eye' | 'date' | 'search' | 'delete' | 'more-less' | 'down' | 'up' | 'back' | 'front' | 'major-minor' | 'minor-major' | 'create' | 'success' | 'error' | 'less' | 'joke' | 'shipments' | 'padlock' | 'new' | 'average-unit' | 'average-guide' | 'percentage' | 'download' | 'upload' | 'file' | 'thin-back' | 'thin-front' | 'page-back' | 'page-front' | 'print' | 'more' | 'shipping-ratio' | 'reports' | 'courier' | 'pickup' | 'grin-wink' | 'circle-dollar-to-slot' | 'money' | 'trash' | 'start' | 'edit' | 'copy' | 'menu-line' | 'menu-square' | 'net' | 'arrow-rotate' | 'location' | 'search-alert' | 'visa' | 'mastercard' | 'build' | 'position' | 'transport' | 'presentation' | 'sendbox' | 'whastapp-fill-green' | 'whastapp' | undefined;
4
+ export declare type IKind = 'shipping' | 'home' | 'menu' | 'notifications' | 'novelty' | 'help' | 'see-more' | 'info' | 'alert' | 'eye' | 'date' | 'search' | 'delete' | 'more-less' | 'down' | 'up' | 'back' | 'front' | 'major-minor' | 'minor-major' | 'create' | 'success' | 'error' | 'less' | 'joke' | 'shipments' | 'padlock' | 'new' | 'average-unit' | 'average-guide' | 'percentage' | 'download' | 'upload' | 'file' | 'thin-back' | 'thin-front' | 'page-back' | 'page-front' | 'print' | 'more' | 'shipping-ratio' | 'reports' | 'courier' | 'pickup' | 'grin-wink' | 'circle-dollar-to-slot' | 'money' | 'trash' | 'start' | 'edit' | 'copy' | 'menu-line' | 'menu-square' | 'net' | 'arrow-rotate' | 'location' | 'search-alert' | 'visa' | 'mastercard' | 'build' | 'position' | 'transport' | 'presentation' | 'sendbox' | 'whatsapp-fill-green' | 'whatsapp' | undefined;
5
5
  interface IconProps {
6
6
  /**
7
7
  * Sizes availables
package/dist/ui-react.mjs CHANGED
@@ -3397,7 +3397,7 @@ function ut({
3397
3397
  fill: "#00A81C"
3398
3398
  }
3399
3399
  ) });
3400
- case "whastapp":
3400
+ case "whatsapp":
3401
3401
  return /* @__PURE__ */ A.jsx(Fe, { ...n, viewBox: "0 0 16 16", children: /* @__PURE__ */ A.jsx(
3402
3402
  "path",
3403
3403
  {
@@ -3406,7 +3406,7 @@ function ut({
3406
3406
  fill: "#12953E"
3407
3407
  }
3408
3408
  ) });
3409
- case "whastapp-fill-green":
3409
+ case "whatsapp-fill-green":
3410
3410
  return /* @__PURE__ */ A.jsxs(Fe, { ...n, viewBox: "0 0 24 24", children: [
3411
3411
  /* @__PURE__ */ A.jsx("rect", { width: "24", height: "24", rx: "6", fill: "#12953E" }),
3412
3412
  /* @__PURE__ */ A.jsx(
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.23.0",
5
+ "version": "2.23.1",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"