@mrhenry/stylelint-mrhenry-prop-order 3.1.6 → 3.1.8

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 +7 -0
  2. package/package.json +3 -3
package/order.mjs CHANGED
@@ -14,6 +14,7 @@ export const order = [
14
14
  "animation-play-state",
15
15
  "animation-range",
16
16
  "animation-range-start",
17
+ "animation-range-center",
17
18
  "animation-range-end",
18
19
  "animation-timeline",
19
20
  "animation-timing-function",
@@ -350,6 +351,9 @@ export const order = [
350
351
  "inset-block-start",
351
352
  "inset-block-end",
352
353
  "interactivity",
354
+ "interest-delay",
355
+ "interest-delay-start",
356
+ "interest-delay-end",
353
357
  "interpolate-size",
354
358
  "isolation",
355
359
  "item-flow",
@@ -492,6 +496,9 @@ export const order = [
492
496
  "align-self",
493
497
  "justify-self",
494
498
  "pointer-events",
499
+ "pointer-timeline",
500
+ "pointer-timeline-axis",
501
+ "pointer-timeline-name",
495
502
  "position",
496
503
  "position-anchor",
497
504
  "position-try",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -27,10 +27,10 @@
27
27
  "stylelint-plugin"
28
28
  ],
29
29
  "peerDependencies": {
30
- "stylelint": "^16.20.0"
30
+ "stylelint": "^16.21.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "css-tree": "^3.1.0",
34
- "stylelint": "^16.20.0"
34
+ "stylelint": "^16.21.1"
35
35
  }
36
36
  }