@digital-ai/dot-components 2.18.6 → 2.18.7
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/index.esm.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -9085,7 +9085,7 @@ function stableSort(array, comparator) {
|
|
|
9085
9085
|
* creating a common structure for tables in the system.
|
|
9086
9086
|
*/
|
|
9087
9087
|
const DotTable = ({
|
|
9088
|
-
actionsMenuPlacement: _actionsMenuPlacement = '
|
|
9088
|
+
actionsMenuPlacement: _actionsMenuPlacement = 'left-start',
|
|
9089
9089
|
ariaLabel,
|
|
9090
9090
|
bodyTypography: _bodyTypography = TABLE_TYPOGRAPHY_VARIANT,
|
|
9091
9091
|
className,
|
package/index.umd.js
CHANGED
|
@@ -9865,7 +9865,7 @@
|
|
|
9865
9865
|
*/
|
|
9866
9866
|
var DotTable = function DotTable(_a) {
|
|
9867
9867
|
var _b = _a.actionsMenuPlacement,
|
|
9868
|
-
actionsMenuPlacement = _b === void 0 ? '
|
|
9868
|
+
actionsMenuPlacement = _b === void 0 ? 'left-start' : _b,
|
|
9869
9869
|
ariaLabel = _a.ariaLabel,
|
|
9870
9870
|
_c = _a.bodyTypography,
|
|
9871
9871
|
bodyTypography = _c === void 0 ? TABLE_TYPOGRAPHY_VARIANT : _c,
|