Skip to content

Commit

Permalink
issue-#4 - Added 'next', 'react', and 'react-dom' dev-deps.
Browse files Browse the repository at this point in the history
- Ran 'pnpm build'.
  • Loading branch information
elycruz committed May 2, 2023
1 parent 3b56bea commit 8df9dbf
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 182 deletions.
364 changes: 182 additions & 182 deletions css/modules/colors/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,188 +5,188 @@
*/

:root {
--x-primary-color-0: hsl(256deg, 72%, 0%);
--x-primary-color-with-alpha-0: hsla(256deg, 72%, 0%, 100.00%);
--x-primary-color-1: hsl(256deg, 72%, 10%);
--x-primary-color-with-alpha-1: hsla(256deg, 72%, 10%, 90.00%);
--x-primary-color-2: hsl(256deg, 72%, 20%);
--x-primary-color-with-alpha-2: hsla(256deg, 72%, 20%, 80.00%);
--x-primary-color-3: hsl(256deg, 72%, 30%);
--x-primary-color-with-alpha-3: hsla(256deg, 72%, 30%, 70.00%);
--x-primary-color-4: hsl(256deg, 72%, 40%);
--x-primary-color-with-alpha-4: hsla(256deg, 72%, 40%, 60.00%);
--x-primary-color-5: hsl(256deg, 72%, 50%);
--x-primary-color-with-alpha-5: hsla(256deg, 72%, 50%, 50.00%);
--x-primary-color-6: hsl(256deg, 72%, 60%);
--x-primary-color-with-alpha-6: hsla(256deg, 72%, 60%, 40.00%);
--x-primary-color-7: hsl(256deg, 72%, 70%);
--x-primary-color-with-alpha-7: hsla(256deg, 72%, 70%, 30.00%);
--x-primary-color-8: hsl(256deg, 72%, 80%);
--x-primary-color-with-alpha-8: hsla(256deg, 72%, 80%, 20.00%);
--x-primary-color-9: hsl(256deg, 72%, 90%);
--x-primary-color-with-alpha-9: hsla(256deg, 72%, 90%, 10.00%);
--x-primary-color-10: hsl(256deg, 72%, 95%);
--x-primary-color-with-alpha-10: hsla(256deg, 72%, 95%, 5.00%);
--x-primary-color-11: hsl(256deg, 72%, 99%);
--x-primary-color-with-alpha-11: hsla(256deg, 72%, 99%, 1.00%);
--x-primary-color-12: hsl(256deg, 72%, 100%);
--x-primary-color-with-alpha-12: hsla(256deg, 72%, 100%, 0.00%);
--x-secondary-color-0: hsl(300deg, 72%, 0%);
--x-secondary-color-with-alpha-0: hsla(300deg, 72%, 0%, 100.00%);
--x-secondary-color-1: hsl(300deg, 72%, 10%);
--x-secondary-color-with-alpha-1: hsla(300deg, 72%, 10%, 90.00%);
--x-secondary-color-2: hsl(300deg, 72%, 20%);
--x-secondary-color-with-alpha-2: hsla(300deg, 72%, 20%, 80.00%);
--x-secondary-color-3: hsl(300deg, 72%, 30%);
--x-secondary-color-with-alpha-3: hsla(300deg, 72%, 30%, 70.00%);
--x-secondary-color-4: hsl(300deg, 72%, 40%);
--x-secondary-color-with-alpha-4: hsla(300deg, 72%, 40%, 60.00%);
--x-secondary-color-5: hsl(300deg, 72%, 50%);
--x-secondary-color-with-alpha-5: hsla(300deg, 72%, 50%, 50.00%);
--x-secondary-color-6: hsl(300deg, 72%, 60%);
--x-secondary-color-with-alpha-6: hsla(300deg, 72%, 60%, 40.00%);
--x-secondary-color-7: hsl(300deg, 72%, 70%);
--x-secondary-color-with-alpha-7: hsla(300deg, 72%, 70%, 30.00%);
--x-secondary-color-8: hsl(300deg, 72%, 80%);
--x-secondary-color-with-alpha-8: hsla(300deg, 72%, 80%, 20.00%);
--x-secondary-color-9: hsl(300deg, 72%, 90%);
--x-secondary-color-with-alpha-9: hsla(300deg, 72%, 90%, 10.00%);
--x-secondary-color-10: hsl(300deg, 72%, 95%);
--x-secondary-color-with-alpha-10: hsla(300deg, 72%, 95%, 5.00%);
--x-secondary-color-11: hsl(300deg, 72%, 99%);
--x-secondary-color-with-alpha-11: hsla(300deg, 72%, 99%, 1.00%);
--x-secondary-color-12: hsl(300deg, 72%, 100%);
--x-secondary-color-with-alpha-12: hsla(300deg, 72%, 100%, 0.00%);
--x-success-color-0: hsl(120deg, 72%, 0%);
--x-success-color-with-alpha-0: hsla(120deg, 72%, 0%, 100.00%);
--x-success-color-1: hsl(120deg, 72%, 10%);
--x-success-color-with-alpha-1: hsla(120deg, 72%, 10%, 90.00%);
--x-success-color-2: hsl(120deg, 72%, 20%);
--x-success-color-with-alpha-2: hsla(120deg, 72%, 20%, 80.00%);
--x-success-color-3: hsl(120deg, 72%, 30%);
--x-success-color-with-alpha-3: hsla(120deg, 72%, 30%, 70.00%);
--x-success-color-4: hsl(120deg, 72%, 40%);
--x-success-color-with-alpha-4: hsla(120deg, 72%, 40%, 60.00%);
--x-success-color-5: hsl(120deg, 72%, 50%);
--x-success-color-with-alpha-5: hsla(120deg, 72%, 50%, 50.00%);
--x-success-color-6: hsl(120deg, 72%, 60%);
--x-success-color-with-alpha-6: hsla(120deg, 72%, 60%, 40.00%);
--x-success-color-7: hsl(120deg, 72%, 70%);
--x-success-color-with-alpha-7: hsla(120deg, 72%, 70%, 30.00%);
--x-success-color-8: hsl(120deg, 72%, 80%);
--x-success-color-with-alpha-8: hsla(120deg, 72%, 80%, 20.00%);
--x-success-color-9: hsl(120deg, 72%, 90%);
--x-success-color-with-alpha-9: hsla(120deg, 72%, 90%, 10.00%);
--x-success-color-10: hsl(120deg, 72%, 95%);
--x-success-color-with-alpha-10: hsla(120deg, 72%, 95%, 5.00%);
--x-success-color-11: hsl(120deg, 72%, 99%);
--x-success-color-with-alpha-11: hsla(120deg, 72%, 99%, 1.00%);
--x-success-color-12: hsl(120deg, 72%, 100%);
--x-success-color-with-alpha-12: hsla(120deg, 72%, 100%, 0.00%);
--x-info-color-0: hsl(180deg, 72%, 0%);
--x-info-color-with-alpha-0: hsla(180deg, 72%, 0%, 100.00%);
--x-info-color-1: hsl(180deg, 72%, 10%);
--x-info-color-with-alpha-1: hsla(180deg, 72%, 10%, 90.00%);
--x-info-color-2: hsl(180deg, 72%, 20%);
--x-info-color-with-alpha-2: hsla(180deg, 72%, 20%, 80.00%);
--x-info-color-3: hsl(180deg, 72%, 30%);
--x-info-color-with-alpha-3: hsla(180deg, 72%, 30%, 70.00%);
--x-info-color-4: hsl(180deg, 72%, 40%);
--x-info-color-with-alpha-4: hsla(180deg, 72%, 40%, 60.00%);
--x-info-color-5: hsl(180deg, 72%, 50%);
--x-info-color-with-alpha-5: hsla(180deg, 72%, 50%, 50.00%);
--x-info-color-6: hsl(180deg, 72%, 60%);
--x-info-color-with-alpha-6: hsla(180deg, 72%, 60%, 40.00%);
--x-info-color-7: hsl(180deg, 72%, 70%);
--x-info-color-with-alpha-7: hsla(180deg, 72%, 70%, 30.00%);
--x-info-color-8: hsl(180deg, 72%, 80%);
--x-info-color-with-alpha-8: hsla(180deg, 72%, 80%, 20.00%);
--x-info-color-9: hsl(180deg, 72%, 90%);
--x-info-color-with-alpha-9: hsla(180deg, 72%, 90%, 10.00%);
--x-info-color-10: hsl(180deg, 72%, 95%);
--x-info-color-with-alpha-10: hsla(180deg, 72%, 95%, 5.00%);
--x-info-color-11: hsl(180deg, 72%, 99%);
--x-info-color-with-alpha-11: hsla(180deg, 72%, 99%, 1.00%);
--x-info-color-12: hsl(180deg, 72%, 100%);
--x-info-color-with-alpha-12: hsla(180deg, 72%, 100%, 0.00%);
--x-warning-color-0: hsl(30deg, 72%, 0%);
--x-warning-color-with-alpha-0: hsla(30deg, 72%, 0%, 100.00%);
--x-warning-color-1: hsl(30deg, 72%, 10%);
--x-warning-color-with-alpha-1: hsla(30deg, 72%, 10%, 90.00%);
--x-warning-color-2: hsl(30deg, 72%, 20%);
--x-warning-color-with-alpha-2: hsla(30deg, 72%, 20%, 80.00%);
--x-warning-color-3: hsl(30deg, 72%, 30%);
--x-warning-color-with-alpha-3: hsla(30deg, 72%, 30%, 70.00%);
--x-warning-color-4: hsl(30deg, 72%, 40%);
--x-warning-color-with-alpha-4: hsla(30deg, 72%, 40%, 60.00%);
--x-warning-color-5: hsl(30deg, 72%, 50%);
--x-warning-color-with-alpha-5: hsla(30deg, 72%, 50%, 50.00%);
--x-warning-color-6: hsl(30deg, 72%, 60%);
--x-warning-color-with-alpha-6: hsla(30deg, 72%, 60%, 40.00%);
--x-warning-color-7: hsl(30deg, 72%, 70%);
--x-warning-color-with-alpha-7: hsla(30deg, 72%, 70%, 30.00%);
--x-warning-color-8: hsl(30deg, 72%, 80%);
--x-warning-color-with-alpha-8: hsla(30deg, 72%, 80%, 20.00%);
--x-warning-color-9: hsl(30deg, 72%, 90%);
--x-warning-color-with-alpha-9: hsla(30deg, 72%, 90%, 10.00%);
--x-warning-color-10: hsl(30deg, 72%, 95%);
--x-warning-color-with-alpha-10: hsla(30deg, 72%, 95%, 5.00%);
--x-warning-color-11: hsl(30deg, 72%, 99%);
--x-warning-color-with-alpha-11: hsla(30deg, 72%, 99%, 1.00%);
--x-warning-color-12: hsl(30deg, 72%, 100%);
--x-warning-color-with-alpha-12: hsla(30deg, 72%, 100%, 0.00%);
--x-danger-color-0: hsl(0deg, 72%, 0%);
--x-danger-color-with-alpha-0: hsla(0deg, 72%, 0%, 100.00%);
--x-danger-color-1: hsl(0deg, 72%, 10%);
--x-danger-color-with-alpha-1: hsla(0deg, 72%, 10%, 90.00%);
--x-danger-color-2: hsl(0deg, 72%, 20%);
--x-danger-color-with-alpha-2: hsla(0deg, 72%, 20%, 80.00%);
--x-danger-color-3: hsl(0deg, 72%, 30%);
--x-danger-color-with-alpha-3: hsla(0deg, 72%, 30%, 70.00%);
--x-danger-color-4: hsl(0deg, 72%, 40%);
--x-danger-color-with-alpha-4: hsla(0deg, 72%, 40%, 60.00%);
--x-danger-color-5: hsl(0deg, 72%, 50%);
--x-danger-color-with-alpha-5: hsla(0deg, 72%, 50%, 50.00%);
--x-danger-color-6: hsl(0deg, 72%, 60%);
--x-danger-color-with-alpha-6: hsla(0deg, 72%, 60%, 40.00%);
--x-danger-color-7: hsl(0deg, 72%, 70%);
--x-danger-color-with-alpha-7: hsla(0deg, 72%, 70%, 30.00%);
--x-danger-color-8: hsl(0deg, 72%, 80%);
--x-danger-color-with-alpha-8: hsla(0deg, 72%, 80%, 20.00%);
--x-danger-color-9: hsl(0deg, 72%, 90%);
--x-danger-color-with-alpha-9: hsla(0deg, 72%, 90%, 10.00%);
--x-danger-color-10: hsl(0deg, 72%, 95%);
--x-danger-color-with-alpha-10: hsla(0deg, 72%, 95%, 5.00%);
--x-danger-color-11: hsl(0deg, 72%, 99%);
--x-danger-color-with-alpha-11: hsla(0deg, 72%, 99%, 1.00%);
--x-danger-color-12: hsl(0deg, 72%, 100%);
--x-danger-color-with-alpha-12: hsla(0deg, 72%, 100%, 0.00%);
--x-neutral-color-0: hsl(0deg, 0%, 0%);
--x-neutral-color-with-alpha-0: hsla(0deg, 0%, 0%, 100.00%);
--x-neutral-color-1: hsl(0deg, 0%, 10%);
--x-neutral-color-with-alpha-1: hsla(0deg, 0%, 10%, 90.00%);
--x-neutral-color-2: hsl(0deg, 0%, 20%);
--x-neutral-color-with-alpha-2: hsla(0deg, 0%, 20%, 80.00%);
--x-neutral-color-3: hsl(0deg, 0%, 30%);
--x-neutral-color-with-alpha-3: hsla(0deg, 0%, 30%, 70.00%);
--x-neutral-color-4: hsl(0deg, 0%, 40%);
--x-neutral-color-with-alpha-4: hsla(0deg, 0%, 40%, 60.00%);
--x-neutral-color-5: hsl(0deg, 0%, 50%);
--x-neutral-color-with-alpha-5: hsla(0deg, 0%, 50%, 50.00%);
--x-neutral-color-6: hsl(0deg, 0%, 60%);
--x-neutral-color-with-alpha-6: hsla(0deg, 0%, 60%, 40.00%);
--x-neutral-color-7: hsl(0deg, 0%, 70%);
--x-neutral-color-with-alpha-7: hsla(0deg, 0%, 70%, 30.00%);
--x-neutral-color-8: hsl(0deg, 0%, 80%);
--x-neutral-color-with-alpha-8: hsla(0deg, 0%, 80%, 20.00%);
--x-neutral-color-9: hsl(0deg, 0%, 90%);
--x-neutral-color-with-alpha-9: hsla(0deg, 0%, 90%, 10.00%);
--x-neutral-color-10: hsl(0deg, 0%, 95%);
--x-neutral-color-with-alpha-10: hsla(0deg, 0%, 95%, 5.00%);
--x-neutral-color-11: hsl(0deg, 0%, 99%);
--x-neutral-color-with-alpha-11: hsla(0deg, 0%, 99%, 1.00%);
--x-neutral-color-12: hsl(0deg, 0%, 100%);
--x-neutral-color-with-alpha-12: hsla(0deg, 0%, 100%, 0.00%);
--x-primary-color-0: hsl(256deg 72% 0%);
--x-primary-color-with-alpha-0: hsla(256deg 72% 0% 100.00%);
--x-primary-color-1: hsl(256deg 72% 10%);
--x-primary-color-with-alpha-1: hsla(256deg 72% 10% 90.00%);
--x-primary-color-2: hsl(256deg 72% 20%);
--x-primary-color-with-alpha-2: hsla(256deg 72% 20% 80.00%);
--x-primary-color-3: hsl(256deg 72% 30%);
--x-primary-color-with-alpha-3: hsla(256deg 72% 30% 70.00%);
--x-primary-color-4: hsl(256deg 72% 40%);
--x-primary-color-with-alpha-4: hsla(256deg 72% 40% 60.00%);
--x-primary-color-5: hsl(256deg 72% 50%);
--x-primary-color-with-alpha-5: hsla(256deg 72% 50% 50.00%);
--x-primary-color-6: hsl(256deg 72% 60%);
--x-primary-color-with-alpha-6: hsla(256deg 72% 60% 40.00%);
--x-primary-color-7: hsl(256deg 72% 70%);
--x-primary-color-with-alpha-7: hsla(256deg 72% 70% 30.00%);
--x-primary-color-8: hsl(256deg 72% 80%);
--x-primary-color-with-alpha-8: hsla(256deg 72% 80% 20.00%);
--x-primary-color-9: hsl(256deg 72% 90%);
--x-primary-color-with-alpha-9: hsla(256deg 72% 90% 10.00%);
--x-primary-color-10: hsl(256deg 72% 95%);
--x-primary-color-with-alpha-10: hsla(256deg 72% 95% 5.00%);
--x-primary-color-11: hsl(256deg 72% 99%);
--x-primary-color-with-alpha-11: hsla(256deg 72% 99% 1.00%);
--x-primary-color-12: hsl(256deg 72% 100%);
--x-primary-color-with-alpha-12: hsla(256deg 72% 100% 0.00%);
--x-secondary-color-0: hsl(300deg 72% 0%);
--x-secondary-color-with-alpha-0: hsla(300deg 72% 0% 100.00%);
--x-secondary-color-1: hsl(300deg 72% 10%);
--x-secondary-color-with-alpha-1: hsla(300deg 72% 10% 90.00%);
--x-secondary-color-2: hsl(300deg 72% 20%);
--x-secondary-color-with-alpha-2: hsla(300deg 72% 20% 80.00%);
--x-secondary-color-3: hsl(300deg 72% 30%);
--x-secondary-color-with-alpha-3: hsla(300deg 72% 30% 70.00%);
--x-secondary-color-4: hsl(300deg 72% 40%);
--x-secondary-color-with-alpha-4: hsla(300deg 72% 40% 60.00%);
--x-secondary-color-5: hsl(300deg 72% 50%);
--x-secondary-color-with-alpha-5: hsla(300deg 72% 50% 50.00%);
--x-secondary-color-6: hsl(300deg 72% 60%);
--x-secondary-color-with-alpha-6: hsla(300deg 72% 60% 40.00%);
--x-secondary-color-7: hsl(300deg 72% 70%);
--x-secondary-color-with-alpha-7: hsla(300deg 72% 70% 30.00%);
--x-secondary-color-8: hsl(300deg 72% 80%);
--x-secondary-color-with-alpha-8: hsla(300deg 72% 80% 20.00%);
--x-secondary-color-9: hsl(300deg 72% 90%);
--x-secondary-color-with-alpha-9: hsla(300deg 72% 90% 10.00%);
--x-secondary-color-10: hsl(300deg 72% 95%);
--x-secondary-color-with-alpha-10: hsla(300deg 72% 95% 5.00%);
--x-secondary-color-11: hsl(300deg 72% 99%);
--x-secondary-color-with-alpha-11: hsla(300deg 72% 99% 1.00%);
--x-secondary-color-12: hsl(300deg 72% 100%);
--x-secondary-color-with-alpha-12: hsla(300deg 72% 100% 0.00%);
--x-success-color-0: hsl(120deg 72% 0%);
--x-success-color-with-alpha-0: hsla(120deg 72% 0% 100.00%);
--x-success-color-1: hsl(120deg 72% 10%);
--x-success-color-with-alpha-1: hsla(120deg 72% 10% 90.00%);
--x-success-color-2: hsl(120deg 72% 20%);
--x-success-color-with-alpha-2: hsla(120deg 72% 20% 80.00%);
--x-success-color-3: hsl(120deg 72% 30%);
--x-success-color-with-alpha-3: hsla(120deg 72% 30% 70.00%);
--x-success-color-4: hsl(120deg 72% 40%);
--x-success-color-with-alpha-4: hsla(120deg 72% 40% 60.00%);
--x-success-color-5: hsl(120deg 72% 50%);
--x-success-color-with-alpha-5: hsla(120deg 72% 50% 50.00%);
--x-success-color-6: hsl(120deg 72% 60%);
--x-success-color-with-alpha-6: hsla(120deg 72% 60% 40.00%);
--x-success-color-7: hsl(120deg 72% 70%);
--x-success-color-with-alpha-7: hsla(120deg 72% 70% 30.00%);
--x-success-color-8: hsl(120deg 72% 80%);
--x-success-color-with-alpha-8: hsla(120deg 72% 80% 20.00%);
--x-success-color-9: hsl(120deg 72% 90%);
--x-success-color-with-alpha-9: hsla(120deg 72% 90% 10.00%);
--x-success-color-10: hsl(120deg 72% 95%);
--x-success-color-with-alpha-10: hsla(120deg 72% 95% 5.00%);
--x-success-color-11: hsl(120deg 72% 99%);
--x-success-color-with-alpha-11: hsla(120deg 72% 99% 1.00%);
--x-success-color-12: hsl(120deg 72% 100%);
--x-success-color-with-alpha-12: hsla(120deg 72% 100% 0.00%);
--x-info-color-0: hsl(180deg 72% 0%);
--x-info-color-with-alpha-0: hsla(180deg 72% 0% 100.00%);
--x-info-color-1: hsl(180deg 72% 10%);
--x-info-color-with-alpha-1: hsla(180deg 72% 10% 90.00%);
--x-info-color-2: hsl(180deg 72% 20%);
--x-info-color-with-alpha-2: hsla(180deg 72% 20% 80.00%);
--x-info-color-3: hsl(180deg 72% 30%);
--x-info-color-with-alpha-3: hsla(180deg 72% 30% 70.00%);
--x-info-color-4: hsl(180deg 72% 40%);
--x-info-color-with-alpha-4: hsla(180deg 72% 40% 60.00%);
--x-info-color-5: hsl(180deg 72% 50%);
--x-info-color-with-alpha-5: hsla(180deg 72% 50% 50.00%);
--x-info-color-6: hsl(180deg 72% 60%);
--x-info-color-with-alpha-6: hsla(180deg 72% 60% 40.00%);
--x-info-color-7: hsl(180deg 72% 70%);
--x-info-color-with-alpha-7: hsla(180deg 72% 70% 30.00%);
--x-info-color-8: hsl(180deg 72% 80%);
--x-info-color-with-alpha-8: hsla(180deg 72% 80% 20.00%);
--x-info-color-9: hsl(180deg 72% 90%);
--x-info-color-with-alpha-9: hsla(180deg 72% 90% 10.00%);
--x-info-color-10: hsl(180deg 72% 95%);
--x-info-color-with-alpha-10: hsla(180deg 72% 95% 5.00%);
--x-info-color-11: hsl(180deg 72% 99%);
--x-info-color-with-alpha-11: hsla(180deg 72% 99% 1.00%);
--x-info-color-12: hsl(180deg 72% 100%);
--x-info-color-with-alpha-12: hsla(180deg 72% 100% 0.00%);
--x-warning-color-0: hsl(30deg 72% 0%);
--x-warning-color-with-alpha-0: hsla(30deg 72% 0% 100.00%);
--x-warning-color-1: hsl(30deg 72% 10%);
--x-warning-color-with-alpha-1: hsla(30deg 72% 10% 90.00%);
--x-warning-color-2: hsl(30deg 72% 20%);
--x-warning-color-with-alpha-2: hsla(30deg 72% 20% 80.00%);
--x-warning-color-3: hsl(30deg 72% 30%);
--x-warning-color-with-alpha-3: hsla(30deg 72% 30% 70.00%);
--x-warning-color-4: hsl(30deg 72% 40%);
--x-warning-color-with-alpha-4: hsla(30deg 72% 40% 60.00%);
--x-warning-color-5: hsl(30deg 72% 50%);
--x-warning-color-with-alpha-5: hsla(30deg 72% 50% 50.00%);
--x-warning-color-6: hsl(30deg 72% 60%);
--x-warning-color-with-alpha-6: hsla(30deg 72% 60% 40.00%);
--x-warning-color-7: hsl(30deg 72% 70%);
--x-warning-color-with-alpha-7: hsla(30deg 72% 70% 30.00%);
--x-warning-color-8: hsl(30deg 72% 80%);
--x-warning-color-with-alpha-8: hsla(30deg 72% 80% 20.00%);
--x-warning-color-9: hsl(30deg 72% 90%);
--x-warning-color-with-alpha-9: hsla(30deg 72% 90% 10.00%);
--x-warning-color-10: hsl(30deg 72% 95%);
--x-warning-color-with-alpha-10: hsla(30deg 72% 95% 5.00%);
--x-warning-color-11: hsl(30deg 72% 99%);
--x-warning-color-with-alpha-11: hsla(30deg 72% 99% 1.00%);
--x-warning-color-12: hsl(30deg 72% 100%);
--x-warning-color-with-alpha-12: hsla(30deg 72% 100% 0.00%);
--x-danger-color-0: hsl(0deg 72% 0%);
--x-danger-color-with-alpha-0: hsla(0deg 72% 0% 100.00%);
--x-danger-color-1: hsl(0deg 72% 10%);
--x-danger-color-with-alpha-1: hsla(0deg 72% 10% 90.00%);
--x-danger-color-2: hsl(0deg 72% 20%);
--x-danger-color-with-alpha-2: hsla(0deg 72% 20% 80.00%);
--x-danger-color-3: hsl(0deg 72% 30%);
--x-danger-color-with-alpha-3: hsla(0deg 72% 30% 70.00%);
--x-danger-color-4: hsl(0deg 72% 40%);
--x-danger-color-with-alpha-4: hsla(0deg 72% 40% 60.00%);
--x-danger-color-5: hsl(0deg 72% 50%);
--x-danger-color-with-alpha-5: hsla(0deg 72% 50% 50.00%);
--x-danger-color-6: hsl(0deg 72% 60%);
--x-danger-color-with-alpha-6: hsla(0deg 72% 60% 40.00%);
--x-danger-color-7: hsl(0deg 72% 70%);
--x-danger-color-with-alpha-7: hsla(0deg 72% 70% 30.00%);
--x-danger-color-8: hsl(0deg 72% 80%);
--x-danger-color-with-alpha-8: hsla(0deg 72% 80% 20.00%);
--x-danger-color-9: hsl(0deg 72% 90%);
--x-danger-color-with-alpha-9: hsla(0deg 72% 90% 10.00%);
--x-danger-color-10: hsl(0deg 72% 95%);
--x-danger-color-with-alpha-10: hsla(0deg 72% 95% 5.00%);
--x-danger-color-11: hsl(0deg 72% 99%);
--x-danger-color-with-alpha-11: hsla(0deg 72% 99% 1.00%);
--x-danger-color-12: hsl(0deg 72% 100%);
--x-danger-color-with-alpha-12: hsla(0deg 72% 100% 0.00%);
--x-neutral-color-0: hsl(0deg 0% 0%);
--x-neutral-color-with-alpha-0: hsla(0deg 0% 0% 100.00%);
--x-neutral-color-1: hsl(0deg 0% 10%);
--x-neutral-color-with-alpha-1: hsla(0deg 0% 10% 90.00%);
--x-neutral-color-2: hsl(0deg 0% 20%);
--x-neutral-color-with-alpha-2: hsla(0deg 0% 20% 80.00%);
--x-neutral-color-3: hsl(0deg 0% 30%);
--x-neutral-color-with-alpha-3: hsla(0deg 0% 30% 70.00%);
--x-neutral-color-4: hsl(0deg 0% 40%);
--x-neutral-color-with-alpha-4: hsla(0deg 0% 40% 60.00%);
--x-neutral-color-5: hsl(0deg 0% 50%);
--x-neutral-color-with-alpha-5: hsla(0deg 0% 50% 50.00%);
--x-neutral-color-6: hsl(0deg 0% 60%);
--x-neutral-color-with-alpha-6: hsla(0deg 0% 60% 40.00%);
--x-neutral-color-7: hsl(0deg 0% 70%);
--x-neutral-color-with-alpha-7: hsla(0deg 0% 70% 30.00%);
--x-neutral-color-8: hsl(0deg 0% 80%);
--x-neutral-color-with-alpha-8: hsla(0deg 0% 80% 20.00%);
--x-neutral-color-9: hsl(0deg 0% 90%);
--x-neutral-color-with-alpha-9: hsla(0deg 0% 90% 10.00%);
--x-neutral-color-10: hsl(0deg 0% 95%);
--x-neutral-color-with-alpha-10: hsla(0deg 0% 95% 5.00%);
--x-neutral-color-11: hsl(0deg 0% 99%);
--x-neutral-color-with-alpha-11: hsla(0deg 0% 99% 1.00%);
--x-neutral-color-12: hsl(0deg 0% 100%);
--x-neutral-color-with-alpha-12: hsla(0deg 0% 100% 0.00%);

--x-field: Field;
}
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"homepage": "https://github.com/elycruz/atomic-ui-js#readme",
"devDependencies": {
"eslint": "^8.39.0",
"next": "^13.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.21.2",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0",
Expand Down
Loading

0 comments on commit 8df9dbf

Please sign in to comment.