@mrhenry/stylelint-mrhenry-prop-order 3.1.0 → 3.1.2

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.
Files changed (2) hide show
  1. package/order.mjs +38 -12
  2. package/package.json +1 -1
package/order.mjs CHANGED
@@ -17,6 +17,15 @@ export const order = [
17
17
  "animation-range-end",
18
18
  "animation-timeline",
19
19
  "animation-timing-function",
20
+ "animation-trigger",
21
+ "animation-trigger-type",
22
+ "animation-trigger-timeline",
23
+ "animation-trigger-exit-range",
24
+ "animation-trigger-exit-range-end",
25
+ "animation-trigger-exit-range-start",
26
+ "animation-trigger-range",
27
+ "animation-trigger-range-end",
28
+ "animation-trigger-range-start",
20
29
  "appearance",
21
30
  "aspect-ratio",
22
31
  "backdrop-filter",
@@ -97,7 +106,6 @@ export const order = [
97
106
  "border-left-style",
98
107
  "border-left-width",
99
108
 
100
- "corners",
101
109
  "border-radius",
102
110
  // border radius logical shorthands
103
111
  "border-inline-start-radius",
@@ -136,6 +144,26 @@ export const order = [
136
144
  "border-image-slice",
137
145
  "border-image-source",
138
146
  "border-image-width",
147
+
148
+ "border-shape",
149
+
150
+ "corner-inline-start-shape",
151
+ "corner-inline-end-shape",
152
+ "corner-block-start-shape",
153
+ "corner-block-end-shape",
154
+ "corner-top-shape",
155
+ "corner-top-right-shape",
156
+ "corner-top-left-shape",
157
+ "corner-right-shape",
158
+ "corner-bottom-shape",
159
+ "corner-bottom-right-shape",
160
+ "corner-bottom-left-shape",
161
+ "corner-left-shape",
162
+ "corner-start-start-shape",
163
+ "corner-start-end-shape",
164
+ "corner-end-end-shape",
165
+ "corner-end-start-shape",
166
+
139
167
  "box-decoration-break",
140
168
 
141
169
  // <<'box-shadow-color'>>? &amp;&amp; [ <<'box-shadow-offset'>> [ <<'box-shadow-blur'>> <<'box-shadow-spread'>>? ]? ] &amp;&amp; <<'box-shadow-position'>>?
@@ -319,8 +347,16 @@ export const order = [
319
347
  "inset-block",
320
348
  "inset-block-start",
321
349
  "inset-block-end",
350
+ "interactivity",
322
351
  "interpolate-size",
323
352
  "isolation",
353
+ "item-flow",
354
+ "item-direction",
355
+ "item-track",
356
+ "item-wrap",
357
+ "item-cross",
358
+ "item-pack",
359
+ "item-slack",
324
360
  "letter-spacing",
325
361
  "lighting-color",
326
362
  "line-break",
@@ -371,17 +407,6 @@ export const order = [
371
407
  "mask-repeat",
372
408
  "mask-size",
373
409
  "mask-type",
374
- "masonry",
375
- "masonry-flow",
376
- "masonry-direction",
377
- "masonry-fill",
378
- "masonry-auto-tracks",
379
- "masonry-slack",
380
- "masonry-template-areas",
381
- "masonry-template-tracks",
382
- "masonry-track",
383
- "masonry-track-start",
384
- "masonry-track-end",
385
410
  "math-depth",
386
411
  "math-shift",
387
412
  "math-style",
@@ -476,6 +501,7 @@ export const order = [
476
501
  "quotes",
477
502
  "r",
478
503
  "reading-flow",
504
+ "reading-order",
479
505
  "region-fragment",
480
506
  "resize",
481
507
  "rest",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",