@elliemae/ds-filter-bar 3.70.0-next.39 → 3.70.0-next.40
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.
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js.map +2 -2
- package/package.json +10 -11
- package/dist/types/parts/DSFilterBarActions/tests/DSFilterBarActions.test.d.ts +0 -1
- package/dist/types/parts/DSFilterBarContent/tests/DSFilterBarContent.test.d.ts +0 -1
- package/dist/types/parts/DSFilterBarMenuButton/tests/DSFilterBarMenuButton.test.d.ts +0 -1
- package/dist/types/tests/DSFilterBar.axe.test.d.ts +0 -1
- package/dist/types/tests/DSFilterBar.data-testid.test.d.ts +0 -1
- package/dist/types/tests/DSFilterBar.exports.test.d.ts +0 -1
- package/dist/types/tests/DSFilterBar.test.d.ts +0 -1
- package/dist/types/typescript-testing/DSFilterBarNamespace.d.ts +0 -1
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["export { DSFilterBar, DSFilterBarWithSchema } from './DSFilterBar.js';\nexport { DSFilterBarContent, DSFilterBarContentWithSchema } from './parts/DSFilterBarContent/index.js';\nexport { DSFilterBarActions, DSFilterBarActionsWithSchema } from './parts/DSFilterBarActions/index.js';\nexport { DSFilterBarMenuButton, DSFilterBarMenuButtonWithSchema } from './parts/DSFilterBarMenuButton/index.js';\nexport { type DSFilterBarT } from './react-desc-prop-types.js';\nexport { FILTER_BAR_SLOTS, FILTER_BAR_DATA_TESTID } from './constants/index.js';\nexport { useFilterBarPrevNextFocus, UseFilterBarPrevNextFocusWithSchema } from './hooks/useFilterBarPrevNextFocus.js';\nexport { type DSHookUseFilterBarPrevNextFocusT } from './hooks/react-desc-prop-types.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,yBAAmD;AACnD,gCAAiE;AACjE,gCAAiE;AACjE,mCAAuE;AAEvE,uBAAyD;AACzD,uCAA+E;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { DSFilterBar, DSFilterBarWithSchema } from './DSFilterBar.js';\nexport { DSFilterBarContent, DSFilterBarContentWithSchema } from './parts/DSFilterBarContent/index.js';\nexport { DSFilterBarActions, DSFilterBarActionsWithSchema } from './parts/DSFilterBarActions/index.js';\nexport { DSFilterBarMenuButton, DSFilterBarMenuButtonWithSchema } from './parts/DSFilterBarMenuButton/index.js';\nexport { type DSFilterBarT } from './react-desc-prop-types.js';\nexport { FILTER_BAR_SLOTS, FILTER_BAR_DATA_TESTID } from './constants/index.js';\nexport { useFilterBarPrevNextFocus, UseFilterBarPrevNextFocusWithSchema } from './hooks/useFilterBarPrevNextFocus.js';\nexport { type DSHookUseFilterBarPrevNextFocusT } from './hooks/react-desc-prop-types.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,aAAa,6BAA6B;AACnD,SAAS,oBAAoB,oCAAoC;AACjE,SAAS,oBAAoB,oCAAoC;AACjE,SAAS,uBAAuB,uCAAuC;AAEvE,SAAS,kBAAkB,8BAA8B;AACzD,SAAS,2BAA2B,2CAA2C;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-filter-bar",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Filter Bar",
|
|
6
6
|
"files": [
|
|
@@ -37,21 +37,20 @@
|
|
|
37
37
|
"indent": 4
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@xstyled/system": "~3.8.1",
|
|
41
40
|
"uid": "^2.0.2",
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-menu-button": "3.70.0-next.
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-system": "3.70.0-next.
|
|
41
|
+
"@elliemae/ds-button-v2": "3.70.0-next.40",
|
|
42
|
+
"@elliemae/ds-icons": "3.70.0-next.40",
|
|
43
|
+
"@elliemae/ds-grid": "3.70.0-next.40",
|
|
44
|
+
"@elliemae/ds-menu-button": "3.70.0-next.40",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.40",
|
|
46
|
+
"@elliemae/ds-system": "3.70.0-next.40"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
49
|
"jest": "^30.0.0",
|
|
51
50
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-typescript-helpers": "3.70.0-next.
|
|
51
|
+
"@elliemae/ds-test-utils": "3.70.0-next.40",
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.40",
|
|
53
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.40"
|
|
55
54
|
},
|
|
56
55
|
"peerDependencies": {
|
|
57
56
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|