Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"audit:update": "node update-audit.mjs",
"audit-expiry": "node check-audit-expiry.mjs",
"bootstrap": "lerna bootstrap",
"build": "lerna run build --scope=@ukic/web-components --scope=@ukic/fonts --scope=@ukic/docs --stream && lerna run build --scope=@ukic/react --stream",
"build": "lerna run build --scope=@ukic/web-components --scope=@ukic/fonts --scope=@ukic/docs --stream && lerna run build --scope=@ukic/react --stream && node scripts/combine-canary-core-readme.js",
"build:all": "npm run build && npm run build:canary",
"build:canary": "lerna run build --scope=@ukic/canary-web-components --scope=@ukic/canary-docs --stream && lerna run build --scope=@ukic/canary-react --stream",
"build:canary": "lerna run build --scope=@ukic/canary-web-components --scope=@ukic/canary-docs --stream && lerna run build --scope=@ukic/canary-react --stream && node scripts/combine-canary-core-readme.js",
"build-storybook:canary-react": "lerna run build-storybook --scope @ukic/canary-react",
"build-storybook:canary-web-components": "lerna run build-storybook --scope @ukic/canary-web-components",
"build-storybook:nextjs": "lerna run build-storybook --scope @ukic/nextjs",
Expand Down
1 change: 1 addition & 0 deletions packages/web-components/src/components/ic-badge/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
Expand Down
32 changes: 28 additions & 4 deletions packages/web-components/src/components/ic-button/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,43 +85,67 @@ Type: `Promise<void>`

### Used by

- [ic-accordion-group](../ic-accordion-group)
- [ic-alert](../ic-alert)
- [ic-back-to-top](../ic-back-to-top)
- [ic-calendar](../../../../canary-web-components/src/components/ic-calendar)
- [ic-data-table](../../../../canary-web-components/src/components/ic-data-table)
- [ic-date-input](../../../../canary-web-components/src/components/ic-date-input)
- [ic-dialog](../ic-dialog)
- [ic-horizontal-scroll](../ic-horizontal-scroll)
- [ic-menu](../ic-menu)
- [ic-menu-item](../ic-menu-item)
- [ic-navigation-button](../ic-navigation-button)
- [ic-navigation-menu](../ic-navigation-menu)
- [ic-pagination](../ic-pagination)
- [ic-pagination-bar](../../../../canary-web-components/src/components/ic-pagination-bar)
- [ic-search-bar](../ic-search-bar)
- [ic-select](../ic-select)
- [ic-side-navigation](../ic-side-navigation)
- [ic-time-input](../../../../canary-web-components/src/components/ic-time-input)
- [ic-time-selector](../../../../canary-web-components/src/components/ic-time-selector)
- [ic-toast](../ic-toast)
- [ic-toggle-button](../ic-toggle-button)
- [ic-top-navigation](../ic-top-navigation)


### Depends on

- [ic-typography](../ic-typography)
- [ic-loading-indicator](../ic-loading-indicator)
- [ic-tooltip](../ic-tooltip)
- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-button --> ic-typography
ic-button --> ic-loading-indicator
ic-button --> ic-tooltip
ic-loading-indicator --> ic-typography
ic-tooltip --> ic-typography
ic-button --> ic-typography
ic-accordion-group --> ic-button
ic-alert --> ic-button
ic-back-to-top --> ic-button
ic-calendar --> ic-button
ic-data-table --> ic-button
ic-date-input --> ic-button
ic-dialog --> ic-button
ic-horizontal-scroll --> ic-button
ic-menu --> ic-button
ic-menu-item --> ic-button
ic-navigation-button --> ic-button
ic-navigation-menu --> ic-button
ic-pagination --> ic-button
ic-pagination-bar --> ic-button
ic-search-bar --> ic-button
ic-select --> ic-button
ic-side-navigation --> ic-button
ic-time-input --> ic-button
ic-time-selector --> ic-button
ic-toast --> ic-button
ic-toggle-button --> ic-button
ic-top-navigation --> ic-button
ic-loading-indicator --> ic-typography
ic-tooltip --> ic-typography
style ic-button fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down
2 changes: 2 additions & 0 deletions packages/web-components/src/components/ic-checkbox/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ Type: `Promise<void>`

- [ic-data-table](../../../../canary-web-components/src/components/ic-data-table)


### Depends on

- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
Expand Down
5 changes: 3 additions & 2 deletions packages/web-components/src/components/ic-chip/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ Type: `Promise<void>`

### Depends on

- [ic-typography](../ic-typography)
- [ic-tooltip](../ic-tooltip)
- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-chip --> ic-typography
ic-chip --> ic-tooltip
ic-chip --> ic-typography
ic-tooltip --> ic-typography
style ic-chip fill:#f9f,stroke:#333,stroke-width:4px
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@

- [ic-data-table](../../../../canary-web-components/src/components/ic-data-table)


### Depends on

- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,17 @@
### Used by

- [ic-date-input](../../../../canary-web-components/src/components/ic-date-input)
- [ic-search-bar](../ic-search-bar)
- [ic-select](../ic-select)
- [ic-text-field](../ic-text-field)
- [ic-time-input](../../../../canary-web-components/src/components/ic-time-input)


### Graph
```mermaid
graph TD;
ic-date-input --> ic-input-component-container
ic-search-bar --> ic-input-component-container
ic-select --> ic-input-component-container
ic-text-field --> ic-input-component-container
ic-time-input --> ic-input-component-container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@
### Used by

- [ic-date-input](../../../../canary-web-components/src/components/ic-date-input)
- [ic-search-bar](../ic-search-bar)
- [ic-select](../ic-select)
- [ic-text-field](../ic-text-field)
- [ic-time-input](../../../../canary-web-components/src/components/ic-time-input)


### Graph
```mermaid
graph TD;
ic-date-input --> ic-input-container
ic-search-bar --> ic-input-container
ic-select --> ic-input-container
ic-text-field --> ic-input-container
ic-time-input --> ic-input-container
Expand Down
10 changes: 10 additions & 0 deletions packages/web-components/src/components/ic-input-label/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,31 @@

### Used by

- [ic-checkbox-group](../ic-checkbox-group)
- [ic-date-input](../../../../canary-web-components/src/components/ic-date-input)
- [ic-radio-group](../ic-radio-group)
- [ic-search-bar](../ic-search-bar)
- [ic-select](../ic-select)
- [ic-switch](../ic-switch)
- [ic-text-field](../ic-text-field)
- [ic-time-input](../../../../canary-web-components/src/components/ic-time-input)


### Depends on

- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-input-label --> ic-typography
ic-checkbox-group --> ic-input-label
ic-date-input --> ic-input-label
ic-radio-group --> ic-input-label
ic-search-bar --> ic-input-label
ic-select --> ic-input-label
ic-switch --> ic-input-label
ic-text-field --> ic-input-label
ic-time-input --> ic-input-label
style ic-input-label fill:#f9f,stroke:#333,stroke-width:4px
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,26 @@

### Used by

- [ic-checkbox-group](../ic-checkbox-group)
- [ic-date-input](../../../../canary-web-components/src/components/ic-date-input)
- [ic-radio-group](../ic-radio-group)
- [ic-select](../ic-select)
- [ic-text-field](../ic-text-field)
- [ic-time-input](../../../../canary-web-components/src/components/ic-time-input)


### Depends on

- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-input-validation --> ic-typography
ic-checkbox-group --> ic-input-validation
ic-date-input --> ic-input-validation
ic-radio-group --> ic-input-validation
ic-select --> ic-input-validation
ic-text-field --> ic-input-validation
ic-time-input --> ic-input-validation
Expand Down
5 changes: 5 additions & 0 deletions packages/web-components/src/components/ic-link/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,18 @@ Type: `Promise<void>`

### Used by

- [ic-breadcrumb](../ic-breadcrumb)
- [ic-data-table](../../../../canary-web-components/src/components/ic-data-table)
- [ic-footer-link](../ic-footer-link)
- [ic-skip-link](../ic-skip-link)


### Graph
```mermaid
graph TD;
ic-breadcrumb --> ic-link
ic-data-table --> ic-link
ic-footer-link --> ic-link
ic-skip-link --> ic-link
style ic-link fill:#f9f,stroke:#333,stroke-width:4px
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,24 @@
- [ic-button](../ic-button)
- [ic-data-table](../../../../canary-web-components/src/components/ic-data-table)
- [ic-menu](../ic-menu)
- [ic-step](../ic-step)
- [ic-toast](../ic-toast)


### Depends on

- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-loading-indicator --> ic-typography
ic-button --> ic-loading-indicator
ic-data-table --> ic-loading-indicator
ic-menu --> ic-loading-indicator
ic-step --> ic-loading-indicator
ic-toast --> ic-loading-indicator
style ic-loading-indicator fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down
13 changes: 8 additions & 5 deletions packages/web-components/src/components/ic-menu/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,29 @@ Type: `Promise<void>`

### Used by

- [ic-search-bar](../ic-search-bar)
- [ic-select](../ic-select)


### Depends on

- [ic-button](../ic-button)
- [ic-loading-indicator](../ic-loading-indicator)
- [ic-typography](../ic-typography)
- [ic-button](../ic-button)


### Graph
```mermaid
graph TD;
ic-menu --> ic-button
ic-menu --> ic-loading-indicator
ic-menu --> ic-typography
ic-menu --> ic-button
ic-loading-indicator --> ic-typography
ic-search-bar --> ic-menu
ic-select --> ic-menu
ic-button --> ic-typography
ic-button --> ic-loading-indicator
ic-button --> ic-tooltip
ic-tooltip --> ic-typography
ic-select --> ic-menu
ic-loading-indicator --> ic-typography
style ic-menu fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ Type: `Promise<void>`

### Depends on

- [ic-typography](../ic-typography)
- [ic-tooltip](../ic-tooltip)
- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-navigation-item --> ic-typography
ic-navigation-item --> ic-tooltip
ic-navigation-item --> ic-typography
ic-tooltip --> ic-typography
style ic-navigation-item fill:#f9f,stroke:#333,stroke-width:4px
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,18 @@

### Depends on

- [ic-horizontal-scroll](../ic-horizontal-scroll)
- [ic-section-container](../ic-section-container)
- [ic-typography](../ic-typography)


### Graph
```mermaid
graph TD;
ic-page-header --> ic-horizontal-scroll
ic-page-header --> ic-section-container
ic-page-header --> ic-typography
ic-horizontal-scroll --> ic-button
style ic-page-header fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,23 @@ Type: `Promise<void>`

- [ic-pagination-bar](../../../../canary-web-components/src/components/ic-pagination-bar)


### Depends on

- [ic-button](../ic-button)
- [ic-pagination-item](../ic-pagination-item)


### Graph
```mermaid
graph TD;
ic-pagination --> ic-button
ic-pagination --> ic-pagination-item
ic-pagination-bar --> ic-pagination
ic-button --> ic-typography
ic-button --> ic-loading-indicator
ic-button --> ic-tooltip
ic-loading-indicator --> ic-typography
ic-tooltip --> ic-typography
ic-pagination-bar --> ic-pagination
ic-pagination-item --> ic-typography
style ic-pagination fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@

### Used by

- [ic-footer](../ic-footer)
- [ic-footer-link-group](../ic-footer-link-group)
- [ic-hero](../ic-hero)
- [ic-page-header](../ic-page-header)
- [ic-table-of-contents](../../../../canary-web-components/src/components/ic-table-of-contents)
- [ic-top-navigation](../ic-top-navigation)


### Graph
```mermaid
graph TD;
ic-footer --> ic-section-container
ic-footer-link-group --> ic-section-container
ic-hero --> ic-section-container
ic-page-header --> ic-section-container
ic-table-of-contents --> ic-section-container
ic-top-navigation --> ic-section-container
Expand Down
Loading
Loading