Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUX-638] - Date Kit Refactor/Design #1108

Merged
merged 16 commits into from Oct 21, 2020
Merged

[NUX-638] - Date Kit Refactor/Design #1108

merged 16 commits into from Oct 21, 2020

Commits on Oct 12, 2020

  1. Patch for rake dist (#1147)

    * Patch for Removing Rake Tasks from Dist
    
    * Patch Commit
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    jasperfurniss and jasperfurniss committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4cea21a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. [CMPN-22] Allow all HTML options on input in PbSelectableIcon, PbSele…

    …ctableCard and PbSelectableCardIcon Rails kits (#1113)
    
    * Add input options to selectable card
    
    * Add input options to selectable icon
    
    * Add input options to selectable card icon
    
    * Add more spec coverage
    
    * Switch name to input options
    
    * Fix spec tests
    josephinef9 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b634287 View commit details
    Browse the repository at this point in the history
  2. [NUXE-158] Section separator dark mode (WIP) (#1146)

    * Fixed dark mode
    
    * Updated spec doc
    
    * Fixed dark card variant
    
    Deleted unnecessary lines
    
    Deleted lines
    christinaatai committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0ca4ceb View commit details
    Browse the repository at this point in the history
  3. Better error messages, and more test coverage (#1115)

    * Update README.md
    
    * Add coverage for added boilerplate props
    
    * Pass prop name to type creation & expose in error messages
    
    * Also specify name of kit
    
    * Simplify prop examples
    
    Co-authored-by: Stephen Marshall <smarshall1980@gmail.com>
    garettarrowood and thestephenmarshall committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    5b776f2 View commit details
    Browse the repository at this point in the history
  4. Fixes Typeahead (Rails) setting wrong image attribute in examples (#1151

    )
    
    * Update README.md
    
    * Playbook Distribution Release (#834)
    
    * Update changelog
    
    * Fixing Flash By Separating Fade Out Keyframe from Default  Class (#1135)
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    
    * Changelog Generator 2.0 (#1136)
    
    * Changelog Generator 2.0
    
    * Updated PR Template
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    
    * Make updates to the inline date range kit (#1126)
    
    * Make updates to the inline date range kit for issue #613
    
    * Pass the props so darkmode works
    
    * Make alignment changes
    
    * Fix breaking spec
    
    * Adjust time presentation
    
    * Fix spacing
    
    * use buildCss
    
    * Concat classname using the classnames function
    
    * Use spacing variable
    
    * updated table with examplesof how to use buttons (#1123)
    
    * Update Progress Step (#1128)
    
    * Update Progress Step
    
    * Add hidden status to step items
    
    * [NUXE-155] Date Picker Patch 3 (#1125)
    
    * fixed readonly rails validation bug, created default onChange lambda
    
    * improved validation fix
    
    * rails form label fix
    
    * fixed simple form attribute mismatch
    
    * fixed mising commas in model class def
    
    * replicated improved null value handling from patch-4
    
    * removed dark doc examples
    
    * more unused doc example removal
    
    * cleaned helper js
    
    * alphas and timeout solution
    
    * cleaned up commented code, re-formatted dp helper js
    
    * removed test dp in filter kit, reworked boolean label logic
    
    * reverted alpha versioning
    
    * Typeahead with Pills (Rails) (#1104)
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * WIP: Typeahead w/ Pills (React)
    
    * WIP
    
    * Basic pub-sub working for add, remove and clear
    
    * Revert changes to index.js
    
    * Async options
    
    * Spec coverage
    
    * Add code example docs
    
    Co-authored-by: Jason Cypret <jason@jasoncypret.com>
    
    * [NUXE-55] Updated styles to button toolbar kit (#1129)
    
    * Updated styles to button toolbar kit
    
    * Updated spec doc
    
    * Fixed dark bug for react
    
    Fixed dark bug for react
    
    * Sass optimization
    
    Use spacing variables
    
    Border disappear when hovered
    
    Sass optimization
    
    Sass optimization
    
    Deleted some lines
    
    * Fixed sass variables
    
    * Sass optimization & update doc examples & update spec doc
    
    * Fix jenkins error
    
    * Adds HTML input options to PB toggle kit (#1112)
    
    * Pin dependencies (#1138)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Bump actionview from 5.2.4.3 to 5.2.4.4 (#1103)
    
    Bumps [actionview](https://github.com/rails/rails) from 5.2.4.3 to 5.2.4.4.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/actionview/CHANGELOG.md)
    - [Commits](rails/rails@v5.2.4.3...v5.2.4.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * [NUXE-80] - Add 'close' option to kit, with examples (#1142)
    
    * Add 'close' option to kit, with examples
    
    * Update style
    
    * Update default state
    
    * Update func name
    
    * Update class and fixedWidth
    
    * Use proper classname approach
    
    * Add fixed width to rails version to match react
    
    * Update toast styling
    
    * Refactor onclick conditional
    
    Co-authored-by: Cole Erikson <cole.erikson@powerhrg.com>
    
    * Update dependency mini-css-extract-plugin to v0.12.0 (#1140)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Update dependency copy-webpack-plugin to v6.2.0 (#1139)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Fix typeahead example using wrong attribute
    
    Co-authored-by: Brendan Huffman <bh247484@gmail.com>
    Co-authored-by: Rafael Garcia <rafael.garcia@powerhrg.com>
    Co-authored-by: Jasper Furniss <jasperfurniss@gmail.com>
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    Co-authored-by: Matthew Russell Dodds <matthew.dodds@powerhrg.com>
    Co-authored-by: Eva Louderback <50629488+evalouderback@users.noreply.github.com>
    Co-authored-by: Jon Zazula <djonyriz@gmail.com>
    Co-authored-by: Brendan Huffman <57693937+bh247484@users.noreply.github.com>
    Co-authored-by: Jason Cypret <jason@jasoncypret.com>
    Co-authored-by: Christina Tai <42459486+christinaatai@users.noreply.github.com>
    Co-authored-by: Idan Zonshein <64423490+idanzonshein@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cole Erikson <cole.erikson@powerhrg.com>
    16 people committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    01965bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    350b0c0 View commit details
    Browse the repository at this point in the history
  6. Nav Kit Update (#1152)

    * Update README.md
    
    * Playbook Distribution Release (#834)
    
    * Update changelog
    
    * Fixing Flash By Separating Fade Out Keyframe from Default  Class (#1135)
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    
    * Changelog Generator 2.0 (#1136)
    
    * Changelog Generator 2.0
    
    * Updated PR Template
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    
    * Make updates to the inline date range kit (#1126)
    
    * Make updates to the inline date range kit for issue #613
    
    * Pass the props so darkmode works
    
    * Make alignment changes
    
    * Fix breaking spec
    
    * Adjust time presentation
    
    * Fix spacing
    
    * use buildCss
    
    * Concat classname using the classnames function
    
    * Use spacing variable
    
    * updated table with examplesof how to use buttons (#1123)
    
    * Update Progress Step (#1128)
    
    * Update Progress Step
    
    * Add hidden status to step items
    
    * [NUXE-155] Date Picker Patch 3 (#1125)
    
    * fixed readonly rails validation bug, created default onChange lambda
    
    * improved validation fix
    
    * rails form label fix
    
    * fixed simple form attribute mismatch
    
    * fixed mising commas in model class def
    
    * replicated improved null value handling from patch-4
    
    * removed dark doc examples
    
    * more unused doc example removal
    
    * cleaned helper js
    
    * alphas and timeout solution
    
    * cleaned up commented code, re-formatted dp helper js
    
    * removed test dp in filter kit, reworked boolean label logic
    
    * reverted alpha versioning
    
    * Typeahead with Pills (Rails) (#1104)
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * WIP: Typeahead w/ Pills (React)
    
    * WIP
    
    * Basic pub-sub working for add, remove and clear
    
    * Revert changes to index.js
    
    * Async options
    
    * Spec coverage
    
    * Add code example docs
    
    Co-authored-by: Jason Cypret <jason@jasoncypret.com>
    
    * [NUXE-55] Updated styles to button toolbar kit (#1129)
    
    * Updated styles to button toolbar kit
    
    * Updated spec doc
    
    * Fixed dark bug for react
    
    Fixed dark bug for react
    
    * Sass optimization
    
    Use spacing variables
    
    Border disappear when hovered
    
    Sass optimization
    
    Sass optimization
    
    Deleted some lines
    
    * Fixed sass variables
    
    * Sass optimization & update doc examples & update spec doc
    
    * Fix jenkins error
    
    * Adds HTML input options to PB toggle kit (#1112)
    
    * Pin dependencies (#1138)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Bump actionview from 5.2.4.3 to 5.2.4.4 (#1103)
    
    Bumps [actionview](https://github.com/rails/rails) from 5.2.4.3 to 5.2.4.4.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/actionview/CHANGELOG.md)
    - [Commits](rails/rails@v5.2.4.3...v5.2.4.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * [NUXE-80] - Add 'close' option to kit, with examples (#1142)
    
    * Add 'close' option to kit, with examples
    
    * Update style
    
    * Update default state
    
    * Update func name
    
    * Update class and fixedWidth
    
    * Use proper classname approach
    
    * Add fixed width to rails version to match react
    
    * Update toast styling
    
    * Refactor onclick conditional
    
    Co-authored-by: Cole Erikson <cole.erikson@powerhrg.com>
    
    * Update dependency mini-css-extract-plugin to v0.12.0 (#1140)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Update dependency copy-webpack-plugin to v6.2.0 (#1139)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Updated Changelog and Made Minor Adjustment to Changelog Rake
    
    * Updated padding & Borderless option created
    
    * Nav with image for icon added
    
    * _with_img_nav.md added
    
    * updated specs
    
    Co-authored-by: Stephen Marshall <smarshall1980@gmail.com>
    Co-authored-by: Brendan Huffman <bh247484@gmail.com>
    Co-authored-by: Rafael Garcia <rafael.garcia@powerhrg.com>
    Co-authored-by: Jasper Furniss <jasperfurniss@gmail.com>
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    Co-authored-by: Matthew Russell Dodds <matthew.dodds@powerhrg.com>
    Co-authored-by: Eva Louderback <50629488+evalouderback@users.noreply.github.com>
    Co-authored-by: Jon Zazula <djonyriz@gmail.com>
    Co-authored-by: Brendan Huffman <57693937+bh247484@users.noreply.github.com>
    Co-authored-by: Jason Cypret <jason@jasoncypret.com>
    Co-authored-by: Christina Tai <42459486+christinaatai@users.noreply.github.com>
    Co-authored-by: Idan Zonshein <64423490+idanzonshein@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cole Erikson <cole.erikson@powerhrg.com>
    17 people committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a07e020 View commit details
    Browse the repository at this point in the history
  7. [NUX-639] - Caption Kits to support block / Time Kit style updates (#…

    …1100)
    
    * Revert "Playbook v7.1.0 (#1143)" (#1148)
    
    This reverts commit f1efe55.
    
    * Solar Patch (#1149)
    
    * Solar Patch
    
    * syntax
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    
    * Cherry-picked and pushing Playbook v7.1.0 commit back into Master branch
    
    * Playbook Distribution Release (#834)
    
    * Update changelog
    
    * Changelog Generator 2.0 (#1136)
    
    * Changelog Generator 2.0
    
    * Updated PR Template
    
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    
    * Pin dependencies (#1138)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * Update caption to support block, update time kit structure/style
    
    * Remove extra additions.
    
    * removed CHANGELOG duplicate
    
    Co-authored-by: Jasper Furniss <jasperfurniss@gmail.com>
    Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
    Co-authored-by: Rafael Garcia <rafael.garcia@powerhrg.com>
    Co-authored-by: thestephenmarshall <smarshall1980@gmail.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Brendan Huffman <bh247484@gmail.com>
    8 people committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    734c0eb View commit details
    Browse the repository at this point in the history
  8. Revised

    Cole Erikson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9ae509b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Update design of Date Kit

    Cole Erikson committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    df939e2 View commit details
    Browse the repository at this point in the history
  2. update test, add deprecation in react

    Cole Erikson committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9b941e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Revised

    Cole Erikson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    005c40a View commit details
    Browse the repository at this point in the history
  2. Update design of Date Kit

    Cole Erikson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    755f0de View commit details
    Browse the repository at this point in the history
  3. update test, add deprecation in react

    Cole Erikson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3287652 View commit details
    Browse the repository at this point in the history
  4. Space

    Cole Erikson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3b2d950 View commit details
    Browse the repository at this point in the history
  5. Merge

    Cole Erikson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    af708c3 View commit details
    Browse the repository at this point in the history