File tree 4 files changed +4
-4
lines changed
lowcoder/src/comps/comps/containerComp
lowcoder-design/src/components
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder-comps" ,
3
- "version" : " 0.0.27 " ,
3
+ "version" : " 0.0.28 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import SimpleBar from "simplebar-react" ;
3
- import 'simplebar-react/dist/simplebar.min.css' ;
4
3
import styled from "styled-components" ;
5
4
import { DebouncedFunc } from 'lodash' ; // Assuming you're using lodash's DebouncedFunc type
6
5
6
+ // import 'simplebar-react/dist/simplebar.min.css';
7
7
8
8
const ScrollBarWrapper = styled . div < { $hideplaceholder ?: boolean } > `
9
9
min-height: 0;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder-sdk" ,
3
- "version" : " 2.3.4 " ,
3
+ "version" : " 2.4.0-beta " ,
4
4
"type" : " module" ,
5
5
"files" : [
6
6
" src" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
18
18
} from "../triContainerComp/triContainerCompBuilder" ;
19
19
import { TriContainer } from "../triContainerComp/triFloatTextContainer" ;
20
20
import { dropdownControl } from "comps/controls/dropdownControl" ;
21
- import { withDefault } from "@lowcoder-ee/index.sdk " ;
21
+ import { withDefault } from "comps/generators/simpleGenerators " ;
22
22
import { styleControl } from "comps/controls/styleControl" ;
23
23
import { TextStyle } from "comps/controls/styleControlConstants" ;
24
24
import { useContext } from "react" ;
You can’t perform that action at this time.
0 commit comments