@policystudio/policy-studio-ui-vue 1.2.0-access.59 → 1.2.0-access.60

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.
@@ -2691,7 +2691,7 @@ video {
2691
2691
  line-height: 20px;
2692
2692
  }
2693
2693
  .psui-el-input.layout-mini input {
2694
- padding: 7px 8px;
2694
+ padding: 6px 8px;
2695
2695
  }
2696
2696
 
2697
2697
  .psui-el-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.2.0-access.59",
3
+ "version": "1.2.0-access.60",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -77,7 +77,7 @@
77
77
  &.layout-mini {
78
78
  input {
79
79
  @apply psui-text-14;
80
- padding: 7px 8px;
80
+ padding: 6px 8px;
81
81
  }
82
82
  }
83
83
  /* ----------------------------------------- Layout Mini */
@@ -10,6 +10,8 @@
10
10
  :checked="checked"
11
11
  :disabled="disabled"
12
12
  :label="label"
13
+ tabindex="-1"
14
+ aria-hidden="0"
13
15
  :name="name"
14
16
  :id="getInputId"
15
17
  v-bind="inputAttrs"