@kwantis-id3/frontend-library 0.27.1 → 0.27.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.
@@ -35,4 +35,4 @@ export type AccordionProps = {
35
35
  /** Custom styles */
36
36
  sx?: Interpolation<Theme>;
37
37
  };
38
- export declare const Accordion: (props: AccordionProps) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
38
+ export declare const Accordion: (props: AccordionProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -23,4 +23,4 @@ export type ButtonProps = {
23
23
  /** Elements to render as children */
24
24
  children?: React.ReactNode;
25
25
  };
26
- export declare const Button: (props: ButtonProps) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
26
+ export declare const Button: (props: ButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -38,5 +38,5 @@ export type DropdownProps = {
38
38
  /** The mobile breakpoint, by default it's 768px */
39
39
  mobileBreakpoint?: number;
40
40
  };
41
- export declare const DropdownDesktop: (props: DropdownProps) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
42
- export declare const Dropdown: (props: DropdownProps) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
41
+ export declare const DropdownDesktop: (props: DropdownProps) => import("@emotion/react/jsx-runtime").JSX.Element;
42
+ export declare const Dropdown: (props: DropdownProps) => import("@emotion/react/jsx-runtime").JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
1
+ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
2
2
  import * as React$1 from 'react';
3
3
  import React__default from 'react';
4
4
  import { Interpolation, CreateStyled as CreateStyled$1, CreateStyledComponent, FilteringStyledOptions, StyledOptions } from '@emotion/styled';
@@ -53,7 +53,7 @@ type ButtonProps = {
53
53
  /** Elements to render as children */
54
54
  children?: React$1.ReactNode;
55
55
  };
56
- declare const Button: (props: ButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
56
+ declare const Button: (props: ButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
57
57
 
58
58
  type AccordionProps = {
59
59
  /** Text of the accordion trigger */
@@ -87,7 +87,7 @@ type AccordionProps = {
87
87
  /** Custom styles */
88
88
  sx?: Interpolation<Theme>;
89
89
  };
90
- declare const Accordion: (props: AccordionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
90
+ declare const Accordion: (props: AccordionProps) => _emotion_react_jsx_runtime.JSX.Element;
91
91
 
92
92
  interface TextFieldProps extends React__default.InputHTMLAttributes<HTMLInputElement> {
93
93
  /** Classname given to the container div */
@@ -260,7 +260,7 @@ type DropdownProps = {
260
260
  /** The mobile breakpoint, by default it's 768px */
261
261
  mobileBreakpoint?: number;
262
262
  };
263
- declare const Dropdown: (props: DropdownProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
263
+ declare const Dropdown: (props: DropdownProps) => _emotion_react_jsx_runtime.JSX.Element;
264
264
 
265
265
  interface ModalProps {
266
266
  /** The content of the modal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "0.27.1",
3
+ "version": "0.27.2",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "scriptsComments": {
6
6
  "storybook": "Starts storybook in development mode",
@@ -92,8 +92,8 @@
92
92
  "types": "dist/index.d.ts",
93
93
  "dependencies": {
94
94
  "@emotion/jest": "^11.11.0",
95
- "@emotion/react": "11.10.6",
96
- "@emotion/styled": "11.10.6",
95
+ "@emotion/react": "11.14.0",
96
+ "@emotion/styled": "11.14.0",
97
97
  "react-collapsible": "^2.10.0",
98
98
  "react-icons-kit": "^2.0.0",
99
99
  "react-range": "^1.8.14",