@planningcenter/tapestry 0.4.2-qa-93.0 → 0.4.2-qa-93.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "0.4.2-qa-93.0",
3
+ "version": "0.4.2-qa-93.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,8 @@
24
24
  "react-dom": "^17 || ^18 || ^19"
25
25
  },
26
26
  "files": [
27
- "dist"
27
+ "dist",
28
+ "react-types"
28
29
  ],
29
30
  "main": "./dist/index.js",
30
31
  "exports": {
@@ -32,11 +33,7 @@
32
33
  "./index.css": "./dist/index.css",
33
34
  "./unstable": "./dist/unstable.js",
34
35
  "./unstable.css": "./dist/unstable.css",
35
- "./tokens.css": "./dist/tokens.css",
36
- "./react": {
37
- "types": "./dist/react-jsx.d.ts",
38
- "default": "./dist/index.js"
39
- }
36
+ "./tokens.css": "./dist/tokens.css"
40
37
  },
41
38
  "types": "./dist/index.d.ts",
42
39
  "devDependencies": {
@@ -84,7 +81,7 @@
84
81
  "shadow-dom-testing-library": "^1.11.3",
85
82
  "storybook": "^8.2.9",
86
83
  "style-dictionary": "^4.2.0",
87
- "tapestry-wc": "^0.4.2-qa-93.0",
84
+ "tapestry-wc": "^0.4.2-qa-93.1",
88
85
  "typescript": "^5.5.3",
89
86
  "vitest": "^3.0.0"
90
87
  },
@@ -105,5 +102,5 @@
105
102
  }
106
103
  }
107
104
  },
108
- "gitHead": "ab45f9cb5ce1af85c02488f173d5a7de5798a935"
105
+ "gitHead": "2cb7c500015c270467fc121b5769a852f760a4fb"
109
106
  }
@@ -21,7 +21,7 @@ declare namespace ReactJSX {
21
21
  }
22
22
  }
23
23
 
24
- declare module "react" {
24
+ declare global {
25
25
  export namespace JSX {
26
26
  interface IntrinsicElements {
27
27
  "my-component": ReactJSX.MyComponent &