@elliemae/ds-shuttle-v2 3.32.0-rc.2 → 3.32.0-rc.3

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/DSShuttleV2.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { withZustand } from '@elliemae/ds-zustand-helpers';\nimport { MainContent } from './parts/MainContent.js';\nimport { config } from './config/useStore/index.js';\nimport { DSShuttleV2PropTypesSchema } from './react-desc-prop-types.js';\n\nconst DSShuttleV2 = withZustand(MainContent, config);\n\nDSShuttleV2.propTypes = DSShuttleV2PropTypesSchema;\nDSShuttleV2.displayName = 'DSShuttleV2';\nconst DSShuttleV2WithSchema = describe(DSShuttleV2);\n\nDSShuttleV2WithSchema.propTypes = DSShuttleV2PropTypesSchema;\n\nexport { DSShuttleV2, DSShuttleV2WithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAyB;AACzB,gCAA4B;AAC5B,yBAA4B;AAC5B,sBAAuB;AACvB,mCAA2C;AAE3C,MAAM,kBAAc,uCAAY,gCAAa,sBAAM;AAEnD,YAAY,YAAY;AACxB,YAAY,cAAc;AAC1B,MAAM,4BAAwB,kCAAS,WAAW;AAElD,sBAAsB,YAAY;",
4
+ "sourcesContent": ["import type React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { withZustand } from '@elliemae/ds-zustand-helpers';\nimport { MainContent } from './parts/MainContent.js';\nimport { config } from './config/useStore/index.js';\nimport type { DSShuttleV2T } from './react-desc-prop-types.js';\nimport { DSShuttleV2PropTypesSchema } from './react-desc-prop-types.js';\n\nconst DSShuttleV2: React.FunctionComponent<DSShuttleV2T.Props> = withZustand(MainContent, config);\n\nDSShuttleV2.propTypes = DSShuttleV2PropTypesSchema;\nDSShuttleV2.displayName = 'DSShuttleV2';\nconst DSShuttleV2WithSchema = describe(DSShuttleV2);\n\nDSShuttleV2WithSchema.propTypes = DSShuttleV2PropTypesSchema;\n\nexport { DSShuttleV2, DSShuttleV2WithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAyB;AACzB,gCAA4B;AAC5B,yBAA4B;AAC5B,sBAAuB;AAEvB,mCAA2C;AAE3C,MAAM,kBAA2D,uCAAY,gCAAa,sBAAM;AAEhG,YAAY,YAAY;AACxB,YAAY,cAAc;AAC1B,MAAM,4BAAwB,kCAAS,WAAW;AAElD,sBAAsB,YAAY;",
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/DSShuttleV2.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { withZustand } from '@elliemae/ds-zustand-helpers';\nimport { MainContent } from './parts/MainContent.js';\nimport { config } from './config/useStore/index.js';\nimport { DSShuttleV2PropTypesSchema } from './react-desc-prop-types.js';\n\nconst DSShuttleV2 = withZustand(MainContent, config);\n\nDSShuttleV2.propTypes = DSShuttleV2PropTypesSchema;\nDSShuttleV2.displayName = 'DSShuttleV2';\nconst DSShuttleV2WithSchema = describe(DSShuttleV2);\n\nDSShuttleV2WithSchema.propTypes = DSShuttleV2PropTypesSchema;\n\nexport { DSShuttleV2, DSShuttleV2WithSchema };\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,gBAAgB;AACzB,SAAS,mBAAmB;AAC5B,SAAS,mBAAmB;AAC5B,SAAS,cAAc;AACvB,SAAS,kCAAkC;AAE3C,MAAM,cAAc,YAAY,aAAa,MAAM;AAEnD,YAAY,YAAY;AACxB,YAAY,cAAc;AAC1B,MAAM,wBAAwB,SAAS,WAAW;AAElD,sBAAsB,YAAY;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { withZustand } from '@elliemae/ds-zustand-helpers';\nimport { MainContent } from './parts/MainContent.js';\nimport { config } from './config/useStore/index.js';\nimport type { DSShuttleV2T } from './react-desc-prop-types.js';\nimport { DSShuttleV2PropTypesSchema } from './react-desc-prop-types.js';\n\nconst DSShuttleV2: React.FunctionComponent<DSShuttleV2T.Props> = withZustand(MainContent, config);\n\nDSShuttleV2.propTypes = DSShuttleV2PropTypesSchema;\nDSShuttleV2.displayName = 'DSShuttleV2';\nconst DSShuttleV2WithSchema = describe(DSShuttleV2);\n\nDSShuttleV2WithSchema.propTypes = DSShuttleV2PropTypesSchema;\n\nexport { DSShuttleV2, DSShuttleV2WithSchema };\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,gBAAgB;AACzB,SAAS,mBAAmB;AAC5B,SAAS,mBAAmB;AAC5B,SAAS,cAAc;AAEvB,SAAS,kCAAkC;AAE3C,MAAM,cAA2D,YAAY,aAAa,MAAM;AAEhG,YAAY,YAAY;AACxB,YAAY,cAAc;AAC1B,MAAM,wBAAwB,SAAS,WAAW;AAElD,sBAAsB,YAAY;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,5 @@
1
- import React from 'react';
2
- declare const DSShuttleV2: React.FunctionComponent<object>;
3
- declare const DSShuttleV2WithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<object>;
1
+ import type React from 'react';
2
+ import type { DSShuttleV2T } from './react-desc-prop-types.js';
3
+ declare const DSShuttleV2: React.FunctionComponent<DSShuttleV2T.Props>;
4
+ declare const DSShuttleV2WithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSShuttleV2T.Props>;
4
5
  export { DSShuttleV2, DSShuttleV2WithSchema };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shuttle-v2",
3
- "version": "3.32.0-rc.2",
3
+ "version": "3.32.0-rc.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle v2",
6
6
  "files": [
@@ -37,31 +37,31 @@
37
37
  "dependencies": {
38
38
  "fast-deep-equal": "~3.1.3",
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-button-v2": "3.32.0-rc.2",
41
- "@elliemae/ds-circular-progress-indicator": "3.32.0-rc.2",
42
- "@elliemae/ds-fast-list": "3.32.0-rc.2",
43
- "@elliemae/ds-drag-and-drop": "3.32.0-rc.2",
44
- "@elliemae/ds-form-checkbox": "3.32.0-rc.2",
45
- "@elliemae/ds-form-input-text": "3.32.0-rc.2",
46
- "@elliemae/ds-grid": "3.32.0-rc.2",
47
- "@elliemae/ds-hooks-fontsize-detector": "3.32.0-rc.2",
48
- "@elliemae/ds-indeterminate-progress-indicator": "3.32.0-rc.2",
49
- "@elliemae/ds-popperjs": "3.32.0-rc.2",
50
- "@elliemae/ds-icons": "3.32.0-rc.2",
51
- "@elliemae/ds-props-helpers": "3.32.0-rc.2",
52
- "@elliemae/ds-system": "3.32.0-rc.2",
53
- "@elliemae/ds-typescript-helpers": "3.32.0-rc.2",
54
- "@elliemae/ds-typography": "3.32.0-rc.2",
55
- "@elliemae/ds-zustand-helpers": "3.32.0-rc.2",
56
- "@elliemae/ds-utilities": "3.32.0-rc.2"
40
+ "@elliemae/ds-fast-list": "3.32.0-rc.3",
41
+ "@elliemae/ds-form-input-text": "3.32.0-rc.3",
42
+ "@elliemae/ds-form-checkbox": "3.32.0-rc.3",
43
+ "@elliemae/ds-grid": "3.32.0-rc.3",
44
+ "@elliemae/ds-hooks-fontsize-detector": "3.32.0-rc.3",
45
+ "@elliemae/ds-indeterminate-progress-indicator": "3.32.0-rc.3",
46
+ "@elliemae/ds-drag-and-drop": "3.32.0-rc.3",
47
+ "@elliemae/ds-props-helpers": "3.32.0-rc.3",
48
+ "@elliemae/ds-popperjs": "3.32.0-rc.3",
49
+ "@elliemae/ds-system": "3.32.0-rc.3",
50
+ "@elliemae/ds-typescript-helpers": "3.32.0-rc.3",
51
+ "@elliemae/ds-typography": "3.32.0-rc.3",
52
+ "@elliemae/ds-icons": "3.32.0-rc.3",
53
+ "@elliemae/ds-zustand-helpers": "3.32.0-rc.3",
54
+ "@elliemae/ds-utilities": "3.32.0-rc.3",
55
+ "@elliemae/ds-button-v2": "3.32.0-rc.3",
56
+ "@elliemae/ds-circular-progress-indicator": "3.32.0-rc.3"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@elliemae/pui-cli": "~9.0.0-next.31",
60
60
  "lodash": "^4.17.21",
61
61
  "styled-components": "~5.3.9",
62
- "@elliemae/ds-breadcrumb": "3.32.0-rc.2",
63
- "@elliemae/ds-monorepo-devops": "3.32.0-rc.2",
64
- "@elliemae/ds-tree-model": "3.32.0-rc.2"
62
+ "@elliemae/ds-monorepo-devops": "3.32.0-rc.3",
63
+ "@elliemae/ds-tree-model": "3.32.0-rc.3",
64
+ "@elliemae/ds-breadcrumb": "3.32.0-rc.3"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "lodash": "^4.17.21",
@@ -81,8 +81,6 @@
81
81
  "dts": "node ../../../scripts/dts.mjs",
82
82
  "dts:withdeps": "pnpm --filter {.}... dts",
83
83
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
84
- "dev:build": "pnpm --filter {.}... build",
85
- "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
86
84
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
87
85
  }
88
86
  }