@spothero/ui 24.0.5-beta.1 → 24.0.5-beta.3
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.cjs.js +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -42557,8 +42557,8 @@ var sizes$4 = {
|
|
|
42557
42557
|
height: 5
|
|
42558
42558
|
},
|
|
42559
42559
|
icon: {
|
|
42560
|
-
width:
|
|
42561
|
-
height:
|
|
42560
|
+
width: 2.5,
|
|
42561
|
+
height: 2.5
|
|
42562
42562
|
},
|
|
42563
42563
|
label: {
|
|
42564
42564
|
fontSize: 'md'
|
|
@@ -43407,7 +43407,6 @@ var baseConfig = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, theme$1)
|
|
|
43407
43407
|
}, base), {}, {
|
|
43408
43408
|
components: components$1
|
|
43409
43409
|
});
|
|
43410
|
-
console.log(components$1, "COMPONENTS");
|
|
43411
43410
|
var THEME = extendTheme(extendedTheme, baseConfig);
|
|
43412
43411
|
|
|
43413
43412
|
var _excluded$m = ["theme", "useLegacyOverrides", "disableExternalFonts", "children"];
|