@quidgest/ui 0.7.11 → 0.7.13

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.11
2
+ * Quidgest Framework v0.7.13
3
3
  * (c) 2023 Quidgest - Consultores de Gestão, SA
4
4
  */
5
5
 
@@ -536,16 +536,11 @@ $input-height: 31.89px;
536
536
  display: flex;
537
537
  align-items: flex-end;
538
538
  height: $input-height;
539
- .q-btn {
540
- justify-content: center;
541
- }
542
539
  > * {
543
540
  border-radius: 0;
544
541
  min-width: 40px;
545
542
  height: 100%;
546
- }
547
- > * + * {
548
- margin-left: -1px;
543
+ justify-content: center;
549
544
  }
550
545
  > span {
551
546
  display: flex;
@@ -559,6 +554,9 @@ $input-height: 31.89px;
559
554
  color: var(--q-theme-primary);
560
555
  white-space: nowrap;
561
556
  }
557
+ > * + * {
558
+ margin-left: -1px;
559
+ }
562
560
  }
563
561
  > * {
564
562
  border-radius: 0;
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.11",
5
+ "version": "0.7.13",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },