@versini/ui-button 1.5.0 → 1.6.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.
@@ -1,13 +1,13 @@
1
1
  import a from "clsx";
2
2
  const s = "av-button";
3
3
  /*!
4
- @versini/ui-spacing v1.0.0
4
+ @versini/ui-spacing v1.1.0
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
9
- version: "1.0.0",
10
- buildTime: "12/25/2024 03:29 PM EST",
9
+ version: "1.1.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
  });
@@ -1,7 +1,7 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import N from "react";
3
3
  import { BaseButton_private as T } from "../../chunks/BaseButton.BFKIL4GO.js";
4
- import { getButtonClasses as x, TYPE_BUTTON as C } from "../../chunks/utilities.n3jL9kLz.js";
4
+ import { getButtonClasses as x, TYPE_BUTTON as C } from "../../chunks/utilities.E-2pjQyx.js";
5
5
  const R = N.forwardRef(
6
6
  ({
7
7
  children: s,
@@ -2,7 +2,7 @@ import { jsxs as g, jsx as c } from "react/jsx-runtime";
2
2
  import I from "clsx";
3
3
  import j from "react";
4
4
  import { BaseButton_private as v } from "../../chunks/BaseButton.BFKIL4GO.js";
5
- import { getButtonClasses as _, TYPE_ICON as E } from "../../chunks/utilities.n3jL9kLz.js";
5
+ import { getButtonClasses as _, TYPE_ICON as E } from "../../chunks/utilities.E-2pjQyx.js";
6
6
  const O = j.forwardRef(
7
7
  ({
8
8
  children: r,
@@ -1,7 +1,7 @@
1
1
  import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
2
  import b from "clsx";
3
3
  import v from "react";
4
- import { getButtonClasses as V, TYPE_LINK as C } from "../../chunks/utilities.n3jL9kLz.js";
4
+ import { getButtonClasses as V, TYPE_LINK as C } from "../../chunks/utilities.E-2pjQyx.js";
5
5
  const L = v.forwardRef(
6
6
  ({
7
7
  children: r,
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _versini_ui_spacing_types from '@versini/ui-spacing-types';
1
+ import * as _versini_ui_types from '@versini/ui-types';
2
2
  import React from 'react';
3
3
 
4
4
  declare const BUTTON_CLASSNAME = "av-button";
@@ -18,7 +18,7 @@ declare const Button: React.ForwardRefExoticComponent<{
18
18
  noInternalClick?: boolean;
19
19
  raw?: boolean;
20
20
  size?: "small" | "medium" | "large";
21
- } & _versini_ui_spacing_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
21
+ } & _versini_ui_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
22
22
 
23
23
  declare const ButtonIcon: React.ForwardRefExoticComponent<{
24
24
  children: React.ReactNode;
@@ -36,7 +36,7 @@ declare const ButtonIcon: React.ForwardRefExoticComponent<{
36
36
  noInternalClick?: boolean;
37
37
  raw?: boolean;
38
38
  size?: "small" | "medium" | "large";
39
- } & _versini_ui_spacing_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
39
+ } & _versini_ui_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
40
40
 
41
41
  declare const ButtonLink: React.ForwardRefExoticComponent<{
42
42
  noNewWindowIcon?: boolean;
@@ -57,7 +57,7 @@ declare const ButtonLink: React.ForwardRefExoticComponent<{
57
57
  noInternalClick?: boolean;
58
58
  raw?: boolean;
59
59
  size?: "small" | "medium" | "large";
60
- } & _versini_ui_spacing_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.AnchorHTMLAttributes<HTMLAnchorElement> & React.RefAttributes<HTMLAnchorElement>>;
60
+ } & _versini_ui_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.AnchorHTMLAttributes<HTMLAnchorElement> & React.RefAttributes<HTMLAnchorElement>>;
61
61
 
62
62
  declare const ButtonSort_private: React.ForwardRefExoticComponent<{
63
63
  active?: boolean;
@@ -77,6 +77,6 @@ declare const ButtonSort_private: React.ForwardRefExoticComponent<{
77
77
  noInternalClick?: boolean;
78
78
  raw?: boolean;
79
79
  size?: "small" | "medium" | "large";
80
- } & _versini_ui_spacing_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
80
+ } & _versini_ui_types.SpacingTypes.Props & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
81
81
 
82
82
  export { BUTTON_CLASSNAME, Button, ButtonIcon, ButtonLink, ButtonSort_private };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getButtonClasses as I, TYPE_ICON as v } from "./chunks/utilities.n3jL9kLz.js";
2
- import { BUTTON_CLASSNAME as V } from "./chunks/utilities.n3jL9kLz.js";
1
+ import { getButtonClasses as I, TYPE_ICON as v } from "./chunks/utilities.E-2pjQyx.js";
2
+ import { BUTTON_CLASSNAME as V } from "./chunks/utilities.E-2pjQyx.js";
3
3
  import { Button as q } from "./components/Button/Button.js";
4
4
  import { ButtonIcon as D } from "./components/Button/ButtonIcon.js";
5
5
  import { ButtonLink as G } from "./components/Button/ButtonLink.js";
@@ -8,13 +8,13 @@ import c from "clsx";
8
8
  import C from "react";
9
9
  import { BaseButton_private as E } from "./chunks/BaseButton.BFKIL4GO.js";
10
10
  /*!
11
- @versini/ui-button v1.5.0
11
+ @versini/ui-button v1.6.0
12
12
  © 2024 gizmette.com
13
13
  */
14
14
  try {
15
15
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
16
- version: "1.5.0",
17
- buildTime: "12/25/2024 03:29 PM EST",
16
+ version: "1.6.0",
17
+ buildTime: "12/26/2024 06:05 PM EST",
18
18
  homepage: "https://github.com/aversini/ui-components",
19
19
  license: "MIT"
20
20
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-button",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,18 +38,17 @@
38
38
  "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@versini/ui-svgicon": "1.0.0"
41
+ "@versini/ui-svgicon": "1.1.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-button-types": "1.0.0",
46
- "@versini/ui-spacing": "1.0.0",
47
- "@versini/ui-spacing-types": "1.0.0",
45
+ "@versini/ui-spacing": "1.1.0",
46
+ "@versini/ui-types": "1.0.0",
48
47
  "clsx": "2.1.1",
49
48
  "tailwindcss": "3.4.17"
50
49
  },
51
50
  "sideEffects": [
52
51
  "**/*.css"
53
52
  ],
54
- "gitHead": "71a571acd6f461c8005c0efab801d8b2fe6bff76"
53
+ "gitHead": "abbb7b1770a9130157721d514fe20267fd15f35e"
55
54
  }