@caspeco/casper-ui-library 9.0.0-alpha.1 → 9.0.0-alpha.3

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,16 +1,16 @@
1
1
  import { isTouchScreenDevice as d } from "../../theme/theme-helper.js";
2
- import { ThemeColorToken as r, ThemeBorderToken as o, ThemeSpaceToken as n, ThemeRadiusToken as l, ThemeFontToken as t } from "../../theme/theme-tokens.js";
2
+ import { ThemeColorToken as r, ThemeBorderToken as o, ThemeSpaceToken as a, ThemeRadiusToken as l, ThemeFontToken as t } from "../../theme/theme-tokens.js";
3
3
  import { ThemeColorVariable as e } from "../../theme/theme-types.js";
4
4
  import { defineRecipe as i } from "@chakra-ui/react";
5
- const a = {
5
+ const n = {
6
6
  fontFamily: t.Body,
7
7
  color: r.OnSurface,
8
8
  border: o.XSmall,
9
9
  borderColor: r.OnSurfaceBorder,
10
10
  background: r.Surface,
11
11
  borderRadius: l.Small,
12
- paddingX: n.Medium,
13
- paddingY: "12px",
12
+ paddingX: a.Small,
13
+ paddingY: a.Small,
14
14
  width: "100%",
15
15
  minHeight: "5rem",
16
16
  lineHeight: "1.375",
@@ -47,7 +47,7 @@ const a = {
47
47
  boxShadow: `0 0 0 4px ${e.InfoContainer}`
48
48
  }
49
49
  }, c = {
50
- ...a,
50
+ ...n,
51
51
  border: o.XSmall,
52
52
  borderColor: "transparent",
53
53
  _hover: void 0,
@@ -84,7 +84,7 @@ const a = {
84
84
  }, f = i({
85
85
  variants: {
86
86
  variant: {
87
- unstyled: a,
87
+ unstyled: n,
88
88
  ghost: c
89
89
  }
90
90
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caspeco/casper-ui-library",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.3",
4
4
  "prettier": "@caspeco/prettier-config",
5
5
  "type": "module",
6
6
  "sideEffects": false,