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

HexColorInput: Allow #rgba and #rrggbbaa color formats #155

Merged
merged 3 commits into from
Sep 2, 2021

Conversation

omgovich
Copy link
Owner

@omgovich omgovich commented Aug 30, 2021

Closes #154

Foundation for #148

@omgovich omgovich self-assigned this Aug 30, 2021
@github-actions
Copy link

github-actions bot commented Aug 30, 2021

Size Change: +143 B (+3%)

Total Size: 4.42 kB

Filename Size Change
dist/index.module.js 4.42 kB +143 B (+3%)

compressed-size-action

@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2021

Codecov Report

Merging #155 (0faaa7f) into master (b48b62a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #155   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        34    +1     
  Lines          427       442   +15     
  Branches        63        69    +6     
=========================================
+ Hits           427       442   +15     
Impacted Files Coverage Δ
src/components/HexColorInput.tsx 100.00% <100.00%> (ø)
src/components/common/ColorInput.tsx 100.00% <100.00%> (ø)
src/utils/validate.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b48b62a...0faaa7f. Read the comment docs.

@omgovich omgovich force-pushed the feature/input-alpha branch from 4917843 to 1faa6be Compare September 2, 2021 14:54
@omgovich omgovich merged commit 09704c9 into master Sep 2, 2021
@omgovich omgovich deleted the feature/input-alpha branch September 2, 2021 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for transparency in HexColorInput
2 participants