@kwantis-id3/frontend-library 0.21.0-rc.0 → 0.21.0-rc.2

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.
@@ -57,4 +57,6 @@ export declare const MobileItemTitle: import("@emotion/styled").StyledComponent<
57
57
  export declare const ItemSpanValue: import("@emotion/styled").StyledComponent<{
58
58
  theme?: import("..").ThemeContextProps | undefined;
59
59
  as?: import("react").ElementType<any> | undefined;
60
+ } & {
61
+ $direction?: string | undefined;
60
62
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.21.0-rc.0",
3
+ "version": "0.21.0-rc.2",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "scriptsComments": {
6
6
  "storybook": "Starts storybook in development mode",
@@ -16,7 +16,8 @@
16
16
  "bump:major": "Bumps the version to the next major",
17
17
  "bump:prepatch": "Bumps the version to the next prepatch",
18
18
  "bump:preminor": "Bumps the version to the next preminor",
19
- "bump:premajor": "Bumps the version to the next premajor"
19
+ "bump:premajor": "Bumps the version to the next premajor",
20
+ "bump:rc": "Bumps the version to the next release candidate"
20
21
  },
21
22
  "scripts": {
22
23
  "storybook": "storybook dev -p 6006",
@@ -32,7 +33,8 @@
32
33
  "bump:major": "pnpm version major",
33
34
  "bump:prepatch": "pnpm version prepatch --preid=rc",
34
35
  "bump:preminor": "pnpm version preminor --preid=rc",
35
- "bump:premajor": "pnpm version premajor --preid=rc"
36
+ "bump:premajor": "pnpm version premajor --preid=rc",
37
+ "bump:rc": "pnpm version prerelease --preid=rc"
36
38
  },
37
39
  "author": {
38
40
  "name": "kwantis"