@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.
@@ -4,7 +4,7 @@ pipeline:
4
4
  tags: {}
5
5
  template:
6
6
  templateRef: Design_System
7
- versionLabel: 1.0.0
7
+ versionLabel: 2.0.0
8
8
  templateInputs:
9
9
  properties:
10
10
  ci:
@@ -0,0 +1,3 @@
1
+ {
2
+ "branches": ["main"]
3
+ }
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 vs code.)
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 scripts
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
- ## Themeing addon documentation
24
+ ## Theming Addon Documentation
25
25
 
26
26
  ### Addon - Themes
27
27