@maelstrom-futurism/button 0.8.1 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1903,7 +1903,7 @@ var tr, Zr, ta = function(e) {
1903
1903
  return b.createElement.apply(null, a);
1904
1904
  };
1905
1905
  tr = Vr || (Vr = {}), Zr || (Zr = tr.JSX || (tr.JSX = {}));
1906
- const L = { spaces: "0, 4, 8, 16, 24, 32, 40, 48, 64", sizesBase: "16px", sizesSm: "0.707em", sizesNormal: "1em", sizesMd: "1.414em", sizesLg: "2em", sizesXl: "2.827em", sizesXxl: "4em", bpXs: "0px", bpSm: "576px", bpMd: "992px", bpLg: "1200px", heightBottom: "-1000", heightLow: "-100", heightSunk: "-10", heightNormal: "0", heightRaised: "10", heightHigh: "100", heightTop: "1000", borderRadius: "24px", inputRadius: "16px", buttonRadius: "8px" };
1906
+ const L = { spaces: "0, 4, 8, 16, 24, 32, 40, 48, 64", sizesBase: "16px", sizesSm: "0.707em", sizesNormal: "1em", sizesMd: "1.414em", sizesLg: "2em", sizesXl: "2.827em", sizesXxl: "4em", bpXs: "0px", bpSm: "576px", bpMd: "992px", bpLg: "1200px", heightBottom: "-1000", heightLow: "-100", heightSunk: "-10", heightNormal: "0", heightRaised: "10", heightHigh: "100", heightTop: "1000", borderRadius: "24px", inputRadius: "4px", buttonRadius: "8px" };
1907
1907
  class ca {
1908
1908
  colors;
1909
1909
  sizes = { base: L.sizesBase, sm: L.sizesSm, normal: L.sizesNormal, md: L.sizesMd, lg: L.sizesLg, xl: L.sizesXl, xxl: L.sizesXxl };
@@ -2082,7 +2082,7 @@ const ma = pa`
2082
2082
  const {
2083
2083
  children: t,
2084
2084
  onClick: n,
2085
- size: a = "lg",
2085
+ size: a = "md",
2086
2086
  variant: o = "secondary",
2087
2087
  outline: c,
2088
2088
  type: i = "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maelstrom-futurism/button",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "A button (with very cool ripples!) for MF",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,12 +30,12 @@
30
30
  },
31
31
  "homepage": "https://github.com/DawsonG/maelstrom-futurism#readme",
32
32
  "dependencies": {
33
- "@maelstrom-futurism/core": "^0.8.1",
34
- "@maelstrom-futurism/icons": "^0.8.1"
33
+ "@maelstrom-futurism/core": "^0.8.2",
34
+ "@maelstrom-futurism/icons": "^0.8.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@emotion/react": ">= 11.10.5",
38
38
  "react": ">= 18.3.1"
39
39
  },
40
- "gitHead": "0948cbd1f3270b05413fbb725668658c993eca3b"
40
+ "gitHead": "c3d50c9a2715902356717c42dacb4db12295e633"
41
41
  }