@mittwald/flow-react-components 0.1.0-alpha.282 → 0.1.0-alpha.283

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.
Files changed (2) hide show
  1. package/dist/Wrap.js +7 -0
  2. package/package.json +8 -4
package/dist/Wrap.js ADDED
@@ -0,0 +1,7 @@
1
+ "use client"
2
+ /* */
3
+ import { W as r } from "./Wrap-DGT1h1o3.js";
4
+ export {
5
+ r as Wrap,
6
+ r as default
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.282",
3
+ "version": "0.1.0-alpha.283",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -278,6 +278,10 @@
278
278
  "types": "./dist/types/components/Tooltip/index.d.ts",
279
279
  "import": "./dist/Tooltip.js"
280
280
  },
281
+ "./Wrap": {
282
+ "types": "./dist/types/components/Wrap/index.d.ts",
283
+ "import": "./dist/Wrap.js"
284
+ },
281
285
  "./hooks": {
282
286
  "types": "./dist/types/lib/hooks/index.d.ts",
283
287
  "import": "./dist/hooks.js"
@@ -313,7 +317,7 @@
313
317
  "@chakra-ui/live-region": "^2.1.0",
314
318
  "@internationalized/date": "^3.5.6",
315
319
  "@internationalized/string-compiler": "^3.2.5",
316
- "@mittwald/react-tunnel": "^0.1.0-alpha.282",
320
+ "@mittwald/react-tunnel": "^0.1.0-alpha.283",
317
321
  "@mittwald/react-use-promise": "^2.5.0",
318
322
  "@react-aria/utils": "^3.25.3",
319
323
  "@react-types/shared": "^3.25.0",
@@ -340,7 +344,7 @@
340
344
  },
341
345
  "devDependencies": {
342
346
  "@faker-js/faker": "^9.0.3",
343
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.282",
347
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.283",
344
348
  "@mittwald/react-use-promise": "^2.5.0",
345
349
  "@nx/storybook": "^20.0.0",
346
350
  "@storybook/addon-a11y": "^8.3.5",
@@ -417,5 +421,5 @@
417
421
  "optional": true
418
422
  }
419
423
  },
420
- "gitHead": "4b4f6e2e28e28f442776d8d938babd6d9dbc612b"
424
+ "gitHead": "3dda8b0bcb916934bfb4de0ed8c3fb49666920dd"
421
425
  }