@versini/ui-system 4.1.3 → 4.1.5
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/README.md +2 -1
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @versini/ui-system
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@versini/ui-system)
|
|
4
|
+
>)
|
|
4
5
|
|
|
5
6
|
> Layout and system components for React applications built with TypeScript and TailwindCSS.
|
|
6
7
|
|
|
@@ -24,7 +25,7 @@ The System package provides foundational layout components including flexbox gri
|
|
|
24
25
|
npm install @versini/ui-system
|
|
25
26
|
```
|
|
26
27
|
|
|
27
|
-
> **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [
|
|
28
|
+
> **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [installation documentation](https://versini-org.github.io/ui-components/?path=/docs/getting-started-installation--docs) for complete setup instructions.
|
|
28
29
|
|
|
29
30
|
## Usage
|
|
30
31
|
|
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { Flexgrid as i } from "./components/Flexgrid/Flexgrid.js";
|
|
|
2
2
|
import { FlexgridItem as t } from "./components/Flexgrid/FlexgridItem.js";
|
|
3
3
|
import { ThemeProvider as I } from "./components/ThemeProvider/ThemeProvider.js";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-system v4.1.
|
|
5
|
+
@versini/ui-system v4.1.5
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
|
|
10
|
-
version: "4.1.
|
|
11
|
-
buildTime: "08/23/2025
|
|
10
|
+
version: "4.1.5",
|
|
11
|
+
buildTime: "08/23/2025 12:22 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-system",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"sideEffects": [
|
|
56
56
|
"**/*.css"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d568e20474c6c87f836c4cb6548f2cc0143a353c"
|
|
59
59
|
}
|