@elliemae/ds-page-header 3.22.0-next.0 → 3.22.0-next.1
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.
|
@@ -409,5 +409,10 @@ export declare const PageHeaderPropTypes: {
|
|
|
409
409
|
width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
410
410
|
wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
411
411
|
wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
412
|
+
'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
413
|
+
'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
414
|
+
'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
415
|
+
'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
416
|
+
'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
412
417
|
};
|
|
413
418
|
export declare const defaultProps: DSPageHeaderT.DefaultProps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-page-header",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Page Header",
|
|
6
6
|
"files": [
|
|
@@ -104,20 +104,20 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"prop-types": "~15.8.1",
|
|
107
|
-
"@elliemae/ds-breadcrumb": "3.22.0-next.
|
|
108
|
-
"@elliemae/ds-button": "3.22.0-next.
|
|
109
|
-
"@elliemae/ds-classnames": "3.22.0-next.
|
|
110
|
-
"@elliemae/ds-dropdownmenu": "3.22.0-next.
|
|
111
|
-
"@elliemae/ds-form": "3.22.0-next.
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
114
|
-
"@elliemae/ds-icon": "3.22.0-next.
|
|
115
|
-
"@elliemae/ds-
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-
|
|
118
|
-
"@elliemae/ds-
|
|
119
|
-
"@elliemae/ds-truncated-tooltip-text": "3.22.0-next.
|
|
120
|
-
"@elliemae/ds-utilities": "3.22.0-next.
|
|
107
|
+
"@elliemae/ds-breadcrumb": "3.22.0-next.1",
|
|
108
|
+
"@elliemae/ds-button": "3.22.0-next.1",
|
|
109
|
+
"@elliemae/ds-classnames": "3.22.0-next.1",
|
|
110
|
+
"@elliemae/ds-dropdownmenu": "3.22.0-next.1",
|
|
111
|
+
"@elliemae/ds-form": "3.22.0-next.1",
|
|
112
|
+
"@elliemae/ds-form-input-text": "3.22.0-next.1",
|
|
113
|
+
"@elliemae/ds-grid": "3.22.0-next.1",
|
|
114
|
+
"@elliemae/ds-icon": "3.22.0-next.1",
|
|
115
|
+
"@elliemae/ds-icons": "3.22.0-next.1",
|
|
116
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.1",
|
|
117
|
+
"@elliemae/ds-system": "3.22.0-next.1",
|
|
118
|
+
"@elliemae/ds-skeleton": "3.22.0-next.1",
|
|
119
|
+
"@elliemae/ds-truncated-tooltip-text": "3.22.0-next.1",
|
|
120
|
+
"@elliemae/ds-utilities": "3.22.0-next.1"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@testing-library/react": "~12.1.3",
|