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 -80 24.0.019.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,33 +314,8 @@
316 314 "blocks": {
317 315 "core/button": {
318 316 "border": {
319 317 "radius": true
320 - },
321 - "dimensions": {
322 - "width": true,
323 - "dimensionSizes": [
324 - {
325 - "name": "25%",
326 - "slug": "25",
327 - "size": "25%"
328 - },
329 - {
330 - "name": "50%",
331 - "slug": "50",
332 - "size": "50%"
333 - },
334 - {
335 - "name": "75%",
336 - "slug": "75",
337 - "size": "75%"
338 - },
339 - {
340 - "name": "100%",
341 - "slug": "100",
342 - "size": "100%"
343 - }
344 - ]
345 318 }
346 319 },
347 320 "core/image": {
348 321 "lightbox": {
@@ -348,13 +321,8 @@
348 321 "lightbox": {
349 322 "allowEditing": true
350 323 }
351 324 },
352 - "core/icon": {
353 - "dimensions": {
354 - "width": true
355 - }
356 - },
357 325 "core/pullquote": {
358 326 "border": {
359 327 "color": true,
360 328 "radius": true,
@@ -364,8 +332,47 @@
364 332 }
365 333 }
366 334 },
367 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 + },
368 375 "blocks": {
369 376 "core/button": {
370 377 "variations": {
371 378 "outline": {
@@ -388,13 +395,8 @@
388 395 }
389 396 }
390 397 }
391 398 },
392 - "core/icon": {
393 - "dimensions": {
394 - "width": "24px"
395 - }
396 - },
397 399 "core/site-logo": {
398 400 "variations": {
399 401 "rounded": {
400 402 "border": {
@@ -401,46 +403,8 @@
401 403 "radius": "9999px"
402 404 }
403 405 }
404 406 }
405 - }
406 - },
407 - "elements": {
408 - "button": {
409 - "color": {
410 - "text": "#fff",
411 - "background": "#32373c"
412 - },
413 - "spacing": {
414 - "padding": {
415 - "top": "calc(0.667em + 2px)",
416 - "right": "calc(1.333em + 2px)",
417 - "bottom": "calc(0.667em + 2px)",
418 - "left": "calc(1.333em + 2px)"
419 - }
420 - },
421 - "typography": {
422 - "fontSize": "inherit",
423 - "fontFamily": "inherit",
424 - "fontStyle": "inherit",
425 - "fontWeight": "inherit",
426 - "letterSpacing": "inherit",
427 - "textTransform": "inherit",
428 - "lineHeight": "inherit",
429 - "textDecoration": "none"
430 - },
431 - "border": {
432 - "width": "0"
433 - }
434 - }
435 - },
436 - "spacing": {
437 - "blockGap": "24px",
438 - "padding": {
439 - "top": "0px",
440 - "right": "0px",
441 - "bottom": "0px",
442 - "left": "0px"
443 407 }
444 408 }
445 409 }
446 410 }