@wallarm-org/design-system 0.67.1 → 0.67.3

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.
@@ -28,8 +28,8 @@ const OPERATOR_SYMBOLS = {
28
28
  not_like: '!~',
29
29
  in: 'IN',
30
30
  not_in: 'NOT IN',
31
- is_null: '!= null',
32
- is_not_null: '= null',
31
+ is_null: '= null',
32
+ is_not_null: '!= null',
33
33
  between: '<>'
34
34
  };
35
35
  const OPERATOR_LABELS = {
@@ -43,8 +43,8 @@ const OPERATOR_LABELS = {
43
43
  not_like: 'not like',
44
44
  in: 'is any of',
45
45
  not_in: 'is not any of',
46
- is_null: 'is set',
47
- is_not_null: 'is not set',
46
+ is_null: 'is not set',
47
+ is_not_null: 'is set',
48
48
  between: 'between'
49
49
  };
50
50
  const OPERATOR_LABELS_BY_TYPE = {
@@ -54,8 +54,8 @@ const OPERATOR_LABELS_BY_TYPE = {
54
54
  in: 'in',
55
55
  like: 'like',
56
56
  not_like: 'not like',
57
- is_null: 'is set',
58
- is_not_null: 'is not set'
57
+ is_null: 'is not set',
58
+ is_not_null: 'is set'
59
59
  },
60
60
  integer: {
61
61
  '=': 'is',
@@ -86,14 +86,14 @@ const OPERATOR_LABELS_BY_TYPE = {
86
86
  boolean: {
87
87
  '=': 'is true',
88
88
  '!=': 'is false',
89
- is_null: 'is set',
90
- is_not_null: 'is not set'
89
+ is_null: 'is not set',
90
+ is_not_null: 'is set'
91
91
  },
92
92
  enum: {
93
93
  in: 'is any of',
94
94
  not_in: 'is not any of',
95
- is_null: 'is set',
96
- is_not_null: 'is not set'
95
+ is_null: 'is not set',
96
+ is_not_null: 'is set'
97
97
  }
98
98
  };
99
99
  const OPERATORS_BY_TYPE = {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.67.0",
3
- "generatedAt": "2026-06-24T17:08:52.641Z",
2
+ "version": "0.67.2",
3
+ "generatedAt": "2026-06-24T19:41:24.950Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Accordion",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.67.1",
3
+ "version": "0.67.3",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",