@vygruppen/spor-react 3.7.0 → 3.7.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 +10 -10
- package/CHANGELOG.md +16 -0
- package/dist/{CountryCodeSelect-GKQNQL5N.mjs → CountryCodeSelect-LFJGSTTV.mjs} +1 -1
- package/dist/{chunk-WONJHGCG.mjs → chunk-YVEFEGE4.mjs} +119 -102
- package/dist/index.d.mts +24 -3
- package/dist/index.d.ts +24 -3
- package/dist/index.js +124 -101
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/provider/SporProvider.tsx +0 -6
- package/src/theme/components/button.ts +19 -11
- package/src/theme/components/input.ts +9 -3
- 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 & {
|
@@ -2354,7 +2353,7 @@ declare const theme: {
|
|
2354
2353
|
color: string;
|
2355
2354
|
fontWeight: string;
|
2356
2355
|
};
|
2357
|
-
floating: {
|
2356
|
+
floating: (props: _chakra_ui_styled_system.StyleFunctionProps) => {
|
2358
2357
|
_focus: _chakra_ui_styled_system.SystemStyleObject;
|
2359
2358
|
_focusVisible: _chakra_ui_styled_system.SystemStyleObject;
|
2360
2359
|
"&[data-focus]:not([data-focus-visible])": _chakra_ui_styled_system.SystemStyleObject;
|
@@ -2364,6 +2363,7 @@ declare const theme: {
|
|
2364
2363
|
backgroundColor: string;
|
2365
2364
|
};
|
2366
2365
|
_hover: {
|
2366
|
+
backgroundColor: string;
|
2367
2367
|
boxShadow: string;
|
2368
2368
|
};
|
2369
2369
|
};
|
@@ -3566,6 +3566,10 @@ declare const theme: {
|
|
3566
3566
|
height: string;
|
3567
3567
|
fontSize: string;
|
3568
3568
|
boxShadow: string;
|
3569
|
+
_active: {
|
3570
|
+
backgroundColor: string;
|
3571
|
+
boxShadow: string;
|
3572
|
+
};
|
3569
3573
|
_hover: {
|
3570
3574
|
boxShadow: string;
|
3571
3575
|
};
|
@@ -4230,6 +4234,10 @@ declare const theme: {
|
|
4230
4234
|
height: string;
|
4231
4235
|
fontSize: string;
|
4232
4236
|
boxShadow: string;
|
4237
|
+
_active: {
|
4238
|
+
backgroundColor: string;
|
4239
|
+
boxShadow: string;
|
4240
|
+
};
|
4233
4241
|
_hover: {
|
4234
4242
|
boxShadow: string;
|
4235
4243
|
};
|
@@ -5013,6 +5021,10 @@ declare const theme: {
|
|
5013
5021
|
height: string;
|
5014
5022
|
fontSize: string;
|
5015
5023
|
boxShadow: string;
|
5024
|
+
_active: {
|
5025
|
+
backgroundColor: string;
|
5026
|
+
boxShadow: string;
|
5027
|
+
};
|
5016
5028
|
_hover: {
|
5017
5029
|
boxShadow: string;
|
5018
5030
|
};
|
@@ -6894,7 +6906,16 @@ declare const theme: {
|
|
6894
6906
|
toast: number;
|
6895
6907
|
tooltip: number;
|
6896
6908
|
};
|
6897
|
-
styles:
|
6909
|
+
styles: {
|
6910
|
+
global: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => {
|
6911
|
+
'html, body': {
|
6912
|
+
color: string;
|
6913
|
+
};
|
6914
|
+
svg: {
|
6915
|
+
display: string;
|
6916
|
+
};
|
6917
|
+
};
|
6918
|
+
};
|
6898
6919
|
transition: {
|
6899
6920
|
property: {
|
6900
6921
|
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 & {
|
@@ -2354,7 +2353,7 @@ declare const theme: {
|
|
2354
2353
|
color: string;
|
2355
2354
|
fontWeight: string;
|
2356
2355
|
};
|
2357
|
-
floating: {
|
2356
|
+
floating: (props: _chakra_ui_styled_system.StyleFunctionProps) => {
|
2358
2357
|
_focus: _chakra_ui_styled_system.SystemStyleObject;
|
2359
2358
|
_focusVisible: _chakra_ui_styled_system.SystemStyleObject;
|
2360
2359
|
"&[data-focus]:not([data-focus-visible])": _chakra_ui_styled_system.SystemStyleObject;
|
@@ -2364,6 +2363,7 @@ declare const theme: {
|
|
2364
2363
|
backgroundColor: string;
|
2365
2364
|
};
|
2366
2365
|
_hover: {
|
2366
|
+
backgroundColor: string;
|
2367
2367
|
boxShadow: string;
|
2368
2368
|
};
|
2369
2369
|
};
|
@@ -3566,6 +3566,10 @@ declare const theme: {
|
|
3566
3566
|
height: string;
|
3567
3567
|
fontSize: string;
|
3568
3568
|
boxShadow: string;
|
3569
|
+
_active: {
|
3570
|
+
backgroundColor: string;
|
3571
|
+
boxShadow: string;
|
3572
|
+
};
|
3569
3573
|
_hover: {
|
3570
3574
|
boxShadow: string;
|
3571
3575
|
};
|
@@ -4230,6 +4234,10 @@ declare const theme: {
|
|
4230
4234
|
height: string;
|
4231
4235
|
fontSize: string;
|
4232
4236
|
boxShadow: string;
|
4237
|
+
_active: {
|
4238
|
+
backgroundColor: string;
|
4239
|
+
boxShadow: string;
|
4240
|
+
};
|
4233
4241
|
_hover: {
|
4234
4242
|
boxShadow: string;
|
4235
4243
|
};
|
@@ -5013,6 +5021,10 @@ declare const theme: {
|
|
5013
5021
|
height: string;
|
5014
5022
|
fontSize: string;
|
5015
5023
|
boxShadow: string;
|
5024
|
+
_active: {
|
5025
|
+
backgroundColor: string;
|
5026
|
+
boxShadow: string;
|
5027
|
+
};
|
5016
5028
|
_hover: {
|
5017
5029
|
boxShadow: string;
|
5018
5030
|
};
|
@@ -6894,7 +6906,16 @@ declare const theme: {
|
|
6894
6906
|
toast: number;
|
6895
6907
|
tooltip: number;
|
6896
6908
|
};
|
6897
|
-
styles:
|
6909
|
+
styles: {
|
6910
|
+
global: (props: Record<string, any> | _chakra_ui_styled_system.StyleFunctionProps) => {
|
6911
|
+
'html, body': {
|
6912
|
+
color: string;
|
6913
|
+
};
|
6914
|
+
svg: {
|
6915
|
+
display: string;
|
6916
|
+
};
|
6917
|
+
};
|
6918
|
+
};
|
6898
6919
|
transition: {
|
6899
6920
|
property: {
|
6900
6921
|
common: string;
|