Skip to content

Commit 2c1d3ca

Browse files
upgrade versions for sdk + comps
1 parent ad59ea1 commit 2c1d3ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-comps",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"type": "module",
55
"license": "MIT",
66
"dependencies": {

client/packages/lowcoder-design/src/components/ScrollBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from "react";
22
import SimpleBar from "simplebar-react";
3-
import 'simplebar-react/dist/simplebar.min.css';
43
import styled from "styled-components";
54
import { DebouncedFunc } from 'lodash'; // Assuming you're using lodash's DebouncedFunc type
65

6+
// import 'simplebar-react/dist/simplebar.min.css';
77

88
const ScrollBarWrapper = styled.div<{ $hideplaceholder?: boolean }>`
99
min-height: 0;

client/packages/lowcoder-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-sdk",
3-
"version": "2.3.4",
3+
"version": "2.4.0-beta",
44
"type": "module",
55
"files": [
66
"src",

client/packages/lowcoder/src/comps/comps/containerComp/textContainerComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from "../triContainerComp/triContainerCompBuilder";
1919
import { TriContainer } from "../triContainerComp/triFloatTextContainer";
2020
import { dropdownControl } from "comps/controls/dropdownControl";
21-
import { withDefault } from "@lowcoder-ee/index.sdk";
21+
import { withDefault } from "comps/generators/simpleGenerators";
2222
import { styleControl } from "comps/controls/styleControl";
2323
import { TextStyle } from "comps/controls/styleControlConstants";
2424
import { useContext } from "react";

0 commit comments

Comments
 (0)