Skip to content

fix(clerk-js): Improve spacing consistency OrganizationList#1717

Merged
panteliselef merged 3 commits intomainfrom
ORG-213
Sep 13, 2023
Merged

fix(clerk-js): Improve spacing consistency OrganizationList#1717
panteliselef merged 3 commits intomainfrom
ORG-213

Conversation

@panteliselef
Copy link
Copy Markdown
Contributor

@panteliselef panteliselef commented Sep 13, 2023

Description

Change sizes and spacing in OrganizationList that results in UI consistency alongside the rest of the components

Before

image

After

image

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/clerk-js
  • @clerk/clerk-react
  • @clerk/nextjs
  • @clerk/remix
  • @clerk/types
  • @clerk/themes
  • @clerk/localizations
  • @clerk/clerk-expo
  • @clerk/backend
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/fastify
  • @clerk/chrome-extension
  • gatsby-plugin-clerk
  • build/tooling/chore

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Sep 13, 2023

🦋 Changeset detected

Latest commit: e2d132b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@panteliselef panteliselef self-assigned this Sep 13, 2023
@panteliselef
Copy link
Copy Markdown
Contributor Author

!snapshot

@clerk-cookie
Copy link
Copy Markdown
Collaborator

Hey @panteliselef - the snapshot version command generated the following package versions:

Package Version
@clerk/backend 0.29.1-snapshot.158bcc0
@clerk/chrome-extension 0.4.0-snapshot.158bcc0
@clerk/clerk-js 4.58.0-snapshot.158bcc0
@clerk/clerk-expo 0.19.2-snapshot.158bcc0
@clerk/fastify 0.6.7-snapshot.158bcc0
gatsby-plugin-clerk 4.4.8-snapshot.158bcc0
@clerk/localizations 1.26.0-snapshot.158bcc0
@clerk/nextjs 4.24.0-snapshot.158bcc0
@clerk/clerk-react 4.25.0-snapshot.158bcc0
@clerk/remix 2.10.3-snapshot.158bcc0
@clerk/clerk-sdk-node 4.12.6-snapshot.158bcc0
@clerk/shared 0.22.1-snapshot.158bcc0
@clerk/types 3.52.0-snapshot.158bcc0

Tip: use the snippet copy button below to quickly install the required packages.

# @clerk/backend
npm i @clerk/backend@0.29.1-snapshot.158bcc0
# @clerk/chrome-extension
npm i @clerk/chrome-extension@0.4.0-snapshot.158bcc0
# @clerk/clerk-js
npm i @clerk/clerk-js@4.58.0-snapshot.158bcc0
# @clerk/clerk-expo
npm i @clerk/clerk-expo@0.19.2-snapshot.158bcc0
# @clerk/fastify
npm i @clerk/fastify@0.6.7-snapshot.158bcc0
# gatsby-plugin-clerk
npm i gatsby-plugin-clerk@4.4.8-snapshot.158bcc0
# @clerk/localizations
npm i @clerk/localizations@1.26.0-snapshot.158bcc0
# @clerk/nextjs
npm i @clerk/nextjs@4.24.0-snapshot.158bcc0
# @clerk/clerk-react
npm i @clerk/clerk-react@4.25.0-snapshot.158bcc0
# @clerk/remix
npm i @clerk/remix@2.10.3-snapshot.158bcc0
# @clerk/clerk-sdk-node
npm i @clerk/clerk-sdk-node@4.12.6-snapshot.158bcc0
# @clerk/shared
npm i @clerk/shared@0.22.1-snapshot.158bcc0
# @clerk/types
npm i @clerk/types@3.52.0-snapshot.158bcc0

@panteliselef
Copy link
Copy Markdown
Contributor Author

!snapshot

@clerk-cookie
Copy link
Copy Markdown
Collaborator

Hey @panteliselef - the snapshot version command generated the following package versions:

Package Version
@clerk/backend 0.29.1-snapshot.e2d132b
@clerk/chrome-extension 0.4.0-snapshot.e2d132b
@clerk/clerk-js 4.58.0-snapshot.e2d132b
@clerk/clerk-expo 0.19.2-snapshot.e2d132b
@clerk/fastify 0.6.7-snapshot.e2d132b
gatsby-plugin-clerk 4.4.8-snapshot.e2d132b
@clerk/localizations 1.26.0-snapshot.e2d132b
@clerk/nextjs 4.24.0-snapshot.e2d132b
@clerk/clerk-react 4.25.0-snapshot.e2d132b
@clerk/remix 2.10.3-snapshot.e2d132b
@clerk/clerk-sdk-node 4.12.6-snapshot.e2d132b
@clerk/shared 0.22.1-snapshot.e2d132b
@clerk/types 3.52.0-snapshot.e2d132b

Tip: use the snippet copy button below to quickly install the required packages.

# @clerk/backend
npm i @clerk/backend@0.29.1-snapshot.e2d132b
# @clerk/chrome-extension
npm i @clerk/chrome-extension@0.4.0-snapshot.e2d132b
# @clerk/clerk-js
npm i @clerk/clerk-js@4.58.0-snapshot.e2d132b
# @clerk/clerk-expo
npm i @clerk/clerk-expo@0.19.2-snapshot.e2d132b
# @clerk/fastify
npm i @clerk/fastify@0.6.7-snapshot.e2d132b
# gatsby-plugin-clerk
npm i gatsby-plugin-clerk@4.4.8-snapshot.e2d132b
# @clerk/localizations
npm i @clerk/localizations@1.26.0-snapshot.e2d132b
# @clerk/nextjs
npm i @clerk/nextjs@4.24.0-snapshot.e2d132b
# @clerk/clerk-react
npm i @clerk/clerk-react@4.25.0-snapshot.e2d132b
# @clerk/remix
npm i @clerk/remix@2.10.3-snapshot.e2d132b
# @clerk/clerk-sdk-node
npm i @clerk/clerk-sdk-node@4.12.6-snapshot.e2d132b
# @clerk/shared
npm i @clerk/shared@0.22.1-snapshot.e2d132b
# @clerk/types
npm i @clerk/types@3.52.0-snapshot.e2d132b

@panteliselef panteliselef merged commit 43786f8 into main Sep 13, 2023
@panteliselef panteliselef deleted the ORG-213 branch September 13, 2023 12:39
@clerk-cookie clerk-cookie mentioned this pull request Sep 13, 2023
@clerk-cookie
Copy link
Copy Markdown
Collaborator

This PR has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@clerk clerk locked as resolved and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants