Skip to content

Commit 5bf8c21

Browse files
chore: new release candidate (next) (#2361)
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.33 ### Patch Changes - Pagination: Use data attrs instead of class names ([#2395](#2395)) - Badge: Style using css attributes ([#2391](#2391)) - TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](#2393)) - dropdownmenu: Style using data attributes ([#2387](#2387)) - Chip: Text color is now `accent` ([#2371](#2371)) - List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](#2348)) - Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](#2313)) - Box: Remove component ([#2372](#2372)) - Popover: ([#2369](#2369)) - Rename `<Popover.Root>` to `<Popover.Context>` - use Popover API, allowing `<Popover>` to be used without `Popover.Context` - Remove `portal` prop - Tooltip: Only expose background css variable ([#2389](#2389)) - Switch: don't show check when not checked in readonly ([#2377](#2377)) - Select: Rename from `NativeSelect` ([#2404](#2404)) - Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](5d1c506)) - Spinner: Style using data attributes ([#2390](#2390)) - Avatar: new component ([#2312](#2312)) - Tag: Make neutral default color in CSS ([#2397](#2397)) - Card: Use data attrs ([#2398](#2398)) ## @digdir/designsystemet-react@1.0.0-next.33 ### Patch Changes - Pagination: Use data attrs instead of class names ([#2395](#2395)) - Badge: Style using css attributes ([#2391](#2391)) - TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](#2393)) - dropdownmenu: Style using data attributes ([#2387](#2387)) - List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](#2348)) - Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](#2313)) - Box: Remove component ([#2372](#2372)) - Popover: ([#2369](#2369)) - Rename `<Popover.Root>` to `<Popover.Context>` - use Popover API, allowing `<Popover>` to be used without `Popover.Context` - Remove `portal` prop - Select: Rename from `NativeSelect` ([#2404](#2404)) - Table: Set sort button type to prevent form submit ([#2402](#2402)) - Heading: default level is now 2 ([#2378](#2378)) - Select: ([#2415](#2415)) - Add Select.Option and Select.Optgroup compond components - Remove `multiple` prop - Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](5d1c506)) - Spinner: Style using data attributes ([#2390](#2390)) - Avatar: new component ([#2312](#2312)) - Tag: Make neutral default color in CSS ([#2397](#2397)) - Card: Use data attrs ([#2398](#2398)) - Combobox: fix virtual combobox having large gap between items ([#2376](#2376)) ## @digdir/designsystemet@1.0.0-next.33 ## @digdir/designsystemet-theme@1.0.0-next.33 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a0b5be1 commit 5bf8c21

File tree

9 files changed

+119
-5
lines changed

9 files changed

+119
-5
lines changed

.changeset/pre.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,57 @@
1515
"@designsystemet/storybook": "0.1.0"
1616
},
1717
"changesets": [
18+
"beige-grapes-report",
1819
"blue-rocks-pull",
1920
"blue-singers-switch",
2021
"brave-months-sleep",
2122
"bright-knives-remain",
2223
"chatty-cheetahs-fetch",
2324
"chilled-icons-chew",
25+
"chilled-pumas-march",
2426
"cool-lamps-drive",
2527
"eighty-cougars-think",
28+
"eleven-bags-shop",
29+
"eleven-peaches-agree",
30+
"empty-singers-yell",
2631
"famous-pillows-cheat",
2732
"few-brooms-confess",
2833
"fifty-buses-beam",
2934
"five-apricots-scream",
3035
"four-pears-tie",
3136
"friendly-islands-punch",
3237
"gorgeous-readers-burn",
38+
"happy-hounds-tie",
39+
"healthy-apples-explode",
3340
"hip-masks-greet",
41+
"honest-roses-hunt",
3442
"long-boxes-sniff",
43+
"loud-tips-return",
44+
"mean-ducks-argue",
45+
"metal-bananas-notice",
3546
"mighty-days-eat",
47+
"odd-hornets-sleep",
3648
"plenty-vans-sneeze",
49+
"pretty-dancers-taste",
3750
"quiet-mangos-cry",
51+
"rich-carrots-deny",
3852
"serious-frogs-rescue",
3953
"shaggy-bears-tan",
54+
"shaggy-rockets-repair",
4055
"shiny-kiwis-switch",
4156
"short-walls-judge",
57+
"slimy-bees-arrive",
58+
"small-queens-breathe",
59+
"spotty-oranges-guess",
4260
"spotty-pumas-cross",
61+
"stupid-tables-applaud",
4362
"tender-grapes-refuse",
4463
"tender-ties-swim",
4564
"thin-icons-pay",
4665
"three-carrots-hammer",
4766
"three-dingos-unite",
48-
"wise-countries-double"
67+
"wise-countries-double",
68+
"witty-clouds-judge",
69+
"witty-moons-sleep"
4970
]
5071
}

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.33
4+
35
## 1.0.0-next.32
46

57
### Minor Changes

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.32",
3+
"version": "1.0.0-next.33",
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.33
4+
5+
### Patch Changes
6+
7+
- Pagination: Use data attrs instead of class names ([#2395](https://github.com/digdir/designsystemet/pull/2395))
8+
9+
- Badge: Style using css attributes ([#2391](https://github.com/digdir/designsystemet/pull/2391))
10+
11+
- TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](https://github.com/digdir/designsystemet/pull/2393))
12+
13+
- dropdownmenu: Style using data attributes ([#2387](https://github.com/digdir/designsystemet/pull/2387))
14+
15+
- Chip: Text color is now `accent` ([#2371](https://github.com/digdir/designsystemet/pull/2371))
16+
17+
- List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](https://github.com/digdir/designsystemet/pull/2348))
18+
19+
- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](https://github.com/digdir/designsystemet/pull/2313))
20+
21+
- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372))
22+
23+
- Popover: ([#2369](https://github.com/digdir/designsystemet/pull/2369))
24+
25+
- Rename `<Popover.Root>` to `<Popover.Context>`
26+
- use Popover API, allowing `<Popover>` to be used without `Popover.Context`
27+
- Remove `portal` prop
28+
29+
- Tooltip: Only expose background css variable ([#2389](https://github.com/digdir/designsystemet/pull/2389))
30+
31+
- Switch: don't show check when not checked in readonly ([#2377](https://github.com/digdir/designsystemet/pull/2377))
32+
33+
- Select: Rename from `NativeSelect` ([#2404](https://github.com/digdir/designsystemet/pull/2404))
34+
35+
- Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](https://github.com/digdir/designsystemet/commit/5d1c5062b526e6829c322ce66c6df08568bb9f63))
36+
37+
- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390))
38+
39+
- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312))
40+
41+
- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397))
42+
43+
- Card: Use data attrs ([#2398](https://github.com/digdir/designsystemet/pull/2398))
44+
345
## 1.0.0-next.32
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.32",
3+
"version": "1.0.0-next.33",
44
"description": "CSS for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/react/CHANGELOG.md

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

3+
## 1.0.0-next.33
4+
5+
### Patch Changes
6+
7+
- Pagination: Use data attrs instead of class names ([#2395](https://github.com/digdir/designsystemet/pull/2395))
8+
9+
- Badge: Style using css attributes ([#2391](https://github.com/digdir/designsystemet/pull/2391))
10+
11+
- TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](https://github.com/digdir/designsystemet/pull/2393))
12+
13+
- dropdownmenu: Style using data attributes ([#2387](https://github.com/digdir/designsystemet/pull/2387))
14+
15+
- List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](https://github.com/digdir/designsystemet/pull/2348))
16+
17+
- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](https://github.com/digdir/designsystemet/pull/2313))
18+
19+
- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372))
20+
21+
- Popover: ([#2369](https://github.com/digdir/designsystemet/pull/2369))
22+
23+
- Rename `<Popover.Root>` to `<Popover.Context>`
24+
- use Popover API, allowing `<Popover>` to be used without `Popover.Context`
25+
- Remove `portal` prop
26+
27+
- Select: Rename from `NativeSelect` ([#2404](https://github.com/digdir/designsystemet/pull/2404))
28+
29+
- Table: Set sort button type to prevent form submit ([#2402](https://github.com/digdir/designsystemet/pull/2402))
30+
31+
- Heading: default level is now 2 ([#2378](https://github.com/digdir/designsystemet/pull/2378))
32+
33+
- Select: ([#2415](https://github.com/digdir/designsystemet/pull/2415))
34+
35+
- Add Select.Option and Select.Optgroup compond components
36+
- Remove `multiple` prop
37+
38+
- Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](https://github.com/digdir/designsystemet/commit/5d1c5062b526e6829c322ce66c6df08568bb9f63))
39+
40+
- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390))
41+
42+
- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312))
43+
44+
- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397))
45+
46+
- Card: Use data attrs ([#2398](https://github.com/digdir/designsystemet/pull/2398))
47+
48+
- Combobox: fix virtual combobox having large gap between items ([#2376](https://github.com/digdir/designsystemet/pull/2376))
49+
350
## 1.0.0-next.32
451

552
## 1.0.0-next.17

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.32",
3+
"version": "1.0.0-next.33",
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.33
4+
35
## 1.0.0-next.32
46

57
## 1.0.0-next.15

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.32",
3+
"version": "1.0.0-next.33",
44
"description": "Predefined themes for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

0 commit comments

Comments
 (0)