Skip to content

Commit a80b712

Browse files
Revert "Merge pull request liferay#2208 from bryceosterhaus/2196"
This reverts commit dc3798a, reversing changes made to 0ca8b8d.
1 parent dc3798a commit a80b712

File tree

11 files changed

+1109
-2240
lines changed

11 files changed

+1109
-2240
lines changed

packages/clay-card/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"react"
2727
],
2828
"dependencies": {
29-
"@clayui/drop-down": "^3.0.0-milestone.1",
30-
"@clayui/form": "^3.0.0-milestone.1",
31-
"@clayui/icon": "^3.0.0-milestone.1",
32-
"@clayui/label": "^3.0.0-milestone.1",
33-
"@clayui/sticker": "^3.0.0-milestone.1",
3429
"classnames": "^2.2.6"
3530
},
3631
"devDependencies": {

packages/clay-card/src/CardWithHorizontal.tsx

Lines changed: 0 additions & 105 deletions
This file was deleted.

packages/clay-card/src/CardWithInfo.tsx

Lines changed: 0 additions & 202 deletions
This file was deleted.

packages/clay-card/src/CardWithNavigation.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ interface IProps {
1515
*/
1616
description?: React.ReactText;
1717

18-
/**
19-
* Path or url for click through
20-
*/
21-
href?: string;
22-
2318
/**
2419
* Flag to indicate if card should be the `horizontal` variant
2520
*/
@@ -30,6 +25,11 @@ interface IProps {
3025
*/
3126
horizontalSymbol?: string;
3227

28+
/**
29+
* Path or url for click through
30+
*/
31+
href?: string;
32+
3333
/**
3434
* Callback for when card is clicked on
3535
*/

0 commit comments

Comments
 (0)