@synerise/ds-factors 0.27.6 → 0.27.8
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.27.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.7...@synerise/ds-factors@0.27.8) (2024-12-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.27.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.6...@synerise/ds-factors@0.27.7) (2024-12-09)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **factors:** fixes border radius of selector ([c5b2276](https://github.com/Synerise/synerise-design/commit/c5b22761a81c19d06901b9fe0d011a9461d1e5e3))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.27.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.5...@synerise/ds-factors@0.27.6) (2024-12-04)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
@@ -9,7 +9,7 @@ var DEFAULT_WIDTH = {
|
|
|
9
9
|
export var FactorInput = styled.div.withConfig({
|
|
10
10
|
displayName: "FactorValuestyle__FactorInput",
|
|
11
11
|
componentId: "sc-17jtnx3-0"
|
|
12
|
-
})(["&&{", ";", "{width:auto;}.ds-autocomplete{display:flex;> *{min-width:0;flex-grow:1;}.ant-select{width:100%;}.ant-select-selection-placeholder{padding:0;}.ant-select-selector{border-radius:", ";}}.ant-dropdown-trigger{input{border-radius:", ";}}}"], function (props) {
|
|
12
|
+
})(["&&{", ";", "{width:auto;}li.ds-menu-item{border-radius:", ";}.ant-menu-item{border-radius:", ";}.ds-autocomplete{display:flex;> *{min-width:0;flex-grow:1;}.ant-select{width:100%;}.ant-select-selection-placeholder{padding:0;}.ant-select-selector{border-radius:", ";}}.ant-dropdown-trigger{input{border-radius:", ";}}}"], function (props) {
|
|
13
13
|
var inputType = props.inputType,
|
|
14
14
|
_props$inputTextType = props.inputTextType,
|
|
15
15
|
inputTextType = _props$inputTextType === void 0 ? 'default' : _props$inputTextType;
|
|
@@ -26,6 +26,10 @@ export var FactorInput = styled.div.withConfig({
|
|
|
26
26
|
}
|
|
27
27
|
return false;
|
|
28
28
|
}, Container, function (props) {
|
|
29
|
+
return props.withoutTypeSelector ? '3px' : '0';
|
|
30
|
+
}, function (props) {
|
|
31
|
+
return props.withoutTypeSelector ? '3px' : '0';
|
|
32
|
+
}, function (props) {
|
|
29
33
|
return props.withoutTypeSelector ? '3px' : '0 3px 3px 0';
|
|
30
34
|
}, function (props) {
|
|
31
35
|
return props.withoutTypeSelector ? '3px' : '0 3px 3px 0';
|
|
@@ -6,7 +6,7 @@ import { FactorInput } from '../FactorValue/FactorValue.style';
|
|
|
6
6
|
export var Group = styled(InputGroup).withConfig({
|
|
7
7
|
displayName: "Factorsstyle__Group",
|
|
8
8
|
componentId: "sc-1kkuis0-0"
|
|
9
|
-
})(["&&&{display:flex;> ", "{flex-grow:1;min-width:0;> .ds-input-group-item-0{", "}}&.ds-factors-parameter,&.ds-factors-contextParameter,&.ds-factors-formula{", "{&.ds-input-group-item-1{flex-grow:0;}}}&.ds-factors-text,&.ds-factors-array{", "{&.ds-input-group-item-1{min-width:0;}}}", "{margin:0;}", "{> *{border-radius:", ";}}}"], InputGroupWrapper, function (props) {
|
|
9
|
+
})(["&&&{display:flex;> ", "{flex-grow:1;min-width:0;> .ds-input-group-item-0{", "}> .ds-input-group-item-1{.ant-btn{border-radius:0 3px 3px 0;}}}&.ds-factors-parameter,&.ds-factors-contextParameter,&.ds-factors-formula{", "{&.ds-input-group-item-1{flex-grow:0;}}}&.ds-factors-text,&.ds-factors-array{", "{&.ds-input-group-item-1{min-width:0;}}}", "{margin:0;}", "{> *{border-radius:", ";}}}"], InputGroupWrapper, function (props) {
|
|
10
10
|
return props.withoutTypeSelector ? '' : 'flex: 0 0 auto';
|
|
11
11
|
}, InputGroupItem, InputGroupItem, OuterWrapper, FactorInput, function (props) {
|
|
12
12
|
return props.withoutTypeSelector ? '3px' : '0 3px 3px 0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-factors",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.8",
|
|
4
4
|
"description": "Factors UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@synerise/ds-badge": "^0.8.22",
|
|
39
39
|
"@synerise/ds-button": "^0.22.0",
|
|
40
40
|
"@synerise/ds-date-picker": "^0.13.5",
|
|
41
|
-
"@synerise/ds-date-range-picker": "^0.31.
|
|
41
|
+
"@synerise/ds-date-range-picker": "^0.31.7",
|
|
42
42
|
"@synerise/ds-dropdown": "^0.18.27",
|
|
43
43
|
"@synerise/ds-icon": "^0.68.0",
|
|
44
|
-
"@synerise/ds-information-card": "^0.7.
|
|
44
|
+
"@synerise/ds-information-card": "^0.7.3",
|
|
45
45
|
"@synerise/ds-inline-edit": "^0.9.4",
|
|
46
46
|
"@synerise/ds-input": "^0.24.17",
|
|
47
47
|
"@synerise/ds-input-number": "^0.10.18",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
66
66
|
"styled-components": "5.0.1"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "05aa1b6f2038d83cc94b2270fd495c8df2c09dd5"
|
|
69
69
|
}
|