Skip to content

Commit

Permalink
Merge pull request #1449 from undp/develop
Browse files Browse the repository at this point in the history
Release 1.3.4
  • Loading branch information
Jura authored Nov 14, 2024
2 parents 02bb0ad + 4f09947 commit a83474c
Show file tree
Hide file tree
Showing 140 changed files with 872 additions and 220 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
name: 'Chromatic'

# Event for the workflow
on: push
on:
push:
branches-ignore:
- 'dependabot/**'
- 'update-figma-tokens'

# List of jobs
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link href="https://use.typekit.net/icr3zpi.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/ukl2sym.css">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:[email protected]&family=Noto+Sans+JP:[email protected]&family=Noto+Sans+Myanmar:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- CSS to override doc page -->
<style type="text/css">
Expand Down
5 changes: 3 additions & 2 deletions chromatic.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://www.chromatic.com/config-file.schema.json",
"projectId": "UNDP Design System",
"exitOnceUploaded": true,
"skip": "dependabot/**"
}
"skip": "dependabot/**",
"onlyChanged": true
}
2 changes: 1 addition & 1 deletion docs/css/base-minimal-no-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/base-minimal.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/css/ckeditor5.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/components/buttons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/components/language-switcher.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/components/menu-multi-level.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/components/menu-overflow.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a83474c

Please sign in to comment.