@digital-realty/ix-button 3.2.6 → 3.2.7
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 -54
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,58 +25,6 @@ npm i @digital-realty/ix-button
|
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Demo and Documentation
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
npm run lint
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
To automatically fix linting and formatting errors, run
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
npm run format
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Testing with Web Test Runner
|
|
43
|
-
|
|
44
|
-
To execute a single test run:
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
npm run test
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
To run the tests in interactive watch mode run:
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
npm run test:watch
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
## Demoing with Storybook
|
|
57
|
-
|
|
58
|
-
To run a local instance of Storybook for your component, run
|
|
59
|
-
|
|
60
|
-
```bash
|
|
61
|
-
npm run storybook
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
To build a production version of Storybook, run
|
|
65
|
-
|
|
66
|
-
```bash
|
|
67
|
-
npm run storybook:build
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
## Tooling configs
|
|
71
|
-
|
|
72
|
-
For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
|
|
73
|
-
|
|
74
|
-
If you customize the configuration a lot, you can consider moving them to individual files.
|
|
75
|
-
|
|
76
|
-
## Local Demo with `web-dev-server`
|
|
77
|
-
|
|
78
|
-
```bash
|
|
79
|
-
npm start
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
To run a local development server that serves the basic demo located in `demo/index.html`
|
|
30
|
+
Full documentation and demo are available at [DLR Component Gallery](https://inxn-p1-uicomponentgallery.azurewebsites.net/?path=/story/inxn-ix-button--default).
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-button following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "3.2.
|
|
6
|
+
"version": "3.2.7",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"README.md",
|
|
104
104
|
"LICENSE"
|
|
105
105
|
],
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "f487170ac27de967505c921dabf983d2a122e625"
|
|
107
107
|
}
|