bi-sdk-react 0.0.62 → 0.0.63
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.
package/dist/es/js/bi-sdk.es.js
CHANGED
|
@@ -93,14 +93,17 @@ import*as e from"react";import t,{css as n}from"styled-components";import{AlignC
|
|
|
93
93
|
// display: flex;
|
|
94
94
|
// flex-direction: column;
|
|
95
95
|
// gap: 16px;
|
|
96
|
-
padding: 12px;
|
|
97
|
-
padding-bottom: 24px;
|
|
98
96
|
min-width: 0;
|
|
99
97
|
max-width: 100%;
|
|
100
98
|
overflow-x: hidden;
|
|
101
99
|
user-select: none;
|
|
102
100
|
background: #ffffff;
|
|
103
101
|
|
|
102
|
+
&.designable {
|
|
103
|
+
padding: 12px;
|
|
104
|
+
padding-bottom: 24px;
|
|
105
|
+
}
|
|
106
|
+
|
|
104
107
|
.page-item-component.designable {
|
|
105
108
|
position: relative;
|
|
106
109
|
}
|
|
@@ -93,14 +93,17 @@
|
|
|
93
93
|
// display: flex;
|
|
94
94
|
// flex-direction: column;
|
|
95
95
|
// gap: 16px;
|
|
96
|
-
padding: 12px;
|
|
97
|
-
padding-bottom: 24px;
|
|
98
96
|
min-width: 0;
|
|
99
97
|
max-width: 100%;
|
|
100
98
|
overflow-x: hidden;
|
|
101
99
|
user-select: none;
|
|
102
100
|
background: #ffffff;
|
|
103
101
|
|
|
102
|
+
&.designable {
|
|
103
|
+
padding: 12px;
|
|
104
|
+
padding-bottom: 24px;
|
|
105
|
+
}
|
|
106
|
+
|
|
104
107
|
.page-item-component.designable {
|
|
105
108
|
position: relative;
|
|
106
109
|
}
|
package/package.json
CHANGED
|
@@ -25,14 +25,17 @@ const Wrapper = styled.div`
|
|
|
25
25
|
// display: flex;
|
|
26
26
|
// flex-direction: column;
|
|
27
27
|
// gap: 16px;
|
|
28
|
-
padding: 12px;
|
|
29
|
-
padding-bottom: 24px;
|
|
30
28
|
min-width: 0;
|
|
31
29
|
max-width: 100%;
|
|
32
30
|
overflow-x: hidden;
|
|
33
31
|
user-select: none;
|
|
34
32
|
background: #ffffff;
|
|
35
33
|
|
|
34
|
+
&.designable {
|
|
35
|
+
padding: 12px;
|
|
36
|
+
padding-bottom: 24px;
|
|
37
|
+
}
|
|
38
|
+
|
|
36
39
|
.page-item-component.designable {
|
|
37
40
|
position: relative;
|
|
38
41
|
}
|