@lingk/sync 0.1.1 → 0.1.3

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 CHANGED
@@ -1,10 +1,9 @@
1
1
  ### Wizard Framework
2
- **npm start**
3
- Serves a dev version from /src/lib
2
+ __`npm start`__
3
+ Serve a dev version from `/src/lib`. Set vars (accountId, tenantId, piGuid) in App.js
4
4
 
5
- **npm run build**
6
- Builds the entire /src/lib directory into /build and transpiles to ES5.
7
- Builds all themes simultaneously. Main files include shared js and css.
5
+ __`npm run build`__
6
+ Build /src/lib directory into `/build` and minify to ES5
8
7
 
9
8
  - reducer.js (plug into redux from here)
10
9
  - main.js (import WizardFormLoader)
@@ -15,16 +14,12 @@ Builds all themes simultaneously. Main files include shared js and css.
15
14
  - lingk.css
16
15
  - lighning.css
17
16
 
17
+ __`npm test`__
18
+ Serve the `/build` version for testing
18
19
 
19
- **npm test**
20
- Serves the /build version for testing
20
+ __`npm publish`__
21
+ Publish `/build` directory to @lingk/sync
21
22
 
22
23
 
23
24
 
24
25
 
25
- ### To switch themes:
26
-
27
- change the source of the inputs in App.js (eg ./lib/themes/lingk)
28
- change the css file in public/index.html
29
-
30
- lingk theme depends on "Lingk" font
@@ -53,6 +53,7 @@ body, td {
53
53
  text-align: center;
54
54
  margin: 10px;
55
55
  display: inline-block;
56
+ border:1px solid #BBBBBB;
56
57
  }
57
58
  .wizard-sidebar:hover .wizard-sidebar-content::-webkit-scrollbar {
58
59
  -webkit-appearance: none;