@versini/ui-styles 1.9.9 → 1.10.1
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.
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7231,6 +7231,7 @@ const hi = "#ff3f3f", ee = {
|
|
|
7231
7231
|
"@versini/ui-textarea",
|
|
7232
7232
|
"@versini/ui-textinput",
|
|
7233
7233
|
"@versini/ui-toggle",
|
|
7234
|
+
"@versini/ui-truncate",
|
|
7234
7235
|
// the following are legacy packages and should eventually be removed
|
|
7235
7236
|
"@versini/ui-components",
|
|
7236
7237
|
"@versini/ui-form"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@tailwindcss/typography": "0.5.15",
|
|
36
36
|
"culori": "4.0.1",
|
|
37
|
-
"tailwindcss": "3.4.
|
|
37
|
+
"tailwindcss": "3.4.13"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c2f456415637bdc3c29f1cde017a7385874b8440"
|
|
40
40
|
}
|