@elliemae/ds-button-group 3.37.0-next.6 → 3.37.0-next.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from '@elliemae/ds-legacy-button-group';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,6CAAd;",
4
+ "sourcesContent": ["// import LegacyDefaultExport from '@elliemae/ds-legacy-button-group';\n\n// export { DSButtonGroup, DSButtonGroupWithSchema } from '@elliemae/ds-legacy-button-group';\n\n// export default LegacyDefaultExport;\nexport * from '@elliemae/ds-legacy-button-group';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADKvB,wBAAc,6CALd;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-button-group';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// import LegacyDefaultExport from '@elliemae/ds-legacy-button-group';\n\n// export { DSButtonGroup, DSButtonGroupWithSchema } from '@elliemae/ds-legacy-button-group';\n\n// export default LegacyDefaultExport;\nexport * from '@elliemae/ds-legacy-button-group';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACKvB,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-button-group",
3
- "version": "3.37.0-next.6",
3
+ "version": "3.37.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Button Group",
6
6
  "files": [
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@elliemae/pui-cli": "9.0.0-next.50",
43
- "@elliemae/ds-monorepo-devops": "3.37.0-next.6"
43
+ "@elliemae/ds-monorepo-devops": "3.37.0-next.7"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^17.0.2",