@elliemae/ds-form-native-select 3.49.0-rc.9 → 3.49.0
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.
|
@@ -33,7 +33,7 @@ __export(NativeSelectDefinitions_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(NativeSelectDefinitions_exports);
|
|
35
35
|
var React = __toESM(require("react"));
|
|
36
|
-
const DSNativeSelectName = "
|
|
36
|
+
const DSNativeSelectName = "DSNativeselect";
|
|
37
37
|
const DSNativeSelectSlots = {
|
|
38
38
|
CONTAINER: "root",
|
|
39
39
|
INPUT: "input",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/NativeSelectDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export const DSNativeSelectName = '
|
|
4
|
+
"sourcesContent": ["export const DSNativeSelectName = 'DSNativeselect';\n\nexport const DSNativeSelectSlots = {\n CONTAINER: 'root',\n INPUT: 'input',\n DROP_INDICATOR: 'drop-indicator',\n} as const;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,qBAAqB;AAE3B,MAAM,sBAAsB;AAAA,EACjC,WAAW;AAAA,EACX,OAAO;AAAA,EACP,gBAAgB;AAClB;",
|
|
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/NativeSelectDefinitions.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSNativeSelectName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSNativeSelectName = 'DSNativeselect';\n\nexport const DSNativeSelectSlots = {\n CONTAINER: 'root',\n INPUT: 'input',\n DROP_INDICATOR: 'drop-indicator',\n} as const;\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,qBAAqB;AAE3B,MAAM,sBAAsB;AAAA,EACjC,WAAW;AAAA,EACX,OAAO;AAAA,EACP,gBAAgB;AAClB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-native-select",
|
|
3
|
-
"version": "3.49.0
|
|
3
|
+
"version": "3.49.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Native Select",
|
|
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": {
|
|
@@ -36,18 +36,20 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-icons": "3.49.0
|
|
42
|
-
"@elliemae/ds-props-helpers": "3.49.0
|
|
43
|
-
"@elliemae/ds-system": "3.49.0
|
|
39
|
+
"@elliemae/ds-grid": "3.49.0",
|
|
40
|
+
"@elliemae/ds-form-combobox": "3.49.0",
|
|
41
|
+
"@elliemae/ds-icons": "3.49.0",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.49.0",
|
|
43
|
+
"@elliemae/ds-system": "3.49.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
47
47
|
"@elliemae/pui-theme": "~2.10.0",
|
|
48
|
+
"jest": "~29.7.0",
|
|
49
|
+
"jest-cli": "~29.7.0",
|
|
48
50
|
"styled-components": "~5.3.9",
|
|
49
51
|
"styled-system": "~5.1.5",
|
|
50
|
-
"@elliemae/ds-monorepo-devops": "3.49.0
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.49.0"
|
|
51
53
|
},
|
|
52
54
|
"peerDependencies": {
|
|
53
55
|
"@elliemae/pui-theme": "~2.10.0",
|