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

[mercury][button] Update "destructive" colors, Include "success" primary button, and Include "icon only" primary and secondary buttons. #480

Merged
merged 32 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
71f9b9b
`[mercury][showcase]` Update showcase files
bsastregx Feb 14, 2025
36a66af
`[mercury][label]` Fix label font style
bsastregx Feb 14, 2025
8e6ef35
`[mercury][tokens]` Update error/destructive tokens
bsastregx Feb 14, 2025
a1c33ac
Merge branch 'main' into mercury/update-buttons
bsastregx Feb 15, 2025
be04fd2
Merge branch 'main' into mercury/update-buttons
bsastregx Feb 15, 2025
9b7cc97
`[mercury][tokens]` Update, and error color tokens
bsastregx Feb 15, 2025
f166bf5
`[mercury][button-secondary]` Update destructive tokens
bsastregx Feb 15, 2025
1a56e5b
`[mercury][button]` Add success button
bsastregx Feb 15, 2025
36777b5
`[mercury][spinner]` Pass colors as parameters
bsastregx Feb 16, 2025
a7514c8
`[mercury][button]` Add primary with loader
bsastregx Feb 16, 2025
dac75a5
`[mercury][spinner]` Use border side variable in mixin
bsastregx Feb 16, 2025
81719aa
`[mercury][button]` Add "button loader only"
bsastregx Feb 16, 2025
367e8c9
`[mercury][control]` Use variable in `block-size` calc
bsastregx Feb 16, 2025
0099546
`[mercury][button]` Add secondary "spinner" types
bsastregx Feb 16, 2025
1a2416c
`[mercury]` Update old showcase files
bsastregx Feb 16, 2025
fb4c274
`[showcase][button]` Create `common.ts` to avoid repetition
bsastregx Feb 16, 2025
6ff7003
`[showcase][button]` Include button primary "loader" cases
bsastregx Feb 16, 2025
f327ac6
`[showcase][button]` Include button secondary "loader" cases
bsastregx Feb 16, 2025
6c2e5d9
`[showcase][button]` Include button primary "success" case
bsastregx Feb 16, 2025
7e5f70d
`[showcase][button]` Include button primary icon only
bsastregx Feb 17, 2025
58c1e50
`[showcase][button]` Include button secondary "icon only" case
bsastregx Feb 17, 2025
2298786
`[showcase][button]` Include secondary icon only and fix primery icon…
bsastregx Feb 17, 2025
1801654
`[showcase][button]` Improve icon src metadata by setting the appropr…
bsastregx Feb 17, 2025
d8ba2c2
`[mercury]` Update old showcase files
bsastregx Feb 17, 2025
6a532b8
Merge branch 'main' into mercury/update-buttons
bsastregx Mar 5, 2025
15649b4
Create yarn.lock
bsastregx Mar 5, 2025
479817a
Merge branch 'main' into mercury/update-buttons
bsastregx Mar 11, 2025
b333de3
`[mercury/button][showcase]` Comment "Button with loader" until the i…
bsastregx Mar 18, 2025
c32d70f
`[showcase][button]` Fix cases numbers
bsastregx Mar 18, 2025
046ebad
Merge branch 'main' into mercury/update-buttons
bsastregx Mar 18, 2025
cc64630
Merge branch 'main' into mercury/update-buttons
bsastregx Apr 2, 2025
cc246fe
`[mercury][button][segmented-control]` Fix build due to missing param…
bsastregx Apr 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/mercury/showcase/all.css

This file was deleted.

4 changes: 2 additions & 2 deletions packages/mercury/showcase/assets/scripts/scripts-header.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { BUTTON_ICONS } from "./icons-showcase-paths.js";
// All definitions in this script are used for local testing purposes
// only. The IDE Web's SDK implements all this and more
import { defineCustomElements } from "https://unpkg.com/@genexus/chameleon-controls-library@6.0.0-next.55/dist/esm/loader.js";
import { defineCustomElements } from "https://unpkg.com/@genexus/chameleon-controls-library@6.2.0/dist/esm/loader.js";

import { registryProperty } from "https://unpkg.com/@genexus/chameleon-controls-library@6.0.0-next.55/dist/esm/index.js";
import { registryProperty } from "https://unpkg.com/@genexus/chameleon-controls-library@6.2.0/dist/esm/index.js";

import {
getImagePathCallbackDefinitions,
Expand Down
239 changes: 204 additions & 35 deletions packages/mercury/showcase/button.html

Large diffs are not rendered by default.

Loading