@bagelink/vue 1.10.3 → 1.10.5

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.10.3",
4
+ "version": "1.10.5",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -90,7 +90,7 @@
90
90
  "signature_pad": "^5.0.9",
91
91
  "vue-i18n": "^11.2.8",
92
92
  "vue-toastification": "^2.0.0-rc.5",
93
- "@bagelink/utils": "1.10.3"
93
+ "@bagelink/utils": "1.10.5"
94
94
  },
95
95
  "scripts": {
96
96
  "dev": "tsx watch src/index.ts",
@@ -184,7 +184,6 @@ watch(() => props.modelValue, () => {
184
184
  padding: 0;
185
185
  width: 100%;
186
186
  height: 100%;
187
- overflow: auto;
188
187
  font-family: monospace;
189
188
  font-size: 1em;
190
189
  line-height: 1.5;
@@ -1401,11 +1401,11 @@
1401
1401
  /* Flat and Border modifiers - Universal approach */
1402
1402
  /* For all pair classes, flat mode uses border-color as text color */
1403
1403
  [class*="pair-"].bgl_flatPill {
1404
- background-color: transparent !important;
1404
+ background-color: transparent;
1405
1405
  }
1406
1406
 
1407
1407
  [class*="pair-"].bgl_pill-border {
1408
- background-color: transparent !important;
1408
+ background-color: transparent;
1409
1409
  outline: 1px solid;
1410
1410
  }
1411
1411