@geotab/zenith 3.15.0-beta.2 → 3.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,10 +55,8 @@ Zenith library provides components defined in Zenith Design System. It includes
55
55
  - Update `Nav` CSS styling
56
56
  - Add `active` property support to `Footer.Action` component
57
57
  - Add native accessible loading-status support (`isLoading` prop with live-region) to `Waiting`
58
- - Add status dot and label support to `Tag` component
59
58
  - Add "trend, neutral" icon to icon library
60
59
  - Add new icons (`IconAce`, `IconBreak`, `IconChevronStepper` and more)
61
- - Add `ProgressIndicator` — new table-cell progress component
62
60
  - Fix `DropdownRaw` single-select mode not auto-closing after leaf node selection
63
61
  - Fix second Y-axis chart increments not aligning with first Y-axis
64
62
  - Fix `EmptyState` component not adapting to dark mode in Drive app
package/dist/index.css CHANGED
@@ -3345,17 +3345,15 @@ html:lang(ar) .zen-tooltip__title {
3345
3345
  /* stylelint-enable */
3346
3346
  }
3347
3347
  .zen-tooltip__arrow--top {
3348
- inset-block-start: 100%;
3349
- inset-inline-start: 50%;
3350
- border-color: var(--backgrounds-content-1) transparent transparent transparent;
3351
- border-width: 6px 5px 0 5px;
3348
+ top: 100%;
3349
+ left: 50%;
3350
+ border-top-color: var(--backgrounds-content-1);
3352
3351
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
3353
3352
  }
3354
3353
  .zen-tooltip__arrow--bottom {
3355
3354
  bottom: 100%;
3356
- inset-inline-start: 0.875rem;
3357
- border-color: transparent transparent var(--backgrounds-content-1) transparent;
3358
- border-width: 0 5px 6px 5px;
3355
+ left: 0.875rem;
3356
+ border-bottom-color: var(--backgrounds-content-1);
3359
3357
  filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.2));
3360
3358
  }
3361
3359
  .zen-tooltip__arrow--right {
@@ -13314,9 +13312,6 @@ html:lang(ar) .zen-file-upload__file-name {
13314
13312
  .zen-filters__main-row:hover .zen-search-input__input {
13315
13313
  background-color: var(--backgrounds-content-0);
13316
13314
  }
13317
- .zen-filters__main-row--mobile {
13318
- margin: 0.5rem;
13319
- }
13320
13315
  .zen-filters__main-row--initial {
13321
13316
  view-transition-name: expand-panel;
13322
13317
  }
@@ -13434,21 +13429,17 @@ html:lang(ar) .zen-file-upload__file-name {
13434
13429
  }
13435
13430
  .zen-filters-popup__content .zen-filters-popup__right-panel {
13436
13431
  flex-grow: 1;
13437
- height: 100%;
13438
- max-width: calc(100% - 7.6875rem);
13439
- }
13440
- .zen-filters-popup.zen-filters-popup--mobile {
13441
- width: 100%;
13442
- max-width: 100%;
13443
- view-transition-name: expand-panel;
13444
- }
13445
- .zen-filters-popup.zen-filters-popup--mobile .zen-filters-popup__right-panel {
13432
+ display: flex;
13433
+ flex-direction: column;
13434
+ min-height: 0;
13446
13435
  max-width: 100%;
13447
13436
  }
13448
13437
  .zen-filters-container {
13449
13438
  display: flex;
13450
13439
  flex-direction: row;
13451
13440
  flex-wrap: wrap;
13441
+ flex-grow: 1;
13442
+ min-width: 0;
13452
13443
  gap: 0.25rem;
13453
13444
  margin-block-start: 0;
13454
13445
  padding: 0.5rem 0;
@@ -13507,9 +13498,6 @@ html:lang(ar) .zen-file-upload__file-name {
13507
13498
  .zen-filters-container__mobile-scroll-wrapper > * {
13508
13499
  flex-shrink: 0;
13509
13500
  }
13510
- .zen-filters-container__mobile-scroll-wrapper:last-child {
13511
- margin-inline-end: 0.5rem;
13512
- }
13513
13501
  .zen-filters-container.zen-filters__container--no-search {
13514
13502
  margin-block-start: 0;
13515
13503
  padding: 0;
@@ -14735,7 +14723,6 @@ html:lang(ar) .zen-list-item__secondary {
14735
14723
  }
14736
14724
  .zen-filters-search-list--mobile {
14737
14725
  padding: 1rem 0;
14738
- overflow-y: auto;
14739
14726
  }
14740
14727
  .zen-filters-search-list__header {
14741
14728
  display: flex;
@@ -14758,9 +14745,10 @@ html:lang(ar) .zen-list-item__secondary {
14758
14745
  html:lang(ar) .zen-filters-search-list__header-title {
14759
14746
  font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
14760
14747
  }
14761
- .zen-filters-search-list__data {
14762
- padding: 1px;
14763
- max-height: 18.5rem;
14748
+ .zen-filters-search-list__header-actions {
14749
+ display: flex;
14750
+ align-items: center;
14751
+ gap: 0.25rem;
14764
14752
  }
14765
14753
  .zen-filters-search-list .zen-filters-search-list__header--drive .zen-filters-search-list__header-title {
14766
14754
  font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
@@ -16450,13 +16438,11 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
16450
16438
  min-width: 1.375rem;
16451
16439
  justify-content: center;
16452
16440
  }
16453
- .zen-filters-search.zen-filters-popup__search-with-pills.zen-filters-search--mobile {
16441
+ .zen-filters-search.zen-filters-popup__search-with-pills {
16454
16442
  margin: 0;
16455
16443
  padding: 0 0.75rem;
16456
- border: var(--border-width-default) solid var(--borders-general);
16457
- border-radius: var(--border-radius-default);
16458
16444
  }
16459
- .zen-filters-search.zen-filters-popup__search-with-pills.zen-filters-search--mobile .zen-filters-search__selected {
16445
+ .zen-filters-search.zen-filters-popup__search-with-pills .zen-filters-search__selected {
16460
16446
  flex-shrink: 0;
16461
16447
  }
16462
16448
  .zen-filters-search--mobile {
@@ -16681,14 +16667,9 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16681
16667
  padding-block: 1rem 0.25rem;
16682
16668
  padding-inline: 1rem;
16683
16669
  width: 100%;
16670
+ box-sizing: border-box;
16684
16671
  overflow-x: auto;
16685
- -ms-overflow-style: none;
16686
- /* IE and Edge */
16687
- scrollbar-width: none;
16688
- /* Firefox */
16689
- }
16690
- .zen-filters-select-compact::-webkit-scrollbar {
16691
- display: none;
16672
+ flex-shrink: 0;
16692
16673
  }
16693
16674
  .zen-filters-select-compact__list {
16694
16675
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.15.0-beta.2",
3
+ "version": "3.15.0",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "build-less": "node less-compile.js",
26
26
  "build-storybook": "storybook build && npm run build-ai-mdx",
27
27
  "build-ts": "npm run build-esm && npm run build-cjs && npm run inject-translations && node less-transformer.js",
28
- "clean": "rm -rf ./dist && rm -rf ./esm && rm -rf ./jest-coverage",
28
+ "clean": "rm -rf ./dist && rm -rf ./esm && rm -rf ./jest-coverage && rm -rf ./.temp_cache",
29
29
  "coverage": "npm run test-coverage && google-chrome ./jest-coverage/index.html",
30
30
  "inject-translations": "node build-utils/translations/inject-translations.js",
31
31
  "lint": "npx eslint",