@webstudio-is/css-data 0.35.0 → 0.40.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.
@@ -302,7 +302,7 @@ const keywordValues = {
302
302
  "color",
303
303
  "luminosity"
304
304
  ],
305
- backgroundClip: ["border-box", "padding-box", "content-box"],
305
+ backgroundClip: ["border-box", "padding-box", "content-box", "text"],
306
306
  backgroundColor: [
307
307
  "transparent",
308
308
  "aliceblue",
@@ -325,7 +325,7 @@ const keywordValues = {
325
325
  "color",
326
326
  "luminosity"
327
327
  ],
328
- backgroundClip: ["border-box", "padding-box", "content-box"],
328
+ backgroundClip: ["border-box", "padding-box", "content-box", "text"],
329
329
  backgroundColor: [
330
330
  "transparent",
331
331
  "aliceblue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/css-data",
3
- "version": "0.35.0",
3
+ "version": "0.40.0",
4
4
  "description": "CSS Data",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -12,7 +12,7 @@
12
12
  "mdn-data": "2.0.30",
13
13
  "typescript": "4.9.5",
14
14
  "zod": "^3.19.1",
15
- "@webstudio-is/asset-uploader": "^0.35.0",
15
+ "@webstudio-is/asset-uploader": "^0.40.0",
16
16
  "@webstudio-is/scripts": "^0.0.0",
17
17
  "@webstudio-is/tsconfig": "^1.0.1"
18
18
  },
@@ -303,7 +303,7 @@ export const keywordValues = {
303
303
  "color",
304
304
  "luminosity",
305
305
  ],
306
- backgroundClip: ["border-box", "padding-box", "content-box"],
306
+ backgroundClip: ["border-box", "padding-box", "content-box", "text"],
307
307
  backgroundColor: [
308
308
  "transparent",
309
309
  "aliceblue",