@pequity/squirrel 5.3.2 → 5.4.0

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const LABEL_BASE = `block mb-1 font-bold`;
3
+ const LABEL_BASE = `block mb-1 font-medium`;
4
4
  const LABEL_SIZES = {
5
5
  sm: `text-xs`,
6
6
  md: `text-sm`,
@@ -1,4 +1,4 @@
1
- const LABEL_BASE = `block mb-1 font-bold`;
1
+ const LABEL_BASE = `block mb-1 font-medium`;
2
2
  const LABEL_SIZES = {
3
3
  sm: `text-xs`,
4
4
  md: `text-sm`,
@@ -1,4 +1,4 @@
1
- export declare const LABEL_BASE = "block mb-1 font-bold";
1
+ export declare const LABEL_BASE = "block mb-1 font-medium";
2
2
  export declare const LABEL_SIZES: {
3
3
  sm: string;
4
4
  md: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pequity/squirrel",
3
3
  "description": "Squirrel component library",
4
- "version": "5.3.2",
4
+ "version": "5.4.0",
5
5
  "packageManager": "pnpm@9.11.0",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -43,7 +43,7 @@ describe('PFileUpload.vue', () => {
43
43
  expect(wrapper.find('label').classes()).toEqual([
44
44
  'block',
45
45
  'mb-1',
46
- 'font-bold',
46
+ 'font-medium',
47
47
  'text-sm',
48
48
  "after:content-['_*']",
49
49
  'after:text-on-error',
@@ -69,7 +69,7 @@ describe('PInlineDatePicker.vue', () => {
69
69
  expect(wrapper.find('label').classes()).toEqual([
70
70
  'block',
71
71
  'mb-1',
72
- 'font-bold',
72
+ 'font-medium',
73
73
  'text-sm',
74
74
  "after:content-['_*']",
75
75
  'after:text-on-error',
@@ -65,7 +65,7 @@ describe('PInput.vue', () => {
65
65
  expect(wrapper.find('label').classes()).toEqual([
66
66
  'block',
67
67
  'mb-1',
68
- 'font-bold',
68
+ 'font-medium',
69
69
  'text-sm',
70
70
  "after:content-['_*']",
71
71
  'after:text-on-error',
@@ -70,7 +70,7 @@ describe('PInputNumber.vue', () => {
70
70
  expect(wrapper.find('label').classes()).toEqual([
71
71
  'block',
72
72
  'mb-1',
73
- 'font-bold',
73
+ 'font-medium',
74
74
  'text-sm',
75
75
  "after:content-['_*']",
76
76
  'after:text-on-error',
@@ -39,7 +39,7 @@ describe('PInputPercent.vue', () => {
39
39
  expect(wrapper.find('label').classes()).toEqual([
40
40
  'block',
41
41
  'mb-1',
42
- 'font-bold',
42
+ 'font-medium',
43
43
  'text-sm',
44
44
  "after:content-['_*']",
45
45
  'after:text-on-error',
@@ -80,7 +80,7 @@ describe('PSelect.vue', () => {
80
80
  expect(wrapper.find('label').classes()).toEqual([
81
81
  'block',
82
82
  'mb-1',
83
- 'font-bold',
83
+ 'font-medium',
84
84
  'text-sm',
85
85
  "after:content-['_*']",
86
86
  'after:text-on-error',
@@ -53,7 +53,7 @@ describe('PTextarea.vue', () => {
53
53
  expect(wrapper.find('label').classes()).toEqual([
54
54
  'block',
55
55
  'mb-1',
56
- 'font-bold',
56
+ 'font-medium',
57
57
  'text-sm',
58
58
  "after:content-['_*']",
59
59
  'after:text-on-error',
@@ -44,7 +44,7 @@ const baseInputClassesLg = () => {
44
44
  .replace('pr-4', 'pr-5');
45
45
  };
46
46
 
47
- const baseLabelClasses = 'block mb-1 font-bold text-sm';
47
+ const baseLabelClasses = 'block mb-1 font-medium text-sm';
48
48
 
49
49
  describe('useInputClasses', () => {
50
50
  it('generates input classes md', () => {
@@ -43,7 +43,7 @@ const baseInputClassesLg = () => {
43
43
  .replace('pr-4', 'pr-5');
44
44
  };
45
45
 
46
- const baseLabelClasses = 'block mb-1 font-bold text-sm';
46
+ const baseLabelClasses = 'block mb-1 font-medium text-sm';
47
47
 
48
48
  const createWrapper = (opts) => {
49
49
  const TestComponent = {
@@ -1,4 +1,4 @@
1
- export const LABEL_BASE = `block mb-1 font-bold`;
1
+ export const LABEL_BASE = `block mb-1 font-medium`;
2
2
 
3
3
  export const LABEL_SIZES = {
4
4
  sm: `text-xs`,