@powerhousedao/design-system 4.1.0-dev.21 → 4.1.0-dev.23
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/src/connect/components/document-timeline/components/h-divider.d.ts +1 -1
- package/dist/src/connect/components/document-timeline/components/h-divider.d.ts.map +1 -1
- package/dist/src/connect/components/document-timeline/components/h-divider.js +1 -1
- package/dist/src/connect/components/document-timeline/components/h-divider.js.map +1 -1
- package/dist/src/connect/components/document-timeline/components/timeline-bar.d.ts +1 -1
- package/dist/src/connect/components/document-timeline/components/timeline-bar.d.ts.map +1 -1
- package/dist/src/connect/components/document-timeline/components/timeline-bar.js +1 -1
- package/dist/src/connect/components/document-timeline/components/timeline-bar.js.map +1 -1
- package/dist/src/connect/components/document-timeline/document-timeline.d.ts +1 -1
- package/dist/src/connect/components/document-timeline/document-timeline.d.ts.map +1 -1
- package/dist/src/connect/components/document-timeline/document-timeline.js +3 -3
- package/dist/src/connect/components/document-timeline/document-timeline.js.map +1 -1
- package/dist/src/connect/components/document-timeline/mock-utils.js +2 -2
- package/dist/src/connect/components/document-timeline/mock-utils.js.map +1 -1
- package/dist/src/connect/components/revision-history/mocks.d.ts +2 -2
- package/dist/src/connect/components/revision-history/mocks.js +13 -13
- package/dist/src/connect/components/revision-history/mocks.js.map +1 -1
- package/dist/src/connect/components/revision-history/revision/timestamp.d.ts +1 -1
- package/dist/src/connect/components/revision-history/revision/timestamp.d.ts.map +1 -1
- package/dist/src/connect/components/revision-history/revision/timestamp.js +1 -1
- package/dist/src/connect/components/revision-history/revision/timestamp.js.map +1 -1
- package/dist/src/connect/components/revision-history/timeline/day.d.ts +1 -1
- package/dist/src/connect/components/revision-history/timeline/day.d.ts.map +1 -1
- package/dist/src/connect/components/revision-history/timeline/day.js +1 -1
- package/dist/src/connect/components/revision-history/timeline/day.js.map +1 -1
- package/dist/src/connect/components/revision-history/types.d.ts +3 -3
- package/dist/src/connect/components/revision-history/types.d.ts.map +1 -1
- package/dist/src/connect/components/revision-history/utils.js +5 -5
- package/dist/src/connect/components/revision-history/utils.js.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/design-system",
|
|
3
|
-
"version": "4.1.0-dev.
|
|
3
|
+
"version": "4.1.0-dev.23",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"/dist"
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"tailwindcss": "^4.0.9",
|
|
87
87
|
"vite": "^6.3.3",
|
|
88
88
|
"vitest": "^3.1.2",
|
|
89
|
-
"@powerhousedao/config": "4.1.0-dev.
|
|
90
|
-
"
|
|
91
|
-
"
|
|
89
|
+
"@powerhousedao/config": "4.1.0-dev.23",
|
|
90
|
+
"document-drive": "4.1.0-dev.23",
|
|
91
|
+
"@powerhousedao/reactor-browser": "4.1.0-dev.23"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"react": "^18.3.1",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"wagmi": "^2.12.17",
|
|
137
137
|
"world-countries": "^5.0.0",
|
|
138
138
|
"zod": "^3.24.3",
|
|
139
|
-
"document-model": "4.1.0-dev.
|
|
139
|
+
"document-model": "4.1.0-dev.23"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"build:tsc": "tsc --build",
|