@elliemae/ds-form-toggle 3.21.2-rc.1 → 3.21.2-rc.10

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.ts", "../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from './ControlledToggle.js';\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export * from './ControlledToggle.js';\nexport type { DSControlledToggleT } from './propTypes.js';", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,kCAAd;",
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.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './ControlledToggle.js';\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './ControlledToggle.js';\nexport type { DSControlledToggleT } from './propTypes.js';"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1 +1,2 @@
1
1
  export * from './ControlledToggle.js';
2
+ export type { DSControlledToggleT } from './propTypes.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-toggle",
3
- "version": "3.21.2-rc.1",
3
+ "version": "3.21.2-rc.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Toggle",
6
6
  "files": [
@@ -37,10 +37,10 @@
37
37
  "dependencies": {
38
38
  "styled-components": "~5.3.9",
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-button-v2": "3.21.2-rc.1",
41
- "@elliemae/ds-props-helpers": "3.21.2-rc.1",
42
- "@elliemae/ds-system": "3.21.2-rc.1",
43
- "@elliemae/ds-tooltip": "3.21.2-rc.1"
40
+ "@elliemae/ds-button-v2": "3.21.2-rc.10",
41
+ "@elliemae/ds-system": "3.21.2-rc.10",
42
+ "@elliemae/ds-tooltip": "3.21.2-rc.10",
43
+ "@elliemae/ds-props-helpers": "3.21.2-rc.10"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-theme": "~2.7.0",