@webstudio-is/css-data 0.76.0 → 0.78.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.
|
@@ -247,12 +247,12 @@ const propertiesGenerated = {
|
|
|
247
247
|
overscrollBehaviorY: "overscrollBehaviorY",
|
|
248
248
|
paddingBlockEnd: "paddingBlockEnd",
|
|
249
249
|
paddingBlockStart: "paddingBlockStart",
|
|
250
|
-
paddingBottom: "
|
|
250
|
+
paddingBottom: "Defines the space between the content of an element and its bottom border. Can affect layout height.",
|
|
251
251
|
paddingInlineEnd: "paddingInlineEnd",
|
|
252
252
|
paddingInlineStart: "paddingInlineStart",
|
|
253
|
-
paddingLeft: "
|
|
254
|
-
paddingRight: "
|
|
255
|
-
paddingTop: "
|
|
253
|
+
paddingLeft: "Defines the space between the content of an element and its left border. Can affect layout width.",
|
|
254
|
+
paddingRight: "Defines the space between the content of an element and its right border. Can affect layout width.",
|
|
255
|
+
paddingTop: "Defines the space between the content of an element and its top border. Can affect layout height.",
|
|
256
256
|
pageBreakAfter: "pageBreakAfter",
|
|
257
257
|
pageBreakBefore: "pageBreakBefore",
|
|
258
258
|
pageBreakInside: "Controls whether a page break occurs inside an element.",
|
|
@@ -275,12 +275,12 @@ const propertiesGenerated = {
|
|
|
275
275
|
overscrollBehaviorY: "overscrollBehaviorY",
|
|
276
276
|
paddingBlockEnd: "paddingBlockEnd",
|
|
277
277
|
paddingBlockStart: "paddingBlockStart",
|
|
278
|
-
paddingBottom: "
|
|
278
|
+
paddingBottom: "Defines the space between the content of an element and its bottom border. Can affect layout height.",
|
|
279
279
|
paddingInlineEnd: "paddingInlineEnd",
|
|
280
280
|
paddingInlineStart: "paddingInlineStart",
|
|
281
|
-
paddingLeft: "
|
|
282
|
-
paddingRight: "
|
|
283
|
-
paddingTop: "
|
|
281
|
+
paddingLeft: "Defines the space between the content of an element and its left border. Can affect layout width.",
|
|
282
|
+
paddingRight: "Defines the space between the content of an element and its right border. Can affect layout width.",
|
|
283
|
+
paddingTop: "Defines the space between the content of an element and its top border. Can affect layout height.",
|
|
284
284
|
pageBreakAfter: "pageBreakAfter",
|
|
285
285
|
pageBreakBefore: "pageBreakBefore",
|
|
286
286
|
pageBreakInside: "Controls whether a page break occurs inside an element.",
|
|
@@ -247,12 +247,12 @@ export declare const propertiesGenerated: {
|
|
|
247
247
|
readonly overscrollBehaviorY: "overscrollBehaviorY";
|
|
248
248
|
readonly paddingBlockEnd: "paddingBlockEnd";
|
|
249
249
|
readonly paddingBlockStart: "paddingBlockStart";
|
|
250
|
-
readonly paddingBottom: "
|
|
250
|
+
readonly paddingBottom: "Defines the space between the content of an element and its bottom border. Can affect layout height.";
|
|
251
251
|
readonly paddingInlineEnd: "paddingInlineEnd";
|
|
252
252
|
readonly paddingInlineStart: "paddingInlineStart";
|
|
253
|
-
readonly paddingLeft: "
|
|
254
|
-
readonly paddingRight: "
|
|
255
|
-
readonly paddingTop: "
|
|
253
|
+
readonly paddingLeft: "Defines the space between the content of an element and its left border. Can affect layout width.";
|
|
254
|
+
readonly paddingRight: "Defines the space between the content of an element and its right border. Can affect layout width.";
|
|
255
|
+
readonly paddingTop: "Defines the space between the content of an element and its top border. Can affect layout height.";
|
|
256
256
|
readonly pageBreakAfter: "pageBreakAfter";
|
|
257
257
|
readonly pageBreakBefore: "pageBreakBefore";
|
|
258
258
|
readonly pageBreakInside: "Controls whether a page break occurs inside an element.";
|
|
@@ -597,12 +597,12 @@ export declare const properties: {
|
|
|
597
597
|
readonly overscrollBehaviorY: "overscrollBehaviorY";
|
|
598
598
|
readonly paddingBlockEnd: "paddingBlockEnd";
|
|
599
599
|
readonly paddingBlockStart: "paddingBlockStart";
|
|
600
|
-
readonly paddingBottom: "
|
|
600
|
+
readonly paddingBottom: "Defines the space between the content of an element and its bottom border. Can affect layout height.";
|
|
601
601
|
readonly paddingInlineEnd: "paddingInlineEnd";
|
|
602
602
|
readonly paddingInlineStart: "paddingInlineStart";
|
|
603
|
-
readonly paddingLeft: "
|
|
604
|
-
readonly paddingRight: "
|
|
605
|
-
readonly paddingTop: "
|
|
603
|
+
readonly paddingLeft: "Defines the space between the content of an element and its left border. Can affect layout width.";
|
|
604
|
+
readonly paddingRight: "Defines the space between the content of an element and its right border. Can affect layout width.";
|
|
605
|
+
readonly paddingTop: "Defines the space between the content of an element and its top border. Can affect layout height.";
|
|
606
606
|
readonly pageBreakAfter: "pageBreakAfter";
|
|
607
607
|
readonly pageBreakBefore: "pageBreakBefore";
|
|
608
608
|
readonly pageBreakInside: "Controls whether a page break occurs inside an element.";
|
package/package.json
CHANGED
|
@@ -323,12 +323,16 @@ export const propertiesGenerated = {
|
|
|
323
323
|
overscrollBehaviorY: "overscrollBehaviorY",
|
|
324
324
|
paddingBlockEnd: "paddingBlockEnd",
|
|
325
325
|
paddingBlockStart: "paddingBlockStart",
|
|
326
|
-
paddingBottom:
|
|
326
|
+
paddingBottom:
|
|
327
|
+
"Defines the space between the content of an element and its bottom border. Can affect layout height.",
|
|
327
328
|
paddingInlineEnd: "paddingInlineEnd",
|
|
328
329
|
paddingInlineStart: "paddingInlineStart",
|
|
329
|
-
paddingLeft:
|
|
330
|
-
|
|
331
|
-
|
|
330
|
+
paddingLeft:
|
|
331
|
+
"Defines the space between the content of an element and its left border. Can affect layout width.",
|
|
332
|
+
paddingRight:
|
|
333
|
+
"Defines the space between the content of an element and its right border. Can affect layout width.",
|
|
334
|
+
paddingTop:
|
|
335
|
+
"Defines the space between the content of an element and its top border. Can affect layout height.",
|
|
332
336
|
pageBreakAfter: "pageBreakAfter",
|
|
333
337
|
pageBreakBefore: "pageBreakBefore",
|
|
334
338
|
pageBreakInside: "Controls whether a page break occurs inside an element.",
|