@pequity/squirrel 6.0.10 → 6.0.11
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/chunks/p-ring-loader.js +2 -1
- package/dist/es/chunks/p-ring-loader.js +2 -1
- package/dist/squirrel/components/p-btn/p-btn.vue.d.ts +1 -1
- package/package.json +16 -16
- package/squirrel/components/p-ring-loader/p-ring-loader.spec.js +1 -0
- package/squirrel/components/p-ring-loader/p-ring-loader.vue +2 -2
|
@@ -8,7 +8,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
8
8
|
__name: "p-ring-loader",
|
|
9
9
|
props: {
|
|
10
10
|
size: { default: 80 },
|
|
11
|
-
color: { default: "
|
|
11
|
+
color: { default: "" }
|
|
12
12
|
},
|
|
13
13
|
setup(__props) {
|
|
14
14
|
const props = __props;
|
|
@@ -20,6 +20,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
20
20
|
return vue.openBlock(), vue.createBlock(pIcon_vue_vue_type_script_setup_true_lang._sfc_main, {
|
|
21
21
|
icon: "svg-spinners:90-ring-with-bg",
|
|
22
22
|
width: spinnerSize.value,
|
|
23
|
+
class: "text-p-blue-60",
|
|
23
24
|
style: vue.normalizeStyle(style.value)
|
|
24
25
|
}, null, 8, ["width", "style"]);
|
|
25
26
|
};
|
|
@@ -7,7 +7,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
7
7
|
__name: "p-ring-loader",
|
|
8
8
|
props: {
|
|
9
9
|
size: { default: 80 },
|
|
10
|
-
color: { default: "
|
|
10
|
+
color: { default: "" }
|
|
11
11
|
},
|
|
12
12
|
setup(__props) {
|
|
13
13
|
const props = __props;
|
|
@@ -19,6 +19,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
19
19
|
return openBlock(), createBlock(_sfc_main$1, {
|
|
20
20
|
icon: "svg-spinners:90-ring-with-bg",
|
|
21
21
|
width: spinnerSize.value,
|
|
22
|
+
class: "text-p-blue-60",
|
|
22
23
|
style: normalizeStyle(style.value)
|
|
23
24
|
}, null, 8, ["width", "style"]);
|
|
24
25
|
};
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
}>, {}, {}, {
|
|
68
68
|
classes(): string;
|
|
69
69
|
loaderSize(): number;
|
|
70
|
-
loaderColor(): "var(--color-p-blue-
|
|
70
|
+
loaderColor(): "var(--color-p-blue-15)" | "var(--color-p-purple-60)" | "var(--color-p-blue-60)";
|
|
71
71
|
}, {
|
|
72
72
|
isExternalLink: (url: string) => boolean;
|
|
73
73
|
sanitizeUrl: (url: string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pequity/squirrel",
|
|
3
3
|
"description": "Squirrel component library",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.11",
|
|
5
5
|
"packageManager": "pnpm@9.15.5",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
@@ -49,22 +49,22 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@commitlint/cli": "^19.7.1",
|
|
51
51
|
"@commitlint/config-conventional": "^19.7.1",
|
|
52
|
-
"@pequity/eslint-config": "^1.1.
|
|
52
|
+
"@pequity/eslint-config": "^1.1.1",
|
|
53
53
|
"@playwright/test": "^1.50.1",
|
|
54
54
|
"@semantic-release/changelog": "^6.0.3",
|
|
55
55
|
"@semantic-release/git": "^10.0.1",
|
|
56
|
-
"@storybook/addon-a11y": "^8.5.
|
|
57
|
-
"@storybook/addon-actions": "^8.5.
|
|
58
|
-
"@storybook/addon-essentials": "^8.5.
|
|
59
|
-
"@storybook/addon-interactions": "^8.5.
|
|
60
|
-
"@storybook/addon-links": "^8.5.
|
|
61
|
-
"@storybook/blocks": "^8.5.
|
|
62
|
-
"@storybook/manager-api": "^8.5.
|
|
63
|
-
"@storybook/test": "^8.5.
|
|
56
|
+
"@storybook/addon-a11y": "^8.5.4",
|
|
57
|
+
"@storybook/addon-actions": "^8.5.4",
|
|
58
|
+
"@storybook/addon-essentials": "^8.5.4",
|
|
59
|
+
"@storybook/addon-interactions": "^8.5.4",
|
|
60
|
+
"@storybook/addon-links": "^8.5.4",
|
|
61
|
+
"@storybook/blocks": "^8.5.4",
|
|
62
|
+
"@storybook/manager-api": "^8.5.4",
|
|
63
|
+
"@storybook/test": "^8.5.4",
|
|
64
64
|
"@storybook/test-runner": "^0.21.0",
|
|
65
|
-
"@storybook/theming": "^8.5.
|
|
66
|
-
"@storybook/vue3": "^8.5.
|
|
67
|
-
"@storybook/vue3-vite": "^8.5.
|
|
65
|
+
"@storybook/theming": "^8.5.4",
|
|
66
|
+
"@storybook/vue3": "^8.5.4",
|
|
67
|
+
"@storybook/vue3-vite": "^8.5.4",
|
|
68
68
|
"@tanstack/vue-virtual": "3.13.0",
|
|
69
69
|
"@types/jsdom": "^21.1.7",
|
|
70
70
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@vuepic/vue-datepicker": "11.0.1",
|
|
77
77
|
"autoprefixer": "^10.4.20",
|
|
78
78
|
"dayjs": "1.11.13",
|
|
79
|
-
"eslint": "^9.20.
|
|
79
|
+
"eslint": "^9.20.1",
|
|
80
80
|
"eslint-plugin-storybook": "^0.11.2",
|
|
81
81
|
"floating-vue": "5.2.2",
|
|
82
82
|
"glob": "^11.0.1",
|
|
@@ -86,14 +86,14 @@
|
|
|
86
86
|
"lint-staged": "^15.4.3",
|
|
87
87
|
"lodash-es": "4.17.21",
|
|
88
88
|
"make-coverage-badge": "^1.2.0",
|
|
89
|
-
"postcss": "^8.5.
|
|
89
|
+
"postcss": "^8.5.2",
|
|
90
90
|
"prettier": "^3.4.2",
|
|
91
91
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
92
92
|
"resolve-tspaths": "^0.8.23",
|
|
93
93
|
"rimraf": "^6.0.1",
|
|
94
94
|
"sass": "^1.84.0",
|
|
95
95
|
"semantic-release": "^24.2.2",
|
|
96
|
-
"storybook": "^8.5.
|
|
96
|
+
"storybook": "^8.5.4",
|
|
97
97
|
"svgo": "^3.3.2",
|
|
98
98
|
"tailwindcss": "^3.4.17",
|
|
99
99
|
"typescript": "5.7.3",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<PIcon icon="svg-spinners:90-ring-with-bg" :width="spinnerSize" :style="style" />
|
|
2
|
+
<PIcon icon="svg-spinners:90-ring-with-bg" :width="spinnerSize" class="text-p-blue-60" :style="style" />
|
|
3
3
|
</template>
|
|
4
4
|
|
|
5
5
|
<script setup lang="ts">
|
|
@@ -17,7 +17,7 @@ type Props = {
|
|
|
17
17
|
|
|
18
18
|
const props = withDefaults(defineProps<Props>(), {
|
|
19
19
|
size: 80,
|
|
20
|
-
color: '
|
|
20
|
+
color: '',
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
const spinnerSize = computed(() => props.size * 0.892);
|