@phsa.tec/design-system-react 0.1.8 → 0.1.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.
package/dist/index.js CHANGED
@@ -58,8 +58,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
58
58
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
59
59
 
60
60
  // src/index.ts
61
- var index_exports = {};
62
- __export(index_exports, {
61
+ var src_exports = {};
62
+ __export(src_exports, {
63
63
  AlertDialog: () => AlertDialog2,
64
64
  Avatar: () => Avatar,
65
65
  AvatarFallback: () => AvatarFallback,
@@ -140,7 +140,7 @@ __export(index_exports, {
140
140
  useFormField: () => useFormField,
141
141
  useToast: () => useToast
142
142
  });
143
- module.exports = __toCommonJS(index_exports);
143
+ module.exports = __toCommonJS(src_exports);
144
144
 
145
145
  // src/components/dataDisplay/Table/components/DynamicTable/index.tsx
146
146
  var React5 = __toESM(require("react"));