@taiga-ui/stylelint-config 0.407.0 → 0.409.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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -247,6 +247,7 @@ module.exports = {
247
247
  resize: ['/^.+$/'],
248
248
  scale: ['/^.+$/'],
249
249
  'scroll-behavior': ['/^.+$/'], // Safari 15+
250
+ 'scrollbar-width': ['/^.+$/'], // Safari 18.2+
250
251
  'text-wrap': ['/^.+$/'], // Safari 17+
251
252
  'user-select': ['none', 'auto'],
252
253
  'word-break': ['break-word'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.407.0",
3
+ "version": "0.409.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": "^4.0.0",
17
17
  "@stylistic/stylelint-plugin": "^5.0.1",
18
- "@taiga-ui/browserslist-config": "^0.407.0",
18
+ "@taiga-ui/browserslist-config": "^0.409.0",
19
19
  "postcss": "^8.5.6",
20
20
  "postcss-less": "^6.0.0",
21
21
  "stylelint": "^17.1.1",