@kwantis-id3/frontend-library 0.13.0 → 0.13.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.
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { CreateStyled } from "@emotion/styled";
|
|
2
|
+
declare const myStyled: CreateStyled;
|
|
3
|
+
export { myStyled as styled };
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-na
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { Interpolation, CreateStyled } from '@emotion/styled';
|
|
6
|
-
export { default as styled } from '@emotion/styled';
|
|
7
6
|
import { Theme } from '@emotion/react';
|
|
8
7
|
|
|
9
8
|
interface Color {
|
|
@@ -127,4 +126,6 @@ declare const Slider: (props: SliderProps) => JSX.Element;
|
|
|
127
126
|
|
|
128
127
|
declare const transientOptions: Parameters<CreateStyled>[1];
|
|
129
128
|
|
|
130
|
-
|
|
129
|
+
declare const myStyled: CreateStyled;
|
|
130
|
+
|
|
131
|
+
export { Accordion, AccordionProps, Button, ButtonProps, MultiSelect, MultiSelectProps, SingleSelect, SingleSelectProps, Slider, SliderProps, ThemeColors, ThemeColorsObject, ThemeContextProvider, myStyled as styled, transientOptions, useThemeContext };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kwantis-id3/frontend-library",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Kwantis frontend components collection",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "kwantis"
|
|
@@ -42,9 +42,7 @@
|
|
|
42
42
|
"ts-jest": "^29.1.0",
|
|
43
43
|
"ts-node": "^10.9.1",
|
|
44
44
|
"tslib": "^2.5.0",
|
|
45
|
-
"typescript": "^5.0.3"
|
|
46
|
-
"@emotion/react": "11.10.6",
|
|
47
|
-
"@emotion/styled": "11.10.6"
|
|
45
|
+
"typescript": "^5.0.3"
|
|
48
46
|
},
|
|
49
47
|
"peerDependencies": {
|
|
50
48
|
"react": ">= 17.0.2"
|
|
@@ -62,7 +60,9 @@
|
|
|
62
60
|
"react-range": "^1.8.14",
|
|
63
61
|
"react-select": "^5.7.3",
|
|
64
62
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
65
|
-
"tinycolor2": "^1.6.0"
|
|
63
|
+
"tinycolor2": "^1.6.0",
|
|
64
|
+
"@emotion/react": "11.10.6",
|
|
65
|
+
"@emotion/styled": "11.10.6"
|
|
66
66
|
},
|
|
67
67
|
"readme": "ERROR: No README data found!",
|
|
68
68
|
"_id": "@kwantis-id3/frontend-library@0.6.1",
|