From 38bc6086549205c8cd57713c61a056798c937d76 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 30 Jul 2025 16:19:43 -0500 Subject: [PATCH] Revert temp storybook commit, remove deprecated values --- src/view/screens/Storybook/Buttons.tsx | 184 ++++++------------------- src/view/screens/Storybook/index.tsx | 2 - 2 files changed, 43 insertions(+), 143 deletions(-) diff --git a/src/view/screens/Storybook/Buttons.tsx b/src/view/screens/Storybook/Buttons.tsx index 918b19d47e..eaf8bba7e3 100644 --- a/src/view/screens/Storybook/Buttons.tsx +++ b/src/view/screens/Storybook/Buttons.tsx @@ -1,4 +1,3 @@ -import React from 'react' import {View} from 'react-native' import {atoms as a} from '#/alf' @@ -7,7 +6,6 @@ import { type ButtonColor, ButtonIcon, ButtonText, - type ButtonVariant, } from '#/components/Button' import {ChevronLeft_Stroke2_Corner0_Rounded as ChevronLeft} from '#/components/icons/Chevron' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' @@ -27,232 +25,136 @@ export function Buttons() { 'negative_secondary', ].map(color => ( - {['solid', 'outline', 'ghost'].map(variant => ( - - - - - ))} + + ))} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 1f11748f41..0c179ba57d 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -87,8 +87,6 @@ function StorybookInner() { - -