@digital-realty/ix-search-bar 2.1.3 → 2.1.4

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 -41
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,45 +23,6 @@ npm i @digital-realty/ix-search-bar
23
23
  import { IxSearchBar } from '@digital-realty/ix-search-bar/IxSearchBar'
24
24
  </script>
25
25
  ```
26
- ## Linting and formatting
26
+ ## Demo and Documentation
27
27
 
28
- To scan the project for linting and formatting errors, run
29
-
30
- ```bash
31
- npm run lint
32
- ```
33
-
34
- To automatically fix linting and formatting errors, run
35
-
36
- ```bash
37
- npm run format
38
- ```
39
-
40
- ## Testing with Web Test Runner
41
-
42
- To execute a single test run:
43
-
44
- ```bash
45
- npm run test
46
- ```
47
-
48
- To run the tests in interactive watch mode run:
49
-
50
- ```bash
51
- npm run test:watch
52
- ```
53
-
54
-
55
- ## Tooling configs
56
-
57
- For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
58
-
59
- If you customize the configuration a lot, you can consider moving them to individual files.
60
-
61
- ## Local Demo with `web-dev-server`
62
-
63
- ```bash
64
- npm start
65
- ```
66
-
67
- To run a local development server that serves the basic demo located in `demo/index.html`
28
+ Full documentation and demo are available at [DLR Component Gallery](https://inxn-p1-uicomponentgallery.azurewebsites.net/?path=/story/inxn-ix-search-bar--default).
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-search-bar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.1.3",
6
+ "version": "2.1.4",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
27
27
  },
28
28
  "dependencies": {
29
- "@digital-realty/ix-textbox": "^2.1.3",
29
+ "@digital-realty/ix-textbox": "^2.1.4",
30
30
  "@lit-labs/react": "^2.0.3",
31
31
  "lit": "^2.0.2",
32
32
  "react": "^18.2.0"
@@ -100,5 +100,5 @@
100
100
  "README.md",
101
101
  "LICENSE"
102
102
  ],
103
- "gitHead": "9e2b4f6c0e99f44ac1cfceb518e69f44c18725ba"
103
+ "gitHead": "f487170ac27de967505c921dabf983d2a122e625"
104
104
  }