@versini/ui-card 1.3.0 → 1.4.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.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { CardTypes } from '@versini/ui-card-types';
2
+ import { CardTypes } from '@versini/ui-types';
3
3
 
4
4
  declare const CARD_CLASSNAME = "av-card";
5
5
 
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as n, jsxs as I } from "react/jsx-runtime";
2
2
  import { useId as v } from "react";
3
3
  import b from "clsx";
4
4
  /*!
5
- @versini/ui-card v1.3.0
5
+ @versini/ui-card v1.4.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
10
- version: "1.3.0",
11
- buildTime: "12/25/2024 12:30 PM EST",
10
+ version: "1.4.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
  });
@@ -20,13 +20,13 @@ function x(r) {
20
20
  return `${r}${e}`;
21
21
  }
22
22
  /*!
23
- @versini/ui-spacing v1.0.0
23
+ @versini/ui-spacing v1.1.1
24
24
  © 2024 gizmette.com
25
25
  */
26
26
  try {
27
27
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
28
- version: "1.0.0",
29
- buildTime: "12/25/2024 12:30 PM EST",
28
+ version: "1.1.1",
29
+ buildTime: "12/28/2024 05:53 PM EST",
30
30
  homepage: "https://github.com/aversini/ui-components",
31
31
  license: "MIT"
32
32
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-card",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,15 +39,14 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-card-types": "1.1.0",
43
42
  "@versini/ui-hooks": "4.3.0",
44
- "@versini/ui-spacing": "1.0.0",
45
- "@versini/ui-spacing-types": "1.0.0",
43
+ "@versini/ui-spacing": "1.1.1",
44
+ "@versini/ui-types": "1.1.0",
46
45
  "clsx": "2.1.1",
47
46
  "tailwindcss": "3.4.17"
48
47
  },
49
48
  "sideEffects": [
50
49
  "**/*.css"
51
50
  ],
52
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
51
+ "gitHead": "900bc75dfbd7b5635476cfd59ba97711ce7be2fc"
53
52
  }