@policystudio/policy-studio-ui-vue 1.2.0-access.30 → 1.2.0-access.31

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.
@@ -6896,11 +6896,6 @@ video {
6896
6896
  line-height: 1;
6897
6897
  }
6898
6898
 
6899
- .psui-text-blue-40 {
6900
- --tw-text-opacity: 1;
6901
- color: rgb(134, 192, 219, var(--tw-text-opacity, 1));
6902
- }
6903
-
6904
6899
  .psui-text-blue-50 {
6905
6900
  --tw-text-opacity: 1;
6906
6901
  color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.2.0-access.30",
3
+ "version": "1.2.0-access.31",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -49,7 +49,7 @@
49
49
  v-if="item.remove_add_button"
50
50
  :icon="item.remove_add_button_icon"
51
51
  class="psui-flex psui-text-gray-60 pl-4 psui-cursor-pointer leading-none hover:psui-text-blue-60 transition-all"
52
- size="15"
52
+ size="16"
53
53
  display="flex"
54
54
  @click.native="emit('removeOrAddButtonChange', item, $event)"
55
55
  />
@@ -101,8 +101,8 @@
101
101
  <PsIcon
102
102
  v-if="item.has_helper"
103
103
  icon="info_outline"
104
- size="16"
105
- class="psui-text-gray-40 hover:psui-text-blue-60 psui-opacity-0 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
104
+ size="18"
105
+ class="psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
106
106
  display="flex"
107
107
  @click.native="emit('openDescriptionModal', { type: 'helper', slug: `table-results-${item.helper_slug}` })"
108
108
  />
@@ -120,8 +120,8 @@
120
120
  <PsIcon
121
121
  v-if="item.has_helper"
122
122
  icon="info_outline"
123
- size="16"
124
- class="psui-opacity-0 psui-text-gray-40 hover:psui-text-blue-60 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
123
+ size="18"
124
+ class="psui-opacity-0 psui-text-gray-50 hover:psui-text-blue-60 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
125
125
  display="flex"
126
126
  @click.native="emit('openDescriptionModal', { type: 'helper', slug: `table-results-${item.helper_slug}` })"
127
127
  />
@@ -136,7 +136,7 @@
136
136
  />
137
137
  </div>
138
138
  <div
139
- class="actions psui-space-x-3 flex justify-between"
139
+ class="actions psui-space-x-3 flex justify-between psui-items-center"
140
140
  :style="layout !== 'flexible' ? { paddingLeft: `${item.deep * 16}px` } : {}"
141
141
  >
142
142
  <PsRichTooltip
@@ -151,10 +151,10 @@
151
151
  <PsIcon
152
152
  :icon="getIcon(item)"
153
153
  :class="[
154
- 'psui-flex psui-text-gray-40 psui-cursor-pointer leading-none hover:psui-text-blue-60 psui-gap-3 transition-all',
154
+ 'psui-flex psui-text-gray-50 psui-cursor-pointer leading-none hover:psui-text-blue-60 psui-gap-3 transition-all',
155
155
  layout === 'flexible' ? 'px-1 psui-py-0' : 'psui-px-5 psui-py-1'
156
156
  ]"
157
- size="16"
157
+ size="18"
158
158
  display="flex"
159
159
  @click.native="executeCallback(item)"
160
160
  />
@@ -12,8 +12,8 @@
12
12
  </p>
13
13
  <PsIcon
14
14
  icon="info_outline"
15
- size="16"
16
- class="psui-cursor-pointer psui-text-blue-40 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
15
+ size="18"
16
+ class="psui-cursor-pointer psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
17
17
  :style="{ display: 'flex' }"
18
18
  @click="emit('click-column-group-helper', columnGroup, $event)"
19
19
  />
@@ -73,9 +73,9 @@
73
73
 
74
74
  <PsIcon
75
75
  icon="info_outline"
76
- size="16"
77
- class="helper psui-cursor-pointer psui-text-gray-40 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
78
- :style="{ display: 'flex', marginTop: '1px' }"
76
+ size="18"
77
+ class="helper psui-cursor-pointer psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
78
+ display="flex"
79
79
  @click="emit('click-column-helper', column, $event)"
80
80
  />
81
81