@maelstrom-futurism/paper 0.8.0 → 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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -796,7 +796,7 @@ var ie, Re, $t = function(e) {
796
796
  return B.createElement.apply(null, a);
797
797
  };
798
798
  ie = $e || ($e = {}), Re || (Re = ie.JSX || (ie.JSX = {}));
799
- const C = { 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" };
799
+ const C = { 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" };
800
800
  class Dt {
801
801
  colors;
802
802
  sizes = { base: C.sizesBase, sm: C.sizesSm, normal: C.sizesNormal, md: C.sizesMd, lg: C.sizesLg, xl: C.sizesXl, xxl: C.sizesXxl };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maelstrom-futurism/paper",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Stacks of paper",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "directory": "packages/paper"
25
25
  },
26
26
  "dependencies": {
27
- "@maelstrom-futurism/core": "^0.8.0",
27
+ "@maelstrom-futurism/core": "^0.8.2",
28
28
  "react": "^19.2.0",
29
29
  "react-dom": "^19.2.0"
30
30
  },
@@ -32,5 +32,5 @@
32
32
  "react": ">= 18.0.0",
33
33
  "react-dom": ">= 18.0.0"
34
34
  },
35
- "gitHead": "38c4e6dff8d93b52e28b3ead27b9a187c6f4d365"
35
+ "gitHead": "c3d50c9a2715902356717c42dacb4db12295e633"
36
36
  }