@vgip/meta-ui 2.1.1 → 2.1.2

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@vgip/meta-ui",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "VGIP Meta UI",
5
5
  "peerDependencies": {
6
- "@angular/common": "^^20.3.5",
6
+ "@angular/common": "^20.3.5",
7
7
  "@angular/core": "^20.3.5",
8
8
  "ngx-quill": "^28.0.1",
9
9
  "quill": "^2.0.3"
@@ -25,7 +25,11 @@
25
25
  border-bottom: 1px solid variables.$grey-dark;
26
26
 
27
27
  &__trigger {
28
- @extend .reset-button !optional;
28
+ appearance: none;
29
+ background: none;
30
+ border: 0;
31
+ outline: none;
32
+ padding: 0;
29
33
  border-top: 1px solid variables.$grey-dark;
30
34
  cursor: pointer;
31
35
  display: flex;
@@ -75,7 +75,11 @@
75
75
  }
76
76
 
77
77
  &__dismiss {
78
- @extend .reset-button !optional;
78
+ appearance: none;
79
+ background: none;
80
+ border: 0;
81
+ outline: none;
82
+ padding: 0;
79
83
  background-position: center;
80
84
  background-size: contain;
81
85
  cursor: pointer;
@@ -101,7 +105,7 @@
101
105
  @extend %Vlt-btn !optional;
102
106
  @extend %Vlt-btn--small !optional;
103
107
  @extend %Vlt-btn--secondary !optional;
104
- @extend %Vlt-btn--app !optional;
108
+ border-radius: 6px;
105
109
  line-height: 1.6rem; // needed for Safari
106
110
  margin-bottom: 0px;
107
111
  margin-top: 10px;
@@ -369,7 +369,7 @@
369
369
  text-align: center;
370
370
 
371
371
  .Vlt-btn {
372
- @extend %Vlt-btn--app !optional;
372
+ border-radius: 6px;
373
373
  }
374
374
  }
375
375
 
@@ -151,7 +151,7 @@
151
151
  .Vlt-btn,
152
152
  .Vlt-dropdown__btn,
153
153
  .Vlt-native-dropdown select {
154
- @extend %Vlt-btn--app !optional;
154
+ border-radius: 6px;
155
155
  border: 1px solid variables.$grey;
156
156
  margin: 0 !important;
157
157
  padding-bottom: 7px;
@@ -124,7 +124,7 @@
124
124
  }
125
125
 
126
126
  .Vlt-btn {
127
- @extend %Vlt-btn--app !optional;
127
+ border-radius: 6px;
128
128
  margin-bottom: 0;
129
129
  min-width: 75px;
130
130
  }
@@ -207,7 +207,7 @@
207
207
  // To deprecate in v2.0
208
208
  .Vlt-btn {
209
209
  @extend %Vlt-btn--small !optional;
210
- @extend %Vlt-btn--app !optional;
210
+ border-radius: 6px;
211
211
  margin-bottom: -(variables.$unit0);
212
212
  margin-top: -(variables.$unit0);
213
213
  }
@@ -102,7 +102,7 @@ $unit4: 32px;
102
102
  $unit5: 40px;
103
103
  $unit6: 6px;
104
104
 
105
- $Vlt-font-url: '/volta/' !default;
105
+ $Vlt-font-url: '../../meta-ui/vendor/volta3/fonts/' !default;
106
106
 
107
107
  $z-index-flash: 1000;
108
108
  $z-index-popups: 950;