frame.theme 0.0.3 → 0.0.5

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.
@@ -14,4 +14,3 @@ export declare function NumberInput(props: {
14
14
  dataTestid: string;
15
15
  readonly?: boolean;
16
16
  }): import("react").JSX.Element;
17
- //# sourceMappingURL=NumberInput.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export { NumberInput } from './NumberInput';
2
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,18 +1,26 @@
1
1
  {
2
2
  "name": "frame.theme",
3
- "version": "0.0.3",
4
- "description": "A sample theme for the Frame project",
5
- "type": "module",
6
3
  "author": "Christian Todd <Christian.Todd@rodenstock.com>",
7
4
  "license": "UNLICENSED",
5
+ "version": "0.0.5",
6
+ "description": "A sample theme for the Frame project",
7
+ "type": "module",
8
8
  "main": "./dist/index.js",
9
+ "module": "./dist/index.mjs",
9
10
  "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.js"
15
+ }
16
+ },
10
17
  "files": [
11
18
  "dist"
12
19
  ],
13
20
  "scripts": {
14
21
  "dev": "vite",
15
22
  "build": "tsc -b && vite build",
23
+ "tsup": "tsup",
16
24
  "prepublishOnly": "yarn build",
17
25
  "lint": "eslint .",
18
26
  "preview": "vite preview"
@@ -39,6 +47,7 @@
39
47
  "eslint-plugin-react-hooks": "^7.1.1",
40
48
  "eslint-plugin-react-refresh": "^0.5.3",
41
49
  "globals": "^17.7.0",
50
+ "tsup": "^8.5.1",
42
51
  "typescript": "~6.0.2",
43
52
  "typescript-eslint": "^8.68.0",
44
53
  "vite": "^8.2.0",
@@ -1 +0,0 @@
1
- {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../src/NumberInput.tsx"],"names":[],"mappings":"AAGA,wBAAgB,WAAW,CAAC,KAAK,EAAE;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,KAAK,IAAI,CAAC;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,+BAyGA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}