@mythpe/quasar-ui-qui 0.4.77 → 0.4.78

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.77",
3
+ "version": "0.4.78",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -277,6 +277,7 @@ export const useMyth = () => {
277
277
  color: cancelProps.color || undefined,
278
278
  label: t(cancelProps?.label || 'labels.cancel'),
279
279
  outline: !0,
280
+ noCaps: !0,
280
281
  ...buttonsProps as any,
281
282
  ...cancelProps as any
282
283
  },