@hkdigital/lib-sveltekit 0.1.26 → 0.1.27

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.
@@ -9,10 +9,11 @@
9
9
  .g-no-select {
10
10
  user-select: none;
11
11
  -webkit-user-select: none; /* ios safari */
12
+ -webkit-tap-highlight-color: transparent;
12
13
  }
13
14
 
14
- input[type=text].g-no-select, textarea.g-no-select
15
- {
15
+ input[type='text'].g-no-select,
16
+ textarea.g-no-select {
16
17
  user-select: text !important;
17
18
  cursor: text;
18
19
  }
@@ -22,10 +23,9 @@
22
23
  touch-action: manipulation;
23
24
  }
24
25
 
25
- .g-no-pinch-zoom
26
- {
26
+ .g-no-pinch-zoom {
27
27
  touch-action: pan-x pan-y; /* no pinch zoom, but allow scroll */
28
- }
28
+ }
29
29
 
30
30
  .g-no-highlights {
31
31
  -webkit-tap-highlight-color: transparent;
@@ -45,7 +45,7 @@
45
45
  data-component="button-group"
46
46
  class="{base} {bg} {classes} flex"
47
47
  role="group"
48
- aria-label="Button Group"
48
+ aria-label="Button group"
49
49
  {...attrs}
50
50
  >
51
51
  {#each buttons as button, index}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"