webstudio 0.223.0 → 0.225.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/lib/cli.js CHANGED
@@ -3235,7 +3235,65 @@ var tags = [
3235
3235
  "ul",
3236
3236
  "var",
3237
3237
  "video",
3238
- "wbr"
3238
+ "wbr",
3239
+ "svg",
3240
+ "g",
3241
+ "defs",
3242
+ "desc",
3243
+ "symbol",
3244
+ "use",
3245
+ "image",
3246
+ "switch",
3247
+ "path",
3248
+ "rect",
3249
+ "circle",
3250
+ "ellipse",
3251
+ "line",
3252
+ "polyline",
3253
+ "polygon",
3254
+ "text",
3255
+ "tspan",
3256
+ "textPath",
3257
+ "marker",
3258
+ "linearGradient",
3259
+ "radialGradient",
3260
+ "stop",
3261
+ "pattern",
3262
+ "clipPath",
3263
+ "mask",
3264
+ "filter",
3265
+ "feDistantLight",
3266
+ "fePointLight",
3267
+ "feSpotLight",
3268
+ "feBlend",
3269
+ "feColorMatrix",
3270
+ "feComponentTransfer",
3271
+ "feFuncR",
3272
+ "feFuncG",
3273
+ "feFuncB",
3274
+ "feFuncA",
3275
+ "feComposite",
3276
+ "feConvolveMatrix",
3277
+ "feDiffuseLighting",
3278
+ "feDisplacementMap",
3279
+ "feFlood",
3280
+ "feGaussianBlur",
3281
+ "feImage",
3282
+ "feMerge",
3283
+ "feMergeNode",
3284
+ "feMorphology",
3285
+ "feOffset",
3286
+ "feSpecularLighting",
3287
+ "feTile",
3288
+ "feTurbulence",
3289
+ "view",
3290
+ "animate",
3291
+ "set",
3292
+ "animateMotion",
3293
+ "mpath",
3294
+ "animateTransform",
3295
+ "metadata",
3296
+ "foreignObject"
3239
3297
  ];
3240
3298
  var rootComponent = "ws:root";
3241
3299
  var rootMeta = {
@@ -4319,8 +4377,64 @@ var standardAttributesToReactProps = {
4319
4377
  srcset: "srcSet",
4320
4378
  tabindex: "tabIndex",
4321
4379
  usemap: "useMap",
4380
+ "alignment-baseline": "alignmentBaseline",
4381
+ "baseline-shift": "baselineShift",
4382
+ "clip-path": "clipPath",
4383
+ "clip-rule": "clipRule",
4384
+ "color-interpolation": "colorInterpolation",
4385
+ "color-interpolation-filters": "colorInterpolationFilters",
4386
+ "color-profile": "colorProfile",
4387
+ "color-rendering": "colorRendering",
4388
+ "dominant-baseline": "dominantBaseline",
4389
+ "enable-background": "enableBackground",
4390
+ "fill-opacity": "fillOpacity",
4391
+ "fill-rule": "fillRule",
4392
+ "flood-opacity": "floodOpacity",
4393
+ "flood-color": "floodColor",
4394
+ "font-family": "fontFamily",
4395
+ "font-size": "fontSize",
4396
+ "font-size-adjust": "fontSizeAdjust",
4397
+ "font-stretch": "fontStretch",
4398
+ "font-style": "fontStyle",
4399
+ "font-variant": "fontVariant",
4400
+ "font-weight": "fontWeight",
4401
+ "glyph-orientation-horizontal": "glyphOrientationHorizontal",
4402
+ "glyph-orientation-vertical": "glyphOrientationVertical",
4403
+ "image-rendering": "imageRendering",
4404
+ "letter-spacing": "letterSpacing",
4405
+ "lighting-color": "lightingColor",
4406
+ "marker-end": "markerEnd",
4407
+ "marker-mid": "markerMid",
4408
+ "marker-start": "markerStart",
4409
+ "pointer-events": "pointerEvents",
4322
4410
  popovertarget: "popoverTarget",
4323
4411
  popovertargetaction: "popoverTargetAction",
4412
+ "shape-rendering": "shapeRendering",
4413
+ "stop-color": "stopColor",
4414
+ "stop-opacity": "stopOpacity",
4415
+ "stroke-dasharray": "strokeDasharray",
4416
+ "stroke-dashoffset": "strokeDashoffset",
4417
+ "stroke-linecap": "strokeLinecap",
4418
+ "stroke-linejoin": "strokeLinejoin",
4419
+ "stroke-miterlimit": "strokeMiterlimit",
4420
+ "stroke-width": "strokeWidth",
4421
+ "stroke-opacity": "strokeOpacity",
4422
+ "text-anchor": "textAnchor",
4423
+ "text-decoration": "textDecoration",
4424
+ "text-rendering": "textRendering",
4425
+ "unicode-bidi": "unicodeBidi",
4426
+ "word-spacing": "wordSpacing",
4427
+ "writing-mode": "writingMode",
4428
+ "xlink:actuate": "xlinkActuate",
4429
+ "xlink:arcrole": "xlinkArcrole",
4430
+ "xlink:href": "xlinkHref",
4431
+ "xlink:role": "xlinkRole",
4432
+ "xlink:show": "xlinkShow",
4433
+ "xlink:title": "xlinkTitle",
4434
+ "xlink:type": "xlinkType",
4435
+ "xml:base": "xmlBase",
4436
+ "xml:lang": "xmlLang",
4437
+ "xml:space": "xmlSpace",
4324
4438
  dirname: "dirName"
4325
4439
  };
4326
4440
  var generateAction = ({
@@ -9086,7 +9200,7 @@ const getDeploymentInstructions = (deployTarget) => {
9086
9200
  }
9087
9201
  };
9088
9202
  const name = "webstudio";
9089
- const version = "0.223.0";
9203
+ const version = "0.225.0";
9090
9204
  const description = "Webstudio CLI";
9091
9205
  const author = "Webstudio <github@webstudio.is>";
9092
9206
  const homepage = "https://webstudio.is";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webstudio",
3
- "version": "0.223.0",
3
+ "version": "0.225.0",
4
4
  "description": "Webstudio CLI",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -70,16 +70,16 @@
70
70
  "vite": "^6.3.4",
71
71
  "vitest": "^3.1.2",
72
72
  "wrangler": "^3.63.2",
73
- "@webstudio-is/css-engine": "0.223.0",
74
- "@webstudio-is/http-client": "0.223.0",
75
- "@webstudio-is/image": "0.223.0",
76
- "@webstudio-is/react-sdk": "0.223.0",
77
- "@webstudio-is/sdk": "0.223.0",
78
- "@webstudio-is/sdk-components-animation": "0.223.0",
79
- "@webstudio-is/sdk-components-react": "0.223.0",
80
- "@webstudio-is/sdk-components-react-radix": "0.223.0",
81
- "@webstudio-is/sdk-components-react-remix": "0.223.0",
82
- "@webstudio-is/sdk-components-react-router": "0.223.0",
73
+ "@webstudio-is/css-engine": "0.225.0",
74
+ "@webstudio-is/http-client": "0.225.0",
75
+ "@webstudio-is/image": "0.225.0",
76
+ "@webstudio-is/react-sdk": "0.225.0",
77
+ "@webstudio-is/sdk": "0.225.0",
78
+ "@webstudio-is/sdk-components-animation": "0.225.0",
79
+ "@webstudio-is/sdk-components-react": "0.225.0",
80
+ "@webstudio-is/sdk-components-react-radix": "0.225.0",
81
+ "@webstudio-is/sdk-components-react-remix": "0.225.0",
82
+ "@webstudio-is/sdk-components-react-router": "0.225.0",
83
83
  "@webstudio-is/tsconfig": "1.0.7"
84
84
  },
85
85
  "scripts": {
@@ -11,13 +11,13 @@
11
11
  "@remix-run/node": "2.16.5",
12
12
  "@remix-run/react": "2.16.5",
13
13
  "@remix-run/server-runtime": "2.16.5",
14
- "@webstudio-is/image": "0.223.0",
15
- "@webstudio-is/react-sdk": "0.223.0",
16
- "@webstudio-is/sdk": "0.223.0",
17
- "@webstudio-is/sdk-components-react": "0.223.0",
18
- "@webstudio-is/sdk-components-animation": "0.223.0",
19
- "@webstudio-is/sdk-components-react-radix": "0.223.0",
20
- "@webstudio-is/sdk-components-react-remix": "0.223.0",
14
+ "@webstudio-is/image": "0.225.0",
15
+ "@webstudio-is/react-sdk": "0.225.0",
16
+ "@webstudio-is/sdk": "0.225.0",
17
+ "@webstudio-is/sdk-components-react": "0.225.0",
18
+ "@webstudio-is/sdk-components-animation": "0.225.0",
19
+ "@webstudio-is/sdk-components-react-radix": "0.225.0",
20
+ "@webstudio-is/sdk-components-react-remix": "0.225.0",
21
21
  "isbot": "^5.1.25",
22
22
  "react": "18.3.0-canary-14898b6a9-20240318",
23
23
  "react-dom": "18.3.0-canary-14898b6a9-20240318"
@@ -10,13 +10,13 @@
10
10
  "dependencies": {
11
11
  "@react-router/dev": "^7.5.3",
12
12
  "@react-router/fs-routes": "^7.5.3",
13
- "@webstudio-is/image": "0.223.0",
14
- "@webstudio-is/react-sdk": "0.223.0",
15
- "@webstudio-is/sdk": "0.223.0",
16
- "@webstudio-is/sdk-components-animation": "0.223.0",
17
- "@webstudio-is/sdk-components-react-radix": "0.223.0",
18
- "@webstudio-is/sdk-components-react-router": "0.223.0",
19
- "@webstudio-is/sdk-components-react": "0.223.0",
13
+ "@webstudio-is/image": "0.225.0",
14
+ "@webstudio-is/react-sdk": "0.225.0",
15
+ "@webstudio-is/sdk": "0.225.0",
16
+ "@webstudio-is/sdk-components-animation": "0.225.0",
17
+ "@webstudio-is/sdk-components-react-radix": "0.225.0",
18
+ "@webstudio-is/sdk-components-react-router": "0.225.0",
19
+ "@webstudio-is/sdk-components-react": "0.225.0",
20
20
  "isbot": "^5.1.25",
21
21
  "react": "18.3.0-canary-14898b6a9-20240318",
22
22
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
@@ -8,12 +8,12 @@
8
8
  "typecheck": "tsc"
9
9
  },
10
10
  "dependencies": {
11
- "@webstudio-is/image": "0.223.0",
12
- "@webstudio-is/react-sdk": "0.223.0",
13
- "@webstudio-is/sdk": "0.223.0",
14
- "@webstudio-is/sdk-components-react": "0.223.0",
15
- "@webstudio-is/sdk-components-animation": "0.223.0",
16
- "@webstudio-is/sdk-components-react-radix": "0.223.0",
11
+ "@webstudio-is/image": "0.225.0",
12
+ "@webstudio-is/react-sdk": "0.225.0",
13
+ "@webstudio-is/sdk": "0.225.0",
14
+ "@webstudio-is/sdk-components-react": "0.225.0",
15
+ "@webstudio-is/sdk-components-animation": "0.225.0",
16
+ "@webstudio-is/sdk-components-react-radix": "0.225.0",
17
17
  "react": "18.3.0-canary-14898b6a9-20240318",
18
18
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
19
19
  "vike": "^0.4.229"