Skip to content

Commit

Permalink
Merge pull request #830 from Orfium/feat/inline-alert
Browse files Browse the repository at this point in the history
feat: inline alert v5
  • Loading branch information
geokaralis authored Oct 1, 2024
2 parents df38749 + 553a079 commit 0f8391e
Show file tree
Hide file tree
Showing 118 changed files with 5,896 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ __mocks__
./vite.config.ts
./vite.codemods.config.ts
./rollup.config.js
!.storybook
.storybook
2 changes: 2 additions & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
Tip,
Note,
Preview,
Alert,
} from '../src/storybook';
import {
TypographyResetFontSmooth,
Expand Down Expand Up @@ -241,6 +242,7 @@ const preview: SBPreview = {
Preview,
SubsectionHeader,
SectionHeader,
Alert,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"history": "^4.10.1",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^22.1.0",
"jsdom": "^25.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.6.2",
"react": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/__storyshots__/Original Components/Modal-Modal.snap
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
>
<button
class="emotion-17"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down Expand Up @@ -385,6 +386,7 @@
>
<button
class="emotion-17"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
>
<button
class="emotion-1"
data-slot="button"
data-testid="button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="icon-button"
disabled=""
type="button"
Expand All @@ -128,6 +129,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="icon-button"
disabled=""
type="button"
Expand Down Expand Up @@ -160,6 +162,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="icon-button"
type="button"
>
Expand All @@ -185,6 +188,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="icon-button"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="icon-button"
disabled=""
type="button"
Expand Down Expand Up @@ -134,6 +135,7 @@
>
<button
class="emotion-2"
data-slot="button"
data-testid="icon-button"
type="button"
>
Expand Down
Loading

0 comments on commit 0f8391e

Please sign in to comment.