@ttoss/ui 1.27.0 → 1.27.1

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.
package/dist/esm/index.js CHANGED
@@ -1,8 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
2
 
3
- // tsup.inject.js
4
- import * as React from "react";
5
-
6
3
  // src/index.ts
7
4
  import { useResponsiveValue, useBreakpointIndex } from "@theme-ui/match-media";
8
5
 
package/dist/index.js CHANGED
@@ -53,11 +53,6 @@ __export(src_exports, {
53
53
  useTheme: () => useTheme
54
54
  });
55
55
  module.exports = __toCommonJS(src_exports);
56
-
57
- // tsup.inject.js
58
- var React = __toESM(require("react"));
59
-
60
- // src/index.ts
61
56
  var import_match_media = require("@theme-ui/match-media");
62
57
 
63
58
  // src/theme/ThemeProvider.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "description": "Primitive layout, typographic, and other components for styling applications.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -18,6 +18,7 @@
18
18
  "dev": "yarn workspace @docs/storybook run dev",
19
19
  "test": "jest"
20
20
  },
21
+ "sideEffects": false,
21
22
  "typings": "dist/index.d.ts",
22
23
  "dependencies": {
23
24
  "@emotion/react": "^11.10.5",
@@ -44,5 +45,5 @@
44
45
  "publishConfig": {
45
46
  "access": "public"
46
47
  },
47
- "gitHead": "9159bd57009f4fee620218bc1a0e7bbac28acccd"
48
+ "gitHead": "055a9b2d3f53f0d8f3bbaea24ac9e51f99d0ca57"
48
49
  }