@bunnyapp/components 1.6.0-beta.6 → 1.6.0-beta.8
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/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -52,7 +52,7 @@ var css_248z = ":root {\n --row-background: #ffffff;\n --row-background-altern
|
|
|
52
52
|
styleInject(css_248z);
|
|
53
53
|
|
|
54
54
|
// This will be replaced at build time by rollup-plugin-replace
|
|
55
|
-
const PACKAGE_VERSION = '1.6.0-beta.
|
|
55
|
+
const PACKAGE_VERSION = '1.6.0-beta.6';
|
|
56
56
|
const createRequestHeaders = (token) => {
|
|
57
57
|
const headers = createClientDevHeaders({ token });
|
|
58
58
|
// Add the components version header
|
package/dist/esm/index.js
CHANGED
|
@@ -50,7 +50,7 @@ var css_248z = ":root {\n --row-background: #ffffff;\n --row-background-altern
|
|
|
50
50
|
styleInject(css_248z);
|
|
51
51
|
|
|
52
52
|
// This will be replaced at build time by rollup-plugin-replace
|
|
53
|
-
const PACKAGE_VERSION = '1.6.0-beta.
|
|
53
|
+
const PACKAGE_VERSION = '1.6.0-beta.6';
|
|
54
54
|
const createRequestHeaders = (token) => {
|
|
55
55
|
const headers = createClientDevHeaders({ token });
|
|
56
56
|
// Add the components version header
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bunnyapp/components",
|
|
3
|
-
"version": "1.6.0-beta.
|
|
3
|
+
"version": "1.6.0-beta.8",
|
|
4
4
|
"description": "Components from the Bunny portal to embed Bunny UI functionality into your application.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
66
66
|
"rollup-plugin-postcss": "^4.0.2",
|
|
67
67
|
"storybook": "^8.6.14",
|
|
68
|
-
"tailwindcss": "^
|
|
68
|
+
"tailwindcss": "^4.1.17",
|
|
69
69
|
"typescript": "^5.9.3",
|
|
70
70
|
"vite": "^6.4.1"
|
|
71
71
|
},
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"graphql-request": "^6.1.0",
|
|
87
87
|
"interweave": "^13.1.0",
|
|
88
88
|
"less": "^4.2.0",
|
|
89
|
-
"rimraf": "^6.1.0",
|
|
90
89
|
"lodash-es": "^4.17.21",
|
|
91
90
|
"pluralize": "^8.0.0",
|
|
92
91
|
"react": "^18.3.1",
|
|
93
92
|
"react-dom": "^18.3.1",
|
|
94
93
|
"recharts": "^2.15.0",
|
|
95
94
|
"recoil": "^0.7.7",
|
|
95
|
+
"rimraf": "^6.1.0",
|
|
96
96
|
"styled-components": "^6.1.13"
|
|
97
97
|
},
|
|
98
98
|
"msw": {
|