@haiilo/catalyst-react 5.2.3 → 5.4.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.
@@ -4,8 +4,10 @@ export declare const CatAlert: import("react").ForwardRefExoticComponent<JSX.Cat
4
4
  export declare const CatAvatar: import("react").ForwardRefExoticComponent<JSX.CatAvatar & Omit<import("react").HTMLAttributes<HTMLCatAvatarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatAvatarElement>>;
5
5
  export declare const CatBadge: import("react").ForwardRefExoticComponent<JSX.CatBadge & Omit<import("react").HTMLAttributes<HTMLCatBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatBadgeElement>>;
6
6
  export declare const CatButton: import("react").ForwardRefExoticComponent<JSX.CatButton & Omit<import("react").HTMLAttributes<HTMLCatButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatButtonElement>>;
7
+ export declare const CatButtonGroup: import("react").ForwardRefExoticComponent<JSX.CatButtonGroup & Omit<import("react").HTMLAttributes<HTMLCatButtonGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatButtonGroupElement>>;
7
8
  export declare const CatCard: import("react").ForwardRefExoticComponent<JSX.CatCard & Omit<import("react").HTMLAttributes<HTMLCatCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatCardElement>>;
8
9
  export declare const CatCheckbox: import("react").ForwardRefExoticComponent<JSX.CatCheckbox & Omit<import("react").HTMLAttributes<HTMLCatCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatCheckboxElement>>;
10
+ export declare const CatDatepicker: import("react").ForwardRefExoticComponent<JSX.CatDatepicker & Omit<import("react").HTMLAttributes<HTMLCatDatepickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatDatepickerElement>>;
9
11
  export declare const CatDropdown: import("react").ForwardRefExoticComponent<JSX.CatDropdown & Omit<import("react").HTMLAttributes<HTMLCatDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatDropdownElement>>;
10
12
  export declare const CatFormGroup: import("react").ForwardRefExoticComponent<JSX.CatFormGroup & Omit<import("react").HTMLAttributes<HTMLCatFormGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatFormGroupElement>>;
11
13
  export declare const CatIcon: import("react").ForwardRefExoticComponent<JSX.CatIcon & Omit<import("react").HTMLAttributes<HTMLCatIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatIconElement>>;
@@ -22,5 +24,6 @@ export declare const CatSpinner: import("react").ForwardRefExoticComponent<JSX.C
22
24
  export declare const CatTab: import("react").ForwardRefExoticComponent<JSX.CatTab & Omit<import("react").HTMLAttributes<HTMLCatTabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatTabElement>>;
23
25
  export declare const CatTabs: import("react").ForwardRefExoticComponent<JSX.CatTabs & Omit<import("react").HTMLAttributes<HTMLCatTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatTabsElement>>;
24
26
  export declare const CatTextarea: import("react").ForwardRefExoticComponent<JSX.CatTextarea & Omit<import("react").HTMLAttributes<HTMLCatTextareaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatTextareaElement>>;
27
+ export declare const CatTimepicker: import("react").ForwardRefExoticComponent<JSX.CatTimepicker & Omit<import("react").HTMLAttributes<HTMLCatTimepickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatTimepickerElement>>;
25
28
  export declare const CatToggle: import("react").ForwardRefExoticComponent<JSX.CatToggle & Omit<import("react").HTMLAttributes<HTMLCatToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatToggleElement>>;
26
29
  export declare const CatTooltip: import("react").ForwardRefExoticComponent<JSX.CatTooltip & Omit<import("react").HTMLAttributes<HTMLCatTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCatTooltipElement>>;
@@ -6,8 +6,10 @@ export const CatAlert = /*@__PURE__*/ createReactComponent('cat-alert');
6
6
  export const CatAvatar = /*@__PURE__*/ createReactComponent('cat-avatar');
7
7
  export const CatBadge = /*@__PURE__*/ createReactComponent('cat-badge');
8
8
  export const CatButton = /*@__PURE__*/ createReactComponent('cat-button');
9
+ export const CatButtonGroup = /*@__PURE__*/ createReactComponent('cat-button-group');
9
10
  export const CatCard = /*@__PURE__*/ createReactComponent('cat-card');
10
11
  export const CatCheckbox = /*@__PURE__*/ createReactComponent('cat-checkbox');
12
+ export const CatDatepicker = /*@__PURE__*/ createReactComponent('cat-datepicker');
11
13
  export const CatDropdown = /*@__PURE__*/ createReactComponent('cat-dropdown');
12
14
  export const CatFormGroup = /*@__PURE__*/ createReactComponent('cat-form-group');
13
15
  export const CatIcon = /*@__PURE__*/ createReactComponent('cat-icon');
@@ -24,6 +26,7 @@ export const CatSpinner = /*@__PURE__*/ createReactComponent('cat-spinner');
24
26
  export const CatTab = /*@__PURE__*/ createReactComponent('cat-tab');
25
27
  export const CatTabs = /*@__PURE__*/ createReactComponent('cat-tabs');
26
28
  export const CatTextarea = /*@__PURE__*/ createReactComponent('cat-textarea');
29
+ export const CatTimepicker = /*@__PURE__*/ createReactComponent('cat-timepicker');
27
30
  export const CatToggle = /*@__PURE__*/ createReactComponent('cat-toggle');
28
31
  export const CatTooltip = /*@__PURE__*/ createReactComponent('cat-tooltip');
29
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/stencil-generated/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAM7D,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,gBAAgB,CAAC,CAAC;AAC3H,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC;AAC9H,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,iBAAiB,CAAC,CAAC;AAC/H,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC;AAC9H,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,iBAAiB,CAAC,CAAC;AAC/H,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAA,oBAAoB,CAAwC,aAAa,CAAC,CAAC;AAClH,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAA,oBAAoB,CAAgC,SAAS,CAAC,CAAC;AAClG,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAA,oBAAoB,CAAwC,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/stencil-generated/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAM7D,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,kBAAkB,CAAC,CAAC;AACnI,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC;AAC9H,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,gBAAgB,CAAC,CAAC;AAC3H,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC;AAC9H,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,iBAAiB,CAAC,CAAC;AAC/H,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC;AAC9H,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,iBAAiB,CAAC,CAAC;AAC/H,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAA,oBAAoB,CAAwC,aAAa,CAAC,CAAC;AAClH,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAA,oBAAoB,CAAgC,SAAS,CAAC,CAAC;AAClG,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAA,oBAAoB,CAA8C,gBAAgB,CAAC,CAAC;AAC9H,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAA,oBAAoB,CAAwC,aAAa,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-react",
3
- "version": "5.2.3",
3
+ "version": "5.4.0",
4
4
  "description": "React wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -26,7 +26,7 @@
26
26
  "dist/"
27
27
  ],
28
28
  "dependencies": {
29
- "@haiilo/catalyst": "5.2.3"
29
+ "@haiilo/catalyst": "5.4.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "^18.0.0",