@tapizlabs/ui 0.2.25 → 0.2.27
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/index.js +38 -7
- package/dist/index.js.map +1 -1
- package/package.json +80 -80
package/package.json
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tapizlabs/ui",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Centralized design system, theming foundation, and reusable React UI components for the Tapiz platform.",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"author": "Tapiz UI",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/owlCoder/tapiz-design-system.git"
|
|
11
|
-
},
|
|
12
|
-
"homepage": "https://github.com/owlCoder/tapiz-design-system#readme",
|
|
13
|
-
"bugs": {
|
|
14
|
-
"url": "https://github.com/owlCoder/tapiz-design-system/issues"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [
|
|
17
|
-
"tapiz",
|
|
18
|
-
"design-system",
|
|
19
|
-
"ui",
|
|
20
|
-
"react",
|
|
21
|
-
"tailwindcss"
|
|
22
|
-
],
|
|
23
|
-
"sideEffects": [
|
|
24
|
-
"*.css",
|
|
25
|
-
"./theme.css",
|
|
26
|
-
"./tailwind-theme.css",
|
|
27
|
-
"./fonts.css",
|
|
28
|
-
"./dist/fonts.js",
|
|
29
|
-
"./dist/fonts.css"
|
|
30
|
-
],
|
|
31
|
-
"exports": {
|
|
32
|
-
".": {
|
|
33
|
-
"types": "./dist/index.d.ts",
|
|
34
|
-
"import": "./dist/index.js"
|
|
35
|
-
},
|
|
36
|
-
"./theme.css": "./theme.css",
|
|
37
|
-
"./tailwind-theme.css": "./tailwind-theme.css",
|
|
38
|
-
"./fonts": {
|
|
39
|
-
"types": "./dist/fonts.d.ts",
|
|
40
|
-
"import": "./dist/fonts.js"
|
|
41
|
-
},
|
|
42
|
-
"./fonts.css": "./fonts.css"
|
|
43
|
-
},
|
|
44
|
-
"files": [
|
|
45
|
-
"dist",
|
|
46
|
-
"theme.css",
|
|
47
|
-
"tailwind-theme.css",
|
|
48
|
-
"fonts.css",
|
|
49
|
-
"LICENSE",
|
|
50
|
-
"README.md",
|
|
51
|
-
"CHANGELOG.md",
|
|
52
|
-
"FRAMEWORK_BOUNDARY.md"
|
|
53
|
-
],
|
|
54
|
-
"publishConfig": {
|
|
55
|
-
"access": "public"
|
|
56
|
-
},
|
|
57
|
-
"scripts": {
|
|
58
|
-
"build": "tsup && npm run build:css && npm run build:assets",
|
|
59
|
-
"build:assets": "node scripts/build-assets.mjs",
|
|
60
|
-
"build:css": "node scripts/copy-theme.mjs",
|
|
61
|
-
"typecheck": "tsc --noEmit",
|
|
62
|
-
"prepublishOnly": "npm run typecheck && npm run build && npm run pack:check",
|
|
63
|
-
"pack:check": "npm pack --dry-run"
|
|
64
|
-
},
|
|
65
|
-
"peerDependencies": {
|
|
66
|
-
"react": ">=19",
|
|
67
|
-
"react-dom": ">=19",
|
|
68
|
-
"tailwindcss": ">=4"
|
|
69
|
-
},
|
|
70
|
-
"devDependencies": {
|
|
71
|
-
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
72
|
-
"@fontsource/ibm-plex-sans": "^5.2.8",
|
|
73
|
-
"@tailwindcss/cli": "^4.3.0",
|
|
74
|
-
"@types/react": "^19.2.17",
|
|
75
|
-
"@types/react-dom": "^19.2.3",
|
|
76
|
-
"tailwindcss": "^4.3.0",
|
|
77
|
-
"tsup": "^8.5.1",
|
|
78
|
-
"typescript": "^5.9.3"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@tapizlabs/ui",
|
|
3
|
+
"version": "0.2.27",
|
|
4
|
+
"description": "Centralized design system, theming foundation, and reusable React UI components for the Tapiz platform.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"author": "Tapiz UI",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/owlCoder/tapiz-design-system.git"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/owlCoder/tapiz-design-system#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/owlCoder/tapiz-design-system/issues"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"tapiz",
|
|
18
|
+
"design-system",
|
|
19
|
+
"ui",
|
|
20
|
+
"react",
|
|
21
|
+
"tailwindcss"
|
|
22
|
+
],
|
|
23
|
+
"sideEffects": [
|
|
24
|
+
"*.css",
|
|
25
|
+
"./theme.css",
|
|
26
|
+
"./tailwind-theme.css",
|
|
27
|
+
"./fonts.css",
|
|
28
|
+
"./dist/fonts.js",
|
|
29
|
+
"./dist/fonts.css"
|
|
30
|
+
],
|
|
31
|
+
"exports": {
|
|
32
|
+
".": {
|
|
33
|
+
"types": "./dist/index.d.ts",
|
|
34
|
+
"import": "./dist/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./theme.css": "./theme.css",
|
|
37
|
+
"./tailwind-theme.css": "./tailwind-theme.css",
|
|
38
|
+
"./fonts": {
|
|
39
|
+
"types": "./dist/fonts.d.ts",
|
|
40
|
+
"import": "./dist/fonts.js"
|
|
41
|
+
},
|
|
42
|
+
"./fonts.css": "./fonts.css"
|
|
43
|
+
},
|
|
44
|
+
"files": [
|
|
45
|
+
"dist",
|
|
46
|
+
"theme.css",
|
|
47
|
+
"tailwind-theme.css",
|
|
48
|
+
"fonts.css",
|
|
49
|
+
"LICENSE",
|
|
50
|
+
"README.md",
|
|
51
|
+
"CHANGELOG.md",
|
|
52
|
+
"FRAMEWORK_BOUNDARY.md"
|
|
53
|
+
],
|
|
54
|
+
"publishConfig": {
|
|
55
|
+
"access": "public"
|
|
56
|
+
},
|
|
57
|
+
"scripts": {
|
|
58
|
+
"build": "tsup && npm run build:css && npm run build:assets",
|
|
59
|
+
"build:assets": "node scripts/build-assets.mjs",
|
|
60
|
+
"build:css": "node scripts/copy-theme.mjs",
|
|
61
|
+
"typecheck": "tsc --noEmit",
|
|
62
|
+
"prepublishOnly": "npm run typecheck && npm run build && npm run pack:check",
|
|
63
|
+
"pack:check": "npm pack --dry-run"
|
|
64
|
+
},
|
|
65
|
+
"peerDependencies": {
|
|
66
|
+
"react": ">=19",
|
|
67
|
+
"react-dom": ">=19",
|
|
68
|
+
"tailwindcss": ">=4"
|
|
69
|
+
},
|
|
70
|
+
"devDependencies": {
|
|
71
|
+
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
72
|
+
"@fontsource/ibm-plex-sans": "^5.2.8",
|
|
73
|
+
"@tailwindcss/cli": "^4.3.0",
|
|
74
|
+
"@types/react": "^19.2.17",
|
|
75
|
+
"@types/react-dom": "^19.2.3",
|
|
76
|
+
"tailwindcss": "^4.3.0",
|
|
77
|
+
"tsup": "^8.5.1",
|
|
78
|
+
"typescript": "^5.9.3"
|
|
79
|
+
}
|
|
80
|
+
}
|