@datarobot/design-system 29.3.0 → 29.4.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.
- package/cjs/dropdown/popper-dropdown-wrapper.d.ts +1 -1
- package/cjs/table-react/components/table.js +1 -3
- package/cjs/typeahead/typeahead.js +5 -3
- package/esm/dropdown/popper-dropdown-wrapper.d.ts +1 -1
- package/esm/table-react/components/table.js +1 -3
- package/esm/typeahead/typeahead.js +5 -3
- package/js/bundle/bundle.js +6 -6
- package/js/bundle/bundle.min.js +1 -1
- package/js/bundle/index.d.ts +1 -1
- package/package.json +1 -1
- package/styles/index.css +3 -3
- package/styles/index.min.css +1 -1
package/js/bundle/index.d.ts
CHANGED
|
@@ -1878,7 +1878,7 @@ export type ChildrenWrapperTypes = {
|
|
|
1878
1878
|
export type PopperDropdownWrapperChildren = ((props: ChildrenWrapperTypes) => ReactNode) | ReactNode;
|
|
1879
1879
|
export type PopperDropdownWrapperProps = {
|
|
1880
1880
|
children: PopperDropdownWrapperChildren;
|
|
1881
|
-
closeDropdown: () => void;
|
|
1881
|
+
closeDropdown: (e?: Event) => void;
|
|
1882
1882
|
anchorRef?: AnchorEl;
|
|
1883
1883
|
open: boolean;
|
|
1884
1884
|
openedWithKeyboard?: boolean;
|
package/package.json
CHANGED
package/styles/index.css
CHANGED
|
@@ -11529,7 +11529,7 @@ button:hover.active.pill {
|
|
|
11529
11529
|
border-right: 0.0625rem solid var(--modal-border-color);
|
|
11530
11530
|
border-left: 0.0625rem solid var(--modal-border-color);
|
|
11531
11531
|
gap: 1rem;
|
|
11532
|
-
z-index:
|
|
11532
|
+
z-index: 1051;
|
|
11533
11533
|
overflow-y: hidden;
|
|
11534
11534
|
}
|
|
11535
11535
|
.sidebar-modal.align-right {
|
|
@@ -11558,7 +11558,7 @@ button:hover.active.pill {
|
|
|
11558
11558
|
flex-shrink: 0;
|
|
11559
11559
|
flex-direction: row;
|
|
11560
11560
|
justify-content: stretch;
|
|
11561
|
-
padding: 0.
|
|
11561
|
+
padding: 0.75rem 0;
|
|
11562
11562
|
border-top: 0.0625rem solid var(--base-border-color);
|
|
11563
11563
|
gap: 0.5rem;
|
|
11564
11564
|
}
|
|
@@ -11572,7 +11572,7 @@ button:hover.active.pill {
|
|
|
11572
11572
|
left: 100%;
|
|
11573
11573
|
width: calc(100vw - 100%);
|
|
11574
11574
|
background-color: var(--modal-backdrop-bg);
|
|
11575
|
-
z-index:
|
|
11575
|
+
z-index: 1040;
|
|
11576
11576
|
}
|
|
11577
11577
|
.sidebar-modal + .sidebar-modal-backdrop.align-right {
|
|
11578
11578
|
right: 100%;
|