@digicreon/mucss 1.4.3 → 1.4.4

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.
@@ -80,6 +80,16 @@ Tooltips can be placed on form elements to guide the user.
80
80
 
81
81
  ---
82
82
 
83
+ ## Long text and line breaks
84
+
85
+ Long tooltip text wraps automatically (max-width: 20rem). You can also force explicit line breaks using `
` in the attribute:
86
+
87
+ ```html
88
+ <span data-tooltip="Line 1&#10;Line 2&#10;Line 3">Multiline tooltip</span>
89
+ ```
90
+
91
+ ---
92
+
83
93
  ## Attribute summary
84
94
 
85
95
  | Attribute | Required | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digicreon/mucss",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "µCSS — Full-featured themeable CSS framework.",
5
5
  "main": "dist/mu.css",
6
6
  "style": "dist/mu.css",