@webstudio-is/sdk-components-react 0.121.0 → 0.123.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.
Files changed (2) hide show
  1. package/lib/metas.js +2 -2
  2. package/package.json +5 -5
package/lib/metas.js CHANGED
@@ -40,7 +40,7 @@ var meta3 = {
40
40
  description: "Used to add HTML code to the page, such as an SVG or script.",
41
41
  icon: EmbedIcon,
42
42
  stylable: false,
43
- order: 7
43
+ order: 8
44
44
  };
45
45
  var propsMeta = {
46
46
  props: {
@@ -1914,7 +1914,7 @@ var meta24 = {
1914
1914
  invalidAncestors: ["CodeText"],
1915
1915
  states: defaultStates20,
1916
1916
  presetStyle: presetStyle20,
1917
- order: 8
1917
+ order: 9
1918
1918
  };
1919
1919
 
1920
1920
  // src/label.ws.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react",
3
- "version": "0.121.0",
3
+ "version": "0.123.0",
4
4
  "description": "Webstudio default library for react",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -40,9 +40,9 @@
40
40
  "@react-aria/utils": "^3.21.0",
41
41
  "colord": "^2.9.3",
42
42
  "shallow-equal": "^3.1.0",
43
- "@webstudio-is/icons": "0.121.0",
44
- "@webstudio-is/image": "0.121.0",
45
- "@webstudio-is/react-sdk": "0.121.0"
43
+ "@webstudio-is/icons": "0.123.0",
44
+ "@webstudio-is/react-sdk": "0.123.0",
45
+ "@webstudio-is/image": "0.123.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@storybook/react": "^7.4.0",
@@ -51,7 +51,7 @@
51
51
  "react": "^18.2.0",
52
52
  "react-dom": "^18.2.0",
53
53
  "typescript": "5.2.2",
54
- "@webstudio-is/generate-arg-types": "0.121.0",
54
+ "@webstudio-is/generate-arg-types": "0.123.0",
55
55
  "@webstudio-is/storybook-config": "0.0.0",
56
56
  "@webstudio-is/tsconfig": "1.0.7"
57
57
  },