@policystudio/policy-studio-ui-vue 1.1.90-ui-update.0 → 1.1.90-ui-update.2

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.
@@ -1627,8 +1627,7 @@ video {
1627
1627
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
1628
1628
  }
1629
1629
  .psui-el-button.layout-solid.hover {
1630
- --tw-bg-opacity: 1;
1631
- background-color: rgb(100, 181, 206, var(--tw-bg-opacity, 1));
1630
+ background-color: #0c6885;
1632
1631
  }
1633
1632
  .psui-el-button.layout-solid.hover {
1634
1633
  --tw-text-opacity: 1;
@@ -1726,8 +1725,7 @@ video {
1726
1725
  color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
1727
1726
  }
1728
1727
  .psui-el-button.layout-onlytext.hover {
1729
- --tw-text-opacity: 1;
1730
- color: rgb(100, 181, 206, var(--tw-text-opacity, 1));
1728
+ color: #0c6885;
1731
1729
  }
1732
1730
  .psui-el-button.layout-caution {
1733
1731
  --tw-bg-opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-ui-update.0",
3
+ "version": "1.1.90-ui-update.2",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -1,7 +1,5 @@
1
1
  @layer components {
2
-
3
2
  .psui-el-button {
4
-
5
3
  @apply psui-font-bold psui-items-center psui-flex psui-content-center psui-rounded-md psui-transition-all psui-ease-in-out;
6
4
  transition-duration: 130ms;
7
5
 
@@ -19,26 +17,26 @@
19
17
  &.icon-right {
20
18
  @apply psui-flex-row-reverse;
21
19
  }
22
-
20
+
23
21
  &.size-big {
24
22
  @apply psui-flex psui-items-center psui-content-center;
25
23
  padding: 9.5px 16px;
26
-
27
- &.icon-left {
28
- padding: 8px 16px;
29
- i {
30
- font-size: 24px;
31
- margin-right: 8px;
32
- }
24
+
25
+ &.icon-left {
26
+ padding: 8px 16px;
27
+ i {
28
+ font-size: 24px;
29
+ margin-right: 8px;
33
30
  }
31
+ }
34
32
 
35
- &.icon-right {
36
- padding: 8px 16px;
37
- i {
38
- font-size: 24px;
39
- margin-left: 8px;
40
- }
33
+ &.icon-right {
34
+ padding: 8px 16px;
35
+ i {
36
+ font-size: 24px;
37
+ margin-left: 8px;
41
38
  }
39
+ }
42
40
  }
43
41
 
44
42
  &.size-medium {
@@ -63,9 +61,9 @@
63
61
 
64
62
  &.layout-onlytext {
65
63
  &:active:not(.disabled) {
66
- @apply psui-bg-blue-20 psui-text-blue-60;
67
- box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
68
- }
64
+ @apply psui-bg-blue-20 psui-text-blue-60;
65
+ box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
66
+ }
69
67
  }
70
68
 
71
69
  &.hover.layout-onlytext {
@@ -88,20 +86,21 @@
88
86
  }
89
87
 
90
88
  &.layout-solid {
91
- @apply psui-bg-blue-60 psui-text-white;
89
+ @apply psui-bg-blue-60 psui-text-white;
92
90
 
93
91
  &.hover {
94
- @apply psui-bg-blue-50 psui-text-white;
92
+ background-color: #0c6885;
93
+ @apply psui-text-white;
95
94
  }
96
95
 
97
96
  &:active:not(.disabled) {
98
97
  @apply psui-bg-blue-50 psui-text-white;
99
- box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
98
+ box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
100
99
  }
101
100
 
102
101
  &.disabled {
103
- @apply psui-text-gray-40 psui-bg-gray-20 psui-cursor-default
104
- }
102
+ @apply psui-text-gray-40 psui-bg-gray-20 psui-cursor-default;
103
+ }
105
104
  }
106
105
 
107
106
  &.layout-outline {
@@ -110,53 +109,53 @@
110
109
 
111
110
  &.hover,
112
111
  &:active {
113
- @apply psui-border psui-border-blue-60
112
+ @apply psui-border psui-border-blue-60;
114
113
  }
115
114
 
116
115
  &.disabled {
117
116
  @apply psui-text-gray-40 psui-border-gray-30 psui-cursor-default;
118
- }
117
+ }
119
118
  }
120
119
 
121
120
  &.layout-ghost {
122
121
  @apply psui-bg-blue-20 psui-text-blue-60;
123
122
 
124
123
  &.hover {
125
- @apply psui-bg-blue-10
126
- }
124
+ @apply psui-bg-blue-10;
125
+ }
127
126
 
128
127
  &:active:not(.disabled) {
129
- box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05)
128
+ box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
130
129
  }
131
130
 
132
131
  &.disabled {
133
- @apply psui-text-gray-40 psui-bg-gray-20 psui-cursor-default
132
+ @apply psui-text-gray-40 psui-bg-gray-20 psui-cursor-default;
134
133
  }
135
134
  }
136
135
 
137
136
  &.layout-onlytext {
138
- @apply psui-text-blue-60;
137
+ @apply psui-text-blue-60;
139
138
 
140
139
  &.disabled {
141
- @apply psui-text-gray-40 psui-cursor-default
140
+ @apply psui-text-gray-40 psui-cursor-default;
142
141
  }
143
-
142
+
144
143
  &.hover {
145
- @apply psui-text-blue-50
144
+ color: #0c6885;
146
145
  }
147
146
  }
148
147
 
149
148
  &.layout-caution {
150
149
  @apply psui-bg-red-10 psui-text-red-20;
151
150
 
152
- &.hover,
151
+ &.hover,
153
152
  &:active:not(.disabled) {
154
153
  @apply psui-bg-red-10 psui-text-red-70;
155
154
  }
156
155
 
157
156
  &.disabled {
158
- @apply psui-text-gray-40 psui-bg-gray-20 psui-cursor-default
157
+ @apply psui-text-gray-40 psui-bg-gray-20 psui-cursor-default;
159
158
  }
160
159
  }
161
160
  }
162
- }
161
+ }
@@ -14,12 +14,12 @@
14
14
  class="psui-el-accordion-item-header-wrapper"
15
15
  v-if="!hasCustomHeader"
16
16
  >
17
- <h2
17
+ <h5
18
18
  v-if="title"
19
19
  class="psui-el-accordion-item-title"
20
20
  >
21
21
  {{ title }}
22
- </h2>
22
+ </h5>
23
23
  <slot name="header-additionals" />
24
24
  <i
25
25
  v-if="!disabled"
@@ -24,7 +24,7 @@
24
24
  display="flex"
25
25
  size="16"
26
26
  />
27
- <span>{{ item[keyLabel] }}</span>
27
+ <h2>{{ item[keyLabel] }}</h2>
28
28
  </button>
29
29
  </template>
30
30
  </PsRichTooltip>
@@ -41,7 +41,7 @@
41
41
  display="flex"
42
42
  size="16"
43
43
  />
44
- <span>{{ item[keyLabel] }}</span>
44
+ <h2>{{ item[keyLabel] }}</h2>
45
45
  </button>
46
46
  </slot>
47
47
  </template>