This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/pages/Content/components/App Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 54
54
"babel-plugin-transform-inline-environment-variables" : " ^0.4.3" ,
55
55
"chrome-call" : " ^4.0.1" ,
56
56
"clean-webpack-plugin" : " ^3.0.0" ,
57
- "clsx" : " ^1.1.1" ,
58
57
"connect.io" : " ^3.1.3" ,
59
58
"conventional-changelog-cli" : " ^2.1.1" ,
60
59
"copy-webpack-plugin" : " ^6.4.0" ,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const App: React.FC = () => {
83
83
return (
84
84
< ConfigContext . Provider value = { config } >
85
85
< ClassNames >
86
- { ( { css, cx } ) => (
86
+ { ( { css : _css , cx } ) => (
87
87
< Draggable
88
88
handle = ".ate_App__header"
89
89
onStart = { onDragStart }
@@ -92,7 +92,7 @@ const App: React.FC = () => {
92
92
ref = { appRef }
93
93
className = { cx (
94
94
'ate_App' ,
95
- css `
95
+ _css `
96
96
position : absolute;
97
97
width : 450px ;
98
98
height : 600px ;
@@ -102,7 +102,7 @@ const App: React.FC = () => {
102
102
${ tw `bg-white shadow-md rounded-lg overflow-hidden flex flex-col ` }
103
103
` ,
104
104
close &&
105
- css `
105
+ _css `
106
106
display : none;
107
107
` ,
108
108
) } >
@@ -120,7 +120,7 @@ const App: React.FC = () => {
120
120
tw `p-1` ,
121
121
css `
122
122
svg {
123
- @apply text-gray-800;
123
+ ${ tw ` text-gray-800` } ;
124
124
}
125
125
` ,
126
126
] }
Original file line number Diff line number Diff line change @@ -2799,7 +2799,7 @@ clone-response@^1.0.2:
2799
2799
dependencies :
2800
2800
mimic-response "^1.0.0"
2801
2801
2802
- clsx@^1.0.4, clsx@^1.1.0, clsx@^1.1.1 :
2802
+ clsx@^1.0.4, clsx@^1.1.0 :
2803
2803
version "1.1.1"
2804
2804
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
2805
2805
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
You can’t perform that action at this time.
0 commit comments