@elliemae/ds-toolbar-v2 3.53.0-beta.5 → 3.53.0-beta.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.
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
- /// <reference types="prop-types" />
3
1
  import { type GlobalAttributesT, type XstyledProps, type DSPropTypesSchema, type ValidationMap } from '@elliemae/ds-props-helpers';
4
2
  export declare namespace DSToolbarT {
5
3
  interface DefaultProps {
@@ -491,4 +489,4 @@ export declare const DSToolbarItemV2PropTypes: {
491
489
  fontWeight: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
492
490
  textAlign: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
493
491
  };
494
- export declare const DSToolbarItemV2Schema: ValidationMap<DSToolbarItemT.Props<HTMLElement | HTMLButtonElement>>;
492
+ export declare const DSToolbarItemV2Schema: ValidationMap<DSToolbarItemT.Props>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  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, {
3
2
  compact: boolean;
4
3
  withDepth: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-toolbar-v2",
3
- "version": "3.53.0-beta.5",
3
+ "version": "3.53.0-beta.8",
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-beta.5",
42
- "@elliemae/ds-grid": "3.53.0-beta.5",
43
- "@elliemae/ds-props-helpers": "3.53.0-beta.5",
44
- "@elliemae/ds-icons": "3.53.0-beta.5",
45
- "@elliemae/ds-system": "3.53.0-beta.5"
41
+ "@elliemae/ds-button-v2": "3.53.0-beta.8",
42
+ "@elliemae/ds-grid": "3.53.0-beta.8",
43
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
44
+ "@elliemae/ds-system": "3.53.0-beta.8",
45
+ "@elliemae/ds-icons": "3.53.0-beta.8"
46
46
  },
47
47
  "devDependencies": {
48
- "@elliemae/pui-cli": "9.0.0-next.63",
48
+ "@elliemae/pui-cli": "9.0.0-next.65",
49
49
  "jest": "~29.7.0",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.5"
51
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "lodash-es": "^4.17.21",