Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

feat(Props Interfaces): add props interface to Button, AccordionTitle, AccordionContent and refactoring the types definitions #130

Merged
merged 13 commits into from
Aug 27, 2018

Commits on Aug 24, 2018

  1. -added typings for the Button component

    -added export from the lib index.ts for the NotStrictProps type
    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    f0c7f78 View commit details
    Browse the repository at this point in the history
  2. -changed typings for the Button component

    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    7e4ccb1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat/button-prop-interface

    # Conflicts:
    #	src/components/Accordion/Accordion.tsx
    #	src/lib/index.ts
    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    ce08f73 View commit details
    Browse the repository at this point in the history
  4. -updated Button prop interface

    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    f81dac4 View commit details
    Browse the repository at this point in the history
  5. -added IButtonProps in the button styles

    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    51f7afd View commit details
    Browse the repository at this point in the history
  6. -added IAvatarProps in the avatar styles

    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    da3c3cb View commit details
    Browse the repository at this point in the history
  7. -added children as prop in the props interfaces for the Button and Ac…

    …cordion
    manajdov committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    28315e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    86f579f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a155684 View commit details
    Browse the repository at this point in the history
  3. -moved Extendable in the types/utils

    -updated all components with correct imports
    -added typings for the AccordionTitle and AccordionContent
    manajdov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    dbc2cb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c6fb2 View commit details
    Browse the repository at this point in the history
  5. -fixes after merging the master

    manajdov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    4c4cf61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d804db View commit details
    Browse the repository at this point in the history