@ctlyst.id/internal-ui 2.0.29-canary.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,7 +77,7 @@ declare const LoaderStyle: {
77
77
  [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
78
78
  } | undefined;
79
79
  defaultProps?: {
80
- size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
80
+ size?: "lg" | "xs" | "sm" | "md" | "xl" | "xxl" | undefined;
81
81
  variant?: string | number | undefined;
82
82
  colorScheme?: string | undefined;
83
83
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "2.0.29-canary.1",
3
+ "version": "2.1.0",
4
4
  "description": "Voila Internal UI Component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/internal-ui.esm.js",
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@babel/core": "^7.15.0",
55
55
  "@babel/preset-typescript": "^7.18.6",
56
- "@ctlyst.id/ctlyst-theme": "^0.0.1-canary.1",
56
+ "@ctlyst.id/ctlyst-theme": "^0.0.1",
57
57
  "@emotion/core": "^11.0.0",
58
58
  "@emotion/react": "^11.9.3",
59
59
  "@emotion/styled": "^11.9.3",
@@ -67,5 +67,5 @@
67
67
  "framer-motion": "^6.3.13",
68
68
  "jest": "^26.6.3"
69
69
  },
70
- "gitHead": "33277ec811ca2d0a596eef2dc33e0f608a6c6865"
70
+ "gitHead": "87644ab2926a5459996fb4a02294240aac570702"
71
71
  }