@refraction-ui/react 0.3.0 → 0.3.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/index.cjs +23 -679
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +21 -674
- package/dist/index.js.map +1 -1
- package/package.json +15 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refraction-ui/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "All Refraction UI React components in one package — headless, accessible, zero-dependency",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -103,20 +103,7 @@
|
|
|
103
103
|
"@types/react": "^19.0.0",
|
|
104
104
|
"@types/react-dom": "^19.0.0",
|
|
105
105
|
"react": "^19.0.0",
|
|
106
|
-
"react-dom": "^19.0.0"
|
|
107
|
-
},
|
|
108
|
-
"publishConfig": {
|
|
109
|
-
"access": "public"
|
|
110
|
-
},
|
|
111
|
-
"sideEffects": false,
|
|
112
|
-
"license": "MIT",
|
|
113
|
-
"repository": {
|
|
114
|
-
"type": "git",
|
|
115
|
-
"url": "git+https://github.com/elloloop/refraction-ui.git",
|
|
116
|
-
"directory": "packages/react-meta"
|
|
117
|
-
},
|
|
118
|
-
"homepage": "https://elloloop.github.io/refraction-ui/",
|
|
119
|
-
"dependencies": {
|
|
106
|
+
"react-dom": "^19.0.0",
|
|
120
107
|
"@refraction-ui/react-table-of-contents": "workspace:*",
|
|
121
108
|
"@refraction-ui/react-carousel": "workspace:*",
|
|
122
109
|
"@refraction-ui/react-slider": "workspace:*",
|
|
@@ -131,5 +118,16 @@
|
|
|
131
118
|
"@refraction-ui/react-card-grid": "workspace:*",
|
|
132
119
|
"@refraction-ui/react-payment": "workspace:*",
|
|
133
120
|
"@refraction-ui/react-command-input": "workspace:*"
|
|
134
|
-
}
|
|
135
|
-
|
|
121
|
+
},
|
|
122
|
+
"publishConfig": {
|
|
123
|
+
"access": "public"
|
|
124
|
+
},
|
|
125
|
+
"sideEffects": false,
|
|
126
|
+
"license": "MIT",
|
|
127
|
+
"repository": {
|
|
128
|
+
"type": "git",
|
|
129
|
+
"url": "git+https://github.com/elloloop/refraction-ui.git",
|
|
130
|
+
"directory": "packages/react-meta"
|
|
131
|
+
},
|
|
132
|
+
"homepage": "https://elloloop.github.io/refraction-ui/"
|
|
133
|
+
}
|