@elliemae/ds-toolbar-v2 3.53.0-beta.8 → 3.53.0-next.10
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.
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="prop-types" />
|
|
1
3
|
import { type GlobalAttributesT, type XstyledProps, type DSPropTypesSchema, type ValidationMap } from '@elliemae/ds-props-helpers';
|
|
2
4
|
export declare namespace DSToolbarT {
|
|
3
5
|
interface DefaultProps {
|
|
@@ -489,4 +491,4 @@ export declare const DSToolbarItemV2PropTypes: {
|
|
|
489
491
|
fontWeight: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
490
492
|
textAlign: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
491
493
|
};
|
|
492
|
-
export declare const DSToolbarItemV2Schema: ValidationMap<DSToolbarItemT.Props
|
|
494
|
+
export declare const DSToolbarItemV2Schema: ValidationMap<DSToolbarItemT.Props<HTMLElement | HTMLButtonElement>>;
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const StyledToolbarWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
2
3
|
compact: boolean;
|
|
3
4
|
withDepth: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toolbar-v2",
|
|
3
|
-
"version": "3.53.0-
|
|
3
|
+
"version": "3.53.0-next.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toolbar V2",
|
|
6
6
|
"files": [
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"prop-types": "~15.8.1",
|
|
40
40
|
"uid": "2.0.1",
|
|
41
|
-
"@elliemae/ds-button-v2": "3.53.0-
|
|
42
|
-
"@elliemae/ds-grid": "3.53.0-
|
|
43
|
-
"@elliemae/ds-props-helpers": "3.53.0-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-button-v2": "3.53.0-next.10",
|
|
42
|
+
"@elliemae/ds-grid": "3.53.0-next.10",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.53.0-next.10",
|
|
44
|
+
"@elliemae/ds-icons": "3.53.0-next.10",
|
|
45
|
+
"@elliemae/ds-system": "3.53.0-next.10"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
48
|
+
"@elliemae/pui-cli": "9.0.0-next.63",
|
|
49
49
|
"jest": "~29.7.0",
|
|
50
50
|
"styled-components": "~5.3.9",
|
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.53.0-
|
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-next.10"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"lodash-es": "^4.17.21",
|