This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 97e182d12d visual touchups
 discard 6816930036 progress
 discard d477fad76c aligning
 discard 43452ff6a2 reorder
 discard d288737ec3 more progress
 discard f557cb914d progress
 discard ba220490a9 antd theme
 discard e0896fdb39 fix test
 discard 1916318fcb remove unused import
 discard c8d3bf93d9 fix unit test
 discard 4a5516c117 adjust links
 discard c767ac8dee adjust links
 discard da6696cc68 aligning
 discard 125bf570cb lowercase
 discard f4cdd5dc94 line up grays
 discard 9b6d49487b lint
 discard 720e815405 line up grays
 discard c0b429df9b line up grays
 discard d3b8b15687 line up grays
 discard b0fe7ebfba line up grays
 discard da585ec4f7 remove dup license
 discard 7364ac9095 fixing less issues
 discard 526a74f043 Templating less
 discard 523d4475f8 feat: messing with the theme
     add 9321ab9deb refactor(Divider): Migrate Divider to Ant Design 5 (#31607)
     add 640dac1eff fix: Big Number side cut fixed (#31407)
     add 0655910801 feat: messing with the theme

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (97e182d12d)
            \
             N -- N -- N   refs/heads/template_less (0655910801)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../packages/superset-ui-core/src/theme/Theme.ts   |  3 +
 .../packages/superset-ui-core/src/theme/index.tsx  |  2 +-
 .../src/BigNumber/BigNumberViz.tsx                 | 11 ++-
 .../src/assets/stylesheets/antd/index.less         | 78 +++++++++----------
 .../assets/stylesheets/less/cosmo/variables.less   |  4 +-
 .../src/assets/stylesheets/less/variables.less     | 88 +++++++++++-----------
 .../components/CronPicker/CronPicker.stories.tsx   |  2 +-
 .../Divider.stories.tsx}                           | 55 ++++++--------
 .../Card.test.tsx => Divider/Divider.test.tsx}     |  4 +-
 .../components/Divider/index.tsx}                  | 20 ++---
 superset-frontend/src/components/index.ts          |  1 -
 .../controls/DateFilterControl/DateFilterLabel.tsx |  4 +-
 superset-frontend/src/features/tags/TagModal.tsx   |  2 +-
 13 files changed, 131 insertions(+), 143 deletions(-)
 copy superset-frontend/src/components/{IconTooltip/IconTooltip.stories.tsx => 
Divider/Divider.stories.tsx} (57%)
 copy superset-frontend/src/components/{Card/Card.test.tsx => 
Divider/Divider.test.tsx} (92%)
 copy superset-frontend/{spec/helpers/IntersectionObserver.ts => 
src/components/Divider/index.tsx} (79%)

Reply via email to