@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/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: _chakra_ui_theme_tools_dist_component.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: _chakra_ui_theme_tools_dist_component.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;