@indico-data/design-system 2.59.1 → 2.59.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.
@@ -3,12 +3,19 @@ pipeline:
3
3
  identifier: design_system
4
4
  tags: {}
5
5
  template:
6
- templateRef: Design_System
7
- versionLabel: 3.0.0
6
+ templateRef: account.storybook_lib
7
+ versionLabel: 1.0.0
8
8
  templateInputs:
9
9
  properties:
10
10
  ci:
11
11
  codebase:
12
12
  build: <+input>
13
+ variables:
14
+ - name: repo
15
+ type: String
16
+ value: permafrost
17
+ - name: bucket_name
18
+ type: String
19
+ value: ds
13
20
  projectIdentifier: Insights
14
21
  orgIdentifier: default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "2.59.1",
3
+ "version": "2.59.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",
@@ -15,7 +15,7 @@
15
15
  "dev": "storybook dev -p 6006",
16
16
  "lint": "yarn eslint src --ext ts,js,tsx,jsx",
17
17
  "build": "rollup -c",
18
- "build storybook": "storybook build",
18
+ "build-storybook": "storybook build",
19
19
  "test-storybook": "test-storybook",
20
20
  "test": "DEBUG_PRINT_LIMIT=10000 jest",
21
21
  "test:watch": "DEBUG_PRINT_LIMIT=10000 jest --watch",