isobit-ui 0.0.175 → 0.0.176
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.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.176
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4047,7 +4047,9 @@ var __vue_component__$2 = /*#__PURE__*/__vue_normalize____default['default']({
|
|
|
4047
4047
|
var script$1 = {
|
|
4048
4048
|
props: {
|
|
4049
4049
|
icon: String,
|
|
4050
|
-
visible:
|
|
4050
|
+
visible: {
|
|
4051
|
+
"default": 1
|
|
4052
|
+
}
|
|
4051
4053
|
},
|
|
4052
4054
|
computed: {
|
|
4053
4055
|
slotPassed: function slotPassed() {
|