@versini/ui-pill 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 { SpacingTypes } from '@versini/ui-spacing-types';
2
+ import { SpacingTypes } from '@versini/ui-types';
3
3
 
4
4
  declare const PILL_CLASSNAME = "av-pill";
5
5
 
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsxs as l, jsx as i } from "react/jsx-runtime";
2
2
  import n from "clsx";
3
3
  /*!
4
- @versini/ui-pill v1.3.0
4
+ @versini/ui-pill v1.4.1
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_PILL__ || (window.__VERSINI_UI_PILL__ = {
9
- version: "1.3.0",
10
- buildTime: "12/25/2024 12:30 PM EST",
9
+ version: "1.4.1",
10
+ buildTime: "12/28/2024 05:53 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 u = "av-pill";
17
17
  /*!
18
- @versini/ui-spacing v1.0.0
18
+ @versini/ui-spacing v1.1.1
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.1",
24
+ buildTime: "12/28/2024 05:53 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-pill",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
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.1",
43
+ "@versini/ui-types": "1.1.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": "900bc75dfbd7b5635476cfd59ba97711ce7be2fc"
51
51
  }