@versini/ui-togglegroup 1.4.0 → 1.5.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 +1 -1
- package/dist/index.js +6 -6
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as ToggleGroupRadix from '@radix-ui/react-toggle-group';
|
|
3
|
-
import { SpacingTypes } from '@versini/ui-
|
|
3
|
+
import { SpacingTypes } from '@versini/ui-types';
|
|
4
4
|
|
|
5
5
|
declare const TOGGLEGROUP_CLASSNAME = "av-togglegroup";
|
|
6
6
|
declare const TOGGLEGROUP_ITEM_WRAPPER_CLASSNAME = "av-togglegroup-item-wrapper";
|
package/dist/index.js
CHANGED
|
@@ -3,13 +3,13 @@ import * as l from "react";
|
|
|
3
3
|
import C, { useContext as me } from "react";
|
|
4
4
|
import G from "clsx";
|
|
5
5
|
/*!
|
|
6
|
-
@versini/ui-togglegroup v1.
|
|
6
|
+
@versini/ui-togglegroup v1.5.1
|
|
7
7
|
© 2024 gizmette.com
|
|
8
8
|
*/
|
|
9
9
|
try {
|
|
10
10
|
window.__VERSINI_UI_TOGGLEGROUP__ || (window.__VERSINI_UI_TOGGLEGROUP__ = {
|
|
11
|
-
version: "1.
|
|
12
|
-
buildTime: "12/
|
|
11
|
+
version: "1.5.1",
|
|
12
|
+
buildTime: "12/28/2024 05:53 PM EST",
|
|
13
13
|
homepage: "https://github.com/aversini/ui-components",
|
|
14
14
|
license: "MIT"
|
|
15
15
|
});
|
|
@@ -561,13 +561,13 @@ const le = C.createContext({
|
|
|
561
561
|
mode: "system"
|
|
562
562
|
});
|
|
563
563
|
/*!
|
|
564
|
-
@versini/ui-spacing v1.
|
|
564
|
+
@versini/ui-spacing v1.1.1
|
|
565
565
|
© 2024 gizmette.com
|
|
566
566
|
*/
|
|
567
567
|
try {
|
|
568
568
|
window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
|
|
569
|
-
version: "1.
|
|
570
|
-
buildTime: "12/
|
|
569
|
+
version: "1.1.1",
|
|
570
|
+
buildTime: "12/28/2024 05:53 PM EST",
|
|
571
571
|
homepage: "https://github.com/aversini/ui-components",
|
|
572
572
|
license: "MIT"
|
|
573
573
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-togglegroup",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@radix-ui/react-toggle-group": "1.1.1",
|
|
42
42
|
"@tailwindcss/typography": "0.5.15",
|
|
43
|
-
"@versini/ui-spacing": "1.
|
|
44
|
-
"@versini/ui-
|
|
43
|
+
"@versini/ui-spacing": "1.1.1",
|
|
44
|
+
"@versini/ui-types": "1.1.0",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "900bc75dfbd7b5635476cfd59ba97711ce7be2fc"
|
|
52
52
|
}
|