@quidgest/ui 0.7.2 → 0.7.4

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/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest Framework v0.7.2
2
+ * Quidgest Framework v0.7.4
3
3
  * (c) 2023 Quidgest - Consultores de Gestão, SA
4
4
  */
5
5
 
@@ -475,44 +475,49 @@ $input-height: 31.89px;
475
475
  }
476
476
  }
477
477
  &--readonly {
478
- #{$this}__control {
478
+ > #{$this}__control {
479
479
  background-color: #eaebec;
480
480
  }
481
481
  }
482
482
  &--disabled {
483
- #{$this}__control {
483
+ > #{$this}__control {
484
484
  cursor: not-allowed;
485
485
  opacity: 0.5;
486
486
  }
487
487
  }
488
488
 
489
+ &--fit-content {
490
+ > #{$this}__control {
491
+ width: fit-content;
492
+ }
493
+ }
489
494
  &--mini {
490
- #{$this}__control {
495
+ > #{$this}__control {
491
496
  width: 4.35rem;
492
497
  }
493
498
  }
494
499
  &--small {
495
- #{$this}__control {
500
+ > #{$this}__control {
496
501
  width: 6.525rem;
497
502
  }
498
503
  }
499
504
  &--medium {
500
- #{$this}__control {
505
+ > #{$this}__control {
501
506
  width: 10.875rem;
502
507
  }
503
508
  }
504
509
  &--large {
505
- #{$this}__control {
510
+ > #{$this}__control {
506
511
  width: 15.225rem;
507
512
  }
508
513
  }
509
514
  &--x-large {
510
- #{$this}__control {
515
+ > #{$this}__control {
511
516
  width: 19.575rem;
512
517
  }
513
518
  }
514
519
  &--xx-large {
515
- #{$this}__control {
520
+ > #{$this}__control {
516
521
  width: 36.975rem;
517
522
  }
518
523
  }
@@ -534,6 +539,7 @@ $input-height: 31.89px;
534
539
  .q-input-group {
535
540
  display: flex;
536
541
  align-items: flex-end;
542
+ width: 100%;
537
543
  &__prepend > :first-child {
538
544
  border-top-left-radius: $border-radius;
539
545
  border-bottom-left-radius: $border-radius;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@quidgest/ui",
3
3
  "private": false,
4
4
  "description": "Quidgest's UI framework",
5
- "version": "0.7.2",
5
+ "version": "0.7.4",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },
@@ -46,30 +46,32 @@
46
46
  "devDependencies": {
47
47
  "@fortawesome/fontawesome-free": "^6.4.2",
48
48
  "@rollup/plugin-terser": "^0.4.4",
49
- "@storybook/addon-essentials": "7.4.6",
50
- "@storybook/addon-interactions": "7.4.6",
51
- "@storybook/addon-links": "7.4.6",
52
- "@storybook/blocks": "7.4.6",
53
- "@storybook/manager-api": "^7.4.6",
49
+ "@storybook/addon-essentials": "7.6.3",
50
+ "@storybook/addon-interactions": "7.6.3",
51
+ "@storybook/addon-links": "7.6.3",
52
+ "@storybook/blocks": "7.6.3",
53
+ "@storybook/manager-api": "^7.6.3",
54
54
  "@storybook/testing-library": "0.2.2",
55
- "@storybook/theming": "^7.4.6",
56
- "@storybook/vue3": "7.4.6",
57
- "@storybook/vue3-vite": "7.4.6",
55
+ "@storybook/theming": "^7.6.3",
56
+ "@storybook/vue3": "7.6.3",
57
+ "@storybook/vue3-vite": "7.6.3",
58
+ "@tsconfig/node18": "^18.2.2",
58
59
  "@types/lodash-es": "^4.17.9",
59
60
  "@types/node": "^20.8.2",
60
61
  "@typescript-eslint/eslint-plugin": "^6.7.4",
61
62
  "@typescript-eslint/parser": "^6.7.4",
62
63
  "@vitejs/plugin-vue": "^4.4.0",
63
- "@vitest/coverage-v8": "^0.34.6",
64
- "@vitest/ui": "^0.34.6",
64
+ "@vitest/coverage-v8": "^1.0.1",
65
+ "@vitest/ui": "^1.0.1",
65
66
  "@vue/eslint-config-typescript": "^12.0.0",
66
67
  "@vue/test-utils": "^2.4.1",
68
+ "@vue/tsconfig": "^0.4.0",
67
69
  "autoprefixer": "^10.4.16",
68
70
  "cssnano": "^6.0.1",
69
71
  "eslint": "^8.50.0",
70
72
  "eslint-config-prettier": "^9.0.0",
71
73
  "eslint-plugin-prettier": "^5.0.0",
72
- "eslint-plugin-storybook": "^0.6.14",
74
+ "eslint-plugin-storybook": "^0.6.15",
73
75
  "eslint-plugin-vue": "^9.17.0",
74
76
  "happy-dom": "^12.9.0",
75
77
  "husky": "^8.0.0",
@@ -80,20 +82,20 @@
80
82
  "react-dom": "18.2.0",
81
83
  "rimraf": "^5.0.5",
82
84
  "sass": "^1.69.0",
83
- "storybook": "7.4.6",
85
+ "storybook": "7.6.3",
84
86
  "stylelint": "^15.11.0",
85
87
  "stylelint-config-sass-guidelines": "^10.0.0",
86
88
  "typescript": "^5.2.2",
87
- "vite": "^4.5.0",
89
+ "vite": "^5.0.5",
88
90
  "vite-plugin-dts": "^3.6.3",
89
- "vitest": "^0.34.6",
91
+ "vitest": "^1.0.1",
90
92
  "vue-eslint-parser": "^9.3.1"
91
93
  },
92
94
  "peerDependencies": {
93
95
  "vue": "^3.3.4"
94
96
  },
95
97
  "scripts": {
96
- "clean": "rimraf dist lib",
98
+ "clean": "rimraf dist lib coverage storybook-static",
97
99
  "build": "pnpm clean && pnpm build:dist && pnpm build:css",
98
100
  "build:dist": "vite build",
99
101
  "build:css": "node build/css.mjs",
@@ -103,7 +105,6 @@
103
105
  "lint:fix": "eslint src --ext .ts,.vue --fix",
104
106
  "lint:style": "stylelint **/*.scss",
105
107
  "test": "vitest",
106
- "test:ui": "vitest --ui",
107
108
  "test:coverage": "vitest run --coverage",
108
109
  "storybook": "storybook dev -p 6006",
109
110
  "build:storybook": "storybook build"