@policystudio/policy-studio-ui-vue 1.1.90-beta.70 → 1.1.90-beta.72

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.
@@ -5084,6 +5084,11 @@ video {
5084
5084
  --tw-text-opacity: 1;
5085
5085
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
5086
5086
  }
5087
+ .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green .psui-el-tooltip-content-wrapper p {
5088
+ font-size: 12px;
5089
+ line-height: 120%;
5090
+ font-weight: 700;
5091
+ }
5087
5092
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white {
5088
5093
  display: flex;
5089
5094
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.70",
3
+ "version": "1.1.90-beta.72",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -70,6 +70,12 @@
70
70
 
71
71
  .psui-el-tooltip-content-wrapper {
72
72
  @apply psui-text-white psui-font-normal;
73
+
74
+ p {
75
+ font-size: 12px;
76
+ line-height: 120%;
77
+ font-weight: 700;
78
+ }
73
79
  }
74
80
  }
75
81
 
@@ -40,7 +40,7 @@ const props = defineProps({
40
40
  theme: {
41
41
  type: String,
42
42
  default: 'informative',
43
- validator: (value) => ['informative', 'success', 'alert', 'disabled'].includes(value),
43
+ validator: (value) => ['informative', 'success', 'alert', 'gray', 'disabled'].includes(value),
44
44
  },
45
45
  /**
46
46
  * It set the which will be displayed when component is rendered.