@vygruppen/spor-react 3.5.0 → 3.5.2
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/.turbo/turbo-build.log +12 -11
- package/CHANGELOG.md +23 -0
- package/dist/CountryCodeSelect-IVEQVV6R.mjs +40 -0
- package/dist/{chunk-ELSHBTSG.mjs → chunk-HDXTKAGQ.mjs} +109 -18
- package/dist/index.d.mts +7093 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +122 -6559
- package/dist/index.mjs +1 -1
- package/package.json +7 -6
- package/src/alert/BaseAlert.tsx +1 -1
- package/src/alert/ExpandableAlert.tsx +2 -2
- package/src/button/Button.tsx +1 -1
- package/src/button/FloatingActionButton.tsx +1 -1
- package/src/button/IconButton.tsx +1 -1
- package/src/datepicker/DateRangePicker.tsx +2 -2
- package/src/input/ChoiceChip.tsx +1 -1
- package/src/input/PasswordInput.tsx +1 -1
- package/src/input/SearchInput.tsx +3 -3
- package/src/layout/Divider.tsx +1 -1
- package/src/loader/ColorSpinner.tsx +1 -1
- package/src/loader/ContentLoader.tsx +1 -1
- package/src/loader/LightSpinner.tsx +4 -2
- package/src/stepper/StepperStep.tsx +1 -1
- package/src/theme/foundations/lineHeights.ts +1 -0
- package/dist/CountryCodeSelect-46KAQXG4.mjs +0 -6522
package/dist/index.d.ts
CHANGED
@@ -23,7 +23,7 @@ type DividerProps = BoxProps;
|
|
23
23
|
* You can specify margins if you need to give the content some space, or use a `Stack` component to do it for you
|
24
24
|
*
|
25
25
|
* ```tsx
|
26
|
-
* <Divider
|
26
|
+
* <Divider marginTop={4} marginBottom={6} />
|
27
27
|
* ```
|
28
28
|
*/
|
29
29
|
declare const Divider: _chakra_ui_system_dist_system_types.ComponentWithAs<As, BoxProps>;
|
@@ -6612,6 +6612,7 @@ declare const theme: {
|
|
6612
6612
|
bold: number;
|
6613
6613
|
};
|
6614
6614
|
lineHeights: {
|
6615
|
+
base: string;
|
6615
6616
|
normal: string;
|
6616
6617
|
};
|
6617
6618
|
radii: {
|