@versini/ui-styles 3.1.0 → 3.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7264,6 +7264,7 @@ const gi = "#ff3f3f", ee = {
7264
7264
  "@versini/ui-table",
7265
7265
  "@versini/ui-textarea",
7266
7266
  "@versini/ui-textinput",
7267
+ "@versini/ui-tooltip",
7267
7268
  "@versini/ui-toggle",
7268
7269
  "@versini/ui-togglegroup",
7269
7270
  "@versini/ui-truncate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -37,5 +37,5 @@
37
37
  "culori": "4.0.1",
38
38
  "tailwindcss": "3.4.17"
39
39
  },
40
- "gitHead": "eae93a7674594408093f1f37e036572ebf5a4cc3"
40
+ "gitHead": "62e5ad9aef3842ebba9e968c0cde595e6fd81544"
41
41
  }