cindor-ui-react 0.1.1 → 0.1.4

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 (1) hide show
  1. package/package.json +48 -48
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
- {
2
- "name": "cindor-ui-react",
3
- "version": "0.1.1",
4
- "description": "Thin React wrappers for the Cindor web component library.",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "files": [
10
- "dist"
11
- ],
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/cbulock/cindor.git",
15
- "directory": "packages/react"
16
- },
17
- "homepage": "https://github.com/cbulock/cindor#readme",
18
- "bugs": {
19
- "url": "https://github.com/cbulock/cindor/issues"
20
- },
21
- "keywords": [
22
- "cindor",
23
- "react",
24
- "web-components",
25
- "design-system"
26
- ],
27
- "publishConfig": {
28
- "access": "public"
29
- },
30
- "exports": {
31
- ".": {
32
- "types": "./dist/index.d.ts",
33
- "import": "./dist/index.js",
34
- "require": "./dist/index.cjs"
35
- }
36
- },
37
- "scripts": {
38
- "build": "tsup src/index.tsx --format esm,cjs --dts --external react --external react/jsx-runtime --external cindor-ui-core --external cindor-ui-core/register"
39
- },
40
- "dependencies": {
41
- "@lit/react": "^1.0.7",
42
- "cindor-ui-core": "0.1.1"
43
- },
44
- "peerDependencies": {
45
- "react": "^19.0.0",
46
- "react-dom": "^19.0.0"
47
- }
48
- }
1
+ {
2
+ "name": "cindor-ui-react",
3
+ "version": "0.1.4",
4
+ "description": "Thin React wrappers for the Cindor web component library.",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/cbulock/cindor",
15
+ "directory": "packages/react"
16
+ },
17
+ "homepage": "https://github.com/cbulock/cindor#readme",
18
+ "bugs": {
19
+ "url": "https://github.com/cbulock/cindor/issues"
20
+ },
21
+ "keywords": [
22
+ "cindor",
23
+ "react",
24
+ "web-components",
25
+ "design-system"
26
+ ],
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
30
+ "exports": {
31
+ ".": {
32
+ "types": "./dist/index.d.ts",
33
+ "import": "./dist/index.js",
34
+ "require": "./dist/index.cjs"
35
+ }
36
+ },
37
+ "scripts": {
38
+ "build": "tsup src/index.tsx --format esm,cjs --dts --external react --external react/jsx-runtime --external cindor-ui-core --external cindor-ui-core/register"
39
+ },
40
+ "dependencies": {
41
+ "@lit/react": "^1.0.7",
42
+ "cindor-ui-core": "0.1.4"
43
+ },
44
+ "peerDependencies": {
45
+ "react": "^19.0.0",
46
+ "react-dom": "^19.0.0"
47
+ }
48
+ }