@indico-data/design-system 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/.harness/pipeline.yaml +1 -1
- package/.releaserc.json +3 -0
- package/README.md +4 -4
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +6 -1
- package/lib/components/sampleButton/SampleButton.d.ts +0 -6
- package/lib/components/sampleButton/SampleButton.stories.d.ts +0 -6
- package/lib/components/sampleButton/index.d.ts +0 -1
- /package/lib/stylesAndAnimations/colors/{colors.d.ts → Colors.d.ts} +0 -0
- /package/lib/stylesAndAnimations/colors/{colors.stories.d.ts → Colors.stories.d.ts} +0 -0
package/.harness/pipeline.yaml
CHANGED
package/.releaserc.json
ADDED
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ Install dependencies with a simple `yarn` command.
|
|
|
8
8
|
|
|
9
9
|
### Import Issues
|
|
10
10
|
|
|
11
|
-
When you first set this up, you might run into import issues due to Yarn 4. In order to resolve these, you need to run `yarn dlx @yarnpkg/sdks vscode` (assuming you are on
|
|
12
|
-
more information available here(https://stackoverflow.com/questions/54954337/is-it-possible-to-use-yarn-pnp-with-typescript-vscode)
|
|
11
|
+
When you first set this up, you might run into import issues due to Yarn 4. In order to resolve these, you need to run `yarn dlx @yarnpkg/sdks vscode` (assuming you are on VSCode).
|
|
12
|
+
more information available here (https://stackoverflow.com/questions/54954337/is-it-possible-to-use-yarn-pnp-with-typescript-vscode)
|
|
13
13
|
|
|
14
|
-
## Additional
|
|
14
|
+
## Additional Scripts
|
|
15
15
|
|
|
16
16
|
Run the below like `yarn <my command>`
|
|
17
17
|
|
|
@@ -21,7 +21,7 @@ Run the below like `yarn <my command>`
|
|
|
21
21
|
"prepare": "husky install"
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Theming Addon Documentation
|
|
25
25
|
|
|
26
26
|
### Addon - Themes
|
|
27
27
|
|