@versini/ui-button 0.0.0 → 1.0.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.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7,13 +7,13 @@ import v from "react";
|
|
|
7
7
|
import { getButtonClasses as C, TYPE_ICON as S } from "./chunks/utilities.CSwQTOog.js";
|
|
8
8
|
import { BaseButton as E } from "./chunks/BaseButton.D-AA7SPL.js";
|
|
9
9
|
/*!
|
|
10
|
-
@versini/ui-button
|
|
10
|
+
@versini/ui-button v1.0.0
|
|
11
11
|
© 2024 gizmette.com
|
|
12
12
|
*/
|
|
13
13
|
try {
|
|
14
14
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
15
|
-
version: "
|
|
16
|
-
buildTime: "09/15/2024
|
|
15
|
+
version: "1.0.0",
|
|
16
|
+
buildTime: "09/15/2024 07:01 PM EDT",
|
|
17
17
|
homepage: "https://github.com/aversini/ui-components",
|
|
18
18
|
license: "MIT"
|
|
19
19
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-button",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "39b8726f31198a8abfb9583d790d6793665c2534"
|
|
54
54
|
}
|