@softheon/armature 17.19.0 → 17.20.0

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.
@@ -1,2 +1,52 @@
1
+ @use "../variables" as vars;
2
+ @import "tippy.js/dist/tippy.css";
1
3
 
2
- // placeholder for upcoming tippy.js styles ...
4
+ // placeholder for upcoming tippy.js styles ...
5
+
6
+ .sof-tooltip-container {
7
+ display: flex !important;
8
+ align-items: flex-start;
9
+ padding: 11px 7px;
10
+
11
+ &.sof-tooltip-text {
12
+ font-family: "Poppins", sans-serif !important;
13
+ font-weight: 200;
14
+ font-size: 14px;
15
+ color: #ffffff;
16
+ margin-top: 0%;
17
+ margin-bottom: 0%;
18
+ }
19
+ &.sof-tooltip-button-container {
20
+ padding-top: 2px;
21
+ height: 100px;
22
+ margin-left: 16px;
23
+ }
24
+ & button.sof-tooltip-button {
25
+ display: flex !important;
26
+ padding: 16px !important;
27
+ border-radius: 8px !important;
28
+ height: 24px !important;
29
+ justify-content: center !important;
30
+ align-items: center !important;
31
+ gap: 8px !important;
32
+ max-width: 24px !important;
33
+ cursor: pointer;
34
+ margin-left: 16px;
35
+ color: #ffffff;
36
+ background-color: transparent;
37
+ border: 0px !important;
38
+ font-size: 20px;
39
+ &:hover {
40
+ background-color: rgba(255, 255, 255, 0.08) !important;
41
+ }
42
+ &:focus {
43
+ background-color: rgba(255, 255, 255, 0.16) !important;
44
+ }
45
+ }
46
+ }
47
+
48
+ // override tippy js styles
49
+ .tippy-box {
50
+ border-radius: 8px;
51
+ background-color: vars.$surface-color-inverse-light !important;
52
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.19.0",
3
+ "version": "17.20.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },