@digital-ai/dot-illustrations 2.0.1 → 2.0.2

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
@@ -29,7 +29,7 @@ If not using `dot-components` then import `@digital-ai/dot-illustrations` into y
29
29
  ...
30
30
 
31
31
  <span class="dot-illustration">
32
- <img class="${illustration-ID}"></img>
32
+ <img class="${illustration-ID}"/>
33
33
  </span>
34
34
  ```
35
35
 
@@ -53,7 +53,7 @@ If not using `dot-components` then import `@digital-ai/dot-illustrations` into y
53
53
  ...
54
54
 
55
55
  <span class="dot-integration">
56
- <img class="${integration-ID}"></img>
56
+ <img class="${integration-ID}"/>
57
57
  </span>
58
58
  ```
59
59
 
package/demo/script.js CHANGED
@@ -89,7 +89,7 @@ function doMagic() {
89
89
  <pre class="codeBlock">
90
90
  <code class="codeBlock">
91
91
  <span class="dot-illustration">
92
- <img class="${illustration} light"></img>
92
+ <img class="${illustration} light"/>
93
93
  </span>
94
94
  </code>
95
95
  </pre>
@@ -148,7 +148,7 @@ function doMagic() {
148
148
  <pre class="codeBlock">
149
149
  <code class="codeBlock">
150
150
  <span class="dot-integration">
151
- <img class="${integration}"></img>
151
+ <img class="${integration}"/>
152
152
  </span>
153
153
  </code>
154
154
  </pre>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-illustrations",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A central place for the design team to keep illustrations and for dev teams to find them.",
5
5
  "main": "./index.css",
6
6
  "scripts": {