@uniformdev/design-system 20.61.2-alpha.3 → 20.63.0

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/esm/index.js CHANGED
@@ -1536,7 +1536,7 @@ function useShortcut({
1536
1536
  import { Tooltip as BaseUITooltip } from "@base-ui/react/tooltip";
1537
1537
  import { useState } from "react";
1538
1538
 
1539
- // src/components/types.ts
1539
+ // src/components/parsePlacement.ts
1540
1540
  function parsePlacement(placement) {
1541
1541
  const [side, alignment] = placement.split("-");
1542
1542
  return {
package/dist/index.js CHANGED
@@ -3268,7 +3268,7 @@ init_emotion_jsx_shim();
3268
3268
  var import_tooltip = require("@base-ui/react/tooltip");
3269
3269
  var import_react16 = require("react");
3270
3270
 
3271
- // src/components/types.ts
3271
+ // src/components/parsePlacement.ts
3272
3272
  init_emotion_jsx_shim();
3273
3273
  function parsePlacement(placement) {
3274
3274
  const [side, alignment] = placement.split("-");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.61.2-alpha.3+fc997c8a8e",
3
+ "version": "20.63.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -33,8 +33,8 @@
33
33
  "@storybook/react-vite": "10.1.0",
34
34
  "@types/react": "19.2.2",
35
35
  "@types/react-dom": "19.2.2",
36
- "@uniformdev/canvas": "^20.61.2-alpha.3+fc997c8a8e",
37
- "@uniformdev/richtext": "^20.61.2-alpha.3+fc997c8a8e",
36
+ "@uniformdev/canvas": "^20.63.0",
37
+ "@uniformdev/richtext": "^20.63.0",
38
38
  "autoprefixer": "10.4.21",
39
39
  "hygen": "6.2.11",
40
40
  "jsdom": "29.0.2",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "fc997c8a8e1939d5050cde71204a9212ccf1705f"
88
+ "gitHead": "76729fa5c8c4dc3d71d65fdb181a659755ec34ae"
89
89
  }