@taiga-ui/stylelint-config 0.405.0 → 0.406.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.
Files changed (2) hide show
  1. package/index.js +3 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -214,14 +214,15 @@ module.exports = {
214
214
  ignoreFunctions: [
215
215
  'color-mix', // Safari 16+
216
216
  'rect', // Safari 17+
217
+ 'anchor', // Safari 26+
218
+ 'anchor-size', // Safari 26+
217
219
  ],
218
220
  ignoreProperties: {
219
- '/^anchor-/': ['/^.+$/'],
221
+ '/^anchor-/': ['/^.+$/'], // Safari 26+
220
222
  '/^animation-/': ['/^.+$/'],
221
223
  '/^mask-/': ['/^.+$/'],
222
224
  '/^scroll-snap-/': ['/^.+$/'], // Safari 15+
223
225
  'accent-color': ['/^.+$/'], // Safari NaN
224
- anchor: ['/^.+$/'],
225
226
  appearance: ['/^.+$/'], // Safari 15+
226
227
  'backdrop-filter': ['/^.+$/'],
227
228
  'backface-visibility': ['/^.+$/'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.405.0",
3
+ "version": "0.406.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -15,7 +15,7 @@
15
15
  "peerDependencies": {
16
16
  "@stylistic/stylelint-config": "^3.0.1",
17
17
  "@stylistic/stylelint-plugin": "^4.0.1",
18
- "@taiga-ui/browserslist-config": "^0.405.0",
18
+ "@taiga-ui/browserslist-config": "^0.406.0",
19
19
  "postcss": "^8.5.6",
20
20
  "postcss-less": "^6.0.0",
21
21
  "stylelint": "^16.26.1",