@elliemae/ds-stepper 2.3.0-alpha.3 → 2.3.0-alpha.8

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,31 +1,34 @@
1
1
  {
2
2
  "name": "@elliemae/ds-stepper",
3
- "version": "2.3.0-alpha.3",
3
+ "version": "2.3.0-alpha.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Stepper",
6
- "module": "./esm/index.js",
7
- "main": "./cjs/index.js",
8
- "types": "./types/index.d.ts",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "module": "./dist/esm/index.js",
10
+ "main": "./dist/cjs/index.js",
11
+ "types": "./dist/types/index.d.ts",
9
12
  "exports": {
10
13
  ".": {
11
- "import": "./esm/index.js",
12
- "require": "./cjs/index.js"
14
+ "import": "./dist/esm/index.js",
15
+ "require": "./dist/cjs/index.js"
13
16
  },
14
17
  "./styled": {
15
- "import": "./esm/styled.js",
16
- "require": "./cjs/styled.js"
18
+ "import": "./dist/esm/styled.js",
19
+ "require": "./dist/cjs/styled.js"
17
20
  },
18
21
  "./StepperButton": {
19
- "import": "./esm/StepperButton.js",
20
- "require": "./cjs/StepperButton.js"
22
+ "import": "./dist/esm/StepperButton.js",
23
+ "require": "./dist/cjs/StepperButton.js"
21
24
  },
22
25
  "./Stepper": {
23
- "import": "./esm/Stepper.js",
24
- "require": "./cjs/Stepper.js"
26
+ "import": "./dist/esm/Stepper.js",
27
+ "require": "./dist/cjs/Stepper.js"
25
28
  },
26
29
  "./props": {
27
- "import": "./esm/props.js",
28
- "require": "./cjs/props.js"
30
+ "import": "./dist/esm/props.js",
31
+ "require": "./dist/cjs/props.js"
29
32
  }
30
33
  },
31
34
  "sideEffects": [
@@ -37,21 +40,15 @@
37
40
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
38
41
  },
39
42
  "engines": {
40
- "npm": ">=7",
41
- "node": ">=14"
43
+ "pnpm": ">=6",
44
+ "node": ">=16"
42
45
  },
43
46
  "author": "ICE MT",
44
- "scripts": {
45
- "dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w",
46
- "prebuild": "exit 0",
47
- "predev": "exit 0",
48
- "build": "node ../../scripts/build/build.js"
49
- },
50
47
  "dependencies": {
51
- "@elliemae/ds-button": "2.3.0-alpha.3",
52
- "@elliemae/ds-icons": "2.3.0-alpha.3",
53
- "@elliemae/ds-props-helpers": "2.3.0-alpha.3",
54
- "@elliemae/ds-truncated-tooltip-text": "2.3.0-alpha.3",
48
+ "@elliemae/ds-button": "2.3.0-alpha.8",
49
+ "@elliemae/ds-icons": "2.3.0-alpha.8",
50
+ "@elliemae/ds-props-helpers": "2.3.0-alpha.8",
51
+ "@elliemae/ds-truncated-tooltip-text": "2.3.0-alpha.8",
55
52
  "react-desc": "~4.1.3",
56
53
  "uid": "~2.0.0"
57
54
  },
@@ -67,7 +64,12 @@
67
64
  },
68
65
  "publishConfig": {
69
66
  "access": "public",
70
- "directory": "dist",
71
- "generateSubmodules": true
67
+ "typeSafety": false
68
+ },
69
+ "scripts": {
70
+ "dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w",
71
+ "prebuild": "exit 0",
72
+ "predev": "exit 0",
73
+ "build": "node ../../scripts/build/build.js"
72
74
  }
73
75
  }
@@ -1,383 +0,0 @@
1
- /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
- import { DSStepperInternalsT } from './props';
4
- declare const DSStepper: {
5
- (props: DSStepperInternalsT.StepperPropsT): JSX.Element;
6
- propTypes: {
7
- 'aria-*': any;
8
- 'on-*': any;
9
- 'data-*': any;
10
- 'all HTML attributes': any;
11
- about: any;
12
- accept: any;
13
- acceptCharset: any;
14
- accessKey: any;
15
- action: any;
16
- allowFullScreen: any;
17
- allowTransparency: any;
18
- alt: any;
19
- 'aria-activedescendant': any;
20
- 'aria-atomic': any;
21
- 'aria-autocomplete': any;
22
- 'aria-busy': any;
23
- 'aria-checked': any;
24
- 'aria-colcount': any;
25
- 'aria-colindex': any;
26
- 'aria-colspan': any;
27
- 'aria-controls': any;
28
- 'aria-current': any;
29
- 'aria-describedby': any;
30
- 'aria-details': any;
31
- 'aria-disabled': any;
32
- 'aria-dropeffect': any;
33
- 'aria-errormessage': any;
34
- 'aria-expanded': any;
35
- 'aria-flowto': any;
36
- 'aria-grabbed': any;
37
- 'aria-haspopup': any;
38
- 'aria-hidden': any;
39
- 'aria-invalid': any;
40
- 'aria-keyshortcuts': any;
41
- 'aria-label': any;
42
- 'aria-labelledby': any;
43
- 'aria-level': any;
44
- 'aria-live': any;
45
- 'aria-modal': any;
46
- 'aria-multiline': any;
47
- 'aria-multiselectable': any;
48
- 'aria-orientation': any;
49
- 'aria-owns': any;
50
- 'aria-placeholder': any;
51
- 'aria-posinset': any;
52
- 'aria-pressed': any;
53
- 'aria-readonly': any;
54
- 'aria-relevant': any;
55
- 'aria-required': any;
56
- 'aria-roledescription': any;
57
- 'aria-rowcount': any;
58
- 'aria-rowindex': any;
59
- 'aria-rowspan': any;
60
- 'aria-selected': any;
61
- 'aria-setsize': any;
62
- 'aria-sort': any;
63
- 'aria-valuemax': any;
64
- 'aria-valuemin': any;
65
- 'aria-valuenow': any;
66
- 'aria-valuetext': any;
67
- as: any;
68
- async: any;
69
- autoCapitalize: any;
70
- autoComplete: any;
71
- autoCorrect: any;
72
- autoFocus: any;
73
- autoPlay: any;
74
- autoSave: any;
75
- capture: any;
76
- cellPadding: any;
77
- cellSpacing: any;
78
- challenge: any;
79
- charSet: any;
80
- checked: any;
81
- cite: any;
82
- classID: any;
83
- className: any;
84
- color: any;
85
- cols: any;
86
- colSpan: any;
87
- content: any;
88
- contentEditable: any;
89
- contextMenu: any;
90
- controls: any;
91
- coords: any;
92
- crossOrigin: any;
93
- data: any;
94
- datatype: any;
95
- dateTime: any;
96
- default: any;
97
- defaultChecked: any;
98
- defaultValue: any;
99
- defer: any;
100
- dir: any;
101
- disabled: any;
102
- download: any;
103
- draggable: any;
104
- encType: any;
105
- form: any;
106
- formAction: any;
107
- formEncType: any;
108
- formMethod: any;
109
- formNoValidate: any;
110
- formTarget: any;
111
- frameBorder: any;
112
- headers: any;
113
- height: any;
114
- hidden: any;
115
- high: any;
116
- href: any;
117
- hrefLang: any;
118
- htmlFor: any;
119
- httpEquiv: any;
120
- id: any;
121
- inlist: any;
122
- inputMode: any;
123
- integrity: any;
124
- is: any;
125
- itemID: any;
126
- itemProp: any;
127
- itemRef: any;
128
- itemScope: any;
129
- itemType: any;
130
- keyParams: any;
131
- keyType: any;
132
- kind: any;
133
- label: any;
134
- lang: any;
135
- list: any;
136
- loop: any;
137
- low: any;
138
- manifest: any;
139
- marginHeight: any;
140
- marginWidth: any;
141
- max: any;
142
- maxLength: any;
143
- media: any;
144
- mediaGroup: any;
145
- method: any;
146
- min: any;
147
- minLength: any;
148
- multiple: any;
149
- muted: any;
150
- name: any;
151
- nonce: any;
152
- noValidate: any;
153
- onAbort: any;
154
- onAbortCapture: any;
155
- onAnimationEnd: any;
156
- onAnimationEndCapture: any;
157
- onAnimationIteration: any;
158
- onAnimationIterationCapture: any;
159
- onAnimationStart: any;
160
- onAnimationStartCapture: any;
161
- onAuxClick: any;
162
- onAuxClickCapture: any;
163
- onBeforeInput: any;
164
- onBeforeInputCapture: any;
165
- onBlur: any;
166
- onBlurCapture: any;
167
- onCanPlay: any;
168
- onCanPlayCapture: any;
169
- onCanPlayThrough: any;
170
- onCanPlayThroughCapture: any;
171
- onChange: any;
172
- onChangeCapture: any;
173
- onClick: any;
174
- onClickCapture: any;
175
- onCompositionEnd: any;
176
- onCompositionEndCapture: any;
177
- onCompositionStart: any;
178
- onCompositionStartCapture: any;
179
- onCompositionUpdate: any;
180
- onCompositionUpdateCapture: any;
181
- onContextMenu: any;
182
- onContextMenuCapture: any;
183
- onCopy: any;
184
- onCopyCapture: any;
185
- onCut: any;
186
- onCutCapture: any;
187
- onDoubleClick: any;
188
- onDoubleClickCapture: any;
189
- onDrag: any;
190
- onDragCapture: any;
191
- onDragEnd: any;
192
- onDragEndCapture: any;
193
- onDragEnter: any;
194
- onDragEnterCapture: any;
195
- onDragExit: any;
196
- onDragExitCapture: any;
197
- onDragLeave: any;
198
- onDragLeaveCapture: any;
199
- onDragOver: any;
200
- onDragOverCapture: any;
201
- onDragStart: any;
202
- onDragStartCapture: any;
203
- onDrop: any;
204
- onDropCapture: any;
205
- onDurationChange: any;
206
- onDurationChangeCapture: any;
207
- onEmptied: any;
208
- onEmptiedCapture: any;
209
- onEncrypted: any;
210
- onEncryptedCapture: any;
211
- onEnded: any;
212
- onEndedCapture: any;
213
- onError: any;
214
- onErrorCapture: any;
215
- onFocus: any;
216
- onFocusCapture: any;
217
- onGotPointerCapture: any;
218
- onGotPointerCaptureCapture: any;
219
- onInput: any;
220
- onInputCapture: any;
221
- onInvalid: any;
222
- onInvalidCapture: any;
223
- onKeyDown: any;
224
- onKeyDownCapture: any;
225
- onKeyPress: any;
226
- onKeyPressCapture: any;
227
- onKeyUp: any;
228
- onKeyUpCapture: any;
229
- onLoad: any;
230
- onLoadCapture: any;
231
- onLoadedData: any;
232
- onLoadedDataCapture: any;
233
- onLoadedMetadata: any;
234
- onLoadedMetadataCapture: any;
235
- onLoadStart: any;
236
- onLoadStartCapture: any;
237
- onLostPointerCapture: any;
238
- onLostPointerCaptureCapture: any;
239
- onMouseDown: any;
240
- onMouseDownCapture: any;
241
- onMouseEnter: any;
242
- onMouseLeave: any;
243
- onMouseMove: any;
244
- onMouseMoveCapture: any;
245
- onMouseOut: any;
246
- onMouseOutCapture: any;
247
- onMouseOver: any;
248
- onMouseOverCapture: any;
249
- onMouseUp: any;
250
- onMouseUpCapture: any;
251
- onPaste: any;
252
- onPasteCapture: any;
253
- onPause: any;
254
- onPauseCapture: any;
255
- onPlay: any;
256
- onPlayCapture: any;
257
- onPlaying: any;
258
- onPlayingCapture: any;
259
- onPointerCancel: any;
260
- onPointerCancelCapture: any;
261
- onPointerDown: any;
262
- onPointerDownCapture: any;
263
- onPointerEnter: any;
264
- onPointerEnterCapture: any;
265
- onPointerLeave: any;
266
- onPointerLeaveCapture: any;
267
- onPointerMove: any;
268
- onPointerMoveCapture: any;
269
- onPointerOut: any;
270
- onPointerOutCapture: any;
271
- onPointerOver: any;
272
- onPointerOverCapture: any;
273
- onPointerUp: any;
274
- onPointerUpCapture: any;
275
- onProgress: any;
276
- onProgressCapture: any;
277
- onRateChange: any;
278
- onRateChangeCapture: any;
279
- onReset: any;
280
- onResetCapture: any;
281
- onScroll: any;
282
- onScrollCapture: any;
283
- onSeeked: any;
284
- onSeekedCapture: any;
285
- onSeeking: any;
286
- onSeekingCapture: any;
287
- onSelect: any;
288
- onSelectCapture: any;
289
- onStalled: any;
290
- onStalledCapture: any;
291
- onSubmit: any;
292
- onSubmitCapture: any;
293
- onSuspend: any;
294
- onSuspendCapture: any;
295
- onTimeUpdate: any;
296
- onTimeUpdateCapture: any;
297
- onTouchCancel: any;
298
- onTouchCancelCapture: any;
299
- onTouchEnd: any;
300
- onTouchEndCapture: any;
301
- onTouchMove: any;
302
- onTouchMoveCapture: any;
303
- onTouchStart: any;
304
- onTouchStartCapture: any;
305
- onTransitionEnd: any;
306
- onTransitionEndCapture: any;
307
- onVolumeChange: any;
308
- onVolumeChangeCapture: any;
309
- onWaiting: any;
310
- onWaitingCapture: any;
311
- onWheel: any;
312
- onWheelCapture: any;
313
- open: any;
314
- optimum: any;
315
- pattern: any;
316
- placeholder: any;
317
- playsInline: any;
318
- poster: any;
319
- prefix: any;
320
- preload: any;
321
- property: any;
322
- radioGroup: any;
323
- readOnly: any;
324
- rel: any;
325
- required: any;
326
- resource: any;
327
- results: any;
328
- reversed: any;
329
- role: any;
330
- rows: any;
331
- rowSpan: any;
332
- sandbox: any;
333
- scope: any;
334
- scoped: any;
335
- scrolling: any;
336
- seamless: any;
337
- security: any;
338
- selected: any;
339
- shape: any;
340
- size: any;
341
- sizes: any;
342
- slot: any;
343
- span: any;
344
- spellCheck: any;
345
- src: any;
346
- srcDoc: any;
347
- srcLang: any;
348
- srcSet: any;
349
- start: any;
350
- step: any;
351
- style: any;
352
- summary: any;
353
- suppressContentEditableWarning: any;
354
- suppressHydrationWarning: any;
355
- tabIndex: any;
356
- target: any;
357
- title: any;
358
- translate: any;
359
- type: any;
360
- typeof: any;
361
- unselectable: any;
362
- useMap: any;
363
- value: any;
364
- vocab: any;
365
- width: any;
366
- wmode: any;
367
- wrap: any;
368
- steps: import("react-desc").PropTypesDescValue;
369
- current: {
370
- defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
371
- deprecated: import("react-desc").PropTypesDescValidator;
372
- };
373
- isRequired: import("react-desc").PropTypesDescValue;
374
- };
375
- visited: import("react-desc").PropTypesDescValue;
376
- };
377
- };
378
- declare const StepperWithSchema: {
379
- (props?: unknown): JSX.Element;
380
- propTypes: unknown;
381
- toTypescript: () => import("react-desc").TypescriptSchema;
382
- };
383
- export { DSStepper, StepperWithSchema };