@taiga-ui/stylelint-config 0.435.0 → 0.437.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.
- package/index.js +6 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -100,7 +100,7 @@ module.exports = {
|
|
|
100
100
|
ignore: ['after-comment'],
|
|
101
101
|
},
|
|
102
102
|
],
|
|
103
|
-
'custom-property-no-missing-var-function':
|
|
103
|
+
'custom-property-no-missing-var-function': null, // TODO: https://github.com/stylelint/stylelint/issues/9163
|
|
104
104
|
'declaration-block-no-duplicate-custom-properties': true,
|
|
105
105
|
'declaration-block-no-duplicate-properties': [
|
|
106
106
|
true,
|
|
@@ -163,7 +163,7 @@ module.exports = {
|
|
|
163
163
|
'logical-css/require-logical-keywords': [
|
|
164
164
|
true,
|
|
165
165
|
{
|
|
166
|
-
ignore: ['clear', 'float', 'resize'],
|
|
166
|
+
ignore: ['clear', 'float', 'resize', 'caption-side'],
|
|
167
167
|
},
|
|
168
168
|
],
|
|
169
169
|
'logical-css/require-logical-properties': [
|
|
@@ -289,11 +289,15 @@ module.exports = {
|
|
|
289
289
|
'overscroll-behavior-x': ['/^.+$/'], // Safari 16+
|
|
290
290
|
'position-anchor': ['/^.+$/'],
|
|
291
291
|
resize: ['/^.+$/'],
|
|
292
|
+
rotate: ['/^.+$/'],
|
|
292
293
|
scale: ['/^.+$/'],
|
|
293
294
|
'scroll-behavior': ['/^.+$/'], // Safari 15+
|
|
294
295
|
'scrollbar-width': ['/^.+$/'], // Safari 18.2+
|
|
295
296
|
'text-wrap': ['/^.+$/'], // Safari 17+
|
|
297
|
+
'timeline-scope': ['/^.+$/'], // Safari 26+
|
|
298
|
+
translate: ['/^.+$/'],
|
|
296
299
|
'user-select': ['none', 'auto'],
|
|
300
|
+
'view-timeline': ['/^.+$/'], // Safari 26+
|
|
297
301
|
'word-break': ['break-word'],
|
|
298
302
|
'writing-mode': ['tb'],
|
|
299
303
|
zoom: ['/^.+$/'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/stylelint-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.437.0",
|
|
4
4
|
"description": "Taiga UI stylelint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stylelint",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@stylistic/stylelint-config": "^4.0.0",
|
|
35
35
|
"@stylistic/stylelint-plugin": "^5.0.1",
|
|
36
|
-
"@taiga-ui/browserslist-config": "0.
|
|
36
|
+
"@taiga-ui/browserslist-config": "0.437.0",
|
|
37
37
|
"postcss": "^8.5.8",
|
|
38
38
|
"postcss-less": "^6.0.0",
|
|
39
39
|
"stylelint": "^17.5.0",
|