@elliemae/ds-chat-floating-button 3.51.0-rc.2 → 3.51.0-rc.20

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 CHANGED
@@ -27,12 +27,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  StyledFloatingContainer: () => import_styled.StyledFloatingContainer
33
33
  });
34
- module.exports = __toCommonJS(src_exports);
34
+ module.exports = __toCommonJS(index_exports);
35
35
  var React = __toESM(require("react"));
36
- __reExport(src_exports, require("./FloatingButton.js"), module.exports);
36
+ __reExport(index_exports, require("./FloatingButton.js"), module.exports);
37
37
  var import_styled = require("./styled.js");
38
38
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import type {} from '@elliemae/ds-props-helpers';\nexport * from './FloatingButton.js';\nexport { StyledFloatingContainer } from './styled.js';\nexport type { DSChatFloatingButtonT } from './react-desc-prop-types.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,wBAAc,gCADd;AAEA,oBAAwC;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,0BAAc,gCADd;AAEA,oBAAwC;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-floating-button",
3
- "version": "3.51.0-rc.2",
3
+ "version": "3.51.0-rc.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Floating Button",
6
6
  "files": [
@@ -36,16 +36,16 @@
36
36
  "typeSafety": true
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-grid": "3.51.0-rc.2",
40
- "@elliemae/ds-props-helpers": "3.51.0-rc.2",
41
- "@elliemae/ds-icons": "3.51.0-rc.2",
42
- "@elliemae/ds-system": "3.51.0-rc.2"
39
+ "@elliemae/ds-grid": "3.51.0-rc.20",
40
+ "@elliemae/ds-props-helpers": "3.51.0-rc.20",
41
+ "@elliemae/ds-system": "3.51.0-rc.20",
42
+ "@elliemae/ds-icons": "3.51.0-rc.20"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "9.0.0-next.55",
46
46
  "jest": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.2"
48
+ "@elliemae/ds-monorepo-devops": "3.51.0-rc.20"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "lodash": "^4.17.21",