@pequity/squirrel 3.0.0 → 3.0.2-beta.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/cjs/p-loading.js
CHANGED
|
@@ -30,7 +30,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
30
30
|
},
|
|
31
31
|
{ flush: "post" }
|
|
32
32
|
);
|
|
33
|
-
const isComponent = (content2) =>
|
|
33
|
+
const isComponent = (content2) => {
|
|
34
|
+
const isComponent2 = typeof content2 === "object" && content2 !== null;
|
|
35
|
+
return isComponent2;
|
|
36
|
+
};
|
|
34
37
|
return (_ctx, _cache) => {
|
|
35
38
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
36
39
|
vue.createVNode(vue.Transition, {
|
|
@@ -67,5 +70,5 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
67
70
|
};
|
|
68
71
|
}
|
|
69
72
|
});
|
|
70
|
-
const pLoading = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
73
|
+
const pLoading = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__scopeId", "data-v-8c0c66ab"]]);
|
|
71
74
|
module.exports = pLoading;
|
package/dist/es/p-loading.js
CHANGED
|
@@ -29,7 +29,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
29
29
|
},
|
|
30
30
|
{ flush: "post" }
|
|
31
31
|
);
|
|
32
|
-
const isComponent = (content2) =>
|
|
32
|
+
const isComponent = (content2) => {
|
|
33
|
+
const isComponent2 = typeof content2 === "object" && content2 !== null;
|
|
34
|
+
return isComponent2;
|
|
35
|
+
};
|
|
33
36
|
return (_ctx, _cache) => {
|
|
34
37
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
35
38
|
createVNode(Transition, {
|
|
@@ -66,7 +69,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
66
69
|
};
|
|
67
70
|
}
|
|
68
71
|
});
|
|
69
|
-
const pLoading = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
72
|
+
const pLoading = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8c0c66ab"]]);
|
|
70
73
|
export {
|
|
71
74
|
pLoading as default
|
|
72
75
|
};
|
package/dist/style.css
CHANGED
|
@@ -381,12 +381,12 @@ from {
|
|
|
381
381
|
to {
|
|
382
382
|
opacity: 0;
|
|
383
383
|
}
|
|
384
|
-
}.fadeInDown[data-v-
|
|
384
|
+
}.fadeInDown[data-v-8c0c66ab] {
|
|
385
385
|
animation-duration: 0.4s;
|
|
386
386
|
animation-fill-mode: both;
|
|
387
|
-
animation-name: fadeInDown-
|
|
387
|
+
animation-name: fadeInDown-8c0c66ab;
|
|
388
388
|
}
|
|
389
|
-
@keyframes fadeInDown-
|
|
389
|
+
@keyframes fadeInDown-8c0c66ab {
|
|
390
390
|
0% {
|
|
391
391
|
opacity: 0;
|
|
392
392
|
transform: translate3d(0, -100%, 0);
|
|
@@ -396,12 +396,12 @@ to {
|
|
|
396
396
|
transform: none;
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
|
-
.fadeOutUp[data-v-
|
|
399
|
+
.fadeOutUp[data-v-8c0c66ab] {
|
|
400
400
|
animation-duration: 0.25s;
|
|
401
401
|
animation-fill-mode: both;
|
|
402
|
-
animation-name: fadeOutUp-
|
|
402
|
+
animation-name: fadeOutUp-8c0c66ab;
|
|
403
403
|
}
|
|
404
|
-
@keyframes fadeOutUp-
|
|
404
|
+
@keyframes fadeOutUp-8c0c66ab {
|
|
405
405
|
0% {
|
|
406
406
|
opacity: 1;
|
|
407
407
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pequity/squirrel",
|
|
3
3
|
"description": "Squirrel component library",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2-beta.1",
|
|
5
5
|
"packageManager": "pnpm@8.9.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
@@ -50,34 +50,34 @@
|
|
|
50
50
|
"vue-toastification": "^2.0.0-rc.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@babel/core": "^7.24.
|
|
54
|
-
"@babel/preset-env": "^7.24.
|
|
53
|
+
"@babel/core": "^7.24.9",
|
|
54
|
+
"@babel/preset-env": "^7.24.8",
|
|
55
55
|
"@commitlint/cli": "^19.3.0",
|
|
56
56
|
"@commitlint/config-conventional": "^19.2.2",
|
|
57
57
|
"@pequity/eslint-config": "^0.0.13",
|
|
58
58
|
"@popperjs/core": "2.11.8",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.3",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
|
-
"@storybook/addon-a11y": "^8.
|
|
62
|
-
"@storybook/addon-actions": "^8.
|
|
63
|
-
"@storybook/addon-essentials": "^8.
|
|
64
|
-
"@storybook/addon-interactions": "^8.
|
|
65
|
-
"@storybook/addon-links": "^8.
|
|
66
|
-
"@storybook/blocks": "^8.
|
|
61
|
+
"@storybook/addon-a11y": "^8.2.4",
|
|
62
|
+
"@storybook/addon-actions": "^8.2.4",
|
|
63
|
+
"@storybook/addon-essentials": "^8.2.4",
|
|
64
|
+
"@storybook/addon-interactions": "^8.2.4",
|
|
65
|
+
"@storybook/addon-links": "^8.2.4",
|
|
66
|
+
"@storybook/blocks": "^8.2.4",
|
|
67
67
|
"@storybook/jest": "^0.2.3",
|
|
68
|
-
"@storybook/manager-api": "^8.
|
|
69
|
-
"@storybook/test-runner": "^0.19.
|
|
68
|
+
"@storybook/manager-api": "^8.2.4",
|
|
69
|
+
"@storybook/test-runner": "^0.19.1",
|
|
70
70
|
"@storybook/testing-library": "^0.2.2",
|
|
71
|
-
"@storybook/theming": "^8.
|
|
72
|
-
"@storybook/vue3": "^8.
|
|
73
|
-
"@storybook/vue3-vite": "^8.
|
|
74
|
-
"@tanstack/vue-virtual": "3.8.
|
|
71
|
+
"@storybook/theming": "^8.2.4",
|
|
72
|
+
"@storybook/vue3": "^8.2.4",
|
|
73
|
+
"@storybook/vue3-vite": "^8.2.4",
|
|
74
|
+
"@tanstack/vue-virtual": "3.8.3",
|
|
75
75
|
"@types/jest": "^29.5.12",
|
|
76
76
|
"@types/jsdom": "^21.1.7",
|
|
77
77
|
"@types/lodash-es": "^4.17.12",
|
|
78
|
-
"@types/node": "^20.14.
|
|
78
|
+
"@types/node": "^20.14.11",
|
|
79
79
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
80
|
-
"@vue/compiler-sfc": "3.4.
|
|
80
|
+
"@vue/compiler-sfc": "3.4.32",
|
|
81
81
|
"@vue/test-utils": "^2.4.6",
|
|
82
82
|
"@vue/vue3-jest": "^29.2.6",
|
|
83
83
|
"autoprefixer": "^10.4.19",
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
"lodash-es": "4.17.21",
|
|
95
95
|
"make-coverage-badge": "^1.2.0",
|
|
96
96
|
"postcss": "^8.4.39",
|
|
97
|
-
"prettier": "^3.3.
|
|
97
|
+
"prettier": "^3.3.3",
|
|
98
98
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
99
99
|
"resolve-tspaths": "^0.8.19",
|
|
100
100
|
"rimraf": "^5.0.8",
|
|
101
|
-
"sass": "^1.77.
|
|
101
|
+
"sass": "^1.77.8",
|
|
102
102
|
"semantic-release": "^24.0.0",
|
|
103
|
-
"storybook": "^8.
|
|
103
|
+
"storybook": "^8.2.4",
|
|
104
104
|
"svgo": "^3.3.2",
|
|
105
|
-
"tailwindcss": "^3.4.
|
|
106
|
-
"ts-jest": "^29.
|
|
105
|
+
"tailwindcss": "^3.4.6",
|
|
106
|
+
"ts-jest": "^29.2.2",
|
|
107
107
|
"typescript": "5.5.3",
|
|
108
108
|
"v-calendar": "3.1.2",
|
|
109
|
-
"vite": "^5.3.
|
|
110
|
-
"vue": "3.4.
|
|
109
|
+
"vite": "^5.3.4",
|
|
110
|
+
"vue": "3.4.32",
|
|
111
111
|
"vue-currency-input": "3.1.0",
|
|
112
112
|
"vue-router": "4.4.0",
|
|
113
113
|
"vue-toastification": "2.0.0-rc.5",
|
|
@@ -40,8 +40,11 @@ watch(
|
|
|
40
40
|
{ flush: 'post' }
|
|
41
41
|
);
|
|
42
42
|
|
|
43
|
-
const isComponent = (content: unknown): content is Component =>
|
|
44
|
-
typeof content === 'object' && content !== null
|
|
43
|
+
const isComponent = (content: unknown): content is Component => {
|
|
44
|
+
const isComponent = typeof content === 'object' && content !== null;
|
|
45
|
+
|
|
46
|
+
return isComponent;
|
|
47
|
+
};
|
|
45
48
|
</script>
|
|
46
49
|
|
|
47
50
|
<style scoped lang="scss">
|