Skip to content

Commit d879a64

Browse files
github-actions[bot]mimarz
authored andcommitted
chore: new release candidate (next) (#2434)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `next` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `next`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @digdir/designsystemet-css@1.0.0-next.34 ### Patch Changes - Textarea: Use `field-sizing: content` ([#2463](#2463)) - ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](#2437)) - Tabs: ([#2448](#2448)) - Renames `Tabs.Root` to `Tabs` - Renames `Tabs.Content` to `Tabs.Panel` - Rename classes from `ds-error-message*` to `ds-validation-message*` ([#2473](#2473)) - Modal: css changes ([#2418](#2418)) - DropdownMenu: ([#2432](#2432)) - Rename from `DropdownMenu` to `Dropdown` - Change API and structure - Rename `.Root` to `.Context` - Rename `.Content` to `Dropdown` - Tabs: css changes ([#2431](#2431)) - ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](#2424)) - Badge: Only use single DOM element for rendering ([#2422](#2422)) - Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeleton variant=""> ([#2435](#2435)) - Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](#2428)) - HelpText: ([#2438](#2438)) - Use Popover API - Remove `portal` prop - Render icon with pseudo element and require aria-label - Fieldset: Style using css attributes ([#2447](#2447)) ## @digdir/designsystemet-react@1.0.0-next.34 ### Patch Changes - Correctly mark dependencies as external. This ensures Accordion works when consumers have enabled tree-shaking. ([#2479](#2479)) - Button: Remove `type` when `asChild={true}` ([#2472](#2472)) - ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](#2437)) - Tabs: ([#2448](#2448)) - Renames `Tabs.Root` to `Tabs` - Renames `Tabs.Content` to `Tabs.Panel` - Modal: css changes ([#2418](#2418)) - Rename `ErrorMessage` to `ValidationMessage` ([#2473](#2473)) - DropdownMenu: ([#2432](#2432)) - Rename from `DropdownMenu` to `Dropdown` - Change API and structure - Rename `.Root` to `.Context` - Rename `.Content` to `Dropdown` - Tabs: css changes ([#2431](#2431)) - ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](#2424)) - Badge: Only use single DOM element for rendering ([#2422](#2422)) - Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeleton variant=""> ([#2435](#2435)) - Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](#2428)) - HelpText: ([#2438](#2438)) - Use Popover API - Remove `portal` prop - Render icon with pseudo element and require aria-label - Fieldset: Style using css attributes ([#2447](#2447)) ## @digdir/designsystemet@1.0.0-next.34 ## @digdir/designsystemet-theme@1.0.0-next.34 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e8cc81 commit d879a64

File tree

9 files changed

+110
-4
lines changed

9 files changed

+110
-4
lines changed

.changeset/pre.json

+16
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
"beige-grapes-report",
1919
"blue-rocks-pull",
2020
"blue-singers-switch",
21+
"brave-months-shop",
2122
"brave-months-sleep",
2223
"bright-knives-remain",
2324
"chatty-cheetahs-fetch",
2425
"chilled-icons-chew",
2526
"chilled-pumas-march",
27+
"clever-cobras-rescue",
2628
"cool-lamps-drive",
29+
"curvy-oranges-notice",
2730
"eighty-cougars-think",
2831
"eleven-bags-shop",
2932
"eleven-peaches-agree",
@@ -32,11 +35,15 @@
3235
"few-brooms-confess",
3336
"fifty-buses-beam",
3437
"five-apricots-scream",
38+
"flat-experts-drop",
3539
"four-pears-tie",
3640
"friendly-islands-punch",
41+
"gold-chairs-jog",
3742
"gorgeous-readers-burn",
3843
"happy-hounds-tie",
44+
"happy-worms-applaud",
3945
"healthy-apples-explode",
46+
"heavy-rabbits-boil",
4047
"hip-masks-greet",
4148
"honest-roses-hunt",
4249
"long-boxes-sniff",
@@ -45,25 +52,34 @@
4552
"metal-bananas-notice",
4653
"mighty-days-eat",
4754
"odd-hornets-sleep",
55+
"plenty-parents-rest",
4856
"plenty-vans-sneeze",
4957
"pretty-dancers-taste",
58+
"proud-walls-flash",
59+
"purple-berries-repeat",
5060
"quiet-mangos-cry",
61+
"red-queens-love",
5162
"rich-carrots-deny",
5263
"serious-frogs-rescue",
64+
"seven-ladybugs-admire",
5365
"shaggy-bears-tan",
5466
"shaggy-rockets-repair",
5567
"shiny-kiwis-switch",
5668
"short-walls-judge",
69+
"six-trees-tie",
5770
"slimy-bees-arrive",
5871
"small-queens-breathe",
5972
"spotty-oranges-guess",
6073
"spotty-pumas-cross",
6174
"stupid-tables-applaud",
75+
"swift-forks-drop",
76+
"tame-rats-mix",
6277
"tender-grapes-refuse",
6378
"tender-ties-swim",
6479
"thin-icons-pay",
6580
"three-carrots-hammer",
6681
"three-dingos-unite",
82+
"three-ducks-chew",
6783
"wise-countries-double",
6884
"witty-clouds-judge",
6985
"witty-moons-sleep"

packages/cli/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.0.0-next.34
4+
35
## 1.0.0-next.33
46

57
## 1.0.0-next.32

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet",
3-
"version": "1.0.0-next.33",
3+
"version": "1.0.0-next.34",
44
"description": "CLI for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/css/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Change Log
22

3+
## 1.0.0-next.34
4+
5+
### Patch Changes
6+
7+
- Textarea: Use `field-sizing: content` ([#2463](https://github.com/digdir/designsystemet/pull/2463))
8+
9+
- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](https://github.com/digdir/designsystemet/pull/2437))
10+
11+
- Tabs: ([#2448](https://github.com/digdir/designsystemet/pull/2448))
12+
13+
- Renames `Tabs.Root` to `Tabs`
14+
- Renames `Tabs.Content` to `Tabs.Panel`
15+
16+
- Rename classes from `ds-error-message*` to `ds-validation-message*` ([#2473](https://github.com/digdir/designsystemet/pull/2473))
17+
18+
- Modal: css changes ([#2418](https://github.com/digdir/designsystemet/pull/2418))
19+
20+
- DropdownMenu: ([#2432](https://github.com/digdir/designsystemet/pull/2432))
21+
22+
- Rename from `DropdownMenu` to `Dropdown`
23+
- Change API and structure
24+
- Rename `.Root` to `.Context`
25+
- Rename `.Content` to `Dropdown`
26+
27+
- Tabs: css changes ([#2431](https://github.com/digdir/designsystemet/pull/2431))
28+
29+
- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](https://github.com/digdir/designsystemet/pull/2424))
30+
31+
- Badge: Only use single DOM element for rendering ([#2422](https://github.com/digdir/designsystemet/pull/2422))
32+
33+
- Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeleton variant=""> ([#2435](https://github.com/digdir/designsystemet/pull/2435))
34+
35+
- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](https://github.com/digdir/designsystemet/pull/2428))
36+
37+
- HelpText: ([#2438](https://github.com/digdir/designsystemet/pull/2438))
38+
39+
- Use Popover API
40+
- Remove `portal` prop
41+
- Render icon with pseudo element and require aria-label
42+
43+
- Fieldset: Style using css attributes ([#2447](https://github.com/digdir/designsystemet/pull/2447))
44+
345
## 1.0.0-next.33
446

547
### Patch Changes

packages/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-css",
3-
"version": "1.0.0-next.33",
3+
"version": "1.0.0-next.34",
44
"description": "CSS for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/react/CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Change Log
22

3+
## 1.0.0-next.34
4+
5+
### Patch Changes
6+
7+
- Correctly mark dependencies as external. This ensures Accordion works when consumers have enabled tree-shaking. ([#2479](https://github.com/digdir/designsystemet/pull/2479))
8+
9+
- Button: Remove `type` when `asChild={true}` ([#2472](https://github.com/digdir/designsystemet/pull/2472))
10+
11+
- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](https://github.com/digdir/designsystemet/pull/2437))
12+
13+
- Tabs: ([#2448](https://github.com/digdir/designsystemet/pull/2448))
14+
15+
- Renames `Tabs.Root` to `Tabs`
16+
- Renames `Tabs.Content` to `Tabs.Panel`
17+
18+
- Modal: css changes ([#2418](https://github.com/digdir/designsystemet/pull/2418))
19+
20+
- Rename `ErrorMessage` to `ValidationMessage` ([#2473](https://github.com/digdir/designsystemet/pull/2473))
21+
22+
- DropdownMenu: ([#2432](https://github.com/digdir/designsystemet/pull/2432))
23+
24+
- Rename from `DropdownMenu` to `Dropdown`
25+
- Change API and structure
26+
- Rename `.Root` to `.Context`
27+
- Rename `.Content` to `Dropdown`
28+
29+
- Tabs: css changes ([#2431](https://github.com/digdir/designsystemet/pull/2431))
30+
31+
- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](https://github.com/digdir/designsystemet/pull/2424))
32+
33+
- Badge: Only use single DOM element for rendering ([#2422](https://github.com/digdir/designsystemet/pull/2422))
34+
35+
- Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeleton variant=""> ([#2435](https://github.com/digdir/designsystemet/pull/2435))
36+
37+
- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](https://github.com/digdir/designsystemet/pull/2428))
38+
39+
- HelpText: ([#2438](https://github.com/digdir/designsystemet/pull/2438))
40+
41+
- Use Popover API
42+
- Remove `portal` prop
43+
- Render icon with pseudo element and require aria-label
44+
45+
- Fieldset: Style using css attributes ([#2447](https://github.com/digdir/designsystemet/pull/2447))
46+
347
## 1.0.0-next.33
448

549
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-react",
3-
"version": "1.0.0-next.33",
3+
"version": "1.0.0-next.34",
44
"description": "React components for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/theme/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.0.0-next.34
4+
35
## 1.0.0-next.33
46

57
## 1.0.0-next.32

packages/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-theme",
3-
"version": "1.0.0-next.33",
3+
"version": "1.0.0-next.34",
44
"description": "Predefined themes for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

0 commit comments

Comments
 (0)