Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/main/fastly/compute-…
Browse files Browse the repository at this point in the history
…js-static-publish-6.2.0
  • Loading branch information
andipaetzold authored Dec 18, 2024
2 parents bd68a57 + d5305b6 commit eb4e984
Show file tree
Hide file tree
Showing 81 changed files with 898 additions and 186 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ The Changelog gives an overview of the changes we've made to Forma 36

<!-- CHANGELOG:INSERT -->

## 17-12-2024

**F36 Copybutton** `v4.75.2`

- Enable dynamic `aria-label` values.

## 13-12-2024

**F36 Avatar** `v4.75.1`

- Improves contrast ratio of Avatar default border color.

## 12-12-2024

**F36 Typography** `v4.75.0`
Expand Down
18 changes: 18 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-collapse@4.75.2
- @contentful/f36-core@4.75.2
- @contentful/f36-typography@4.75.2

## 4.75.1

### Patch Changes

- Updated dependencies []:
- @contentful/f36-collapse@4.75.1
- @contentful/f36-core@4.75.1
- @contentful/f36-typography@4.75.1

## 4.75.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/f36-accordion",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Accordion React Component",
"license": "MIT",
"files": [
Expand All @@ -20,11 +20,11 @@
"build": "tsup"
},
"dependencies": {
"@contentful/f36-collapse": "^4.75.0",
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-collapse": "^4.75.2",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-typography": "^4.75.0",
"@contentful/f36-typography": "^4.75.2",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/components/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.2
- @contentful/f36-icon@4.75.2
- @contentful/f36-typography@4.75.2

## 4.75.1

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.1
- @contentful/f36-icon@4.75.1
- @contentful/f36-typography@4.75.1

## 4.75.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@contentful/f36-asset",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Asset component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-icon": "^4.75.0",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-icon": "^4.75.2",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-typography": "^4.75.0",
"@contentful/f36-typography": "^4.75.2",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
24 changes: 24 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-button@4.75.2
- @contentful/f36-core@4.75.2
- @contentful/f36-forms@4.75.2
- @contentful/f36-popover@4.75.2
- @contentful/f36-skeleton@4.75.2
- @contentful/f36-typography@4.75.2

## 4.75.1

### Patch Changes

- Updated dependencies []:
- @contentful/f36-button@4.75.1
- @contentful/f36-core@4.75.1
- @contentful/f36-forms@4.75.1
- @contentful/f36-popover@4.75.1
- @contentful/f36-skeleton@4.75.1
- @contentful/f36-typography@4.75.1

## 4.75.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@contentful/f36-autocomplete",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Autocomplete component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-button": "^4.75.0",
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-forms": "^4.75.0",
"@contentful/f36-button": "^4.75.2",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-forms": "^4.75.2",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-popover": "^4.75.0",
"@contentful/f36-skeleton": "^4.75.0",
"@contentful/f36-popover": "^4.75.2",
"@contentful/f36-skeleton": "^4.75.2",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-typography": "^4.75.0",
"@contentful/f36-typography": "^4.75.2",
"@contentful/f36-utils": "^4.24.3",
"downshift": "^6.1.12",
"emotion": "^10.0.17"
Expand Down
22 changes: 22 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.2
- @contentful/f36-menu@4.75.2
- @contentful/f36-tooltip@4.75.2
- @contentful/f36-image@4.75.2

## 4.75.1

### Patch Changes

- [#2954](https://github.com/contentful/forma-36/pull/2954) [`2f42e88`](https://github.com/contentful/forma-36/commit/2f42e881f23e400268288f4d74e56d96cfab162c) Thanks [@Lelith](https://github.com/Lelith)! - Improves contrast ratio of Avatar default border color.

- Updated dependencies []:
- @contentful/f36-core@4.75.1
- @contentful/f36-menu@4.75.1
- @contentful/f36-tooltip@4.75.1
- @contentful/f36-image@4.75.1

## 4.75.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@contentful/f36-avatar",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Avatar component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-image": "4.75.0",
"@contentful/f36-menu": "^4.75.0",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-image": "4.75.2",
"@contentful/f36-menu": "^4.75.2",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-tooltip": "^4.75.0",
"@contentful/f36-tooltip": "^4.75.2",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/src/Avatar/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const avatarColorMap = {
orange: tokens.orange400,
yellow: tokens.yellow500,
purple: tokens.purple400,
gray: tokens.gray400,
gray: tokens.gray500,
pink: '#FF77AE',
emerald: '#00B8A2',
lavender: '#9095FF',
Expand Down
14 changes: 14 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.2

## 4.75.1

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.1

## 4.75.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/f36-badge",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Badge React Component",
"license": "MIT",
"files": [
Expand All @@ -20,13 +20,13 @@
"build": "tsup"
},
"dependencies": {
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-tokens": "^4.1.0",
"emotion": "^10.0.17"
},
"devDependencies": {
"@contentful/f36-typography": "^4.75.0"
"@contentful/f36-typography": "^4.75.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
18 changes: 18 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.2
- @contentful/f36-spinner@4.75.2
- @contentful/f36-tooltip@4.75.2

## 4.75.1

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.75.1
- @contentful/f36-spinner@4.75.1
- @contentful/f36-tooltip@4.75.1

## 4.75.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@contentful/f36-button",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Button component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-spinner": "^4.75.0",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-spinner": "^4.75.2",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-tooltip": "^4.75.0",
"@contentful/f36-tooltip": "^4.75.2",
"@contentful/f36-utils": "^4.24.3",
"emotion": "^10.0.17"
},
"devDependencies": {
"@contentful/f36-icon": "^4.75.0",
"@contentful/f36-icon": "^4.75.2",
"@contentful/f36-icons": "^4.29.0"
},
"peerDependencies": {
Expand Down
32 changes: 32 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## 4.75.2

### Patch Changes

- Updated dependencies []:
- @contentful/f36-asset@4.75.2
- @contentful/f36-badge@4.75.2
- @contentful/f36-button@4.75.2
- @contentful/f36-core@4.75.2
- @contentful/f36-drag-handle@4.75.2
- @contentful/f36-icon@4.75.2
- @contentful/f36-menu@4.75.2
- @contentful/f36-skeleton@4.75.2
- @contentful/f36-tooltip@4.75.2
- @contentful/f36-typography@4.75.2

## 4.75.1

### Patch Changes

- Updated dependencies []:
- @contentful/f36-asset@4.75.1
- @contentful/f36-badge@4.75.1
- @contentful/f36-button@4.75.1
- @contentful/f36-core@4.75.1
- @contentful/f36-drag-handle@4.75.1
- @contentful/f36-icon@4.75.1
- @contentful/f36-menu@4.75.1
- @contentful/f36-skeleton@4.75.1
- @contentful/f36-tooltip@4.75.1
- @contentful/f36-typography@4.75.1

## 4.75.0

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@contentful/f36-card",
"version": "4.75.0",
"version": "4.75.2",
"description": "Forma 36: Card components",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-asset": "^4.75.0",
"@contentful/f36-badge": "^4.75.0",
"@contentful/f36-button": "^4.75.0",
"@contentful/f36-core": "^4.75.0",
"@contentful/f36-drag-handle": "^4.75.0",
"@contentful/f36-icon": "^4.75.0",
"@contentful/f36-asset": "^4.75.2",
"@contentful/f36-badge": "^4.75.2",
"@contentful/f36-button": "^4.75.2",
"@contentful/f36-core": "^4.75.2",
"@contentful/f36-drag-handle": "^4.75.2",
"@contentful/f36-icon": "^4.75.2",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-menu": "^4.75.0",
"@contentful/f36-skeleton": "^4.75.0",
"@contentful/f36-menu": "^4.75.2",
"@contentful/f36-skeleton": "^4.75.2",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-tooltip": "^4.75.0",
"@contentful/f36-typography": "^4.75.0",
"@contentful/f36-tooltip": "^4.75.2",
"@contentful/f36-typography": "^4.75.2",
"emotion": "^10.0.17",
"truncate": "^3.0.0"
},
Expand Down
Loading

0 comments on commit eb4e984

Please sign in to comment.