@eturnity/eturnity_reusable_components 6.43.7 → 6.43.9
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/package.json
CHANGED
@@ -88,7 +88,10 @@ export default {
|
|
88
88
|
required: false
|
89
89
|
},
|
90
90
|
backgroundColor: {
|
91
|
-
required: false
|
91
|
+
required: false,
|
92
|
+
},
|
93
|
+
hasBorder: {
|
94
|
+
required: false,
|
92
95
|
},
|
93
96
|
hoveredBackgroundColor: {
|
94
97
|
required: false,
|
@@ -110,9 +113,13 @@ export default {
|
|
110
113
|
required: false,
|
111
114
|
default: '6px'
|
112
115
|
},
|
113
|
-
isHovered:
|
114
|
-
required:
|
115
|
-
default:
|
116
|
+
isHovered:{
|
117
|
+
required:false,
|
118
|
+
default:false
|
119
|
+
},
|
120
|
+
isStriked:{
|
121
|
+
required:false,
|
122
|
+
default:false
|
116
123
|
}
|
117
124
|
},
|
118
125
|
data() {
|