@elliemae/ds-form-layout-input-group 3.51.0-next.1 → 3.51.0-next.12

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(theming_exports, {
33
33
  });
34
34
  module.exports = __toCommonJS(theming_exports);
35
35
  var React = __toESM(require("react"));
36
- const DSInputGroupName = "DSInputGroup";
36
+ const DSInputGroupName = "DSInputgroup";
37
37
  const DSInputGroupSlots = {
38
38
  CONTAINER: "root",
39
39
  LEFT_ADDON: "leftaddon",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/exported-related/theming.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSInputGroupName = 'DSInputGroup';\n\nexport const DSInputGroupSlots = {\n CONTAINER: 'root',\n LEFT_ADDON: 'leftaddon',\n RIGHT_ADDON: 'rightaddon',\n};\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export const DSInputGroupName = 'DSInputgroup';\n\nexport const DSInputGroupSlots = {\n CONTAINER: 'root',\n LEFT_ADDON: 'leftaddon',\n RIGHT_ADDON: 'rightaddon',\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,mBAAmB;AAEzB,MAAM,oBAAoB;AAAA,EAC/B,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,aAAa;AACf;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- const DSInputGroupName = "DSInputGroup";
2
+ const DSInputGroupName = "DSInputgroup";
3
3
  const DSInputGroupSlots = {
4
4
  CONTAINER: "root",
5
5
  LEFT_ADDON: "leftaddon",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/exported-related/theming.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSInputGroupName = 'DSInputGroup';\n\nexport const DSInputGroupSlots = {\n CONTAINER: 'root',\n LEFT_ADDON: 'leftaddon',\n RIGHT_ADDON: 'rightaddon',\n};\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSInputGroupName = 'DSInputgroup';\n\nexport const DSInputGroupSlots = {\n CONTAINER: 'root',\n LEFT_ADDON: 'leftaddon',\n RIGHT_ADDON: 'rightaddon',\n};\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,mBAAmB;AAEzB,MAAM,oBAAoB;AAAA,EAC/B,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,aAAa;AACf;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
- export declare const DSInputGroupName = "DSInputGroup";
1
+ export declare const DSInputGroupName = "DSInputgroup";
2
2
  export declare const DSInputGroupSlots: {
3
3
  CONTAINER: string;
4
4
  LEFT_ADDON: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-input-group",
3
- "version": "3.51.0-next.1",
3
+ "version": "3.51.0-next.12",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout - Input Group",
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": ">=6",
29
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
30
30
  },
31
31
  "author": "ICE MT",
32
32
  "jestSonar": {
@@ -37,20 +37,20 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "styled-components": "~5.3.9",
40
- "@elliemae/ds-form-combobox": "3.51.0-next.1",
41
- "@elliemae/ds-grid": "3.51.0-next.1",
42
- "@elliemae/ds-form-input-text": "3.51.0-next.1",
43
- "@elliemae/ds-props-helpers": "3.51.0-next.1",
44
- "@elliemae/ds-system": "3.51.0-next.1"
40
+ "@elliemae/ds-form-combobox": "3.51.0-next.12",
41
+ "@elliemae/ds-system": "3.51.0-next.12",
42
+ "@elliemae/ds-form-input-text": "3.51.0-next.12",
43
+ "@elliemae/ds-grid": "3.51.0-next.12",
44
+ "@elliemae/ds-props-helpers": "3.51.0-next.12"
45
45
  },
46
46
  "devDependencies": {
47
- "@elliemae/pui-cli": "9.0.0-next.50",
47
+ "@elliemae/pui-cli": "9.0.0-next.55",
48
48
  "@elliemae/pui-theme": "~2.10.0",
49
49
  "jest": "~29.7.0",
50
50
  "styled-components": "~5.3.9",
51
51
  "styled-system": "^5.1.5",
52
- "@elliemae/ds-monorepo-devops": "3.51.0-next.1",
53
- "@elliemae/ds-button-v2": "3.51.0-next.1"
52
+ "@elliemae/ds-button-v2": "3.51.0-next.12",
53
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.12"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@elliemae/pui-theme": "~2.10.0",