@elliemae/ds-toolbar-v2 3.29.2-rc.0 → 3.30.0-next.0
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.
|
@@ -484,5 +484,7 @@ export declare const DSToolbarItemV2PropTypes: {
|
|
|
484
484
|
borderLeftWidth: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
485
485
|
borderRadius: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
486
486
|
boxShadow: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
487
|
+
fontWeight: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
488
|
+
textAlign: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
487
489
|
};
|
|
488
490
|
export declare const DSToolbarItemV2Schema: WeakValidationMap<DSToolbarItemT.Props<HTMLElement | HTMLButtonElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toolbar-v2",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.0-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toolbar V2",
|
|
6
6
|
"files": [
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"prop-types": "~15.8.1",
|
|
91
91
|
"uid": "2.0.1",
|
|
92
|
-
"@elliemae/ds-button": "3.
|
|
93
|
-
"@elliemae/ds-grid": "3.
|
|
94
|
-
"@elliemae/ds-props-helpers": "3.
|
|
95
|
-
"@elliemae/ds-
|
|
96
|
-
"@elliemae/ds-
|
|
92
|
+
"@elliemae/ds-button": "3.30.0-next.0",
|
|
93
|
+
"@elliemae/ds-grid": "3.30.0-next.0",
|
|
94
|
+
"@elliemae/ds-props-helpers": "3.30.0-next.0",
|
|
95
|
+
"@elliemae/ds-icons": "3.30.0-next.0",
|
|
96
|
+
"@elliemae/ds-system": "3.30.0-next.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
100
100
|
"styled-components": "~5.3.9",
|
|
101
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
101
|
+
"@elliemae/ds-monorepo-devops": "3.30.0-next.0"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"lodash": "^4.17.21",
|