@esportsplus/ui 0.0.68 → 0.0.69

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.
@@ -24,7 +24,7 @@ export default (data) => {
24
24
 
25
25
  <label
26
26
  class='field-mask field-mask--input --flex-row ${data?.mask?.class || ''} ${(data?.title || (data?.class || '').indexOf('field--optional') !== -1) && '--margin-top'} --margin-300'
27
- style='${data?.mask?.style || ''}'
27
+ style='${data?.mask?.style || ''} cursor:pointer;'
28
28
  >
29
29
  <input
30
30
  ${data?.accept ? `accept='${data.accept}'` : ''}
package/package.json CHANGED
@@ -22,5 +22,5 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "types": "build/index.d.ts",
25
- "version": "0.0.68"
25
+ "version": "0.0.69"
26
26
  }
@@ -43,7 +43,7 @@ export default (data: Data) => {
43
43
 
44
44
  <label
45
45
  class='field-mask field-mask--input --flex-row ${data?.mask?.class || ''} ${(data?.title || (data?.class || '').indexOf('field--optional') !== -1) && '--margin-top'} --margin-300'
46
- style='${data?.mask?.style || ''}'
46
+ style='${data?.mask?.style || ''} cursor:pointer;'
47
47
  >
48
48
  <input
49
49
  ${data?.accept ? `accept='${data.accept}'` : ''}