@asantemedia-org/edwardsvacuum-design-system 1.3.9 → 1.4.1
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/index.css +5 -0
- package/dist/index.esm.css +5 -0
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.scss +5 -0
- package/dist/stories/components/Card/card.d.ts +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -137,6 +137,11 @@
|
|
|
137
137
|
text-decoration: none;
|
|
138
138
|
color: inherit;
|
|
139
139
|
}
|
|
140
|
+
.card-module__cmp-card__link___OdszC:focus {
|
|
141
|
+
box-shadow: inset 0 0 0 2px #000, 0 0 0 2px #000 !important;
|
|
142
|
+
outline: none;
|
|
143
|
+
color: inherit;
|
|
144
|
+
}
|
|
140
145
|
.card-module__cmp-card__content-wrapper___gh335 {
|
|
141
146
|
display: flex;
|
|
142
147
|
flex-direction: column;
|
package/dist/index.esm.css
CHANGED
|
@@ -137,6 +137,11 @@
|
|
|
137
137
|
text-decoration: none;
|
|
138
138
|
color: inherit;
|
|
139
139
|
}
|
|
140
|
+
.card-module__cmp-card__link___OdszC:focus {
|
|
141
|
+
box-shadow: inset 0 0 0 2px #000, 0 0 0 2px #000 !important;
|
|
142
|
+
outline: none;
|
|
143
|
+
color: inherit;
|
|
144
|
+
}
|
|
140
145
|
.card-module__cmp-card__content-wrapper___gh335 {
|
|
141
146
|
display: flex;
|
|
142
147
|
flex-direction: column;
|
package/dist/index.esm.js
CHANGED
|
@@ -4685,7 +4685,8 @@ var ProductCard = function (_a) {
|
|
|
4685
4685
|
}, /*#__PURE__*/React.createElement("a", {
|
|
4686
4686
|
href: cardLink,
|
|
4687
4687
|
className: getStyle$1('cmp-card__link'),
|
|
4688
|
-
onClick: onClick
|
|
4688
|
+
onClick: onClick,
|
|
4689
|
+
target: "_blank"
|
|
4689
4690
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4690
4691
|
className: getStyle$1('cmp-card--type-card-product__wrapper')
|
|
4691
4692
|
}, /*#__PURE__*/React.createElement("div", {
|