@powerhousedao/common 5.3.2 → 5.3.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.
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -189,6 +189,12 @@
189
189
  .relative {
190
190
  position: relative;
191
191
  }
192
+ .start {
193
+ inset-inline-start: var(--spacing);
194
+ }
195
+ .end {
196
+ inset-inline-end: var(--spacing);
197
+ }
192
198
  .container {
193
199
  width: 100%;
194
200
  @media (width >= 40rem) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/common",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "files": [
@@ -45,10 +45,10 @@
45
45
  "graphql-request": "^7.2.0",
46
46
  "luxon": "^3.7.1",
47
47
  "react-i18next": "^13.5.0",
48
- "@powerhousedao/builder-tools": "5.3.2",
49
- "@powerhousedao/design-system": "5.3.2",
50
- "document-drive": "5.3.2",
51
- "document-model": "5.3.2"
48
+ "@powerhousedao/design-system": "5.3.4",
49
+ "document-model": "5.3.4",
50
+ "document-drive": "5.3.4",
51
+ "@powerhousedao/builder-tools": "5.3.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@storybook/addon-actions": "^8.6.7",
@@ -87,9 +87,9 @@
87
87
  "vite-plugin-node-polyfills": "^0.24.0",
88
88
  "vitest": "^3.2.4",
89
89
  "zod": "^3.24.3",
90
- "@powerhousedao/config": "5.3.2",
91
- "@powerhousedao/reactor-browser": "5.3.2",
92
- "document-model": "5.3.2"
90
+ "@powerhousedao/config": "5.3.4",
91
+ "@powerhousedao/reactor-browser": "5.3.4",
92
+ "document-model": "5.3.4"
93
93
  },
94
94
  "scripts": {
95
95
  "tsc": "tsc",