@elliemae/ds-form 2.0.0-next.4 → 2.0.0-next.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.
|
@@ -33,7 +33,9 @@ function getSvgPath({
|
|
|
33
33
|
extraSizeForTopH = 0;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
const pathMiddle = '' + (hasRightRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + radius + ',' + radius : '') + 'v' + (height - (2 * cornerWidth - (extraSizeForRightV + 1.5))) + (
|
|
36
|
+
const pathMiddle = '' + (hasRightRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + radius + ',' + radius : '') + 'v' + (height - (2 * cornerWidth - (extraSizeForRightV + 1.5))) + ( // right vertical line
|
|
37
|
+
hasRightRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + -radius + ',' + radius : '') + 'h' + (-width + 2 * cornerWidth - extraSizeForH) + (hasLeftRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + -radius + ',' + -radius : '') + 'v' + (-height + (2 * cornerWidth - (extraSizeForLeftV + 1.5))) + ( // left vertical line
|
|
38
|
+
hasLeftRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + radius + ',' + -radius : '');
|
|
37
39
|
let path;
|
|
38
40
|
|
|
39
41
|
{
|
|
@@ -31,7 +31,9 @@ function getSvgPath({
|
|
|
31
31
|
extraSizeForTopH = 0;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
const pathMiddle = '' + (hasRightRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + radius + ',' + radius : '') + 'v' + (height - (2 * cornerWidth - (extraSizeForRightV + 1.5))) + (
|
|
34
|
+
const pathMiddle = '' + (hasRightRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + radius + ',' + radius : '') + 'v' + (height - (2 * cornerWidth - (extraSizeForRightV + 1.5))) + ( // right vertical line
|
|
35
|
+
hasRightRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + -radius + ',' + radius : '') + 'h' + (-width + 2 * cornerWidth - extraSizeForH) + (hasLeftRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + -radius + ',' + -radius : '') + 'v' + (-height + (2 * cornerWidth - (extraSizeForLeftV + 1.5))) + ( // left vertical line
|
|
36
|
+
hasLeftRadius ? 'a' + radius + ',' + radius + ' 0 0 1 ' + radius + ',' + -radius : '');
|
|
35
37
|
let path;
|
|
36
38
|
|
|
37
39
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -684,22 +684,22 @@
|
|
|
684
684
|
"build": "node ../../scripts/build/build.js"
|
|
685
685
|
},
|
|
686
686
|
"dependencies": {
|
|
687
|
-
"@elliemae/ds-button": "2.0.0-next.
|
|
688
|
-
"@elliemae/ds-circular-progress-indicator": "2.0.0-next.
|
|
689
|
-
"@elliemae/ds-classnames": "2.0.0-next.
|
|
690
|
-
"@elliemae/ds-grid": "2.0.0-next.
|
|
691
|
-
"@elliemae/ds-icon": "2.0.0-next.
|
|
692
|
-
"@elliemae/ds-icons": "2.0.0-next.
|
|
693
|
-
"@elliemae/ds-menu": "2.0.0-next.
|
|
694
|
-
"@elliemae/ds-overlay": "2.0.0-next.
|
|
695
|
-
"@elliemae/ds-popper": "2.0.0-next.
|
|
696
|
-
"@elliemae/ds-separator": "2.0.0-next.
|
|
697
|
-
"@elliemae/ds-shared": "2.0.0-next.
|
|
698
|
-
"@elliemae/ds-system": "2.0.0-next.
|
|
699
|
-
"@elliemae/ds-text-wrapper": "2.0.0-next.
|
|
700
|
-
"@elliemae/ds-tooltip": "2.0.0-next.
|
|
701
|
-
"@elliemae/ds-truncated-tooltip-text": "2.0.0-next.
|
|
702
|
-
"@elliemae/ds-utilities": "2.0.0-next.
|
|
687
|
+
"@elliemae/ds-button": "2.0.0-next.8",
|
|
688
|
+
"@elliemae/ds-circular-progress-indicator": "2.0.0-next.8",
|
|
689
|
+
"@elliemae/ds-classnames": "2.0.0-next.8",
|
|
690
|
+
"@elliemae/ds-grid": "2.0.0-next.8",
|
|
691
|
+
"@elliemae/ds-icon": "2.0.0-next.8",
|
|
692
|
+
"@elliemae/ds-icons": "2.0.0-next.8",
|
|
693
|
+
"@elliemae/ds-menu": "2.0.0-next.8",
|
|
694
|
+
"@elliemae/ds-overlay": "2.0.0-next.8",
|
|
695
|
+
"@elliemae/ds-popper": "2.0.0-next.8",
|
|
696
|
+
"@elliemae/ds-separator": "2.0.0-next.8",
|
|
697
|
+
"@elliemae/ds-shared": "2.0.0-next.8",
|
|
698
|
+
"@elliemae/ds-system": "2.0.0-next.8",
|
|
699
|
+
"@elliemae/ds-text-wrapper": "2.0.0-next.8",
|
|
700
|
+
"@elliemae/ds-tooltip": "2.0.0-next.8",
|
|
701
|
+
"@elliemae/ds-truncated-tooltip-text": "2.0.0-next.8",
|
|
702
|
+
"@elliemae/ds-utilities": "2.0.0-next.8",
|
|
703
703
|
"memoize-one": "~5.1.1",
|
|
704
704
|
"moment": "~2.29.1",
|
|
705
705
|
"polished": "~3.6.7",
|