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

calendar - update light and dark schemas according to new design #300

Merged
merged 19 commits into from
Jul 31, 2024

Conversation

desig9stein
Copy link
Contributor

sass/themes/schemas/components/dark/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/dark/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/dark/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/dark/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/dark/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/light/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/light/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/light/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/light/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/light/_calendar.scss Outdated Show resolved Hide resolved
desig9stein and others added 12 commits July 12, 2024 10:15
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
/// @prop {Color} date-special-border-color [transparent] - The outline color around a special date.
/// @prop {Color} date-special-hover-border-color [transparent] - The outline color around a special date.
/// @prop {Map} date-special-border-color [color: ('primary', 500)] - The outline color around a special date.
/// @prop {Map} date-special-hover-border-color [color: ('primary', 600)] - The :hover outline color around a special date.
/// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property is duplicated - see line 1997

/// @prop {Color} date-special-border-color [transparent] - The outline color around a special date.
/// @prop {Color} date-special-hover-border-color [transparent] - The outline color around a special date.
/// @prop {Map} date-special-border-color [color: ('primary', 500)] - The outline color around a special date.
/// @prop {Map} date-special-hover-border-color [color: ('primary', 600)] - The :hover outline color around a special date.
/// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year.
/// @prop {Map} ym-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the current/selected month/year.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above - see line 1998

sass/themes/schemas/components/light/_calendar.scss Outdated Show resolved Hide resolved
sass/themes/schemas/components/dark/_calendar.scss Outdated Show resolved Hide resolved
desig9stein and others added 4 commits July 17, 2024 10:20
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
@SisIvanova SisIvanova added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Jul 29, 2024
@simeonoff simeonoff changed the base branch from master to 10.1.x July 31, 2024 10:12
@simeonoff simeonoff merged commit 42b2207 into 10.1.x Jul 31, 2024
2 checks passed
@simeonoff simeonoff deleted the mpopov/indigo-calendar-updates branch July 31, 2024 10:33
github-merge-queue bot pushed a commit that referenced this pull request Sep 20, 2024
… Select (#310)

* refactor(json): don't log out a comment with no context (#217)

* Indigo: Add grid-related updates (#303)

* refactor(combo, select): update indigo colors (#305)

* calendar - update light and dark schemas according to new design (#300)

* calendar - fix indigo colors for light and dark schemas (#320)

* refactor(combo, select): update indigo color props

* indigo calendar fixes (#321)

* fix(calendar): fix indigo schema colors (#322)

* refactor(grid): update indigo colors (#323)

* refactor(combo): update clear icon colors for dark indigo

* Update indigo grid schemas (#331)

* refactor(grid): update schema colors

* refactor(grid): make sure that row odd and event text color inherit their value from content-text-color

make sure that content-text-color is set to gra 900

* feat(grid): update schema colors

* feat(grid): update schema colors

* fix(grid): remove content-text-color form indigo schema since it has to be gray 800 in light theme.

* fix(grid): Update indigo schema colors

* refactor(grid): fix row drag bg colors

---------

Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com>
Co-authored-by: desig9stein <mspopovv@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calendar indigo-theme schemas version: 10.1.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indigo Theme Calendar Improvements
3 participants