zartui 3.0.1 → 3.0.2
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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/stepper/Stepper.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/web-types.json +192 -192
- package/lib/zartui.cjs.js +1 -1
- package/lib/zartui.es.js +1 -1
- package/lib/zartui.js +1 -1
- package/lib/zartui.min.js +1 -1
- package/package.json +1 -1
package/lib/zartui.es.js
CHANGED
|
@@ -6649,7 +6649,7 @@ var stdin_default$1 = defineComponent({
|
|
|
6649
6649
|
});
|
|
6650
6650
|
const Tab = withInstall(stdin_default$1);
|
|
6651
6651
|
const Tabs = withInstall(stdin_default$2);
|
|
6652
|
-
const version = "3.0.
|
|
6652
|
+
const version = "3.0.2";
|
|
6653
6653
|
function install(app) {
|
|
6654
6654
|
const components = [
|
|
6655
6655
|
Badge,
|
package/lib/zartui.js
CHANGED