PluginProbe
Gutenberg / 19.6.1
Gutenberg v19.6.1
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | lib/theme.json +44 -79 23.3.219.6.1 View file →
@@ -9,9 +9,8 @@
9 9 "radius": false,
10 10 "style": false,
11 11 "width": false
12 12 },
13 - "background": { "gradient": true },
14 13 "color": {
15 14 "background": true,
16 15 "button": true,
17 16 "caption": true,
@@ -65,9 +64,9 @@
65 64 ],
66 65 "gradients": [
67 66 {
68 67 "name": "Vivid cyan blue to vivid purple",
69 - "gradient": "linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%)",
68 + "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
70 69 "slug": "vivid-cyan-blue-to-vivid-purple"
71 70 },
72 71 {
73 72 "name": "Light green cyan to vivid green cyan",
@@ -75,14 +74,14 @@
75 74 "slug": "light-green-cyan-to-vivid-green-cyan"
76 75 },
77 76 {
78 77 "name": "Luminous vivid amber to luminous vivid orange",
79 - "gradient": "linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%)",
78 + "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
80 79 "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
81 80 },
82 81 {
83 82 "name": "Luminous vivid orange to vivid red",
84 - "gradient": "linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%)",
83 + "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
85 84 "slug": "luminous-vivid-orange-to-vivid-red"
86 85 },
87 86 {
88 87 "name": "Very light gray to cyan bluish gray",
@@ -251,14 +250,14 @@
251 250 },
252 251 {
253 252 "name": "Outlined",
254 253 "slug": "outlined",
255 - "shadow": "6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0)"
254 + "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
256 255 },
257 256 {
258 257 "name": "Crisp",
259 258 "slug": "crisp",
260 - "shadow": "6px 6px 0px rgb(0, 0, 0)"
259 + "shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
261 260 }
262 261 ]
263 262 },
264 263 "spacing": {
@@ -308,9 +307,8 @@
308 307 "lineHeight": false,
309 308 "textAlign": true,
310 309 "textColumns": false,
311 310 "textDecoration": true,
312 - "textIndent": "subsequent",
313 311 "textTransform": true,
314 312 "writingMode": false
315 313 },
316 314 "blocks": {
@@ -316,32 +314,8 @@
316 314 "blocks": {
317 315 "core/button": {
318 316 "border": {
319 317 "radius": true
320 - },
321 - "dimensions": {
322 - "dimensionSizes": [
323 - {
324 - "name": "25%",
325 - "slug": "25",
326 - "size": "25%"
327 - },
328 - {
329 - "name": "50%",
330 - "slug": "50",
331 - "size": "50%"
332 - },
333 - {
334 - "name": "75%",
335 - "slug": "75",
336 - "size": "75%"
337 - },
338 - {
339 - "name": "100%",
340 - "slug": "100",
341 - "size": "100%"
342 - }
343 - ]
344 318 }
345 319 },
346 320 "core/image": {
347 321 "lightbox": {
@@ -347,13 +321,8 @@
347 321 "lightbox": {
348 322 "allowEditing": true
349 323 }
350 324 },
351 - "core/icon": {
352 - "dimensions": {
353 - "width": true
354 - }
355 - },
356 325 "core/pullquote": {
357 326 "border": {
358 327 "color": true,
359 328 "radius": true,
@@ -363,8 +332,47 @@
363 332 }
364 333 }
365 334 },
366 335 "styles": {
336 + "elements": {
337 + "button": {
338 + "color": {
339 + "text": "#fff",
340 + "background": "#32373c"
341 + },
342 + "spacing": {
343 + "padding": {
344 + "top": "calc(0.667em + 2px)",
345 + "right": "calc(1.333em + 2px)",
346 + "bottom": "calc(0.667em + 2px)",
347 + "left": "calc(1.333em + 2px)"
348 + }
349 + },
350 + "typography": {
351 + "fontSize": "inherit",
352 + "fontFamily": "inherit",
353 + "lineHeight": "inherit",
354 + "textDecoration": "none"
355 + },
356 + "border": {
357 + "width": "0"
358 + }
359 + },
360 + "link": {
361 + "typography": {
362 + "textDecoration": "underline"
363 + }
364 + }
365 + },
366 + "spacing": {
367 + "blockGap": "24px",
368 + "padding": {
369 + "top": "0px",
370 + "right": "0px",
371 + "bottom": "0px",
372 + "left": "0px"
373 + }
374 + },
367 375 "blocks": {
368 376 "core/button": {
369 377 "variations": {
370 378 "outline": {
@@ -387,13 +395,8 @@
387 395 }
388 396 }
389 397 }
390 398 },
391 - "core/icon": {
392 - "dimensions": {
393 - "width": "24px"
394 - }
395 - },
396 399 "core/site-logo": {
397 400 "variations": {
398 401 "rounded": {
399 402 "border": {
@@ -400,46 +403,8 @@
400 403 "radius": "9999px"
401 404 }
402 405 }
403 406 }
404 - }
405 - },
406 - "elements": {
407 - "button": {
408 - "color": {
409 - "text": "#fff",
410 - "background": "#32373c"
411 - },
412 - "spacing": {
413 - "padding": {
414 - "top": "calc(0.667em + 2px)",
415 - "right": "calc(1.333em + 2px)",
416 - "bottom": "calc(0.667em + 2px)",
417 - "left": "calc(1.333em + 2px)"
418 - }
419 - },
420 - "typography": {
421 - "fontSize": "inherit",
422 - "fontFamily": "inherit",
423 - "fontStyle": "inherit",
424 - "fontWeight": "inherit",
425 - "letterSpacing": "inherit",
426 - "textTransform": "inherit",
427 - "lineHeight": "inherit",
428 - "textDecoration": "none"
429 - },
430 - "border": {
431 - "width": "0"
432 - }
433 - }
434 - },
435 - "spacing": {
436 - "blockGap": "24px",
437 - "padding": {
438 - "top": "0px",
439 - "right": "0px",
440 - "bottom": "0px",
441 - "left": "0px"
442 407 }
443 408 }
444 409 }
445 410 }