@elliemae/ds-button-v2 3.70.0-next.2 → 3.70.0-next.20
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.
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/types/index.d.ts +1 -0
- package/package.json +6 -6
package/dist/cjs/index.js
CHANGED
|
@@ -40,7 +40,8 @@ __export(index_exports, {
|
|
|
40
40
|
DSButtonV3DefaultProps: () => import_react_desc_prop_types.defaultProps,
|
|
41
41
|
DSButtonV3PropTypes: () => import_DSButtonV3.DSButtonV3PropTypes,
|
|
42
42
|
DSButtonV3PropTypesSchema: () => import_DSButtonV3.DSButtonV3PropTypesSchema,
|
|
43
|
-
DSButtonV3WithSchema: () => import_DSButtonV3.DSButtonV3WithSchema
|
|
43
|
+
DSButtonV3WithSchema: () => import_DSButtonV3.DSButtonV3WithSchema,
|
|
44
|
+
DSButtonWithSchema: () => import_SharedButtonBaseline.DSButtonWithSchema
|
|
44
45
|
});
|
|
45
46
|
module.exports = __toCommonJS(index_exports);
|
|
46
47
|
var React = __toESM(require("react"));
|
|
@@ -49,4 +50,5 @@ var import_DSButtonV2 = require("./parts/DSButtonV2/index.js");
|
|
|
49
50
|
var import_DSButtonV3 = require("./parts/DSButtonV3/index.js");
|
|
50
51
|
var import_react_desc_prop_types = require("./parts/SharedButtonBaseline/react-desc-prop-types.js");
|
|
51
52
|
var import_DSButtonDefinitions = require("./parts/SharedButtonBaseline/DSButtonDefinitions.js");
|
|
53
|
+
var import_SharedButtonBaseline = require("./parts/SharedButtonBaseline/index.js");
|
|
52
54
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export { BUTTON_SIZES, BUTTON_TYPES, BUTTON_SHAPES } from './constants.js';\nexport { DSButtonV2, DSButtonV2WithSchema, type DSButtonV2T } from './parts/DSButtonV2/index.js';\nexport {\n DSButtonV3,\n DSButtonV3WithSchema,\n DSButtonV3PropTypes,\n DSButtonV3PropTypesSchema,\n type DSButtonV3T,\n} from './parts/DSButtonV3/index.js';\nexport {\n type DSButtonT,\n defaultProps as DSButtonV3DefaultProps,\n} from './parts/SharedButtonBaseline/react-desc-prop-types.js';\nexport { DSButtonName, DSButtonSlots, DSButtonDataTestId } from './parts/SharedButtonBaseline/DSButtonDefinitions.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAA0D;AAC1D,wBAAmE;AACnE,wBAMO;AACP,mCAGO;AACP,iCAAgE;",
|
|
4
|
+
"sourcesContent": ["export { BUTTON_SIZES, BUTTON_TYPES, BUTTON_SHAPES } from './constants.js';\nexport { DSButtonV2, DSButtonV2WithSchema, type DSButtonV2T } from './parts/DSButtonV2/index.js';\nexport {\n DSButtonV3,\n DSButtonV3WithSchema,\n DSButtonV3PropTypes,\n DSButtonV3PropTypesSchema,\n type DSButtonV3T,\n} from './parts/DSButtonV3/index.js';\nexport {\n type DSButtonT,\n defaultProps as DSButtonV3DefaultProps,\n} from './parts/SharedButtonBaseline/react-desc-prop-types.js';\nexport { DSButtonName, DSButtonSlots, DSButtonDataTestId } from './parts/SharedButtonBaseline/DSButtonDefinitions.js';\nexport { DSButtonWithSchema } from './parts/SharedButtonBaseline/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAA0D;AAC1D,wBAAmE;AACnE,wBAMO;AACP,mCAGO;AACP,iCAAgE;AAChE,kCAAmC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
defaultProps
|
|
12
12
|
} from "./parts/SharedButtonBaseline/react-desc-prop-types.js";
|
|
13
13
|
import { DSButtonName, DSButtonSlots, DSButtonDataTestId } from "./parts/SharedButtonBaseline/DSButtonDefinitions.js";
|
|
14
|
+
import { DSButtonWithSchema } from "./parts/SharedButtonBaseline/index.js";
|
|
14
15
|
export {
|
|
15
16
|
BUTTON_SHAPES,
|
|
16
17
|
BUTTON_SIZES,
|
|
@@ -24,6 +25,7 @@ export {
|
|
|
24
25
|
defaultProps as DSButtonV3DefaultProps,
|
|
25
26
|
DSButtonV3PropTypes,
|
|
26
27
|
DSButtonV3PropTypesSchema,
|
|
27
|
-
DSButtonV3WithSchema
|
|
28
|
+
DSButtonV3WithSchema,
|
|
29
|
+
DSButtonWithSchema
|
|
28
30
|
};
|
|
29
31
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { BUTTON_SIZES, BUTTON_TYPES, BUTTON_SHAPES } from './constants.js';\nexport { DSButtonV2, DSButtonV2WithSchema, type DSButtonV2T } from './parts/DSButtonV2/index.js';\nexport {\n DSButtonV3,\n DSButtonV3WithSchema,\n DSButtonV3PropTypes,\n DSButtonV3PropTypesSchema,\n type DSButtonV3T,\n} from './parts/DSButtonV3/index.js';\nexport {\n type DSButtonT,\n defaultProps as DSButtonV3DefaultProps,\n} from './parts/SharedButtonBaseline/react-desc-prop-types.js';\nexport { DSButtonName, DSButtonSlots, DSButtonDataTestId } from './parts/SharedButtonBaseline/DSButtonDefinitions.js';\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,cAAc,cAAc,qBAAqB;AAC1D,SAAS,YAAY,4BAA8C;AACnE;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAEK;AACP;AAAA,EAEkB;AAAA,OACX;AACP,SAAS,cAAc,eAAe,0BAA0B;",
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { BUTTON_SIZES, BUTTON_TYPES, BUTTON_SHAPES } from './constants.js';\nexport { DSButtonV2, DSButtonV2WithSchema, type DSButtonV2T } from './parts/DSButtonV2/index.js';\nexport {\n DSButtonV3,\n DSButtonV3WithSchema,\n DSButtonV3PropTypes,\n DSButtonV3PropTypesSchema,\n type DSButtonV3T,\n} from './parts/DSButtonV3/index.js';\nexport {\n type DSButtonT,\n defaultProps as DSButtonV3DefaultProps,\n} from './parts/SharedButtonBaseline/react-desc-prop-types.js';\nexport { DSButtonName, DSButtonSlots, DSButtonDataTestId } from './parts/SharedButtonBaseline/DSButtonDefinitions.js';\nexport { DSButtonWithSchema } from './parts/SharedButtonBaseline/index.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,cAAc,cAAc,qBAAqB;AAC1D,SAAS,YAAY,4BAA8C;AACnE;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAEK;AACP;AAAA,EAEkB;AAAA,OACX;AACP,SAAS,cAAc,eAAe,0BAA0B;AAChE,SAAS,0BAA0B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export { DSButtonV2, DSButtonV2WithSchema, type DSButtonV2T } from './parts/DSBu
|
|
|
3
3
|
export { DSButtonV3, DSButtonV3WithSchema, DSButtonV3PropTypes, DSButtonV3PropTypesSchema, type DSButtonV3T, } from './parts/DSButtonV3/index.js';
|
|
4
4
|
export { type DSButtonT, defaultProps as DSButtonV3DefaultProps, } from './parts/SharedButtonBaseline/react-desc-prop-types.js';
|
|
5
5
|
export { DSButtonName, DSButtonSlots, DSButtonDataTestId } from './parts/SharedButtonBaseline/DSButtonDefinitions.js';
|
|
6
|
+
export { DSButtonWithSchema } from './parts/SharedButtonBaseline/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-button-v2",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Button",
|
|
6
6
|
"files": [
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-system": "3.70.0-next.20",
|
|
40
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.20",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.20"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"jest": "^30.0.0",
|
|
45
45
|
"styled-components": "~5.3.9",
|
|
46
|
-
"@elliemae/ds-monorepo-devops": "3.70.0-next.
|
|
47
|
-
"@elliemae/ds-test-utils": "3.70.0-next.
|
|
46
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.20",
|
|
47
|
+
"@elliemae/ds-test-utils": "3.70.0-next.20"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "^18.3.1",
|