@vygruppen/spor-react 3.7.0 → 3.7.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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +7 -0
- package/dist/{CountryCodeSelect-GKQNQL5N.mjs → CountryCodeSelect-3P7RFAM2.mjs} +1 -1
- package/dist/{chunk-WONJHGCG.mjs → chunk-IP63HI2Y.mjs} +92 -89
- package/dist/index.d.mts +10 -2
- package/dist/index.d.ts +10 -2
- package/dist/index.js +97 -88
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/provider/SporProvider.tsx +0 -6
- package/src/theme/foundations/fonts.ts +3 -3
- package/src/theme/foundations/index.ts +1 -0
- package/src/theme/foundations/styles.ts +12 -0
package/dist/index.d.mts
CHANGED
@@ -14,7 +14,6 @@ import { AriaDatePickerProps, AriaDateRangePickerProps, AriaPositionProps, AriaC
|
|
14
14
|
import { TimeValue } from '@react-types/datepicker';
|
15
15
|
import { ListState, SelectState } from 'react-stately';
|
16
16
|
export { Item, Section } from 'react-stately';
|
17
|
-
import * as _chakra_ui_theme_tools_dist_component from '@chakra-ui/theme-tools/dist/component';
|
18
17
|
import * as _chakra_ui_styled_system from '@chakra-ui/styled-system';
|
19
18
|
|
20
19
|
type DividerProps = DividerProps$1 & {
|
@@ -6894,7 +6893,16 @@ declare const theme: {
|
|
6894
6893
|
toast: number;
|
6895
6894
|
tooltip: number;
|
6896
6895
|
};
|
6897
|
-
styles:
|
6896
|
+
styles: {
|
6897
|
+
global: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => {
|
6898
|
+
'html, body': {
|
6899
|
+
color: string;
|
6900
|
+
};
|
6901
|
+
svg: {
|
6902
|
+
display: string;
|
6903
|
+
};
|
6904
|
+
};
|
6905
|
+
};
|
6898
6906
|
transition: {
|
6899
6907
|
property: {
|
6900
6908
|
common: string;
|
package/dist/index.d.ts
CHANGED
@@ -14,7 +14,6 @@ import { AriaDatePickerProps, AriaDateRangePickerProps, AriaPositionProps, AriaC
|
|
14
14
|
import { TimeValue } from '@react-types/datepicker';
|
15
15
|
import { ListState, SelectState } from 'react-stately';
|
16
16
|
export { Item, Section } from 'react-stately';
|
17
|
-
import * as _chakra_ui_theme_tools_dist_component from '@chakra-ui/theme-tools/dist/component';
|
18
17
|
import * as _chakra_ui_styled_system from '@chakra-ui/styled-system';
|
19
18
|
|
20
19
|
type DividerProps = DividerProps$1 & {
|
@@ -6894,7 +6893,16 @@ declare const theme: {
|
|
6894
6893
|
toast: number;
|
6895
6894
|
tooltip: number;
|
6896
6895
|
};
|
6897
|
-
styles:
|
6896
|
+
styles: {
|
6897
|
+
global: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => {
|
6898
|
+
'html, body': {
|
6899
|
+
color: string;
|
6900
|
+
};
|
6901
|
+
svg: {
|
6902
|
+
display: string;
|
6903
|
+
};
|
6904
|
+
};
|
6905
|
+
};
|
6898
6906
|
transition: {
|
6899
6907
|
property: {
|
6900
6908
|
common: string;
|