@elliemae/ds-form-toggle 3.51.0-next.7 → 3.51.0-next.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
36
36
|
var React = __toESM(require("react"));
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
38
|
-
const DSControlledToggleName = "
|
38
|
+
const DSControlledToggleName = "DSControlledtoggle";
|
39
39
|
const CONTROLLED_TOGGLE_SLOTS = {
|
40
40
|
CONTROLLED_CONTAINER: "container",
|
41
41
|
TOGGLE_CHECKBOX: "toggle-checkbox"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../src/constants/index.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSControlledToggleName = '
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSControlledToggleName = 'DSControlledtoggle';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const CONTROLLED_TOGGLE_SLOTS = {\n CONTROLLED_CONTAINER: 'container',\n TOGGLE_CHECKBOX: 'toggle-checkbox',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const CONTROLLED_TOGGLE_DATA_TESTID = {\n ...slotObjectToDataTestIds(DSControlledToggleName, CONTROLLED_TOGGLE_SLOTS),\n CONTROLLED_CONTAINER: 'ds-controlled-toggle',\n TOGGLE_CHECKBOX: 'ds-controlled-toggle-checkbox',\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,yBAAyB;AAG/B,MAAM,0BAA0B;AAAA,EACrC,sBAAsB;AAAA,EACtB,iBAAiB;AACnB;AAGO,MAAM,gCAAgC;AAAA,EAC3C,OAAG,0CAAwB,wBAAwB,uBAAuB;AAAA,EAC1E,sBAAsB;AAAA,EACtB,iBAAiB;AACnB;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as React from "react";
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
3
|
-
const DSControlledToggleName = "
|
3
|
+
const DSControlledToggleName = "DSControlledtoggle";
|
4
4
|
const CONTROLLED_TOGGLE_SLOTS = {
|
5
5
|
CONTROLLED_CONTAINER: "container",
|
6
6
|
TOGGLE_CHECKBOX: "toggle-checkbox"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSControlledToggleName = '
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSControlledToggleName = 'DSControlledtoggle';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const CONTROLLED_TOGGLE_SLOTS = {\n CONTROLLED_CONTAINER: 'container',\n TOGGLE_CHECKBOX: 'toggle-checkbox',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const CONTROLLED_TOGGLE_DATA_TESTID = {\n ...slotObjectToDataTestIds(DSControlledToggleName, CONTROLLED_TOGGLE_SLOTS),\n CONTROLLED_CONTAINER: 'ds-controlled-toggle',\n TOGGLE_CHECKBOX: 'ds-controlled-toggle-checkbox',\n};\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,yBAAyB;AAG/B,MAAM,0BAA0B;AAAA,EACrC,sBAAsB;AAAA,EACtB,iBAAiB;AACnB;AAGO,MAAM,gCAAgC;AAAA,EAC3C,GAAG,wBAAwB,wBAAwB,uBAAuB;AAAA,EAC1E,sBAAsB;AAAA,EACtB,iBAAiB;AACnB;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const DSControlledToggleName = "
|
1
|
+
export declare const DSControlledToggleName = "DSControlledtoggle";
|
2
2
|
export declare const CONTROLLED_TOGGLE_SLOTS: {
|
3
3
|
readonly CONTROLLED_CONTAINER: "container";
|
4
4
|
readonly TOGGLE_CHECKBOX: "toggle-checkbox";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-form-toggle",
|
3
|
-
"version": "3.51.0-next.
|
3
|
+
"version": "3.51.0-next.9",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Toggle",
|
6
6
|
"files": [
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
26
26
|
},
|
27
27
|
"engines": {
|
28
|
-
"pnpm": ">=
|
29
|
-
"node": ">=
|
28
|
+
"pnpm": ">=9",
|
29
|
+
"node": ">=22"
|
30
30
|
},
|
31
31
|
"author": "ICE MT",
|
32
32
|
"jestSonar": {
|
@@ -39,17 +39,17 @@
|
|
39
39
|
"lodash": "^4.17.21",
|
40
40
|
"styled-components": "~5.3.9",
|
41
41
|
"uid": "~2.0.1",
|
42
|
-
"@elliemae/ds-button-v2": "3.51.0-next.
|
43
|
-
"@elliemae/ds-props-helpers": "3.51.0-next.
|
44
|
-
"@elliemae/ds-system": "3.51.0-next.
|
45
|
-
"@elliemae/ds-tooltip-v3": "3.51.0-next.
|
42
|
+
"@elliemae/ds-button-v2": "3.51.0-next.9",
|
43
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.9",
|
44
|
+
"@elliemae/ds-system": "3.51.0-next.9",
|
45
|
+
"@elliemae/ds-tooltip-v3": "3.51.0-next.9"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
49
49
|
"@elliemae/pui-theme": "~2.10.0",
|
50
50
|
"jest": "~29.7.0",
|
51
51
|
"styled-components": "~5.3.9",
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.9"
|
53
53
|
},
|
54
54
|
"peerDependencies": {
|
55
55
|
"@elliemae/pui-theme": "~2.10.0",
|