@elliemae/ds-button-v2
Advanced tools
Comparing version 3.49.0-rc.9 to 3.49.0-rc.10
@@ -37,9 +37,11 @@ "use strict"; | ||
var React = __toESM(require("react")); | ||
var import_ds_system = require("@elliemae/ds-system"); | ||
const DSButtonV3Name = "DSButtonV3"; | ||
const DSButtonV3DataTestId = { | ||
ROOT: "ds-button-v3" | ||
}; | ||
const DSButtonV3Slots = { | ||
ROOT: "root" | ||
}; | ||
const DSButtonV3DataTestId = { | ||
...(0, import_ds_system.slotObjectToDataTestIds)(DSButtonV3Name, DSButtonV3Slots), | ||
ROOT: "ds-button" | ||
}; | ||
//# sourceMappingURL=DSButtonV3Definitions.js.map |
@@ -37,2 +37,3 @@ "use strict"; | ||
var React = __toESM(require("react")); | ||
var import_ds_system = require("@elliemae/ds-system"); | ||
const DSButtonName = "DSButton"; | ||
@@ -43,4 +44,5 @@ const DSButtonSlots = { | ||
const DSButtonDataTestId = { | ||
...(0, import_ds_system.slotObjectToDataTestIds)(DSButtonName, DSButtonSlots), | ||
ROOT: "ds-button" | ||
}; | ||
//# sourceMappingURL=DSButtonDefinitions.js.map |
import * as React from "react"; | ||
import { slotObjectToDataTestIds } from "@elliemae/ds-system"; | ||
const DSButtonV3Name = "DSButtonV3"; | ||
const DSButtonV3DataTestId = { | ||
ROOT: "ds-button-v3" | ||
}; | ||
const DSButtonV3Slots = { | ||
ROOT: "root" | ||
}; | ||
const DSButtonV3DataTestId = { | ||
...slotObjectToDataTestIds(DSButtonV3Name, DSButtonV3Slots), | ||
ROOT: "ds-button" | ||
}; | ||
export { | ||
@@ -10,0 +12,0 @@ DSButtonV3DataTestId, |
import * as React from "react"; | ||
import { slotObjectToDataTestIds } from "@elliemae/ds-system"; | ||
const DSButtonName = "DSButton"; | ||
@@ -7,2 +8,3 @@ const DSButtonSlots = { | ||
const DSButtonDataTestId = { | ||
...slotObjectToDataTestIds(DSButtonName, DSButtonSlots), | ||
ROOT: "ds-button" | ||
@@ -9,0 +11,0 @@ }; |
export declare const DSButtonV3Name = "DSButtonV3"; | ||
export declare const DSButtonV3DataTestId: { | ||
export declare const DSButtonV3Slots: { | ||
ROOT: string; | ||
}; | ||
export declare const DSButtonV3Slots: { | ||
export declare const DSButtonV3DataTestId: { | ||
ROOT: string; | ||
}; |
{ | ||
"name": "@elliemae/ds-button-v2", | ||
"version": "3.49.0-rc.9", | ||
"version": "3.49.0-rc.10", | ||
"license": "MIT", | ||
@@ -39,5 +39,5 @@ "description": "ICE MT - Dimsum - Button", | ||
"dependencies": { | ||
"@elliemae/ds-props-helpers": "3.49.0-rc.9", | ||
"@elliemae/ds-system": "3.49.0-rc.9", | ||
"@elliemae/ds-typescript-helpers": "3.49.0-rc.9" | ||
"@elliemae/ds-props-helpers": "3.49.0-rc.10", | ||
"@elliemae/ds-system": "3.49.0-rc.10", | ||
"@elliemae/ds-typescript-helpers": "3.49.0-rc.10" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
"styled-components": "~5.3.9", | ||
"@elliemae/ds-monorepo-devops": "3.49.0-rc.9" | ||
"@elliemae/ds-monorepo-devops": "3.49.0-rc.10" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
235151
2713
+ Added@elliemae/ds-props-helpers@3.49.0-rc.10(transitive)
+ Added@elliemae/ds-system@3.49.0-rc.10(transitive)
+ Added@elliemae/ds-typescript-helpers@3.49.0-rc.10(transitive)
- Removed@elliemae/ds-props-helpers@3.49.0-rc.9(transitive)
- Removed@elliemae/ds-system@3.49.0-rc.9(transitive)
- Removed@elliemae/ds-typescript-helpers@3.49.0-rc.9(transitive)