@versini/ui-system 1.8.0 → 1.8.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.
@@ -1,11 +1,11 @@
1
1
  /*!
2
- @versini/ui-spacing v1.1.0
2
+ @versini/ui-spacing v1.1.1
3
3
  © 2024 gizmette.com
4
4
  */
5
5
  try {
6
6
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
7
- version: "1.1.0",
8
- buildTime: "12/26/2024 06:05 PM EST",
7
+ version: "1.1.1",
8
+ buildTime: "12/28/2024 05:53 PM EST",
9
9
  homepage: "https://github.com/aversini/ui-components",
10
10
  license: "MIT"
11
11
  });
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import C from "clsx";
3
- import { r as F } from "../../chunks/index.cTU2YN8s.js";
3
+ import { r as F } from "../../chunks/index.Du9Qlnom.js";
4
4
  import R from "react";
5
5
  import { FLEXGRID_CLASSNAME as v, FLEXGRID_GAP_RATIO as m } from "../../chunks/constants.Gcd2KXZh.js";
6
6
  import { FlexgridContext as A } from "../../chunks/FlexgridContext.W67Qim_P.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import a from "clsx";
3
3
  import d, { useRef as v, useEffect as y } from "react";
4
- import { r as l } from "../../chunks/index.cTU2YN8s.js";
4
+ import { r as l } from "../../chunks/index.Du9Qlnom.js";
5
5
  import { THEMEPROVIDER_CLASSNAME as N } from "../../chunks/constants.Gcd2KXZh.js";
6
6
  const A = ({
7
7
  customTheme: t,
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 v1.8.0
5
+ @versini/ui-system v1.8.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
10
- version: "1.8.0",
11
- buildTime: "12/26/2024 06:05 PM EST",
10
+ version: "1.8.1",
11
+ buildTime: "12/28/2024 05:53 PM EST",
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": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,13 +38,13 @@
38
38
  "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@versini/ui-spacing": "1.1.0",
42
- "@versini/ui-types": "1.0.0",
41
+ "@versini/ui-spacing": "1.1.1",
42
+ "@versini/ui-types": "1.1.0",
43
43
  "clsx": "2.1.1",
44
44
  "tailwindcss": "3.4.17"
45
45
  },
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "abbb7b1770a9130157721d514fe20267fd15f35e"
49
+ "gitHead": "900bc75dfbd7b5635476cfd59ba97711ce7be2fc"
50
50
  }