Skip to content

Release v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@navin-moorthy navin-moorthy released this 08 Jun 12:40
· 707 commits to main since this release
1.0.0-alpha.0
95333c0

Feature Updates

  • 🎨 added default Button library theme (6768c6d)
  • 🎨 added progress bar theme to default theme context (3710c72)
  • 🎨 added switchTheme to defaultTheme (be2abc0)
  • 🎨 added thumb shadow style (f062df5)
  • 🔥 added slider range option (0719e25)
  • 🔥 changed multiple conditional icons into a one single scalable icon (c32328a)
  • 🔥 wrapped progress bar component (800a7b0)
  • 🏷️ added avatar component types (8484279)
  • 🏷️ added Button prop types and keys (d0083a8)
  • 🏷️ added DeepDictionary and DeepPartial common types (7088635)
  • 🏷️ created a generalised Dict for objects (8830cbb)
  • 💄 added avatar group theme (840beff)
  • 📦 added example expo app related dependencies (3b4bcba)
  • ✏️ added avatar component prop keys (5b8b254)
  • ♻️ refactored Avatar Status (1309e19)
  • 🚀 wrapped button component with use of , new prefix and suffix slots (ccf5ca7)
  • ✨ added avatar basic theme to context with active and away status (14e23ed)
  • ✨ added circular prop to Avatar (c4bdd79)
  • ✨ added create Box Element hook (bb7cab6)
  • ✨ added create element and component util functions (c9d60a2)
  • ✨ added create Text Element hook (d1a87da)
  • ✨ added default tailwind config for styling (0583fbf)
  • ✨ added icon style option to createButtonIcon function (eed573f)
  • ✨ added isFunction helper (2c2c5bc)
  • ✨ added isString, isUndefined util functions (09ffc8b)
  • ✨ added min, max and hint to Circular Progress Component (0b1e8fa)
  • ✨ added progress bar component (949fafd)
  • ✨ added showRing and ringColor props to AvatarGroup (de9f12b)
  • ✨ added thumbTintColor Switch Component (55a3a12)
  • ✨ added track color props for progress bar customization (7417653)
  • ✨ added typing animation to Avatar Status (62fa3b9)
  • ✨ added useAvatarProps hook (d57df86)
  • ✨ added useSpinnerProps hook (2be93ed)
  • ✨ created a common Theme Context using default tailwind functions (bd9b991)
  • ✨ created Animated Box component (eeb7cfc)
  • ✨ created basic single value Slider component (7489341)
  • ✨ created Box component (ba356c2)
  • ✨ created Switch component (b27b489)
  • ✨ created Text component (4a15dfb)
  • ✨ created Touchable component (cfce698)
  • ✨ created TouchableWithoutFeedback component (b18ff7d)
  • ✨ updated Button component with prefix, suffix and its loading states (9eedfbb)
  • ✨ used and createIcon for prefix and suffix slots (2faeba4)
  • ✨ wrapped storybook inside TailwindThemeProvider (914a2d7)
  • 🎉 added ButtonSpinner as loading component for Button (3653303)
  • 🎉 added createIcon function' (82ada09)
  • 🎉 added useTagProps hook (3b463af)
  • 🎉 created AvatarGroup component (c57abd8)
  • 🎉 created AvatarImage component (aca4f3d)
  • 🎉 created badge component (e201b37)
  • 🎉 created basic button component (b32453f)
  • 🎉 created basic Tooltip component (723cc89)
  • 🎉 created ButtonPrefix and ButtonSuffix components (0506291)
  • 🎉 created Circular Progress component (80e0312)
  • 🎉 created Icon Wrapper Component (df30762)
  • 🎉 created Spinner Component (85fb19c)
  • 🎉 created Tag Component (a4c6342)
  • ⚡ added for loading button (2e3b685)
  • ⚡ added circular theme for avatar (643703a)
  • ⚡ added createContext util function (0c68b9a)
  • ⚡ added prefix and suffix as button options (a596b35)
  • ⚡ added useButtonProps hook (6c763b0)
  • ⚡ created basic Avatar component with status(Active, away, sleep) (948d310)
  • ⚡ created useBadgeProps hook (d3343bb)
  • ⚡ fixed type issue with createComponent util function (a6b427c)
  • added avatar component (cc139d4)

Code Refactors

  • 🎨 changed style px[6px] -> px-1.5 (9cfeda3)
  • ⚰️ removed react native storybook loader (0202e8f)
  • ⚰️ removed switch styles which has been moved to theme (12bfd2c)
  • 🔥 removed unwanted code (2478545)
  • ➖ removed base and added ringStyle to avatar wrapper style (b47d30f)
  • ➖ removed box/text element create functions and stories related to it (c063e4d)
  • ➖ removed console log (e0ef5f7)
  • ➖ removed unnecessary files (ef8dc66)
  • 🏷️ added proper types to the TailwindThemeProvider props (44ee3a1)
  • 🏷️ updated avatar status type (adc7120)
  • ♻️ added commentsa and fixed variable names (8f29a32)
  • ♻️ added container and text style prop, integrated with useBadgeProps hook (54fd144)
  • ♻️ added cx to tailwind classnames, removed usage of lodash pick (7d05891)
  • ♻️ added useProgressBarProps hook for handling props (a2a9efd)
  • ♻️ avatar comp refactored to work with props hook and also under AvatarGroup (0f53937)
  • ♻️ destructuring of props to assign default values (b4ed58c)
  • ♻️ made suffix to work as slot, better prop names with desc and fixed all imports (f0ec055)
  • ♻️ moved prefix and suffix to separate conditional renders (3d8c860)
  • ♻️ moved switch related constants to switch Theme (2c31c2f)
  • ♻️ refactored create component and element util function (13fff7b)
  • ♻️ refactored structure of Touchable primitive component (a65dc95)
  • ♻️ refactored Text component (5358e6a)
  • ♻️ removed useBadgeProps hook, added prefix & box style, text style overiding case (83876b8)
  • ♻️ switch component final refactor (39681ef)
  • ♻️ updated AnimatedBox component with common export (f57ddb5)
  • ♻️ updated avatar styles with status(Active, away, sleep) (781c04b)
  • ♻️ updated component with default theme styling from context (fce5ff8)
  • ♻️ used simple prop destructuring to Avatar Status (def1c80)
  • ⏪ removed white bg and changed namings of knob style (cc6ed1a)
  • ✨ fixed imports and tweaked typing transition animation (87527b7)
  • 🚚 renamed switchStyles to switchConstants (bf2c74b)
  • ⚡ added prop details, default value for state, knob color (e4c7578)
  • ⚡ wrapped DefaultUser inside Icon component with Avatar size based styling (688fc01)

Bug Fixes

  • 🩹 removed negative margin to the 1st avatar child in Avatar Group (0254062)
  • 🚑 added conditional render of prefix and suffix in icon only case (c935b25)
  • 🚑 fixed import path (3043b50)
  • 🚑 fixed wrong prop name being assigned to SVG Path (bad4bab)
  • 🚑 removed a prop internally shared between components from the AvatarProps type (ade20a5)
  • 🚑 style fix overriding ring style by default border radius (8bb5a41)
  • 🎨 fixed hint text alignment (78cda17)
  • 🐛 changed 'radios' -> 'radio' in control type for stories (3b0caf9)
  • 🐛 ficed tailwind-merge import (220cdd9)
  • 🐛 fixed on/off color prop (05fcc3f)
  • 🐛 handled suffix/prefix undefined error (84da67e)
  • 🐛 removed aspectRatio which enables the component to act like a slot for Button (b1b62fd)
  • 💚 possible fix for the small pixel jump when between loading states of button (9461977)
  • 🏷️ fixed type import issue (62e16c1)
  • ✏️ changed stroke prop to fill (8c80ea5)
  • 🚨 fixed {} being used as a type lint error (5bd965f)
  • 🚨 fixed lint issues and added return types to functions (960ce0b)
  • 🚚 fixed file imports (6525d72)
  • 🚚 fixed file imports (cf46575)
  • 🚚 fixed import path to avoid "Require cycle:" warning (ff1c9ea)
  • ⚡ added size based borderRadius value using default theme (eb20299)
  • ⚡ fixed android gesture failing (a7a0f34)
  • ⚡ fixed storybook react-native package issue (86d34d9)

Test Updates

  • 📸 updated primitive component snapshots (26c1bb6)
  • 📸 updated test snapshots (10003f2)

Build Updates

  • 🏗️ updated dependencies to latest version (a21194a)
  • 💚 added lodash types as dev dependency (b659c7d)
  • 💚 added lodash, tailwind-merge and update version of twrnc (70986af)
  • 💚 updated tailwind, tailwind-merge and tailwind-react-native packages (9b57d24)
  • 📌 yarn install changes (7afeab1)
  • ⚡ added chakra ui hook dependency and removed unwanted peer dependencies (0a1fb61)

Other Changes

  • 🎨 added circular progress default theme (9ac5aed)
  • 🎨 added hint based and default sizes for circular progress (ec1f551)
  • 🎨 added icon sizes and loading spinner sizes (68bd1d9)
  • 🎨 added icon styles to default theme (95af08d)
  • 🎨 added prefix default styles to input theme (bb3ffe8)
  • 🎨 added spinner styles for loading button (ffeee8c)
  • 🎨 added spinner styles to default theme (c442051)
  • 🎨 added suffix slot styles and changed closable slot style (35393af)
  • 🎨 added tag styles to default theme (cc25996)
  • 🎨 added typing style to default theme (881a52d)
  • 🎨 changed width style to min width for prefix and suffix containers (7b754ff)
  • 🎨 changed width to min-width for prefix and suffix style (8ef2a17)
  • 🎨 extended default tailwind config with new colors and fontSize (a5b160f)
  • 🎨 fixed icon container styling for prefix and suffix (ebf6cd1)
  • 🎨 split size dependent styling into specific container and text styles (0be6c76)
  • 🎨 updated Avatar status styles (28b793d)
  • 🎨 updated color palette (dd35d6f)
  • ✏️ changed key size -> spacing in avatar wrapper theme (1077d09)
  • ✏️ fixed ghost input focus text color (d61ff87)

CI Changes

  • apps: 💚 add actions, renovate and kodiak (#38) (8f10f21)
  • deps: ➖ remove react native apps auto updates (#40) (b1dbad3)

Maintanance Updates

  • 🩹 sorted imports (e1ab51e)
  • 👽 added drawer navigation with Avatar and Button component screen (04bd2a2)
  • 👽 moved example project to expo (542e747)
  • 🎨 added 'absolute' to knob position style (9b24deb)
  • 🎨 added border color and removed border width from knob styles (b69e546)
  • 🎨 added checkbox default theme (5ec92a8)
  • 🎨 added conditional filled bar style for flat borders (f036d70)
  • 🎨 added controllable args to Default Avatar Group story (fe498ac)
  • 🎨 added default input component theme (4316d9e)
  • 🎨 added disabled and knobIcon styles (8f0f066)
  • 🎨 added focusWeb key for web specific theme (5f2a755)
  • 🎨 added meter styles to default theme object (6c529d8)
  • 🎨 added pressed/hovered style for the radio (1a9362e)
  • 🎨 added select styles to default theme (d5adf67)
  • 🎨 added size based borderRadius value to avatar theme (890a322)
  • 🎨 added slider style to default theme (42d8969)
  • 🎨 added spinner and suffix default styles (144bb44)
  • 🎨 added storybook web config (b11f35c)
  • 🎨 added storybook web scripts and other dependencies (a5ba80a)
  • 🎨 added tooltip styling to default theme (3dea302)
  • 🎨 changed default fill color (26c6368)
  • 🎨 fixed badge stack container style (de6c689)
  • 🎨 fixed text style (2031617)
  • 🎨 moved colors to extend in tailwind config (b7945e7)
  • 🎨 updated adapt ui colors (3223f40)
  • 🎨 updated avatar style based on new colors (5b3cd7d)
  • 🎨 updated button theme (125095a)
  • 🎨 updated colors in badge theme (10f9bfd)
  • 🎨 updated Icon component to use color prop as svg fill color (7a1a0ce)
  • 🎨 updated prefix and suffix container styles (e581022)
  • 🎨 updated primitive component stories (9050a42)
  • 🎨 updated track styles and knob position (38996ee)
  • 🍱 added avatar component svg assets (63be5c9)
  • 🍱 added Close icon as svg (b8e5700)
  • 🍱 added Equals icon svg (d1409f8)
  • 🍱 added new set of icons (41c35a5)
  • 🍱 added Search icon (53578ad)
  • 🍱 added svg assets for Avatar Component (7cf8a27)
  • 🍱 added svg icon assets (5225bef)
  • 🍱 added tooltip arrow (a6150af)
  • 🐛 changed file import from storybook-react to storybook-react-native (1c744fd)
  • 🐛 changed value to defaultValue (c21b970)
  • ⚰️ deleted component stories (d15f953)
  • ⚰️ removed example project (9ec1916)
  • ⚰️ removed example project (5560949)
  • ⚰️ removed importsNotUsedAsValues rule (958a715)
  • ⚰️ removed stories (fc3a0fe)
  • ⚰️ removed storybook (5681b17)
  • 💫 added Animated Box component to storybook (c47a4eb)
  • 💫 added Default Progress Component story (f4fa540)
  • 💫 integrated library default theme with context (4a2e3c2)
  • 💫 integrated rn-gesture handler and reanimated with Android (1e8fc09)
  • 💫 update switch component stories (22336d9)
  • 🥚 added common export files (38c0231)
  • 🔥 removed babel config (d47fb3a)
  • 🔥 removed unused style object (444b3d2)
  • 💚 updated dependencies to latest version (a716e95)
  • 💚 updated package dependencies (72c8656)
  • ➖ removed createButtonIcon function (72a9067)
  • ➖ removed SleepIndicator svg (6a0445b)
  • ➖ removed withDelay function which wrapped withRepeat animation (9fd5f54)
  • ➕ added button component (3e0bec0)
  • ➕ added reanimated and gesture handler libraries (c647ccd)
  • 🏷️ added 'min' and 'hint' as props types (2db3be2)
  • 🏷️ added circluar progress props hook with default values (7ba6864)
  • 🏷️ added icon and spinner as button option props (d7e8e15)
  • 🏷️ added loading key to Button props (3e6ec88)
  • 🏷️ added prefix and suffix props as Button Options (e3d41c7)
  • 🏷️ added prefix, suffix and closable as tag options (af48e0a)
  • 🏷️ added RenderPropType, RenderProp and IconProps types (504ef1d)
  • 🏷️ added size and parentsBackground properties to AvatarStatusProp type (8a996b3)
  • 🏷️ added size prop to AvatarImage component for borderRadius value (dbedfc5)
  • 🏷️ assigned IconProps to SVG PathProps (12d8c23)
  • 🏷️ fixed type import from Animated package (cef947d)
  • 🏷️ replaced any with unknown type (9bfd03c)
  • 🔍 refactored import statements (84fe67e)
  • 📝 added Avatar component to Storybook (f8cfe75)
  • 📝 added more specific Button Component stories (eaa5943)
  • 📝 updated README.md (3969cb5)
  • 📝 updated README.md (ed086e2)
  • 📦 added @react-native-aria/overlays (fde2b36)
  • 📦 added bottom sheet (6c74f16)
  • 📦 added lodash types package (18eb285)
  • 📦 added react aria visually hidden package (f2a69e4)
  • 📦 added react aria visually hidden package (587cc18)
  • 📦 added react native aria checkbox hooks (2033c90)
  • 📦 added react native aria checkbox hooks (d931f50)
  • 📦 added react native aria interactions, react stately overlays packages (5244071)
  • 📦 added react native popper (55882bc)
  • 📦 added react native tailwind package and included ts build configs (81d81c5)
  • 📦 added react-native-gesture-handler as dependency (49eb6d5)
  • 📦 added react-native-popper package (ace5933)
  • 📦 added react-native-svg dependency (f097d12)
  • 📦 added react-native-svg package (af8687e)
  • 📦 added reanimated as a dependency (782fe28)
  • 📦 changed order of package dependencies (e8288bf)
  • 📦 changed versions of reanimated and gesture-handler supported by expo (b9f0704)
  • 📦 fixed reanimated and gesture-handler versions (726d808)
  • 📦 moved some packages to devDependencies (57f50b9)
  • 📦 rebase changes (4324d5e)
  • 📦 rebase changes (6226f10)
  • 📦 removed react types (a37ffff)
  • 📦 removed unnecessary scripts (b30e8b6)
  • 📦 updated dependenciest to their latest versions (2b1ddb3)
  • 📦 updated expo (0e02103)
  • 📦 updated expo (54b9ab5)
  • 📦 updated packages to support expo (76f1fae)
  • 📦 updated reanimated and expo (c9a0fd1)
  • 📦 updated reanimated package (514878e)
  • 📦 updated tailwind and tailwind react native packages (53542a4)
  • ✏️ changed name from spinnerProps to spinnerLibProps (d6738a7)
  • ✏️ changed placement to side prop name (10be382)
  • ✏️ renamed stroke prop to track (c561486)
  • ✏️ warning message typo fix (45ef5dd)
  • ♻️ replaced useTailwindThemeContext with useTheme (d89caf7)
  • 🚀 created expo build (df391a4)
  • 🚀 removed usage of react-native-system in imports (759bdd7)
  • 🚨 fixed linter/ts errors (7f00d02)
  • 🙈 added a eslint disable comment for no-var-requires (dfe7fc6)
  • ✨ added a styled box story (da2c943)
  • ✨ added arrow positioning, and web specific tooltip which appears on hover (3f00927)
  • ✨ added Avatar and Button examples (37d895c)
  • ✨ added Avatar component stories (ac88587)
  • ✨ added avatar group export (220aeac)
  • ✨ added AvatarGroup stories (4fd1b3f)
  • ✨ added Badge component stories (ca60a29)
  • ✨ added BadgeScreen component (e4b9644)
  • ✨ added basic meter component (2c72df4)
  • ✨ added Button component stories (c17f607)
  • ✨ added button example (355826c)
  • ✨ added ButtonStack story (0ec5c93)
  • ✨ added Check icon (9d0d392)
  • ✨ added Checkbox, CheckboxGroup components (4f40e5f)
  • ✨ added Circular Progress component stories (f887b0d)
  • ✨ added comments, animated knob active and other refactoring (3afaeb9)
  • ✨ added createButtonIcon and included textstyles as a prop for button (7a4fbd4)
  • ✨ added customised and default spinnner stories (4f68e27)
  • ✨ added customised Button story (947e1a1)
  • ✨ added cx and styleAdapter util functions (7eb84a9)
  • ✨ added Dash icon (8ae635a)
  • ✨ added expo ts config to existing config (5eeeb3e)
  • ✨ added gesture handler global import (14b6186)
  • ✨ added getValidChildren util function (d34e057)
  • ✨ added hover state to Select Component (e9458b9)
  • ✨ added hover/pressed style for specific web/mobile (e0814fb)
  • ✨ added Input component stories (39e368c)
  • ✨ added InputPrefix wrapper component (b325831)
  • ✨ added knobIcon and disabled props (46c5377)
  • ✨ added label/desc wrapper style (51555ff)
  • ✨ added mergeRefs and composeEventHandlers util functions (c03bc02)
  • ✨ added navigation/drawer container to the example app (df49841)
  • ✨ added prefix option (852136a)
  • ✨ added pressed/hovered styles based on platform (8a581f9)
  • ✨ added Progress bar component (6bf303a)
  • ✨ added Progress Bar to Storybook example (33114cd)
  • ✨ added Progress Component storybook preview (49c557f)
  • ✨ added Radio and RadioGroup components (f6c174f)
  • ✨ added radio style to default theme (073e338)
  • ✨ added script to supress require cycle warning (a5f281a)
  • ✨ added Select component (c7177e7)
  • ✨ added select icon (c4e24b0)
  • ✨ added separate tooltip arrow component (7c57607)
  • ✨ added showTooltip prop (5ce38ab)
  • ✨ added size based positioning of tooltip (c52a412)
  • ✨ added slider and sorted the exports (6f3b597)
  • ✨ added snap when step value is provided (d8ca963)
  • ✨ added Spinner component preview to Storybook (43c1093)
  • ✨ added spinner library prop keys (d304168)
  • ✨ added suffix and prefix props, refactored TextInput props (3f8542d)
  • ✨ added suffix option and loading states (ed316d6)
  • ✨ added Switch component stories (08c62b5)
  • ✨ added Tag component stories (41d478f)
  • ✨ added tailwindcss and latest tailwind react native classnames (057f17e)
  • ✨ added tooltip folder export (3cc58af)
  • ✨ added tooltip on dragging state and other refactoring (92f3a56)
  • ✨ added Tooltip stories (63fce91)
  • ✨ added util functions (de789b1)
  • ✨ added web based focus/hover styling (de6c03a)
  • ✨ addesd --reset-cache to react native start command (b5b7da7)
  • ✨ changed prop key stroke to track (e951f06)
  • ✨ configured project using react-native-builder-bob (76b2572)
  • ✨ created Button component stories (fc0e981)
  • ✨ created InputSuffix component (c538044)
  • ✨ created Slider Filled Track component (3f11507)
  • ✨ created Slider Track component (732a9b4)
  • ✨ created SliderTooltip (50b2e91)
  • ✨ fixed default switch component colour animation issue (6ae2930)
  • ✨ fixed knob and tooltip position (a8a4e94)
  • ✨ fixed slider tooltip position (08f2b97)
  • ✨ fixed the story loader module issue (0346f54)
  • ✨ listed all stories (a329255)
  • ✨ made storybook example app work in both mobile and web (0c8357e)
  • ✨ passed Animated.View to createComponent function to enable ref (2d5b535)
  • ✨ passed size to SliderTooltip, repositioned knob, changed filled track styles (c78160f)
  • ✨ refactored Avatar and AvatarGroup component (dd0bd17)
  • ✨ refactored to work with the web (88f63ac)
  • ✨ removed position styles for track (166c878)
  • ✨ replaced old create function with the new createComponent util function (a5f0bc4)
  • ✨ replaced Touchable in place of Box to enable touch events on prefix and suffix (c95a86a)
  • ✨ tweaked progress state hook to accept step up value as another param (8701dd8)
  • ✨ updated Avatar component related stories (072fdb6)
  • ✨ updated Avatar story with Avatar in background (59bc0f0)
  • ✨ updated circular progress with a different step up value (abce92b)
  • ✨ updated example app (b32ee7d)
  • ✨ updated fontsize (b126f7b)
  • ✨ updated imports and enabled components to receive ref as props (5f6a548)
  • ✨ updated track style and added tooltip text style (680b449)
  • ✨ updated version of react-native-gesture-handler (8c0d9f7)
  • ✨ wrapped inside OverlayProvider (a7c850b)
  • ✨ wrapped Tooltip component (0738fc2)
  • 🎉 added Avatar Group Stack to storybook (f87ae23)
  • 🎉 added loading button stories (faaf277)
  • 🎉 created basic Input component (c903499)
  • 🎉 created TextInput primitive (b8149d5)
  • 🚩 added Avatar component to storybook example (63d9fc8)
  • 🚚 added common export for createIcon function (8990a31)
  • 🚚 added common export for switch (850ac3c)
  • 🚚 added default export of createContext (dfc5343)
  • 🚚 added tag related files to common export (2757155)
  • 🚚 added test related packages and configuration (4ae5216)
  • 🚚 added theme to default exporting in src (44f3f74)
  • 🚚 changed import path to the specific file (d493e97)
  • 🚚 moved Avatar Stories to a sub folder under stories (8209fa9)
  • 🚚 moved progress and badge stories to components folder (5baceee)
  • 🚚 renamed components folder to primitives (54621c5)
  • 🚚 renamed types file to avatarPropTypes (3eb37f8)
  • 🔀 moved AvatarGroup component to separate folder (1efb18c)
  • ✅ added Box primitive component tests (ec22bc0)
  • ✅ added Text primitive component tests (83a0158)
  • ✅ added Touchable primitive component tests (206e46d)
  • ✅ added TouchableWithoutFeedback primitive component tests (b6f854e)
  • 🔧 added eslint and prettier configuration (00d7ea5)
  • 🔧 fixed import for IconProps (f58e87f)
  • ⚡ added a11y (fa342c8)
  • ⚡ added Badge component different variations (06f6344)
  • ⚡ added Badge story (944d479)
  • ⚡ added Button component to storybook (c5228a1)
  • ⚡ added button options to hook (4f79494)
  • ⚡ added Button with prefix and suffix stories (fc8f313)
  • ⚡ added Circular Progress component to Storybook (7e835c0)
  • ⚡ added custom progres bars to storybook (bd8b1f4)
  • ⚡ added default badge styles to the default theme (7b54b85)
  • ⚡ added iOS like Switch Component to storybook (ad5111e)
  • ⚡ added jest testing for react native (cd9b4a8)
  • ⚡ added margin to pressed touchable style (179db97)
  • ⚡ added meter state hook (383c316)
  • ⚡ added optional iconSize param (fd55aa1)
  • ⚡ added parentsBackground prop (7c7cb00)
  • ⚡ added primitive component stories (cefdbf2)
  • ⚡ added prop control in switch storybook (0db76aa)
  • ⚡ added stories to storybook for the components created (e220b0f)
  • ⚡ added storybook to example project (6f11f97)
  • ⚡ added Tag stories to storybook (1afb237)
  • ⚡ added Tooltip Arrow (ae91476)
  • ⚡ added working expo app in root dir (7fc1af4)
  • ⚡ changed Box primitive component (c6a41e4)
  • ⚡ created and added Spinner Story component to Storybook UI (ba3e738)
  • ⚡ created animated component using primitive Box component (140e88d)
  • ⚡ created Badge story (97579e9)
  • ⚡ example ios app run successfully (5a9ef3e)
  • ⚡ fixed file imports and replaced createIcon in place of createButtonIcon (bd730ef)
  • ⚡ fixed imports and turned off font scaling in Text (4ac8626)
  • ⚡ imported specific routes from avatar folder (213ca0f)
  • ⚡ integrated custom tailwind config/theme to work with system Provider (d210771)
  • ⚡ integrated meter with useMeterState hook (ea37151)
  • ⚡ moved aspect ratio value after the style property to avoid overiding (d451003)
  • ⚡ set default radio size to 'md' (a080968)
  • ⚡ sorted default exports and added meter component (ab6a4c6)
  • ⚡ updated avatar component storybook (ab35e54)
  • ⚡ updated button stories (fe09a3d)
  • ⚡ updated Circular Progress storybook (01dc9e7)
  • ⚡ updated stories of Box and Text (648528e)
  • ⚡ updated Switch component storybookUI (c51a789)
  • ⚡ updated Tag stories (a91ad22)
  • ⚡ updated tsconfig for build (85000e3)
  • ⚡ updated types and react-native destination (23cbe90)
  • ⚡ used box and text create element hooks to render stories (e379645)
  • ⚡ used tailwind context function to add styles to components (d56ab10)
  • ⚡ wrapped App insider GestureHandlerRootView (f9b37b9)
  • ⚡ wrapped StorybookUIRoot in View and fixed StatusBar issue in Android (47e753a)
  • ✨ set showRing to true in AvatarGroup (#42) (65b6d54)
  • added common export file in src folder (c6e602a)
  • added reanimated babel plugin (2bec5e2)
  • added Switch component common exports (d3c9ff0)
  • added switch component to storybook (b215fa3)
  • deps: pin dependencies (#39) (a51679d)
  • initial commit (cc98a24)
  • migration: 🚚 separate example from core (4059ebf)
  • readme: 📝 refactor (#43) (593a085)
  • release-it: 👷 remove release tag check (4b38fb5)
  • release-it: 👷 remove yarn test check (63eaa3e)

Updates Reverted

  • ⏪ reverted npm test script (e396893)