File tree Expand file tree Collapse file tree 18 files changed +39
-88
lines changed Expand file tree Collapse file tree 18 files changed +39
-88
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @db-ux/core-components " : patch
3
+ " @db-ux/ngx-core-components " : patch
4
+ " @db-ux/react-core-components " : patch
5
+ " @db-ux/v-core-components " : patch
6
+ " @db-ux/wc-core-components " : patch
7
+ ---
8
+
9
+ fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @db-ux/core-components " : patch
3
+ " @db-ux/ngx-core-components " : patch
4
+ " @db-ux/react-core-components " : patch
5
+ " @db-ux/v-core-components " : patch
6
+ " @db-ux/wc-core-components " : patch
7
+ ---
8
+
9
+ refactor: enabling ` hidden ` HTML attribute in every context in which we need to set overwriting styling declarations (` display ` )
Original file line number Diff line number Diff line change 1
1
# @db-ux/ngx-core-components
2
2
3
- ## 3.1.17
4
-
5
- ### Patch Changes
6
-
7
- - 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8
- - 1a7023a: refactor: enabling ` hidden ` HTML attribute in every context in which we need to set overwriting styling declarations (` display ` )
9
- - Updated dependencies [ 1a7023a]
10
- - Updated dependencies [ 1a7023a]
11
- - @db-ux/core-components @3.1.17
12
- - @db-ux/core-foundations @3.1.17
13
-
14
3
## 3.1.16
15
4
16
5
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @db-ux/ngx-core-components" ,
3
- "version" : " 3.1.17 " ,
3
+ "version" : " 3.1.16 " ,
4
4
"description" : " Angular components @db-ux/core-components" ,
5
5
"type" : " module" ,
6
6
"repository" : {
24
24
"access" : " public"
25
25
},
26
26
"dependencies" : {
27
- "@db-ux/core-components" : " 3.1.17 " ,
28
- "@db-ux/core-foundations" : " 3.1.17 "
27
+ "@db-ux/core-components" : " 3.1.16 " ,
28
+ "@db-ux/core-foundations" : " 3.1.16 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
# @db-ux/react-core-components
2
2
3
- ## 3.1.17
4
-
5
- ### Patch Changes
6
-
7
- - 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8
- - 1a7023a: refactor: enabling ` hidden ` HTML attribute in every context in which we need to set overwriting styling declarations (` display ` )
9
- - Updated dependencies [ 1a7023a]
10
- - Updated dependencies [ 1a7023a]
11
- - @db-ux/core-components @3.1.17
12
- - @db-ux/core-foundations @3.1.17
13
-
14
3
## 3.1.16
15
4
16
5
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @db-ux/react-core-components" ,
3
- "version" : " 3.1.17 " ,
3
+ "version" : " 3.1.16 " ,
4
4
"description" : " React components for @db-ux/core-components" ,
5
5
"repository" : {
6
6
"type" : " git" ,
39
39
},
40
40
"sideEffects" : false ,
41
41
"dependencies" : {
42
- "@db-ux/core-components" : " 3.1.17 " ,
43
- "@db-ux/core-foundations" : " 3.1.17 "
42
+ "@db-ux/core-components" : " 3.1.16 " ,
43
+ "@db-ux/core-foundations" : " 3.1.16 "
44
44
}
45
45
}
Original file line number Diff line number Diff line change 1
1
# @db-ux/wc-core-components
2
2
3
- ## 3.1.17
4
-
5
- ### Patch Changes
6
-
7
- - 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8
- - 1a7023a: refactor: enabling ` hidden ` HTML attribute in every context in which we need to set overwriting styling declarations (` display ` )
9
- - Updated dependencies [ 1a7023a]
10
- - Updated dependencies [ 1a7023a]
11
- - @db-ux/core-components @3.1.17
12
- - @db-ux/core-foundations @3.1.17
13
-
14
3
## 3.1.16
15
4
16
5
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @db-ux/wc-core-components" ,
3
- "version" : " 3.1.17 " ,
3
+ "version" : " 3.1.16 " ,
4
4
"description" : " Stencil components for @db-ux/core-components" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"web-types" : " ./dist/web-types.json" ,
45
45
"customElements" : " dist/custom-elements.json" ,
46
46
"dependencies" : {
47
- "@db-ux/core-components" : " 3.1.17 " ,
48
- "@db-ux/core-foundations" : " 3.1.17 "
47
+ "@db-ux/core-components" : " 3.1.16 " ,
48
+ "@db-ux/core-foundations" : " 3.1.16 "
49
49
}
50
50
}
Original file line number Diff line number Diff line change 1
1
# @db-ux/v-core-components
2
2
3
- ## 3.1.17
4
-
5
- ### Patch Changes
6
-
7
- - 1a7023a: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8
- - 1a7023a: refactor: enabling ` hidden ` HTML attribute in every context in which we need to set overwriting styling declarations (` display ` )
9
- - Updated dependencies [ 1a7023a]
10
- - Updated dependencies [ 1a7023a]
11
- - @db-ux/core-components @3.1.17
12
- - @db-ux/core-foundations @3.1.17
13
-
14
3
## 3.1.16
15
4
16
5
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @db-ux/v-core-components" ,
3
- "version" : " 3.1.17 " ,
3
+ "version" : " 3.1.16 " ,
4
4
"type" : " module" ,
5
5
"description" : " Vue components for @db-ux/core-components" ,
6
6
"repository" : {
54
54
"sideEffects" : false ,
55
55
"source" : " src/index.ts" ,
56
56
"dependencies" : {
57
- "@db-ux/core-components" : " 3.1.17 " ,
58
- "@db-ux/core-foundations" : " 3.1.17 "
57
+ "@db-ux/core-components" : " 3.1.16 " ,
58
+ "@db-ux/core-foundations" : " 3.1.16 "
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments