@lucca/stylelint-config-prisme 20.2.1 → 20.2.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.
@@ -2,6 +2,11 @@
2
2
  // Always check for variables with regular expressions. A string will match all the value, not part of it.
3
3
 
4
4
  export default [
5
+ {
6
+ objectPattern: /--commons-elevations-elevation-[1-6]]/,
7
+ versionDeprecated: '17.3.0',
8
+ versionDeleted: '19.1.0',
9
+ },
5
10
  {
6
11
  objectPattern: /--commons-boxShadow-X*(S|M|L)/,
7
12
  versionDeprecated: '17.3.0',
@@ -27,4 +32,8 @@ export default [
27
32
  versionDeprecated: '18.3.0',
28
33
  versionDeleted: '20.1.0',
29
34
  },
35
+ {
36
+ objectPattern: /--commons-borderRadius-(M|L|XL|full)/,
37
+ versionDeprecated: '20.2.0',
38
+ },
30
39
  ];
@@ -1,4 +1,28 @@
1
1
  export default [
2
+ {
3
+ // Any combination of .button and .mod-counter with any non-whitespace character between
4
+ // SEE https://regex101.com/r/9WOlXc.
5
+ objectPattern: /(\.button|\.mod-counter)[\S]*(\.button|\.mod-counter)/,
6
+ versionDeleted: '18.1.0',
7
+ },
8
+ {
9
+ objectPattern: ['.button-counter', '.navSide-item-alert', '.textfield-actionClear', '.lu-select-value .label'],
10
+ versionDeleted: '18.1.0',
11
+ },
12
+ {
13
+ // Any combination of .callout and .mod-tiny with any non-whitespace character between
14
+ // SEE https://regex101.com/r/rW039S.
15
+ objectPattern: /(\.callout|\.mod-tiny)[\S]*(\.callout|\.mod-tiny)/,
16
+ versionDeleted: '18.1.0',
17
+ },
18
+ {
19
+ objectPattern: ['.user-info', /\.user-tile-(title|label|footnote)/],
20
+ versionDeleted: '20.1.0',
21
+ },
22
+ {
23
+ objectPattern: ['.user-info', 'user-tile', '.picture'],
24
+ versionDeleted: '20.1.0',
25
+ },
2
26
  {
3
27
  // Any combination of .button and .mod-icon with any non-whitespace character between
4
28
  // SEE https://regex101.com/r/6yQzje.
@@ -21,28 +45,55 @@ export default [
21
45
  versionDeprecated: '17.4.0',
22
46
  versionDeleted: '19.1.0',
23
47
  },
24
- {
25
- objectPattern: /\.u-elevate.*/,
26
- versionDeprecated: '19.1.0',
27
- versionDeleted: '19.1.0',
28
- },
29
48
  {
30
49
  objectPattern: ['.u-textLeft', '.u-textCenter', '.u-textRight'],
31
50
  versionDeprecated: '18.1.0',
32
51
  versionDeleted: '21.1.0',
33
52
  },
34
53
  {
35
- objectPattern: ['.comment-content-textContainer', '.dialog-form', '.dialog-formOptional', '.mod-withMenuCompact'],
54
+ objectPattern: '.mod-columnSticky',
55
+ versionDeprecated: '18.2.0',
56
+ versionDeleted: '20.1.0',
57
+ },
58
+ {
59
+ objectPattern: ['.table-head-row-cell-sortableButton', '.indexTable-head-row-cell-sortableButton'],
60
+ versionDeprecated: '18.2.0',
61
+ versionDeleted: '20.1.0',
62
+ },
63
+ {
64
+ // Any combination of .table-head-row-cell, .mod-sortable, .sortedAscending or .sortedAscending with any non-whitespace character between
65
+ // SEE https://regex101.com/r/NFrjBF.
66
+ objectPattern:
67
+ /(\.table-head-row-cell|\.mod-sortable|\.sortedAscending|\.sortedDescending)[\S]*(\.table-head-row-cell|\.mod-sortable|\.sortedAscending|\.sortedDescending)/,
68
+ versionDeprecated: '18.2.0',
69
+ versionDeleted: '20.1.0',
70
+ },
71
+ {
72
+ objectPattern: /\.u-text(Left|Center|Right)/,
73
+ versionDeprecated: '18.2.0',
74
+ },
75
+ {
76
+ objectPattern: ['.comment-content-textContainer', '.mod-withMenuCompact'],
77
+ versionDeprecated: '18.3.0',
78
+ versionDeleted: '20.1.0',
79
+ },
80
+ {
81
+ objectPattern: ['.dialog-form', '.dialog-formOptional'],
36
82
  versionDeprecated: '18.3.0',
37
83
  versionDeleted: '21.1.0',
38
84
  },
85
+ {
86
+ objectPattern: /\.u-elevate.*/,
87
+ versionDeprecated: '19.1.0',
88
+ versionDeleted: '19.1.0',
89
+ },
39
90
  {
40
91
  objectPattern: /\.lu-dropdown-(content|options|options-item|options-item-action)/,
41
92
  versionDeprecated: '19.2.0',
42
93
  versionDeleted: '21.1.0',
43
94
  },
44
95
  {
45
- // SEE https://regex101.com/r/VqPdDw/2.
96
+ // SEE https://regex101.com/r/VqPdDw.
46
97
  objectPattern: /\.filterBarDeprecated-?/,
47
98
  versionDeprecated: '19.2.0',
48
99
  versionDeleted: '21.1.0',
@@ -52,4 +103,16 @@ export default [
52
103
  versionDeprecated: '19.3.0',
53
104
  versionDeleted: '21.1.0',
54
105
  },
106
+ {
107
+ // SEE https://regex101.com/r/rOqMxE.
108
+ objectPattern: /\.u-text(X?S|M|X{0,3}L)/,
109
+ versionDeprecated: '20.1.0',
110
+ versionDeleted: '22.1.0',
111
+ },
112
+ {
113
+ // Any combination of .button, .mod-text or .mod-deleted with any non-whitespace character between
114
+ // SEE https://regex101.com/r/5qB2gm.
115
+ objectPattern: /(\.button|\.mod-text|\.mod-deleted)[\S]*(\.button|\.mod-text|\.mod-deleted)/,
116
+ versionDeprecated: '20.2.0',
117
+ },
55
118
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca/stylelint-config-prisme",
3
- "version": "20.2.1",
3
+ "version": "20.2.2",
4
4
  "description": "Lucca Front stylelint configuration",
5
5
  "repository": {
6
6
  "type": "git",