@versini/ui-styles 9.2.0 → 9.2.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v9.2.0
2
+ @versini/ui-styles v9.2.1
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -96,6 +96,7 @@ import colors from "tailwindcss/colors";
96
96
  /**
97
97
  * This file was automatically generated.
98
98
  * Please do not edit manually.
99
+ * Last update: 2026-03-09T19:27:32.547Z
99
100
  *
100
101
  * To update this file, run `npm run build:list`.
101
102
  *
@@ -116,6 +117,7 @@ import colors from "tailwindcss/colors";
116
117
  "@versini/ui-main",
117
118
  "@versini/ui-menu",
118
119
  "@versini/ui-pill",
120
+ "@versini/ui-responsive-text",
119
121
  "@versini/ui-spinner",
120
122
  "@versini/ui-styles",
121
123
  "@versini/ui-system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "rollup-plugin-copy": "3.5.0"
52
52
  },
53
- "gitHead": "73c5790eea7f907f78dc530236ecd5984f0b6551"
53
+ "gitHead": "16a8cc24a5f1fd3b8531d026b7efcf5f304b2046"
54
54
  }