@pine-ds/doc-components 0.0.1 → 0.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "@pine-ds/doc-components",
3
3
  "description": "Pine documentation components",
4
4
  "author": "Kajabi Design System Services",
5
- "version": "0.0.1",
5
+ "version": "0.0.2",
6
6
  "type": "module",
7
- "main": "dist/index.js",
8
- "module": "dist/index.js",
9
- "types": "dist/index.d.ts",
7
+ "main": "./dist/index.js",
8
+ "module": "./dist/index.js",
9
+ "types": "./dist/index.d.ts",
10
10
  "publishConfig": {
11
11
  "access": "public",
12
12
  "directory": "dist"
package/readme.md CHANGED
@@ -38,7 +38,7 @@ import { components } from '../../../../dist/docs.json';
38
38
  ```
39
39
 
40
40
  **output**
41
- ![Alt text](public/doc-args-table.png)
41
+ ![Alt text](https://github.com/Kajabi/pine/blob/HEAD/libs/doc-components/public/doc-args-table.png)
42
42
 
43
43
  ### docCanvas
44
44
 
@@ -56,7 +56,7 @@ import { DocCanvas } from '@pine-ds/doc-components';
56
56
  **output**
57
57
 
58
58
  Default state
59
- ![Alt text](public/doc-canvas-default-state.png)
59
+ ![Alt text](https://github.com/Kajabi/pine/blob/HEAD/libs/doc-components/public/doc-canvas-default-state.png)
60
60
 
61
61
  Active Tab
62
- ![Alt text](public/doc-canvas-active-tab.png)
62
+ ![Alt text](https://github.com/Kajabi/pine/blob/HEAD/libs/doc-components/public/doc-canvas-active-tab.png)