@pequity/squirrel 1.2.6 → 1.2.7

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.
@@ -3,7 +3,7 @@ const vue = require("vue");
3
3
  const pBtn = require("../p-btn.js");
4
4
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
5
5
  ...{
6
- name: "PBtnGroup"
6
+ name: "PSelectBtn"
7
7
  },
8
8
  __name: "p-select-btn",
9
9
  props: {
@@ -2,7 +2,7 @@ import { defineComponent, resolveDirective, openBlock, createElementBlock, norma
2
2
  import PBtn from "../p-btn.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  ...{
5
- name: "PBtnGroup"
5
+ name: "PSelectBtn"
6
6
  },
7
7
  __name: "p-select-btn",
8
8
  props: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pequity/squirrel",
3
3
  "description": "Squirrel component library",
4
- "version": "1.2.6",
4
+ "version": "1.2.7",
5
5
  "packageManager": "pnpm@8.9.2",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -58,20 +58,20 @@
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.1.5",
62
- "@storybook/addon-actions": "^8.1.5",
63
- "@storybook/addon-essentials": "^8.1.5",
64
- "@storybook/addon-interactions": "^8.1.5",
65
- "@storybook/addon-links": "^8.1.5",
66
- "@storybook/blocks": "^8.1.5",
61
+ "@storybook/addon-a11y": "^8.1.6",
62
+ "@storybook/addon-actions": "^8.1.6",
63
+ "@storybook/addon-essentials": "^8.1.6",
64
+ "@storybook/addon-interactions": "^8.1.6",
65
+ "@storybook/addon-links": "^8.1.6",
66
+ "@storybook/blocks": "^8.1.6",
67
67
  "@storybook/jest": "^0.2.3",
68
- "@storybook/manager-api": "^8.1.5",
68
+ "@storybook/manager-api": "^8.1.6",
69
69
  "@storybook/test-runner": "^0.18.2",
70
70
  "@storybook/testing-library": "^0.2.2",
71
- "@storybook/theming": "^8.1.5",
72
- "@storybook/vue3": "^8.1.5",
73
- "@storybook/vue3-vite": "^8.1.5",
74
- "@tanstack/vue-virtual": "3.5.0",
71
+ "@storybook/theming": "^8.1.6",
72
+ "@storybook/vue3": "^8.1.6",
73
+ "@storybook/vue3-vite": "^8.1.6",
74
+ "@tanstack/vue-virtual": "3.5.1",
75
75
  "@types/jest": "^29.5.12",
76
76
  "@types/jsdom": "^21.1.7",
77
77
  "@types/lodash-es": "^4.17.12",
@@ -94,23 +94,23 @@
94
94
  "lodash-es": "4.17.21",
95
95
  "make-coverage-badge": "^1.2.0",
96
96
  "postcss": "^8.4.38",
97
- "prettier": "^3.3.1",
98
- "prettier-plugin-tailwindcss": "^0.6.1",
97
+ "prettier": "^3.3.2",
98
+ "prettier-plugin-tailwindcss": "^0.6.2",
99
99
  "resolve-tspaths": "^0.8.19",
100
100
  "rimraf": "^5.0.7",
101
101
  "sass": "^1.77.4",
102
102
  "semantic-release": "^24.0.0",
103
- "storybook": "^8.1.5",
103
+ "storybook": "^8.1.6",
104
104
  "svgo": "^3.3.2",
105
- "tailwindcss": "^3.4.3",
105
+ "tailwindcss": "^3.4.4",
106
106
  "ts-jest": "^29.1.4",
107
107
  "typescript": "5.4.5",
108
108
  "v-calendar": "3.1.2",
109
- "vite": "^5.2.12",
109
+ "vite": "^5.2.13",
110
110
  "vue": "3.4.27",
111
111
  "vue-currency-input": "3.1.0",
112
- "vue-router": "4.3.2",
112
+ "vue-router": "4.3.3",
113
113
  "vue-toastification": "2.0.0-rc.5",
114
- "vue-tsc": "2.0.19"
114
+ "vue-tsc": "2.0.21"
115
115
  }
116
116
  }
@@ -48,7 +48,7 @@ type Props = {
48
48
  };
49
49
 
50
50
  defineOptions({
51
- name: 'PBtnGroup',
51
+ name: 'PSelectBtn',
52
52
  });
53
53
 
54
54
  const emit = defineEmits(['update:modelValue']);