@powerhousedao/design-system 6.2.3-dev.7 → 6.2.3-dev.9

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.
@@ -10,7 +10,7 @@ interface StatusIconProps {
10
10
  declare const StatusIcon: ({
11
11
  status,
12
12
  isDescendenceModified
13
- }: StatusIconProps) => string | number | bigint | boolean | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | react_jsx_runtime0.JSX.Element | null | undefined;
13
+ }: StatusIconProps) => string | number | bigint | boolean | react_jsx_runtime0.JSX.Element | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | null | undefined;
14
14
  //#endregion
15
15
  export { StatusIcon };
16
16
  //# sourceMappingURL=status-icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"status-icon.d.ts","names":[],"sources":["../../../../../src/ui/components/sidebar/subcomponents/status-icon.tsx"],"mappings":";;;;;UAQU,eAAA;EACR,MAAA,EAAQ,UAAA;EACR,qBAAA;AAAA;AAAA,cAwBW,UAAA;EAAc,MAAA;EAAA;AAAA,GAGxB,eAAA,0CAAe,QAAA,CAAA,KAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,KAAA,CAAA,WAAA,GAAA,KAAA,CAAA,YAAA,mBAAA,KAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,KAAA,CAAA,SAAA,wBAAA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"status-icon.d.ts","names":[],"sources":["../../../../../src/ui/components/sidebar/subcomponents/status-icon.tsx"],"mappings":";;;;;UAQU,eAAA;EACR,MAAA,EAAQ,UAAA;EACR,qBAAA;AAAA;AAAA,cAwBW,UAAA;EAAc,MAAA;EAAA;AAAA,GAGxB,eAAA,0CAAe,kBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,KAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,KAAA,CAAA,WAAA,GAAA,KAAA,CAAA,YAAA,mBAAA,KAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,KAAA,CAAA,SAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/design-system",
3
- "version": "6.2.3-dev.7",
3
+ "version": "6.2.3-dev.9",
4
4
  "description": "Powerhouse document-engineering design system — GraphQL scalar UI components for building consistent Powerhouse editors.",
5
5
  "files": [
6
6
  "dist",
@@ -70,7 +70,7 @@
70
70
  "@babel/core": "^7.29.0",
71
71
  "@babel/plugin-transform-react-pure-annotations": "^7.27.1",
72
72
  "@babel/preset-typescript": "^7.28.5",
73
- "@powerhousedao/config": "6.2.3-dev.7",
73
+ "@powerhousedao/config": "6.2.3-dev.9",
74
74
  "@prettier/sync": "^0.5.2",
75
75
  "@rollup/plugin-babel": "^7.0.0",
76
76
  "@storybook/addon-actions": "^8.6.18",
@@ -117,8 +117,8 @@
117
117
  "react-dom": ">=19.0.0"
118
118
  },
119
119
  "dependencies": {
120
- "@powerhousedao/reactor-browser": "6.2.3-dev.7",
121
- "@powerhousedao/shared": "6.2.3-dev.7",
120
+ "@powerhousedao/reactor-browser": "6.2.3-dev.9",
121
+ "@powerhousedao/shared": "6.2.3-dev.9",
122
122
  "@radix-ui/react-checkbox": "^1.1.2",
123
123
  "@radix-ui/react-dialog": "^1.1.2",
124
124
  "@radix-ui/react-dropdown-menu": "^2.1.5",