@digital-realty/ix-select 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +2 -55
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,59 +33,6 @@ import { IxSelect, IxSelectOption } from 'ix-select'
33
33
  </IxSelect>
34
34
  ```
35
35
 
36
- ## Linting and formatting
36
+ ## Demo and Documentation
37
37
 
38
- To scan the project for linting and formatting errors, run
39
-
40
- ```bash
41
- npm run lint
42
- ```
43
-
44
- To automatically fix linting and formatting errors, run
45
-
46
- ```bash
47
- npm run format
48
- ```
49
-
50
- ## Testing with Web Test Runner
51
-
52
- To execute a single test run:
53
-
54
- ```bash
55
- npm run test
56
- ```
57
-
58
- To run the tests in interactive watch mode run:
59
-
60
- ```bash
61
- npm run test:watch
62
- ```
63
-
64
- ## Demoing with Storybook
65
-
66
- To run a local instance of Storybook for your component, run
67
-
68
- ```bash
69
- npm run storybook
70
- ```
71
-
72
- To build a production version of Storybook, run
73
-
74
- ```bash
75
- npm run storybook:build
76
- ```
77
-
78
-
79
- ## Tooling configs
80
-
81
- For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
82
-
83
- If you customize the configuration a lot, you can consider moving them to individual files.
84
-
85
- ## Local Demo with `web-dev-server`
86
-
87
- ```bash
88
- npm start
89
- ```
90
-
91
- To run a local development server that serves the basic demo located in `demo/index.html`
38
+ Full documentation and demo are available at [DLR Component Gallery](https://inxn-p1-uicomponentgallery.azurewebsites.net/?path=/story/inxn-ix-select--default).
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-select following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "interxion",
6
- "version": "1.0.5",
6
+ "version": "1.0.6",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -100,5 +100,5 @@
100
100
  "README.md",
101
101
  "LICENSE"
102
102
  ],
103
- "gitHead": "76f4ebd14b8f0e9cf234530e8bdb773a63c04daa"
103
+ "gitHead": "f487170ac27de967505c921dabf983d2a122e625"
104
104
  }