@egov3/system-design 1.0.39 → 1.0.42

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,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const CardWrapperItem: ({ children, }: {
3
3
  children: React.ReactNode;
4
4
  }) => React.JSX.Element;
@@ -2,7 +2,7 @@ import type { StoryObj } from "@storybook/react";
2
2
  import React from "react";
3
3
  declare const meta: {
4
4
  title: string;
5
- component: ({ onFocus, onBlur, onChange, onEnterPress, value, inputLeftIcon, placeholder, className, style, isClearable, type, id, labelText, ariaLabel, focused, setFocused, }: import("../components/InputField").IInputFieldProps) => React.ReactNode;
5
+ component: React.ForwardRefExoticComponent<Omit<import("../components/InputField").IInputFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
6
6
  parameters: {
7
7
  layout: string;
8
8
  };
@@ -19,3 +19,4 @@ export declare const Default: Story;
19
19
  export declare const LeftIcon: Story;
20
20
  export declare const IsClearable: Story;
21
21
  export declare const Label: Story;
22
+ export declare const InputGroup: () => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const CreateArray: (n: number) => number[];
@@ -0,0 +1 @@
1
+ export declare const SetCharAt: (str: string, index: number, chr: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.0.39",
3
+ "version": "1.0.42",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "module": "dist/esm/index.js",
@@ -29,21 +29,20 @@
29
29
  "@babel/preset-env": "^7.16.4",
30
30
  "@babel/preset-react": "^7.16.0",
31
31
  "@babel/preset-typescript": "^7.16.0",
32
- "@chromatic-com/storybook": "3",
32
+ "@chromatic-com/storybook": "^3.2.4",
33
33
  "@mdx-js/react": "^2.1.2",
34
34
  "@rollup/plugin-commonjs": "^21.0.1",
35
35
  "@rollup/plugin-node-resolve": "^13.0.6",
36
36
  "@rollup/plugin-typescript": "^8.3.0",
37
- "@storybook/addon-actions": "^8.5.0-alpha.10",
38
- "@storybook/addon-essentials": "^8.5.0-alpha.10",
39
- "@storybook/addon-links": "^8.5.0-alpha.10",
40
- "@storybook/addon-mdx-gfm": "8.5.0-alpha.10",
41
- "@storybook/addon-webpack5-compiler-babel": "3.0.3",
42
- "@storybook/mdx2-csf": "^0.0.3",
37
+ "@storybook/addon-actions": "^8.5.2",
38
+ "@storybook/addon-essentials": "^8.5.2",
39
+ "@storybook/addon-links": "^8.5.2",
40
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
41
+ "@storybook/mdx2-csf": "^1.1.0",
43
42
  "@storybook/preset-scss": "^1.0.3",
44
- "@storybook/react": "^8.4.5",
45
- "@storybook/react-webpack5": "8.5.0-alpha.10",
46
- "@storybook/test": "^8.4.5",
43
+ "@storybook/react": "^8.5.2",
44
+ "@storybook/react-webpack5": "^8.5.2",
45
+ "@storybook/test": "^8.5.2",
47
46
  "@testing-library/react": "^13.3.0",
48
47
  "@types/jest": "^28.1.6",
49
48
  "@types/react": "^18.0.15",
@@ -62,7 +61,7 @@
62
61
  "rollup-plugin-postcss": "^4.0.1",
63
62
  "sass": "^1.43.5",
64
63
  "sass-loader": "^12.3.0",
65
- "storybook": "8.5.0-alpha.10",
64
+ "storybook": "^8.5.2",
66
65
  "style-loader": "^3.3.1",
67
66
  "typescript": "^4.7.4",
68
67
  "webpack": "^5"