eoss-ui 0.6.62 → 0.6.63

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.
@@ -241,6 +241,7 @@ $end: -51;
241
241
  rgba(255, 255, 255, 0.69) 100%
242
242
  );
243
243
  background-clip: text;
244
+ -webkit-background-clip: text;
244
245
  -webkit-text-fill-color: transparent;
245
246
  position: relative;
246
247
  top: 27%;
package/src/index.js CHANGED
@@ -123,7 +123,7 @@ if (typeof window !== 'undefined' && window.Vue) {
123
123
  }
124
124
 
125
125
  export default {
126
- version: '0.6.62',
126
+ version: '0.6.63',
127
127
  install,
128
128
  Button,
129
129
  ButtonGroup,