@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.
@@ -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: "var(--color-p-blue-60)" }
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: "var(--color-p-blue-60)" }
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-60)" | "var(--color-p-blue-15)" | "var(--color-p-purple-60)";
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.10",
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.0",
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.3",
57
- "@storybook/addon-actions": "^8.5.3",
58
- "@storybook/addon-essentials": "^8.5.3",
59
- "@storybook/addon-interactions": "^8.5.3",
60
- "@storybook/addon-links": "^8.5.3",
61
- "@storybook/blocks": "^8.5.3",
62
- "@storybook/manager-api": "^8.5.3",
63
- "@storybook/test": "^8.5.3",
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.3",
66
- "@storybook/vue3": "^8.5.3",
67
- "@storybook/vue3-vite": "^8.5.3",
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.0",
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.1",
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.3",
96
+ "storybook": "^8.5.4",
97
97
  "svgo": "^3.3.2",
98
98
  "tailwindcss": "^3.4.17",
99
99
  "typescript": "5.7.3",
@@ -22,6 +22,7 @@ describe('PRingLoader.vue', () => {
22
22
  icon: 'svg-spinners:90-ring-with-bg',
23
23
  style: 'color: rgb(204, 204, 204);',
24
24
  width: '62.44',
25
+ class: 'text-p-blue-60',
25
26
  });
26
27
  });
27
28
 
@@ -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: 'var(--color-p-blue-60)',
20
+ color: '',
21
21
  });
22
22
 
23
23
  const spinnerSize = computed(() => props.size * 0.892);