@versini/ui-header 1.4.0 → 1.5.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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { SpacingTypes } from '@versini/ui-spacing-types';
2
+ import { SpacingTypes } from '@versini/ui-types';
3
3
 
4
4
  declare const HEADER_CLASSNAME = "av-header";
5
5
 
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import o from "clsx";
3
3
  /*!
4
- @versini/ui-header v1.4.0
4
+ @versini/ui-header v1.5.0
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_HEADER__ || (window.__VERSINI_UI_HEADER__ = {
9
- version: "1.4.0",
10
- buildTime: "12/25/2024 12:30 PM EST",
9
+ version: "1.5.0",
10
+ buildTime: "12/26/2024 06:05 PM EST",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
@@ -15,13 +15,13 @@ try {
15
15
  }
16
16
  const m = "av-header";
17
17
  /*!
18
- @versini/ui-spacing v1.0.0
18
+ @versini/ui-spacing v1.1.0
19
19
  © 2024 gizmette.com
20
20
  */
21
21
  try {
22
22
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
23
- version: "1.0.0",
24
- buildTime: "12/25/2024 12:30 PM EST",
23
+ version: "1.1.0",
24
+ buildTime: "12/26/2024 06:05 PM EST",
25
25
  homepage: "https://github.com/aversini/ui-components",
26
26
  license: "MIT"
27
27
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-header",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,13 +39,13 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-spacing": "1.0.0",
43
- "@versini/ui-spacing-types": "1.0.0",
42
+ "@versini/ui-spacing": "1.1.0",
43
+ "@versini/ui-types": "1.0.0",
44
44
  "clsx": "2.1.1",
45
45
  "tailwindcss": "3.4.17"
46
46
  },
47
47
  "sideEffects": [
48
48
  "**/*.css"
49
49
  ],
50
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
50
+ "gitHead": "abbb7b1770a9130157721d514fe20267fd15f35e"
51
51
  }