Skip to content

Commit

Permalink
Fix #72 - Hue component slider drifting in the wrap color picker example
Browse files Browse the repository at this point in the history
  • Loading branch information
pIvan committed Oct 22, 2023
1 parent 39d7d21 commit e387999
Show file tree
Hide file tree
Showing 25 changed files with 6,137 additions and 5,386 deletions.
2 changes: 1 addition & 1 deletion docs/3rdpartylicenses.txt
Expand Up @@ -251,7 +251,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2010-2022 Google LLC. https://angular.io/license
Copyright (c) 2010-2023 Google LLC. https://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 additions & 5 deletions docs/index.html
@@ -1,12 +1,13 @@
<!DOCTYPE html><html lang="en"><head>
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>NgxColorPicker</title>
<base href="/ngx-color-picker/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>body{background-color:#f3f3f3}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}</style><link rel="stylesheet" href="styles.7068ef0f53eba348.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.7068ef0f53eba348.css"></noscript></head>
<style>body{background-color:#f3f3f3}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}</style><link rel="stylesheet" href="styles.7a4f3380bc8391e2.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.7a4f3380bc8391e2.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.ac01e6708db7eaa4.js" type="module"></script><script src="polyfills.eb0d5756d67c3e32.js" type="module"></script><script src="main.eb22d214897923af.js" type="module"></script>

</body></html>
<script src="runtime.ac01e6708db7eaa4.js" type="module"></script><script src="polyfills.cd6f0a1ed63abb3d.js" type="module"></script><script src="main.83038da50f230fe2.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions docs/main.83038da50f230fe2.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.eb22d214897923af.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.cd6f0a1ed63abb3d.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.eb0d5756d67c3e32.js

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit e387999

Please sign in to comment.