@elliemae/ds-scrollable-container 3.50.1-next.9 → 3.51.0-beta.2

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.
@@ -34,7 +34,7 @@ __export(definitions_exports, {
34
34
  });
35
35
  module.exports = __toCommonJS(definitions_exports);
36
36
  var React = __toESM(require("react"));
37
- const DSScrollableContainerName = "DSScrollableContainer";
37
+ const DSScrollableContainerName = "DSScrollablecontainer";
38
38
  const DSScrollableContainerSlots = {
39
39
  ROOT: "root",
40
40
  HOST: "host",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/exported_related/definitions.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSScrollableContainerName = 'DSScrollableContainer';\n\nexport const DSScrollableContainerSlots = {\n ROOT: 'root',\n HOST: 'host',\n RESIZE_OBSERVER_HOST: 'resize-observer-host',\n PADDING: 'padding',\n VIEWPORT: 'viewport',\n CONTENT: 'content',\n SCROLLBAR_HORIZONTAL: 'scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'scrollbar-vertical',\n SCROLLBAR_TRACK: 'scrollbar-track',\n SCROLLBAR_HANDLE: 'scrollbar-handle',\n SCROLLBAR_CORNER: 'scrollbar-corner',\n};\n\nexport const DSScrollableContainerDataTestIds = {\n ROOT: 'ds-scrollable-container-root',\n HOST: 'ds-scrollable-container-host',\n RESIZE_OBSERVER_HOST: 'ds-scrollable-container-resize-observer-host',\n PADDING: 'ds-scrollable-container-padding',\n VIEWPORT: 'ds-scrollable-container-viewport',\n CONTENT: 'ds-scrollable-container-content',\n SCROLLBAR_HORIZONTAL: 'ds-scrollable-container-scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'ds-scrollable-container-scrollbar-vertical',\n SCROLLBAR_TRACK: 'ds-scrollable-container-scrollbar-track',\n SCROLLBAR_HANDLE: 'ds-scrollable-container-scrollbar-handle',\n SCROLLBAR_CORNER: 'ds-scrollable-container-scrollbar-corner',\n};\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export const DSScrollableContainerName = 'DSScrollablecontainer';\n\nexport const DSScrollableContainerSlots = {\n ROOT: 'root',\n HOST: 'host',\n RESIZE_OBSERVER_HOST: 'resize-observer-host',\n PADDING: 'padding',\n VIEWPORT: 'viewport',\n CONTENT: 'content',\n SCROLLBAR_HORIZONTAL: 'scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'scrollbar-vertical',\n SCROLLBAR_TRACK: 'scrollbar-track',\n SCROLLBAR_HANDLE: 'scrollbar-handle',\n SCROLLBAR_CORNER: 'scrollbar-corner',\n};\n\nexport const DSScrollableContainerDataTestIds = {\n ROOT: 'ds-scrollable-container-root',\n HOST: 'ds-scrollable-container-host',\n RESIZE_OBSERVER_HOST: 'ds-scrollable-container-resize-observer-host',\n PADDING: 'ds-scrollable-container-padding',\n VIEWPORT: 'ds-scrollable-container-viewport',\n CONTENT: 'ds-scrollable-container-content',\n SCROLLBAR_HORIZONTAL: 'ds-scrollable-container-scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'ds-scrollable-container-scrollbar-vertical',\n SCROLLBAR_TRACK: 'ds-scrollable-container-scrollbar-track',\n SCROLLBAR_HANDLE: 'ds-scrollable-container-scrollbar-handle',\n SCROLLBAR_CORNER: 'ds-scrollable-container-scrollbar-corner',\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,4BAA4B;AAElC,MAAM,6BAA6B;AAAA,EACxC,MAAM;AAAA,EACN,MAAM;AAAA,EACN,sBAAsB;AAAA,EACtB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,SAAS;AAAA,EACT,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,kBAAkB;AACpB;AAEO,MAAM,mCAAmC;AAAA,EAC9C,MAAM;AAAA,EACN,MAAM;AAAA,EACN,sBAAsB;AAAA,EACtB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,SAAS;AAAA,EACT,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,kBAAkB;AACpB;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- const DSScrollableContainerName = "DSScrollableContainer";
2
+ const DSScrollableContainerName = "DSScrollablecontainer";
3
3
  const DSScrollableContainerSlots = {
4
4
  ROOT: "root",
5
5
  HOST: "host",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/exported_related/definitions.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSScrollableContainerName = 'DSScrollableContainer';\n\nexport const DSScrollableContainerSlots = {\n ROOT: 'root',\n HOST: 'host',\n RESIZE_OBSERVER_HOST: 'resize-observer-host',\n PADDING: 'padding',\n VIEWPORT: 'viewport',\n CONTENT: 'content',\n SCROLLBAR_HORIZONTAL: 'scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'scrollbar-vertical',\n SCROLLBAR_TRACK: 'scrollbar-track',\n SCROLLBAR_HANDLE: 'scrollbar-handle',\n SCROLLBAR_CORNER: 'scrollbar-corner',\n};\n\nexport const DSScrollableContainerDataTestIds = {\n ROOT: 'ds-scrollable-container-root',\n HOST: 'ds-scrollable-container-host',\n RESIZE_OBSERVER_HOST: 'ds-scrollable-container-resize-observer-host',\n PADDING: 'ds-scrollable-container-padding',\n VIEWPORT: 'ds-scrollable-container-viewport',\n CONTENT: 'ds-scrollable-container-content',\n SCROLLBAR_HORIZONTAL: 'ds-scrollable-container-scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'ds-scrollable-container-scrollbar-vertical',\n SCROLLBAR_TRACK: 'ds-scrollable-container-scrollbar-track',\n SCROLLBAR_HANDLE: 'ds-scrollable-container-scrollbar-handle',\n SCROLLBAR_CORNER: 'ds-scrollable-container-scrollbar-corner',\n};\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSScrollableContainerName = 'DSScrollablecontainer';\n\nexport const DSScrollableContainerSlots = {\n ROOT: 'root',\n HOST: 'host',\n RESIZE_OBSERVER_HOST: 'resize-observer-host',\n PADDING: 'padding',\n VIEWPORT: 'viewport',\n CONTENT: 'content',\n SCROLLBAR_HORIZONTAL: 'scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'scrollbar-vertical',\n SCROLLBAR_TRACK: 'scrollbar-track',\n SCROLLBAR_HANDLE: 'scrollbar-handle',\n SCROLLBAR_CORNER: 'scrollbar-corner',\n};\n\nexport const DSScrollableContainerDataTestIds = {\n ROOT: 'ds-scrollable-container-root',\n HOST: 'ds-scrollable-container-host',\n RESIZE_OBSERVER_HOST: 'ds-scrollable-container-resize-observer-host',\n PADDING: 'ds-scrollable-container-padding',\n VIEWPORT: 'ds-scrollable-container-viewport',\n CONTENT: 'ds-scrollable-container-content',\n SCROLLBAR_HORIZONTAL: 'ds-scrollable-container-scrollbar-horizontal',\n SCROLLBAR_VERTICAL: 'ds-scrollable-container-scrollbar-vertical',\n SCROLLBAR_TRACK: 'ds-scrollable-container-scrollbar-track',\n SCROLLBAR_HANDLE: 'ds-scrollable-container-scrollbar-handle',\n SCROLLBAR_CORNER: 'ds-scrollable-container-scrollbar-corner',\n};\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,4BAA4B;AAElC,MAAM,6BAA6B;AAAA,EACxC,MAAM;AAAA,EACN,MAAM;AAAA,EACN,sBAAsB;AAAA,EACtB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,SAAS;AAAA,EACT,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,kBAAkB;AACpB;AAEO,MAAM,mCAAmC;AAAA,EAC9C,MAAM;AAAA,EACN,MAAM;AAAA,EACN,sBAAsB;AAAA,EACtB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,SAAS;AAAA,EACT,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,kBAAkB;AACpB;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
- export declare const DSScrollableContainerName = "DSScrollableContainer";
1
+ export declare const DSScrollableContainerName = "DSScrollablecontainer";
2
2
  export declare const DSScrollableContainerSlots: {
3
3
  ROOT: string;
4
4
  HOST: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-scrollable-container",
3
- "version": "3.50.1-next.9",
3
+ "version": "3.51.0-beta.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Scrollable Container",
6
6
  "files": [
@@ -25,8 +25,8 @@
25
25
  }
26
26
  },
27
27
  "engines": {
28
- "pnpm": ">=6",
29
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
30
30
  },
31
31
  "author": "ICE MT",
32
32
  "jestSonar": {
@@ -36,20 +36,20 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/pui-cli": "9.0.0-next.31",
39
+ "@elliemae/pui-cli": "9.0.0-next.55",
40
40
  "overlayscrollbars": "1.13.3",
41
- "@elliemae/ds-monorepo-devops": "3.50.1-next.9",
42
- "@elliemae/ds-props-helpers": "3.50.1-next.9",
43
- "@elliemae/ds-system": "3.50.1-next.9"
41
+ "@elliemae/ds-monorepo-devops": "3.51.0-beta.2",
42
+ "@elliemae/ds-system": "3.51.0-beta.2",
43
+ "@elliemae/ds-props-helpers": "3.51.0-beta.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.31",
46
+ "@elliemae/pui-cli": "9.0.0-next.55",
47
47
  "jest": "~29.7.0",
48
- "@elliemae/ds-monorepo-devops": "3.50.1-next.9"
48
+ "@elliemae/ds-monorepo-devops": "3.51.0-beta.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "react": "^17.0.2",
52
- "react-dom": "^17.0.2",
51
+ "react": "^18.3.1",
52
+ "react-dom": "^18.3.1",
53
53
  "styled-components": "~5.3.9"
54
54
  },
55
55
  "publishConfig": {