@featherk/styles 0.4.8 → 0.4.9

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.
@@ -0,0 +1,16 @@
1
+ /* Tooltip is created in the DOM as too often used .k-animation-container */
2
+ .k-animation-container:has(.k-tooltip) {
3
+ white-space: normal;
4
+ background-color: var(--kendo-color-primary-hover);
5
+ border-radius: 0.25rem;
6
+ max-width: 50ch;
7
+ }
8
+ .k-animation-container:has(.k-tooltip) .k-tooltip {
9
+ color: var(--kendo-color-light);
10
+ padding: 0.5rem 1rem;
11
+ font-size: 0.875rem;
12
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
13
+ }
14
+ .k-animation-container:has(.k-tooltip) .k-callout {
15
+ display: none;
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/styles",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"