Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 6, 2025

This PR was opened by the Changesets release 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 main, this PR will be updated.

Releases

@obosbbl/[email protected]

Patch Changes

  • 49ad337: New component Table component is in beta.

    import {
      UNSAFE_Table as Table,
      UNSAFE_TableBody as TableBody,
      UNSAFE_TableCell as TableCell,
      UNSAFE_TableColumn as TableColumn,
      UNSAFE_TableHeader as TableHeader,
      UNSAFE_TableRow as TableRow,
    } from '@obosbbl/grunnmuren-react';
    
    <Table>
      <TableHeader>
        <TableColumn>Produkt</TableColumn>
        <TableColumn>Gjeldende rente</TableColumn>
        <TableColumn>Vilkår</TableColumn>
      </TableHeader>
      <TableBody>
        <TableRow>
          <TableCell>
            <div>
              <div className="font-medium">Sparekonto Egenkapital</div>
              <div className="text-xs">For OBOS-medlemmer</div>
            </div>
          </TableCell>
          <TableCell>
            <div className="font-medium">4,70 % per år</div>
          </TableCell>
          <TableCell>
            <ul className="space-y-1 text-xs">
              <li className="flex items-start">
                <span className="mr-2"></span>
                <span>1 gebyrfritt uttak per kalendermåned</span>
              </li>
              <li className="flex items-start">
                <span className="mr-2"></span>
                <span>Uttak utover dette belastes med gebyr  1,5 % av uttaksbeløpet<span>
              </li>
            </ul>
          </TableCell>
        </TableRow>
      </TableBody>
    </Table>

@obosbbl/[email protected]

Patch Changes

  • 5bacc38: Removes redundant margin on first-child/last-child elements inside lists in prose.
  • 9112180: Fix <h5> styles in prose

@github-actions github-actions bot requested a review from a team as a code owner October 6, 2025 06:41
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 62cc9c3 to 2f1fed1 Compare October 6, 2025 07:56
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 221bae7 to 7c320e2 Compare October 13, 2025 11:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7c320e2 to 377a0df Compare October 13, 2025 12:07
@oscarcarlstrom oscarcarlstrom merged commit 77e78cf into main Oct 13, 2025
@oscarcarlstrom oscarcarlstrom deleted the changeset-release/main branch October 13, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant