@lingk/sync 0.0.9 → 0.0.10
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/README.md +2 -3
- package/build/lightning.js +2 -2
- package/build/lightning.js.map +1 -1
- package/build/lingk.js +3 -3
- package/build/lingk.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,14 +3,13 @@
|
|
|
3
3
|
Serves a dev version from /src/lib
|
|
4
4
|
|
|
5
5
|
**npm run build**
|
|
6
|
-
Builds the entire /lib directory into /build and transpiles to ES5.
|
|
6
|
+
Builds the entire /lib directory into /build and transpiles to ES5.
|
|
7
|
+
Build all themes simultaneously. Theme files include all shared js and css.
|
|
7
8
|
|
|
8
|
-
- main.js (import WizardFormLoader from here)
|
|
9
9
|
- reducer.js (import wizardReducer from here)
|
|
10
10
|
- lingk.js
|
|
11
11
|
- lightning.js
|
|
12
12
|
- /css
|
|
13
|
-
- main.css (shared)
|
|
14
13
|
- lingk.css
|
|
15
14
|
- lighning.css
|
|
16
15
|
|
package/build/lightning.js
CHANGED
|
@@ -4249,9 +4249,9 @@ module.exports =
|
|
|
4249
4249
|
return _react2.default.createElement(
|
|
4250
4250
|
'div',
|
|
4251
4251
|
{ style: {
|
|
4252
|
-
position: '
|
|
4252
|
+
position: 'absolute',
|
|
4253
4253
|
width: '100%',
|
|
4254
|
-
height: '100%'
|
|
4254
|
+
height: 'calc(100% - 50px)'
|
|
4255
4255
|
} },
|
|
4256
4256
|
_react2.default.createElement(_wizardForm2.default, Object.assign({
|
|
4257
4257
|
steps: steps,
|