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

fix(ds-theme): incorrect overlay box-shadow #1236

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

efx-grid
Copy link
Collaborator

Fixes

  • incorrect box-shadow value
  • cannot utilize the @panel-box-shadow variable because the box-shadow of overlay and card are not similar

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

@github-actions github-actions bot added the bug Something isn't working label Dec 16, 2024
Copy link

github-actions bot commented Dec 16, 2024

Size Change: +537 B (+0.03%)

Total Size: 2.05 MB

Filename Size Change
packages/ds-theme/dark/ef-overlay.js 1.01 kB +33 B (+3.38%)
packages/ds-theme/dark/es5/all-elements.js 30.4 kB +5 B (+0.02%)
packages/ds-theme/light/css/native-elements.css 4.65 kB -2 B (-0.04%)
packages/ds-theme/light/ef-overlay.js 1.01 kB +31 B (+3.15%)
packages/ds-theme/light/es5/all-elements.js 30.8 kB +416 B (+1.37%)
packages/ds-theme/light/imports/all-elements.js 479 B +6 B (+1.27%)
packages/ds-theme/light/imports/native-elements.js 130 B +1 B (+0.78%)
packages/elements/lib/overlay/themes/ds/dark/index.js 1.5 kB +23 B (+1.55%)
packages/elements/lib/overlay/themes/ds/light/index.js 1.51 kB +24 B (+1.61%)
ℹ️ View Unchanged
Filename Size
packages/core/lib/decorators/custom-element.js 356 B
packages/core/lib/decorators/event-options.js 77 B
packages/core/lib/decorators/property.js 69 B
packages/core/lib/decorators/query-all.js 73 B
packages/core/lib/decorators/query-assigned-nodes.js 87 B
packages/core/lib/decorators/query-async.js 75 B
packages/core/lib/decorators/query.js 66 B
packages/core/lib/decorators/state.js 66 B
packages/core/lib/directives/async-append.js 68 B
packages/core/lib/directives/async-replace.js 69 B
packages/core/lib/directives/cache.js 61 B
packages/core/lib/directives/class-map.js 65 B
packages/core/lib/directives/guard.js 61 B
packages/core/lib/directives/if-defined.js 66 B
packages/core/lib/directives/live.js 60 B
packages/core/lib/directives/ref.js 59 B
packages/core/lib/directives/repeat.js 62 B
packages/core/lib/directives/style-map.js 65 B
packages/core/lib/directives/template-content.js 72 B
packages/core/lib/directives/template-map.js 1.54 kB
packages/core/lib/directives/unsafe-html.js 67 B
packages/core/lib/directives/unsafe-svg.js 66 B
packages/core/lib/directives/until.js 61 B
packages/core/lib/elements/BasicElement.js 2.15 kB
packages/core/lib/elements/ControlElement.js 1.63 kB
packages/core/lib/elements/FormFieldElement.js 3.31 kB
packages/core/lib/elements/ResponsiveElement.js 1.01 kB
packages/core/lib/errors/DuplicateElementError.js 441 B
packages/core/lib/errors/DuplicateStyleError.js 347 B
packages/core/lib/errors/GenericError.js 188 B
packages/core/lib/events/TapEvent.js 2.54 kB
packages/core/lib/index.js 687 B
packages/core/lib/interfaces/ControlProperties.js 31 B
packages/core/lib/interfaces/ElementConstructor.js 31 B
packages/core/lib/interfaces/ELF.js 31 B
packages/core/lib/interfaces/MultiValue.js 31 B
packages/core/lib/interfaces/StyleInfo.js 31 B
packages/core/lib/interfaces/StyleMap.js 31 B
packages/core/lib/notices/constants.js 153 B
packages/core/lib/notices/DeprecationNotice.js 234 B
packages/core/lib/notices/Notice.js 495 B
packages/core/lib/notices/WarningNotice.js 273 B
packages/core/lib/registries/CustomStyleRegistry.js 447 B
packages/core/lib/registries/ElementRegistry.js 797 B
packages/core/lib/registries/FocusRegistry.js 2.37 kB
packages/core/lib/registries/NativeStyleRegistry.js 583 B
packages/core/lib/types/base.js 31 B
packages/core/lib/types/events.js 31 B
packages/core/lib/utils/elementReady.js 337 B
packages/core/lib/utils/focusableHelper.js 2.61 kB
packages/core/lib/utils/global.js 92 B
packages/core/lib/utils/helpers.js 316 B
packages/core/lib/utils/resizeHelper.js 270 B
packages/demo-block/lib/demo-block.js 2.05 kB
packages/ds-theme/dark/a.js 231 B
packages/ds-theme/dark/body.js 319 B
packages/ds-theme/dark/button.js 709 B
packages/ds-theme/dark/css/native-elements.css 4.65 kB
packages/ds-theme/dark/ef-accordion.js 240 B
packages/ds-theme/dark/ef-appstate-bar.js 650 B
packages/ds-theme/dark/ef-autosuggest.js 1.5 kB
packages/ds-theme/dark/ef-button-bar.js 374 B
packages/ds-theme/dark/ef-button.js 1.53 kB
packages/ds-theme/dark/ef-calendar.js 1.02 kB
packages/ds-theme/dark/ef-canvas.js 114 B
packages/ds-theme/dark/ef-card.js 909 B
packages/ds-theme/dark/ef-chart.js 566 B
packages/ds-theme/dark/ef-checkbox.js 954 B
packages/ds-theme/dark/ef-clock.js 6.16 kB
packages/ds-theme/dark/ef-collapse.js 667 B
packages/ds-theme/dark/ef-color-dialog.js 484 B
packages/ds-theme/dark/ef-color-picker.js 341 B
packages/ds-theme/dark/ef-combo-box.js 2.27 kB
packages/ds-theme/dark/ef-counter.js 414 B
packages/ds-theme/dark/ef-datetime-field.js 136 B
packages/ds-theme/dark/ef-datetime-picker.js 961 B
packages/ds-theme/dark/ef-dialog.js 1.28 kB
packages/ds-theme/dark/ef-email-field.js 979 B
packages/ds-theme/dark/ef-error.js 114 B
packages/ds-theme/dark/ef-flag.js 181 B
packages/ds-theme/dark/ef-header.js 397 B
packages/ds-theme/dark/ef-heatmap.js 328 B
packages/ds-theme/dark/ef-icon.js 471 B
packages/ds-theme/dark/ef-input.js 159 B
packages/ds-theme/dark/ef-interactive-chart.js 863 B
packages/ds-theme/dark/ef-item.js 796 B
packages/ds-theme/dark/ef-label.js 175 B
packages/ds-theme/dark/ef-layout.js 168 B
packages/ds-theme/dark/ef-led-gauge.js 404 B
packages/ds-theme/dark/ef-list-item.js 800 B
packages/ds-theme/dark/ef-list.js 985 B
packages/ds-theme/dark/ef-loader.js 849 B
packages/ds-theme/dark/ef-multi-input.js 1.35 kB
packages/ds-theme/dark/ef-notification-tray.js 269 B
packages/ds-theme/dark/ef-notification.js 887 B
packages/ds-theme/dark/ef-number-field.js 1.26 kB
packages/ds-theme/dark/ef-overlay-backdrop.js 682 B
packages/ds-theme/dark/ef-overlay-menu.js 389 B
packages/ds-theme/dark/ef-pagination.js 746 B
packages/ds-theme/dark/ef-panel.js 173 B
packages/ds-theme/dark/ef-password-field.js 1.01 kB
packages/ds-theme/dark/ef-pill.js 927 B
packages/ds-theme/dark/ef-progress-bar.js 219 B
packages/ds-theme/dark/ef-radio-button.js 874 B
packages/ds-theme/dark/ef-rating.js 852 B
packages/ds-theme/dark/ef-search-field.js 977 B
packages/ds-theme/dark/ef-select.js 1.79 kB
packages/ds-theme/dark/ef-sidebar-layout.js 967 B
packages/ds-theme/dark/ef-slider-marker.js 292 B
packages/ds-theme/dark/ef-slider.js 1.11 kB
packages/ds-theme/dark/ef-sparkline.js 225 B
packages/ds-theme/dark/ef-swing-gauge.js 446 B
packages/ds-theme/dark/ef-tab-bar.js 835 B
packages/ds-theme/dark/ef-tab.js 1.15 kB
packages/ds-theme/dark/ef-text-field.js 976 B
packages/ds-theme/dark/ef-time-picker.js 871 B
packages/ds-theme/dark/ef-toggle.js 897 B
packages/ds-theme/dark/ef-tooltip.js 391 B
packages/ds-theme/dark/ef-tornado-chart.js 452 B
packages/ds-theme/dark/ef-tornado-item.js 528 B
packages/ds-theme/dark/ef-tree-item.js 1.08 kB
packages/ds-theme/dark/ef-tree-select.js 2.69 kB
packages/ds-theme/dark/ef-tree.js 1.01 kB
packages/ds-theme/dark/h1.js 205 B
packages/ds-theme/dark/h2.js 178 B
packages/ds-theme/dark/h3.js 178 B
packages/ds-theme/dark/h4.js 204 B
packages/ds-theme/dark/h5.js 206 B
packages/ds-theme/dark/h6.js 204 B
packages/ds-theme/dark/header.js 236 B
packages/ds-theme/dark/hr.js 160 B
packages/ds-theme/dark/html.js 1.15 kB
packages/ds-theme/dark/imports/all-elements.js 479 B
packages/ds-theme/dark/imports/custom-elements.js 401 B
packages/ds-theme/dark/imports/native-elements.js 130 B
packages/ds-theme/dark/input.js 2.72 kB
packages/ds-theme/dark/kbd.js 255 B
packages/ds-theme/dark/mark.js 191 B
packages/ds-theme/dark/ol.js 111 B
packages/ds-theme/dark/p.js 123 B
packages/ds-theme/dark/select.js 357 B
packages/ds-theme/dark/table.js 337 B
packages/ds-theme/dark/textarea.js 545 B
packages/ds-theme/dark/ul.js 110 B
packages/ds-theme/light/a.js 226 B
packages/ds-theme/light/body.js 317 B
packages/ds-theme/light/button.js 704 B
packages/ds-theme/light/ef-accordion.js 238 B
packages/ds-theme/light/ef-appstate-bar.js 653 B
packages/ds-theme/light/ef-autosuggest.js 1.49 kB
packages/ds-theme/light/ef-button-bar.js 374 B
packages/ds-theme/light/ef-button.js 1.54 kB
packages/ds-theme/light/ef-calendar.js 1.03 kB
packages/ds-theme/light/ef-canvas.js 114 B
packages/ds-theme/light/ef-card.js 908 B
packages/ds-theme/light/ef-chart.js 558 B
packages/ds-theme/light/ef-checkbox.js 948 B
packages/ds-theme/light/ef-clock.js 6.16 kB
packages/ds-theme/light/ef-collapse.js 667 B
packages/ds-theme/light/ef-color-dialog.js 484 B
packages/ds-theme/light/ef-color-picker.js 338 B
packages/ds-theme/light/ef-combo-box.js 2.29 kB
packages/ds-theme/light/ef-counter.js 418 B
packages/ds-theme/light/ef-datetime-field.js 136 B
packages/ds-theme/light/ef-datetime-picker.js 958 B
packages/ds-theme/light/ef-dialog.js 1.29 kB
packages/ds-theme/light/ef-email-field.js 971 B
packages/ds-theme/light/ef-error.js 114 B
packages/ds-theme/light/ef-flag.js 447 B
packages/ds-theme/light/ef-header.js 401 B
packages/ds-theme/light/ef-heatmap.js 325 B
packages/ds-theme/light/ef-icon.js 470 B
packages/ds-theme/light/ef-input.js 159 B
packages/ds-theme/light/ef-interactive-chart.js 871 B
packages/ds-theme/light/ef-item.js 797 B
packages/ds-theme/light/ef-label.js 177 B
packages/ds-theme/light/ef-layout.js 166 B
packages/ds-theme/light/ef-led-gauge.js 403 B
packages/ds-theme/light/ef-list-item.js 802 B
packages/ds-theme/light/ef-list.js 997 B
packages/ds-theme/light/ef-loader.js 841 B
packages/ds-theme/light/ef-multi-input.js 1.36 kB
packages/ds-theme/light/ef-notification-tray.js 269 B
packages/ds-theme/light/ef-notification.js 897 B
packages/ds-theme/light/ef-number-field.js 1.25 kB
packages/ds-theme/light/ef-overlay-backdrop.js 683 B
packages/ds-theme/light/ef-overlay-menu.js 383 B
packages/ds-theme/light/ef-pagination.js 751 B
packages/ds-theme/light/ef-panel.js 169 B
packages/ds-theme/light/ef-password-field.js 1 kB
packages/ds-theme/light/ef-pill.js 925 B
packages/ds-theme/light/ef-progress-bar.js 221 B
packages/ds-theme/light/ef-radio-button.js 865 B
packages/ds-theme/light/ef-rating.js 861 B
packages/ds-theme/light/ef-search-field.js 969 B
packages/ds-theme/light/ef-select.js 1.81 kB
packages/ds-theme/light/ef-sidebar-layout.js 979 B
packages/ds-theme/light/ef-slider-marker.js 295 B
packages/ds-theme/light/ef-slider.js 1.12 kB
packages/ds-theme/light/ef-sparkline.js 227 B
packages/ds-theme/light/ef-swing-gauge.js 424 B
packages/ds-theme/light/ef-tab-bar.js 829 B
packages/ds-theme/light/ef-tab.js 1.15 kB
packages/ds-theme/light/ef-text-field.js 968 B
packages/ds-theme/light/ef-time-picker.js 872 B
packages/ds-theme/light/ef-toggle.js 855 B
packages/ds-theme/light/ef-tooltip.js 391 B
packages/ds-theme/light/ef-tornado-chart.js 455 B
packages/ds-theme/light/ef-tornado-item.js 522 B
packages/ds-theme/light/ef-tree-item.js 1.08 kB
packages/ds-theme/light/ef-tree-select.js 2.7 kB
packages/ds-theme/light/ef-tree.js 1.02 kB
packages/ds-theme/light/h1.js 205 B
packages/ds-theme/light/h2.js 178 B
packages/ds-theme/light/h3.js 178 B
packages/ds-theme/light/h4.js 204 B
packages/ds-theme/light/h5.js 206 B
packages/ds-theme/light/h6.js 204 B
packages/ds-theme/light/header.js 238 B
packages/ds-theme/light/hr.js 158 B
packages/ds-theme/light/html.js 1.16 kB
packages/ds-theme/light/imports/custom-elements.js 401 B
packages/ds-theme/light/input.js 2.71 kB
packages/ds-theme/light/kbd.js 252 B
packages/ds-theme/light/mark.js 187 B
packages/ds-theme/light/ol.js 111 B
packages/ds-theme/light/p.js 123 B
packages/ds-theme/light/select.js 357 B
packages/ds-theme/light/table.js 339 B
packages/ds-theme/light/textarea.js 546 B
packages/ds-theme/light/ul.js 110 B
packages/elemental-theme/dark/a.js 171 B
packages/elemental-theme/dark/body.js 96.6 kB
packages/elemental-theme/dark/button.js 768 B
packages/elemental-theme/dark/css/native-elements.css 101 kB
packages/elemental-theme/dark/ef-accordion.js 174 B
packages/elemental-theme/dark/ef-appstate-bar.js 569 B
packages/elemental-theme/dark/ef-autosuggest.js 1.07 kB
packages/elemental-theme/dark/ef-button-bar.js 268 B
packages/elemental-theme/dark/ef-button.js 1.2 kB
packages/elemental-theme/dark/ef-calendar.js 908 B
packages/elemental-theme/dark/ef-canvas.js 114 B
packages/elemental-theme/dark/ef-card.js 968 B
packages/elemental-theme/dark/ef-chart.js 424 B
packages/elemental-theme/dark/ef-checkbox.js 666 B
packages/elemental-theme/dark/ef-clock.js 6.2 kB
packages/elemental-theme/dark/ef-collapse.js 542 B
packages/elemental-theme/dark/ef-color-dialog.js 484 B
packages/elemental-theme/dark/ef-color-picker.js 295 B
packages/elemental-theme/dark/ef-combo-box.js 1.5 kB
packages/elemental-theme/dark/ef-counter.js 362 B
packages/elemental-theme/dark/ef-datetime-field.js 136 B
packages/elemental-theme/dark/ef-datetime-picker.js 847 B
packages/elemental-theme/dark/ef-dialog.js 891 B
packages/elemental-theme/dark/ef-email-field.js 844 B
packages/elemental-theme/dark/ef-error.js 114 B
packages/elemental-theme/dark/ef-flag.js 181 B
packages/elemental-theme/dark/ef-header.js 339 B
packages/elemental-theme/dark/ef-heatmap.js 312 B
packages/elemental-theme/dark/ef-icon.js 399 B
packages/elemental-theme/dark/ef-input.js 159 B
packages/elemental-theme/dark/ef-interactive-chart.js 835 B
packages/elemental-theme/dark/ef-item.js 677 B
packages/elemental-theme/dark/ef-label.js 177 B
packages/elemental-theme/dark/ef-layout.js 168 B
packages/elemental-theme/dark/ef-led-gauge.js 325 B
packages/elemental-theme/dark/ef-list-item.js 680 B
packages/elemental-theme/dark/ef-list.js 820 B
packages/elemental-theme/dark/ef-loader.js 565 B
packages/elemental-theme/dark/ef-multi-input.js 1.2 kB
packages/elemental-theme/dark/ef-notification-tray.js 269 B
packages/elemental-theme/dark/ef-notification.js 777 B
packages/elemental-theme/dark/ef-number-field.js 922 B
packages/elemental-theme/dark/ef-overlay-backdrop.js 163 B
packages/elemental-theme/dark/ef-overlay-menu.js 790 B
packages/elemental-theme/dark/ef-overlay.js 799 B
packages/elemental-theme/dark/ef-pagination.js 824 B
packages/elemental-theme/dark/ef-panel.js 170 B
packages/elemental-theme/dark/ef-password-field.js 868 B
packages/elemental-theme/dark/ef-pill.js 530 B
packages/elemental-theme/dark/ef-progress-bar.js 223 B
packages/elemental-theme/dark/ef-radio-button.js 641 B
packages/elemental-theme/dark/ef-rating.js 913 B
packages/elemental-theme/dark/ef-search-field.js 843 B
packages/elemental-theme/dark/ef-select.js 1.26 kB
packages/elemental-theme/dark/ef-sidebar-layout.js 797 B
packages/elemental-theme/dark/ef-slider-marker.js 296 B
packages/elemental-theme/dark/ef-slider.js 943 B
packages/elemental-theme/dark/ef-sparkline.js 212 B
packages/elemental-theme/dark/ef-swing-gauge.js 411 B
packages/elemental-theme/dark/ef-tab-bar.js 488 B
packages/elemental-theme/dark/ef-tab.js 872 B
packages/elemental-theme/dark/ef-text-field.js 841 B
packages/elemental-theme/dark/ef-time-picker.js 879 B
packages/elemental-theme/dark/ef-toggle.js 697 B
packages/elemental-theme/dark/ef-tooltip.js 341 B
packages/elemental-theme/dark/ef-tornado-chart.js 446 B
packages/elemental-theme/dark/ef-tornado-item.js 537 B
packages/elemental-theme/dark/ef-tree-item.js 887 B
packages/elemental-theme/dark/ef-tree-select.js 1.92 kB
packages/elemental-theme/dark/ef-tree.js 833 B
packages/elemental-theme/dark/es5/all-elements.js 122 kB
packages/elemental-theme/dark/h1.js 191 B
packages/elemental-theme/dark/h2.js 162 B
packages/elemental-theme/dark/h3.js 162 B
packages/elemental-theme/dark/h4.js 162 B
packages/elemental-theme/dark/h5.js 180 B
packages/elemental-theme/dark/h6.js 177 B
packages/elemental-theme/dark/header.js 240 B
packages/elemental-theme/dark/hr.js 158 B
packages/elemental-theme/dark/html.js 997 B
packages/elemental-theme/dark/imports/all-elements.js 483 B
packages/elemental-theme/dark/imports/custom-elements.js 405 B
packages/elemental-theme/dark/imports/native-elements.js 129 B
packages/elemental-theme/dark/input.js 2.95 kB
packages/elemental-theme/dark/kbd.js 285 B
packages/elemental-theme/dark/mark.js 140 B
packages/elemental-theme/dark/ol.js 111 B
packages/elemental-theme/dark/p.js 124 B
packages/elemental-theme/dark/select.js 355 B
packages/elemental-theme/dark/table.js 341 B
packages/elemental-theme/dark/textarea.js 681 B
packages/elemental-theme/dark/ul.js 110 B
packages/elemental-theme/light/a.js 171 B
packages/elemental-theme/light/body.js 96.6 kB
packages/elemental-theme/light/button.js 776 B
packages/elemental-theme/light/css/native-elements.css 101 kB
packages/elemental-theme/light/ef-accordion.js 174 B
packages/elemental-theme/light/ef-appstate-bar.js 569 B
packages/elemental-theme/light/ef-autosuggest.js 1.07 kB
packages/elemental-theme/light/ef-button-bar.js 268 B
packages/elemental-theme/light/ef-button.js 1.22 kB
packages/elemental-theme/light/ef-calendar.js 908 B
packages/elemental-theme/light/ef-canvas.js 114 B
packages/elemental-theme/light/ef-card.js 969 B
packages/elemental-theme/light/ef-chart.js 428 B
packages/elemental-theme/light/ef-checkbox.js 662 B
packages/elemental-theme/light/ef-clock.js 6.18 kB
packages/elemental-theme/light/ef-collapse.js 543 B
packages/elemental-theme/light/ef-color-dialog.js 484 B
packages/elemental-theme/light/ef-color-picker.js 295 B
packages/elemental-theme/light/ef-combo-box.js 1.5 kB
packages/elemental-theme/light/ef-counter.js 362 B
packages/elemental-theme/light/ef-datetime-field.js 136 B
packages/elemental-theme/light/ef-datetime-picker.js 847 B
packages/elemental-theme/light/ef-dialog.js 891 B
packages/elemental-theme/light/ef-email-field.js 844 B
packages/elemental-theme/light/ef-error.js 114 B
packages/elemental-theme/light/ef-flag.js 447 B
packages/elemental-theme/light/ef-header.js 340 B
packages/elemental-theme/light/ef-heatmap.js 305 B
packages/elemental-theme/light/ef-icon.js 399 B
packages/elemental-theme/light/ef-input.js 159 B
packages/elemental-theme/light/ef-interactive-chart.js 845 B
packages/elemental-theme/light/ef-item.js 676 B
packages/elemental-theme/light/ef-label.js 177 B
packages/elemental-theme/light/ef-layout.js 168 B
packages/elemental-theme/light/ef-led-gauge.js 325 B
packages/elemental-theme/light/ef-list-item.js 680 B
packages/elemental-theme/light/ef-list.js 822 B
packages/elemental-theme/light/ef-loader.js 565 B
packages/elemental-theme/light/ef-multi-input.js 1.2 kB
packages/elemental-theme/light/ef-notification-tray.js 269 B
packages/elemental-theme/light/ef-notification.js 777 B
packages/elemental-theme/light/ef-number-field.js 923 B
packages/elemental-theme/light/ef-overlay-backdrop.js 165 B
packages/elemental-theme/light/ef-overlay-menu.js 793 B
packages/elemental-theme/light/ef-overlay.js 800 B
packages/elemental-theme/light/ef-pagination.js 825 B
packages/elemental-theme/light/ef-panel.js 166 B
packages/elemental-theme/light/ef-password-field.js 868 B
packages/elemental-theme/light/ef-pill.js 531 B
packages/elemental-theme/light/ef-progress-bar.js 223 B
packages/elemental-theme/light/ef-radio-button.js 638 B
packages/elemental-theme/light/ef-rating.js 941 B
packages/elemental-theme/light/ef-search-field.js 843 B
packages/elemental-theme/light/ef-select.js 1.26 kB
packages/elemental-theme/light/ef-sidebar-layout.js 797 B
packages/elemental-theme/light/ef-slider-marker.js 296 B
packages/elemental-theme/light/ef-slider.js 943 B
packages/elemental-theme/light/ef-sparkline.js 213 B
packages/elemental-theme/light/ef-swing-gauge.js 411 B
packages/elemental-theme/light/ef-tab-bar.js 487 B
packages/elemental-theme/light/ef-tab.js 869 B
packages/elemental-theme/light/ef-text-field.js 842 B
packages/elemental-theme/light/ef-time-picker.js 879 B
packages/elemental-theme/light/ef-toggle.js 693 B
packages/elemental-theme/light/ef-tooltip.js 340 B
packages/elemental-theme/light/ef-tornado-chart.js 444 B
packages/elemental-theme/light/ef-tornado-item.js 537 B
packages/elemental-theme/light/ef-tree-item.js 885 B
packages/elemental-theme/light/ef-tree-select.js 1.93 kB
packages/elemental-theme/light/ef-tree.js 834 B
packages/elemental-theme/light/es5/all-elements.js 123 kB
packages/elemental-theme/light/h1.js 191 B
packages/elemental-theme/light/h2.js 162 B
packages/elemental-theme/light/h3.js 162 B
packages/elemental-theme/light/h4.js 162 B
packages/elemental-theme/light/h5.js 180 B
packages/elemental-theme/light/h6.js 177 B
packages/elemental-theme/light/header.js 240 B
packages/elemental-theme/light/hr.js 159 B
packages/elemental-theme/light/html.js 985 B
packages/elemental-theme/light/imports/all-elements.js 483 B
packages/elemental-theme/light/imports/custom-elements.js 405 B
packages/elemental-theme/light/imports/native-elements.js 129 B
packages/elemental-theme/light/input.js 2.96 kB
packages/elemental-theme/light/kbd.js 285 B
packages/elemental-theme/light/mark.js 140 B
packages/elemental-theme/light/ol.js 111 B
packages/elemental-theme/light/p.js 124 B
packages/elemental-theme/light/select.js 354 B
packages/elemental-theme/light/table.js 344 B
packages/elemental-theme/light/textarea.js 680 B
packages/elemental-theme/light/ul.js 110 B
packages/elements/lib/accordion/index.js 1.39 kB
packages/elements/lib/accordion/themes/ds/dark/index.js 259 B
packages/elements/lib/accordion/themes/ds/light/index.js 257 B
packages/elements/lib/accordion/themes/halo/dark/index.js 251 B
packages/elements/lib/accordion/themes/halo/light/index.js 249 B
packages/elements/lib/accordion/themes/solar/charcoal/index.js 252 B
packages/elements/lib/accordion/themes/solar/pearl/index.js 251 B
packages/elements/lib/appstate-bar/index.js 986 B
packages/elements/lib/appstate-bar/themes/ds/dark/index.js 668 B
packages/elements/lib/appstate-bar/themes/ds/light/index.js 671 B
packages/elements/lib/appstate-bar/themes/halo/dark/index.js 620 B
packages/elements/lib/appstate-bar/themes/halo/light/index.js 626 B
packages/elements/lib/appstate-bar/themes/solar/charcoal/index.js 646 B
packages/elements/lib/appstate-bar/themes/solar/pearl/index.js 640 B
packages/elements/lib/autosuggest/helpers/renderer.js 514 B
packages/elements/lib/autosuggest/helpers/types.js 31 B
packages/elements/lib/autosuggest/helpers/utils.js 636 B
packages/elements/lib/autosuggest/index.js 8.82 kB
packages/elements/lib/autosuggest/themes/ds/dark/index.js 1.52 kB
packages/elements/lib/autosuggest/themes/ds/light/index.js 1.51 kB
packages/elements/lib/autosuggest/themes/halo/dark/index.js 1.53 kB
packages/elements/lib/autosuggest/themes/halo/light/index.js 1.53 kB
packages/elements/lib/autosuggest/themes/solar/charcoal/index.js 1.23 kB
packages/elements/lib/autosuggest/themes/solar/pearl/index.js 1.22 kB
packages/elements/lib/button-bar/index.js 2.49 kB
packages/elements/lib/button-bar/themes/ds/dark/index.js 397 B
packages/elements/lib/button-bar/themes/ds/light/index.js 396 B
packages/elements/lib/button-bar/themes/halo/dark/index.js 340 B
packages/elements/lib/button-bar/themes/halo/light/index.js 340 B
packages/elements/lib/button-bar/themes/solar/charcoal/index.js 314 B
packages/elements/lib/button-bar/themes/solar/pearl/index.js 312 B
packages/elements/lib/button/index.js 1.81 kB
packages/elements/lib/button/themes/ds/dark/index.js 1.55 kB
packages/elements/lib/button/themes/ds/light/index.js 1.56 kB
packages/elements/lib/button/themes/halo/dark/index.js 1.4 kB
packages/elements/lib/button/themes/halo/light/index.js 1.42 kB
packages/elements/lib/button/themes/solar/charcoal/index.js 1.35 kB
packages/elements/lib/button/themes/solar/pearl/index.js 1.34 kB
packages/elements/lib/calendar/constants.js 390 B
packages/elements/lib/calendar/index.js 9.97 kB
packages/elements/lib/calendar/locales.js 610 B
packages/elements/lib/calendar/themes/ds/dark/index.js 1.04 kB
packages/elements/lib/calendar/themes/ds/light/index.js 1.05 kB
packages/elements/lib/calendar/themes/halo/dark/index.js 862 B
packages/elements/lib/calendar/themes/halo/light/index.js 891 B
packages/elements/lib/calendar/themes/solar/charcoal/index.js 770 B
packages/elements/lib/calendar/themes/solar/pearl/index.js 773 B
packages/elements/lib/calendar/types.js 31 B
packages/elements/lib/calendar/utils.js 1.34 kB
packages/elements/lib/canvas/index.js 1.54 kB
packages/elements/lib/canvas/themes/ds/dark/index.js 113 B
packages/elements/lib/canvas/themes/ds/light/index.js 113 B
packages/elements/lib/canvas/themes/halo/dark/index.js 113 B
packages/elements/lib/canvas/themes/halo/light/index.js 113 B
packages/elements/lib/canvas/themes/solar/charcoal/index.js 113 B
packages/elements/lib/canvas/themes/solar/pearl/index.js 113 B
packages/elements/lib/card/helpers/types.js 31 B
packages/elements/lib/card/index.js 2.04 kB
packages/elements/lib/card/themes/ds/dark/index.js 929 B
packages/elements/lib/card/themes/ds/light/index.js 927 B
packages/elements/lib/card/themes/halo/dark/index.js 900 B
packages/elements/lib/card/themes/halo/light/index.js 894 B
packages/elements/lib/card/themes/solar/charcoal/index.js 967 B
packages/elements/lib/card/themes/solar/pearl/index.js 963 B
packages/elements/lib/chart/bare.js 57 B
packages/elements/lib/chart/elements/chart.js 4.55 kB
packages/elements/lib/chart/helpers/index.js 58 B
packages/elements/lib/chart/helpers/merge.js 495 B
packages/elements/lib/chart/helpers/types.js 31 B
packages/elements/lib/chart/index.js 164 B
packages/elements/lib/chart/plugins/doughnut-center-label.js 2.47 kB
packages/elements/lib/chart/plugins/index.js 64 B
packages/elements/lib/chart/themes/ds/dark/index.js 587 B
packages/elements/lib/chart/themes/ds/light/index.js 581 B
packages/elements/lib/chart/themes/halo/dark/index.js 591 B
packages/elements/lib/chart/themes/halo/light/index.js 591 B
packages/elements/lib/chart/themes/solar/charcoal/index.js 665 B
packages/elements/lib/chart/themes/solar/pearl/index.js 669 B
packages/elements/lib/checkbox/index.js 1.54 kB
packages/elements/lib/checkbox/themes/ds/dark/index.js 972 B
packages/elements/lib/checkbox/themes/ds/light/index.js 966 B
packages/elements/lib/checkbox/themes/halo/dark/index.js 810 B
packages/elements/lib/checkbox/themes/halo/light/index.js 804 B
packages/elements/lib/checkbox/themes/solar/charcoal/index.js 759 B
packages/elements/lib/checkbox/themes/solar/pearl/index.js 771 B
packages/elements/lib/clock/index.js 5.12 kB
packages/elements/lib/clock/themes/ds/dark/index.js 6.16 kB
packages/elements/lib/clock/themes/ds/light/index.js 6.16 kB
packages/elements/lib/clock/themes/halo/dark/index.js 6.13 kB
packages/elements/lib/clock/themes/halo/light/index.js 6.14 kB
packages/elements/lib/clock/themes/solar/charcoal/index.js 6.13 kB
packages/elements/lib/clock/themes/solar/pearl/index.js 6.13 kB
packages/elements/lib/clock/utils/TickManager.js 525 B
packages/elements/lib/collapse/index.js 2.1 kB
packages/elements/lib/collapse/themes/ds/dark/index.js 689 B
packages/elements/lib/collapse/themes/ds/light/index.js 689 B
packages/elements/lib/collapse/themes/halo/dark/index.js 683 B
packages/elements/lib/collapse/themes/halo/light/index.js 681 B
packages/elements/lib/collapse/themes/solar/charcoal/index.js 565 B
packages/elements/lib/collapse/themes/solar/pearl/index.js 561 B
packages/elements/lib/color-dialog/elements/color-palettes.js 991 B
packages/elements/lib/color-dialog/elements/grayscale-palettes.js 1.54 kB
packages/elements/lib/color-dialog/elements/palettes.js 1.12 kB
packages/elements/lib/color-dialog/helpers/color-helpers.js 2.41 kB
packages/elements/lib/color-dialog/helpers/value-model.js 1.1 kB
packages/elements/lib/color-dialog/index.js 3.83 kB
packages/elements/lib/color-dialog/themes/ds/dark/index.js 507 B
packages/elements/lib/color-dialog/themes/ds/light/index.js 506 B
packages/elements/lib/color-dialog/themes/halo/dark/index.js 504 B
packages/elements/lib/color-dialog/themes/halo/light/index.js 504 B
packages/elements/lib/color-dialog/themes/solar/charcoal/index.js 535 B
packages/elements/lib/color-dialog/themes/solar/pearl/index.js 531 B
packages/elements/lib/color-picker/index.js 2.79 kB
packages/elements/lib/color-picker/themes/ds/dark/index.js 361 B
packages/elements/lib/color-picker/themes/ds/light/index.js 359 B
packages/elements/lib/color-picker/themes/halo/dark/index.js 351 B
packages/elements/lib/color-picker/themes/halo/light/index.js 352 B
packages/elements/lib/color-picker/themes/solar/charcoal/index.js 343 B
packages/elements/lib/color-picker/themes/solar/pearl/index.js 342 B
packages/elements/lib/combo-box/helpers/filter.js 572 B
packages/elements/lib/combo-box/helpers/keyboard-event.js 271 B
packages/elements/lib/combo-box/helpers/renderer.js 486 B
packages/elements/lib/combo-box/helpers/types.js 31 B
packages/elements/lib/combo-box/index.js 9.61 kB
packages/elements/lib/combo-box/themes/ds/dark/index.js 2.29 kB
packages/elements/lib/combo-box/themes/ds/light/index.js 2.31 kB
packages/elements/lib/combo-box/themes/halo/dark/index.js 2.33 kB
packages/elements/lib/combo-box/themes/halo/light/index.js 2.34 kB
packages/elements/lib/combo-box/themes/solar/charcoal/index.js 2.09 kB
packages/elements/lib/combo-box/themes/solar/pearl/index.js 2.09 kB
packages/elements/lib/configuration/elements/configuration.js 576 B
packages/elements/lib/configuration/helpers/context.js 144 B
packages/elements/lib/configuration/helpers/types.js 31 B
packages/elements/lib/configuration/index.js 93 B
packages/elements/lib/counter/index.js 1.5 kB
packages/elements/lib/counter/themes/ds/dark/index.js 436 B
packages/elements/lib/counter/themes/ds/light/index.js 439 B
packages/elements/lib/counter/themes/halo/dark/index.js 438 B
packages/elements/lib/counter/themes/halo/light/index.js 439 B
packages/elements/lib/counter/themes/solar/charcoal/index.js 395 B
packages/elements/lib/counter/themes/solar/pearl/index.js 395 B
packages/elements/lib/counter/utils.js 696 B
packages/elements/lib/datetime-field/constants.js 110 B
packages/elements/lib/datetime-field/index.js 5.21 kB
packages/elements/lib/datetime-field/themes/ds/dark/index.js 153 B
packages/elements/lib/datetime-field/themes/ds/light/index.js 154 B
packages/elements/lib/datetime-field/themes/halo/dark/index.js 155 B
packages/elements/lib/datetime-field/themes/halo/light/index.js 155 B
packages/elements/lib/datetime-field/themes/solar/charcoal/index.js 158 B
packages/elements/lib/datetime-field/themes/solar/pearl/index.js 155 B
packages/elements/lib/datetime-field/types.js 31 B
packages/elements/lib/datetime-field/utils.js 796 B
packages/elements/lib/datetime-picker/constants.js 321 B
packages/elements/lib/datetime-picker/index.js 10.2 kB
packages/elements/lib/datetime-picker/locales.js 656 B
packages/elements/lib/datetime-picker/themes/ds/dark/index.js 986 B
packages/elements/lib/datetime-picker/themes/ds/light/index.js 982 B
packages/elements/lib/datetime-picker/themes/halo/dark/index.js 977 B
packages/elements/lib/datetime-picker/themes/halo/light/index.js 970 B
packages/elements/lib/datetime-picker/themes/solar/charcoal/index.js 1.03 kB
packages/elements/lib/datetime-picker/themes/solar/pearl/index.js 1.04 kB
packages/elements/lib/datetime-picker/types.js 31 B
packages/elements/lib/datetime-picker/utils.js 890 B
packages/elements/lib/dialog/draggable-element.js 1.62 kB
packages/elements/lib/dialog/index.js 3 kB
packages/elements/lib/dialog/themes/ds/dark/index.js 1.3 kB
packages/elements/lib/dialog/themes/ds/light/index.js 1.31 kB
packages/elements/lib/dialog/themes/halo/dark/index.js 1.25 kB
packages/elements/lib/dialog/themes/halo/light/index.js 1.25 kB
packages/elements/lib/dialog/themes/solar/charcoal/index.js 993 B
packages/elements/lib/dialog/themes/solar/pearl/index.js 992 B
packages/elements/lib/email-field/index.js 1.37 kB
packages/elements/lib/email-field/themes/ds/dark/index.js 999 B
packages/elements/lib/email-field/themes/ds/light/index.js 989 B
packages/elements/lib/email-field/themes/halo/dark/index.js 989 B
packages/elements/lib/email-field/themes/halo/light/index.js 983 B
packages/elements/lib/email-field/themes/solar/charcoal/index.js 1.04 kB
packages/elements/lib/email-field/themes/solar/pearl/index.js 1.05 kB
packages/elements/lib/events.js 31 B
packages/elements/lib/flag/index.js 1.53 kB
packages/elements/lib/flag/themes/ds/dark/index.js 177 B
packages/elements/lib/flag/themes/ds/light/index.js 446 B
packages/elements/lib/flag/themes/halo/dark/index.js 177 B
packages/elements/lib/flag/themes/halo/light/index.js 444 B
packages/elements/lib/flag/themes/solar/charcoal/index.js 190 B
packages/elements/lib/flag/themes/solar/pearl/index.js 453 B
packages/elements/lib/flag/utils/FlagLoader.js 436 B
packages/elements/lib/header/index.js 776 B
packages/elements/lib/header/themes/ds/dark/index.js 396 B
packages/elements/lib/header/themes/ds/light/index.js 399 B
packages/elements/lib/header/themes/halo/dark/index.js 392 B
packages/elements/lib/header/themes/halo/light/index.js 391 B
packages/elements/lib/header/themes/solar/charcoal/index.js 467 B
packages/elements/lib/header/themes/solar/pearl/index.js 470 B
packages/elements/lib/heatmap/helpers/color.js 871 B
packages/elements/lib/heatmap/helpers/text.js 804 B
packages/elements/lib/heatmap/helpers/track.js 909 B
packages/elements/lib/heatmap/helpers/types.js 31 B
packages/elements/lib/heatmap/index.js 8.28 kB
packages/elements/lib/heatmap/themes/ds/dark/index.js 349 B
packages/elements/lib/heatmap/themes/ds/light/index.js 346 B
packages/elements/lib/heatmap/themes/halo/dark/index.js 327 B
packages/elements/lib/heatmap/themes/halo/light/index.js 340 B
packages/elements/lib/heatmap/themes/solar/charcoal/index.js 329 B
packages/elements/lib/heatmap/themes/solar/pearl/index.js 317 B
packages/elements/lib/icon/index.js 2.06 kB
packages/elements/lib/icon/themes/ds/dark/index.js 469 B
packages/elements/lib/icon/themes/ds/light/index.js 468 B
packages/elements/lib/icon/themes/halo/dark/index.js 468 B
packages/elements/lib/icon/themes/halo/light/index.js 468 B
packages/elements/lib/icon/themes/solar/charcoal/index.js 406 B
packages/elements/lib/icon/themes/solar/pearl/index.js 408 B
packages/elements/lib/icon/utils/IconLoader.js 220 B
packages/elements/lib/icon/utils/SpriteLoader.js 509 B
packages/elements/lib/index.js 95 B
packages/elements/lib/interactive-chart/helpers/merge.js 496 B
packages/elements/lib/interactive-chart/helpers/types.js 31 B
packages/elements/lib/interactive-chart/index.js 8.18 kB
packages/elements/lib/interactive-chart/themes/ds/dark/index.js 884 B
packages/elements/lib/interactive-chart/themes/ds/light/index.js 892 B
packages/elements/lib/interactive-chart/themes/halo/dark/index.js 861 B
packages/elements/lib/interactive-chart/themes/halo/light/index.js 857 B
packages/elements/lib/interactive-chart/themes/solar/charcoal/index.js 1.06 kB
packages/elements/lib/interactive-chart/themes/solar/pearl/index.js 1.05 kB
packages/elements/lib/item/helpers/types.js 31 B
packages/elements/lib/item/index.js 2.78 kB
packages/elements/lib/item/themes/ds/dark/index.js 817 B
packages/elements/lib/item/themes/ds/light/index.js 819 B
packages/elements/lib/item/themes/halo/dark/index.js 783 B
packages/elements/lib/item/themes/halo/light/index.js 783 B
packages/elements/lib/item/themes/solar/charcoal/index.js 734 B
packages/elements/lib/item/themes/solar/pearl/index.js 726 B
packages/elements/lib/label/index.js 2.13 kB
packages/elements/lib/label/themes/ds/dark/index.js 196 B
packages/elements/lib/label/themes/ds/light/index.js 198 B
packages/elements/lib/label/themes/halo/dark/index.js 196 B
packages/elements/lib/label/themes/halo/light/index.js 201 B
packages/elements/lib/label/themes/solar/charcoal/index.js 201 B
packages/elements/lib/label/themes/solar/pearl/index.js 199 B
packages/elements/lib/layout/index.js 1.5 kB
packages/elements/lib/layout/themes/ds/dark/index.js 166 B
packages/elements/lib/layout/themes/ds/light/index.js 164 B
packages/elements/lib/layout/themes/halo/dark/index.js 166 B
packages/elements/lib/layout/themes/halo/light/index.js 165 B
packages/elements/lib/layout/themes/solar/charcoal/index.js 165 B
packages/elements/lib/layout/themes/solar/pearl/index.js 164 B
packages/elements/lib/led-gauge/index.js 3.56 kB
packages/elements/lib/led-gauge/themes/ds/dark/index.js 423 B
packages/elements/lib/led-gauge/themes/ds/light/index.js 422 B
packages/elements/lib/led-gauge/themes/halo/dark/index.js 388 B
packages/elements/lib/led-gauge/themes/halo/light/index.js 379 B
packages/elements/lib/led-gauge/themes/solar/charcoal/index.js 364 B
packages/elements/lib/led-gauge/themes/solar/pearl/index.js 360 B
packages/elements/lib/list/elements/list-item.js 338 B
packages/elements/lib/list/elements/list.js 4.96 kB
packages/elements/lib/list/extensible-function.js 230 B
packages/elements/lib/list/helpers/item-id.js 232 B
packages/elements/lib/list/helpers/renderer.js 721 B
packages/elements/lib/list/helpers/types.js 31 B
packages/elements/lib/list/index.js 107 B
packages/elements/lib/list/renderer.js 179 B
packages/elements/lib/list/themes/ds/dark/index.js 1.56 kB
packages/elements/lib/list/themes/ds/light/index.js 1.56 kB
packages/elements/lib/list/themes/halo/dark/index.js 1.55 kB
packages/elements/lib/list/themes/halo/light/index.js 1.55 kB
packages/elements/lib/list/themes/solar/charcoal/index.js 1.29 kB
packages/elements/lib/list/themes/solar/pearl/index.js 1.28 kB
packages/elements/lib/loader/index.js 799 B
packages/elements/lib/loader/themes/ds/dark/index.js 847 B
packages/elements/lib/loader/themes/ds/light/index.js 840 B
packages/elements/lib/loader/themes/halo/dark/index.js 838 B
packages/elements/lib/loader/themes/halo/light/index.js 837 B
packages/elements/lib/loader/themes/solar/charcoal/index.js 561 B
packages/elements/lib/loader/themes/solar/pearl/index.js 560 B
packages/elements/lib/multi-input/helpers/types.js 31 B
packages/elements/lib/multi-input/index.js 4.14 kB
packages/elements/lib/multi-input/themes/ds/dark/index.js 1.37 kB
packages/elements/lib/multi-input/themes/ds/light/index.js 1.38 kB
packages/elements/lib/multi-input/themes/halo/dark/index.js 1.44 kB
packages/elements/lib/multi-input/themes/halo/light/index.js 1.44 kB
packages/elements/lib/multi-input/themes/solar/charcoal/index.js 1.37 kB
packages/elements/lib/multi-input/themes/solar/pearl/index.js 1.37 kB
packages/elements/lib/notification/elements/notification-tray.js 1.67 kB
packages/elements/lib/notification/elements/notification.js 1.36 kB
packages/elements/lib/notification/helpers/status.js 973 B
packages/elements/lib/notification/helpers/types.js 31 B
packages/elements/lib/notification/index.js 106 B
packages/elements/lib/notification/themes/ds/dark/index.js 1.01 kB
packages/elements/lib/notification/themes/ds/light/index.js 1.02 kB
packages/elements/lib/notification/themes/halo/dark/index.js 995 B
packages/elements/lib/notification/themes/halo/light/index.js 1 kB
packages/elements/lib/notification/themes/solar/charcoal/index.js 1.02 kB
packages/elements/lib/notification/themes/solar/pearl/index.js 1.02 kB
packages/elements/lib/number-field/index.js 7.87 kB
packages/elements/lib/number-field/themes/ds/dark/index.js 1.28 kB
packages/elements/lib/number-field/themes/ds/light/index.js 1.27 kB
packages/elements/lib/number-field/themes/halo/dark/index.js 1.28 kB
packages/elements/lib/number-field/themes/halo/light/index.js 1.27 kB
packages/elements/lib/number-field/themes/solar/charcoal/index.js 2 kB
packages/elements/lib/number-field/themes/solar/pearl/index.js 1.99 kB
packages/elements/lib/overlay-menu/helpers/constants.js 143 B
packages/elements/lib/overlay-menu/helpers/types.js 31 B
packages/elements/lib/overlay-menu/index.js 7.3 kB
packages/elements/lib/overlay-menu/managers/menu-manager.js 1.79 kB
packages/elements/lib/overlay-menu/themes/ds/dark/index.js 411 B
packages/elements/lib/overlay-menu/themes/ds/light/index.js 407 B
packages/elements/lib/overlay-menu/themes/halo/dark/index.js 810 B
packages/elements/lib/overlay-menu/themes/halo/light/index.js 804 B
packages/elements/lib/overlay-menu/themes/solar/charcoal/index.js 792 B
packages/elements/lib/overlay-menu/themes/solar/pearl/index.js 796 B
packages/elements/lib/overlay/elements/overlay-backdrop.js 646 B
packages/elements/lib/overlay/elements/overlay-viewport.js 496 B
packages/elements/lib/overlay/elements/overlay.js 11 kB
packages/elements/lib/overlay/helpers/functions.js 221 B
packages/elements/lib/overlay/helpers/types.js 258 B
packages/elements/lib/overlay/index.js 65 B
packages/elements/lib/overlay/managers/backdrop-manager.js 722 B
packages/elements/lib/overlay/managers/close-manager.js 1.12 kB
packages/elements/lib/overlay/managers/focus-manager.js 2.36 kB
packages/elements/lib/overlay/managers/interaction-lock-manager.js 3.12 kB
packages/elements/lib/overlay/managers/viewport-manager.js 1.95 kB
packages/elements/lib/overlay/managers/zindex-manager.js 1.61 kB
packages/elements/lib/overlay/themes/halo/dark/index.js 1.07 kB
packages/elements/lib/overlay/themes/halo/light/index.js 1.07 kB
packages/elements/lib/overlay/themes/solar/charcoal/index.js 842 B
packages/elements/lib/overlay/themes/solar/pearl/index.js 836 B
packages/elements/lib/pagination/index.js 3.76 kB
packages/elements/lib/pagination/themes/ds/dark/index.js 768 B
packages/elements/lib/pagination/themes/ds/light/index.js 770 B
packages/elements/lib/pagination/themes/halo/dark/index.js 783 B
packages/elements/lib/pagination/themes/halo/light/index.js 785 B
packages/elements/lib/pagination/themes/solar/charcoal/index.js 796 B
packages/elements/lib/pagination/themes/solar/pearl/index.js 804 B
packages/elements/lib/panel/index.js 753 B
packages/elements/lib/panel/themes/ds/dark/index.js 171 B
packages/elements/lib/panel/themes/ds/light/index.js 168 B
packages/elements/lib/panel/themes/halo/dark/index.js 170 B
packages/elements/lib/panel/themes/halo/light/index.js 170 B
packages/elements/lib/panel/themes/solar/charcoal/index.js 170 B
packages/elements/lib/panel/themes/solar/pearl/index.js 264 B
packages/elements/lib/password-field/index.js 1.92 kB
packages/elements/lib/password-field/themes/ds/dark/index.js 1.03 kB
packages/elements/lib/password-field/themes/ds/light/index.js 1.02 kB
packages/elements/lib/password-field/themes/halo/dark/index.js 1.02 kB
packages/elements/lib/password-field/themes/halo/light/index.js 1.01 kB
packages/elements/lib/password-field/themes/solar/charcoal/index.js 1.07 kB
packages/elements/lib/password-field/themes/solar/pearl/index.js 1.08 kB
packages/elements/lib/pill/index.js 1.89 kB
packages/elements/lib/pill/themes/ds/dark/index.js 947 B
packages/elements/lib/pill/themes/ds/light/index.js 944 B
packages/elements/lib/pill/themes/halo/dark/index.js 702 B
packages/elements/lib/pill/themes/halo/light/index.js 705 B
packages/elements/lib/pill/themes/solar/charcoal/index.js 602 B
packages/elements/lib/pill/themes/solar/pearl/index.js 605 B
packages/elements/lib/progress-bar/index.js 1.53 kB
packages/elements/lib/progress-bar/themes/ds/dark/index.js 218 B
packages/elements/lib/progress-bar/themes/ds/light/index.js 219 B
packages/elements/lib/progress-bar/themes/halo/dark/index.js 215 B
packages/elements/lib/progress-bar/themes/halo/light/index.js 218 B
packages/elements/lib/progress-bar/themes/solar/charcoal/index.js 215 B
packages/elements/lib/progress-bar/themes/solar/pearl/index.js 218 B
packages/elements/lib/radio-button/index.js 2.14 kB
packages/elements/lib/radio-button/radio-button-registry.js 1 kB
packages/elements/lib/radio-button/themes/ds/dark/index.js 892 B
packages/elements/lib/radio-button/themes/ds/light/index.js 883 B
packages/elements/lib/radio-button/themes/halo/dark/index.js 771 B
packages/elements/lib/radio-button/themes/halo/light/index.js 767 B
packages/elements/lib/radio-button/themes/solar/charcoal/index.js 712 B
packages/elements/lib/radio-button/themes/solar/pearl/index.js 728 B
packages/elements/lib/rating/index.js 2.57 kB
packages/elements/lib/rating/themes/ds/dark/index.js 850 B
packages/elements/lib/rating/themes/ds/light/index.js 858 B
packages/elements/lib/rating/themes/halo/dark/index.js 858 B
packages/elements/lib/rating/themes/halo/light/index.js 860 B
packages/elements/lib/rating/themes/solar/charcoal/index.js 709 B
packages/elements/lib/rating/themes/solar/pearl/index.js 715 B
packages/elements/lib/rating/utils.js 197 B
packages/elements/lib/search-field/index.js 1.32 kB
packages/elements/lib/search-field/themes/ds/dark/index.js 997 B
packages/elements/lib/search-field/themes/ds/light/index.js 988 B
packages/elements/lib/search-field/themes/halo/dark/index.js 987 B
packages/elements/lib/search-field/themes/halo/light/index.js 981 B
packages/elements/lib/search-field/themes/solar/charcoal/index.js 1.04 kB
packages/elements/lib/search-field/themes/solar/pearl/index.js 1.05 kB
packages/elements/lib/select/helpers/types.js 31 B
packages/elements/lib/select/index.js 7.43 kB
packages/elements/lib/select/themes/ds/dark/index.js 1.81 kB
packages/elements/lib/select/themes/ds/light/index.js 1.83 kB
packages/elements/lib/select/themes/halo/dark/index.js 1.81 kB
packages/elements/lib/select/themes/halo/light/index.js 1.82 kB
packages/elements/lib/select/themes/solar/charcoal/index.js 1.26 kB
packages/elements/lib/select/themes/solar/pearl/index.js 1.25 kB
packages/elements/lib/sidebar-layout/index.js 1.14 kB
packages/elements/lib/sidebar-layout/themes/ds/dark/index.js 988 B
packages/elements/lib/sidebar-layout/themes/ds/light/index.js 997 B
packages/elements/lib/sidebar-layout/themes/halo/dark/index.js 1.02 kB
packages/elements/lib/sidebar-layout/themes/halo/light/index.js 1.02 kB
packages/elements/lib/sidebar-layout/themes/solar/charcoal/index.js 803 B
packages/elements/lib/sidebar-layout/themes/solar/pearl/index.js 803 B
packages/elements/lib/slider/constants.js 276 B
packages/elements/lib/slider/elements/slider-marker.js 740 B
packages/elements/lib/slider/elements/slider.js 9.92 kB
packages/elements/lib/slider/index.js 79 B
packages/elements/lib/slider/themes/ds/dark/index.js 1.21 kB
packages/elements/lib/slider/themes/ds/light/index.js 1.22 kB
packages/elements/lib/slider/themes/halo/dark/index.js 1.15 kB
packages/elements/lib/slider/themes/halo/light/index.js 1.16 kB
packages/elements/lib/slider/themes/solar/charcoal/index.js 1.06 kB
packages/elements/lib/slider/themes/solar/pearl/index.js 1.06 kB
packages/elements/lib/slider/utils.js 434 B
packages/elements/lib/sparkline/index.js 1.57 kB
packages/elements/lib/sparkline/themes/ds/dark/index.js 223 B
packages/elements/lib/sparkline/themes/ds/light/index.js 225 B
packages/elements/lib/sparkline/themes/halo/dark/index.js 207 B
packages/elements/lib/sparkline/themes/halo/light/index.js 207 B
packages/elements/lib/sparkline/themes/solar/charcoal/index.js 207 B
packages/elements/lib/sparkline/themes/solar/pearl/index.js 213 B
packages/elements/lib/swing-gauge/const.js 371 B
packages/elements/lib/swing-gauge/helpers.js 1.18 kB
packages/elements/lib/swing-gauge/index.js 6.03 kB
packages/elements/lib/swing-gauge/themes/ds/dark/index.js 464 B
packages/elements/lib/swing-gauge/themes/ds/light/index.js 443 B
packages/elements/lib/swing-gauge/themes/halo/dark/index.js 448 B
packages/elements/lib/swing-gauge/themes/halo/light/index.js 432 B
packages/elements/lib/swing-gauge/themes/solar/charcoal/index.js 441 B
packages/elements/lib/swing-gauge/themes/solar/pearl/index.js 438 B
packages/elements/lib/swing-gauge/types.js 31 B
packages/elements/lib/tab-bar/helpers/animate.js 756 B
packages/elements/lib/tab-bar/index.js 3.49 kB
packages/elements/lib/tab-bar/themes/ds/dark/index.js 860 B
packages/elements/lib/tab-bar/themes/ds/light/index.js 852 B
packages/elements/lib/tab-bar/themes/halo/dark/index.js 846 B
packages/elements/lib/tab-bar/themes/halo/light/index.js 850 B
packages/elements/lib/tab-bar/themes/solar/charcoal/index.js 545 B
packages/elements/lib/tab-bar/themes/solar/pearl/index.js 534 B
packages/elements/lib/tab/index.js 1.96 kB
packages/elements/lib/tab/themes/ds/dark/index.js 1.18 kB
packages/elements/lib/tab/themes/ds/light/index.js 1.17 kB
packages/elements/lib/tab/themes/halo/dark/index.js 1.13 kB
packages/elements/lib/tab/themes/halo/light/index.js 1.15 kB
packages/elements/lib/tab/themes/solar/charcoal/index.js 926 B
packages/elements/lib/tab/themes/solar/pearl/index.js 906 B
packages/elements/lib/text-field/index.js 2.5 kB
packages/elements/lib/text-field/themes/ds/dark/index.js 997 B
packages/elements/lib/text-field/themes/ds/light/index.js 988 B
packages/elements/lib/text-field/themes/halo/dark/index.js 987 B
packages/elements/lib/text-field/themes/halo/light/index.js 981 B
packages/elements/lib/text-field/themes/solar/charcoal/index.js 1.04 kB
packages/elements/lib/text-field/themes/solar/pearl/index.js 1.05 kB
packages/elements/lib/time-picker/index.js 7.02 kB
packages/elements/lib/time-picker/themes/ds/dark/index.js 892 B
packages/elements/lib/time-picker/themes/ds/light/index.js 893 B
packages/elements/lib/time-picker/themes/halo/dark/index.js 887 B
packages/elements/lib/time-picker/themes/halo/light/index.js 887 B
packages/elements/lib/time-picker/themes/solar/charcoal/index.js 1.14 kB
packages/elements/lib/time-picker/themes/solar/pearl/index.js 1.15 kB
packages/elements/lib/toggle/index.js 1.35 kB
packages/elements/lib/toggle/themes/ds/dark/index.js 895 B
packages/elements/lib/toggle/themes/ds/light/index.js 853 B
packages/elements/lib/toggle/themes/halo/dark/index.js 757 B
packages/elements/lib/toggle/themes/halo/light/index.js 732 B
packages/elements/lib/toggle/themes/solar/charcoal/index.js 752 B
packages/elements/lib/toggle/themes/solar/pearl/index.js 753 B
packages/elements/lib/tooltip/elements/title-tooltip.js 294 B
packages/elements/lib/tooltip/elements/tooltip-element.js 644 B
packages/elements/lib/tooltip/helpers/overflow-tooltip.js 538 B
packages/elements/lib/tooltip/helpers/renderer.js 214 B
packages/elements/lib/tooltip/helpers/types.js 31 B
packages/elements/lib/tooltip/index.js 3.83 kB
packages/elements/lib/tooltip/managers/tooltip-manager.js 1.2 kB
packages/elements/lib/tooltip/themes/ds/dark/index.js 409 B
packages/elements/lib/tooltip/themes/ds/light/index.js 410 B
packages/elements/lib/tooltip/themes/halo/dark/index.js 376 B
packages/elements/lib/tooltip/themes/halo/light/index.js 381 B
packages/elements/lib/tooltip/themes/solar/charcoal/index.js 345 B
packages/elements/lib/tooltip/themes/solar/pearl/index.js 339 B
packages/elements/lib/tornado-chart/elements/tornado-chart.js 1.27 kB
packages/elements/lib/tornado-chart/elements/tornado-item.js 1.52 kB
packages/elements/lib/tornado-chart/index.js 89 B
packages/elements/lib/tornado-chart/themes/ds/dark/index.js 745 B
packages/elements/lib/tornado-chart/themes/ds/light/index.js 741 B
packages/elements/lib/tornado-chart/themes/halo/dark/index.js 726 B
packages/elements/lib/tornado-chart/themes/halo/light/index.js 731 B
packages/elements/lib/tornado-chart/themes/solar/charcoal/index.js 746 B
packages/elements/lib/tornado-chart/themes/solar/pearl/index.js 733 B
packages/elements/lib/tree-select/helpers/types.js 31 B
packages/elements/lib/tree-select/index.js 8.12 kB
packages/elements/lib/tree-select/themes/ds/dark/index.js 2.72 kB
packages/elements/lib/tree-select/themes/ds/light/index.js 2.73 kB
packages/elements/lib/tree-select/themes/halo/dark/index.js 2.77 kB
packages/elements/lib/tree-select/themes/halo/light/index.js 2.78 kB
packages/elements/lib/tree-select/themes/solar/charcoal/index.js 3.04 kB
packages/elements/lib/tree-select/themes/solar/pearl/index.js 3.05 kB
packages/elements/lib/tree/elements/tree-item.js 1.86 kB
packages/elements/lib/tree/elements/tree.js 3.46 kB
packages/elements/lib/tree/helpers/filter.js 494 B
packages/elements/lib/tree/helpers/renderer.js 762 B
packages/elements/lib/tree/helpers/types.js 31 B
packages/elements/lib/tree/index.js 140 B
packages/elements/lib/tree/managers/tree-manager.js 3.24 kB
packages/elements/lib/tree/managers/tree-node.js 1.8 kB
packages/elements/lib/tree/themes/ds/dark/index.js 1.83 kB
packages/elements/lib/tree/themes/ds/light/index.js 1.84 kB
packages/elements/lib/tree/themes/halo/dark/index.js 1.81 kB
packages/elements/lib/tree/themes/halo/light/index.js 1.82 kB
packages/elements/lib/tree/themes/solar/charcoal/index.js 1.55 kB
packages/elements/lib/tree/themes/solar/pearl/index.js 1.54 kB
packages/elements/lib/version.js 57 B
packages/halo-theme/dark/a.js 219 B
packages/halo-theme/dark/body.js 1 kB
packages/halo-theme/dark/button.js 705 B
packages/halo-theme/dark/css/native-elements.css 5.29 kB
packages/halo-theme/dark/ef-accordion.js 229 B
packages/halo-theme/dark/ef-appstate-bar.js 601 B
packages/halo-theme/dark/ef-autosuggest.js 1.51 kB
packages/halo-theme/dark/ef-button-bar.js 318 B
packages/halo-theme/dark/ef-button.js 1.38 kB
packages/halo-theme/dark/ef-calendar.js 842 B
packages/halo-theme/dark/ef-canvas.js 114 B
packages/halo-theme/dark/ef-card.js 880 B
packages/halo-theme/dark/ef-chart.js 569 B
packages/halo-theme/dark/ef-checkbox.js 788 B
packages/halo-theme/dark/ef-clock.js 6.13 kB
packages/halo-theme/dark/ef-collapse.js 660 B
packages/halo-theme/dark/ef-color-dialog.js 481 B
packages/halo-theme/dark/ef-color-picker.js 329 B
packages/halo-theme/dark/ef-combo-box.js 2.31 kB
packages/halo-theme/dark/ef-counter.js 415 B
packages/halo-theme/dark/ef-datetime-field.js 136 B
packages/halo-theme/dark/ef-datetime-picker.js 949 B
packages/halo-theme/dark/ef-dialog.js 1.23 kB
packages/halo-theme/dark/ef-email-field.js 966 B
packages/halo-theme/dark/ef-error.js 114 B
packages/halo-theme/dark/ef-flag.js 181 B
packages/halo-theme/dark/ef-header.js 393 B
packages/halo-theme/dark/ef-heatmap.js 307 B
packages/halo-theme/dark/ef-icon.js 470 B
packages/halo-theme/dark/ef-input.js 159 B
packages/halo-theme/dark/ef-interactive-chart.js 839 B
packages/halo-theme/dark/ef-item.js 757 B
packages/halo-theme/dark/ef-label.js 177 B
packages/halo-theme/dark/ef-layout.js 168 B
packages/halo-theme/dark/ef-led-gauge.js 366 B
packages/halo-theme/dark/ef-list-item.js 761 B
packages/halo-theme/dark/ef-list.js 1.02 kB
packages/halo-theme/dark/ef-loader.js 839 B
packages/halo-theme/dark/ef-multi-input.js 1.42 kB
packages/halo-theme/dark/ef-notification-tray.js 269 B
packages/halo-theme/dark/ef-notification.js 873 B
packages/halo-theme/dark/ef-number-field.js 1.26 kB
packages/halo-theme/dark/ef-overlay-backdrop.js 162 B
packages/halo-theme/dark/ef-overlay-menu.js 787 B
packages/halo-theme/dark/ef-overlay.js 1.01 kB
packages/halo-theme/dark/ef-pagination.js 760 B
packages/halo-theme/dark/ef-panel.js 172 B
packages/halo-theme/dark/ef-password-field.js 996 B
packages/halo-theme/dark/ef-pill.js 682 B
packages/halo-theme/dark/ef-progress-bar.js 217 B
packages/halo-theme/dark/ef-radio-button.js 751 B
packages/halo-theme/dark/ef-rating.js 861 B
packages/halo-theme/dark/ef-search-field.js 965 B
packages/halo-theme/dark/ef-select.js 1.79 kB
packages/halo-theme/dark/ef-sidebar-layout.js 1 kB
packages/halo-theme/dark/ef-slider-marker.js 304 B
packages/halo-theme/dark/ef-slider.js 1.04 kB
packages/halo-theme/dark/ef-sparkline.js 209 B
packages/halo-theme/dark/ef-swing-gauge.js 428 B
packages/halo-theme/dark/ef-tab-bar.js 822 B
packages/halo-theme/dark/ef-tab.js 1.11 kB
packages/halo-theme/dark/ef-text-field.js 963 B
packages/halo-theme/dark/ef-time-picker.js 865 B
packages/halo-theme/dark/ef-toggle.js 758 B
packages/halo-theme/dark/ef-tooltip.js 354 B
packages/halo-theme/dark/ef-tornado-chart.js 443 B
packages/halo-theme/dark/ef-tornado-item.js 518 B
packages/halo-theme/dark/ef-tree-item.js 1.03 kB
packages/halo-theme/dark/ef-tree-select.js 2.74 kB
packages/halo-theme/dark/ef-tree.js 1.03 kB
packages/halo-theme/dark/es5/all-elements.js 29.5 kB
packages/halo-theme/dark/h1.js 205 B
packages/halo-theme/dark/h2.js 178 B
packages/halo-theme/dark/h3.js 178 B
packages/halo-theme/dark/h4.js 197 B
packages/halo-theme/dark/h5.js 200 B
packages/halo-theme/dark/h6.js 198 B
packages/halo-theme/dark/header.js 234 B
packages/halo-theme/dark/hr.js 158 B
packages/halo-theme/dark/html.js 1.18 kB
packages/halo-theme/dark/imports/all-elements.js 481 B
packages/halo-theme/dark/imports/custom-elements.js 401 B
packages/halo-theme/dark/imports/native-elements.js 129 B
packages/halo-theme/dark/input.js 2.8 kB
packages/halo-theme/dark/kbd.js 241 B
packages/halo-theme/dark/mark.js 139 B
packages/halo-theme/dark/ol.js 111 B
packages/halo-theme/dark/p.js 123 B
packages/halo-theme/dark/select.js 349 B
packages/halo-theme/dark/table.js 329 B
packages/halo-theme/dark/textarea.js 576 B
packages/halo-theme/dark/ul.js 110 B
packages/halo-theme/light/a.js 220 B
packages/halo-theme/light/body.js 1 kB
packages/halo-theme/light/button.js 712 B
packages/halo-theme/light/css/native-elements.css 5.29 kB
packages/halo-theme/light/ef-accordion.js 228 B
packages/halo-theme/light/ef-appstate-bar.js 607 B
packages/halo-theme/light/ef-autosuggest.js 1.51 kB
packages/halo-theme/light/ef-button-bar.js 319 B
packages/halo-theme/light/ef-button.js 1.4 kB
packages/halo-theme/light/ef-calendar.js 871 B
packages/halo-theme/light/ef-canvas.js 114 B
packages/halo-theme/light/ef-card.js 874 B
packages/halo-theme/light/ef-chart.js 566 B
packages/halo-theme/light/ef-checkbox.js 783 B
packages/halo-theme/light/ef-clock.js 6.14 kB
packages/halo-theme/light/ef-collapse.js 659 B
packages/halo-theme/light/ef-color-dialog.js 482 B
packages/halo-theme/light/ef-color-picker.js 331 B
packages/halo-theme/light/ef-combo-box.js 2.31 kB
packages/halo-theme/light/ef-counter.js 417 B
packages/halo-theme/light/ef-datetime-field.js 136 B
packages/halo-theme/light/ef-datetime-picker.js 944 B
packages/halo-theme/light/ef-dialog.js 1.23 kB
packages/halo-theme/light/ef-email-field.js 961 B
packages/halo-theme/light/ef-error.js 114 B
packages/halo-theme/light/ef-flag.js 446 B
packages/halo-theme/light/ef-header.js 393 B
packages/halo-theme/light/ef-heatmap.js 318 B
packages/halo-theme/light/ef-icon.js 470 B
packages/halo-theme/light/ef-input.js 159 B
packages/halo-theme/light/ef-interactive-chart.js 834 B
packages/halo-theme/light/ef-item.js 761 B
packages/halo-theme/light/ef-label.js 177 B
packages/halo-theme/light/ef-layout.js 166 B
packages/halo-theme/light/ef-led-gauge.js 360 B
packages/halo-theme/light/ef-list-item.js 764 B
packages/halo-theme/light/ef-list.js 1.02 kB
packages/halo-theme/light/ef-loader.js 838 B
packages/halo-theme/light/ef-multi-input.js 1.42 kB
packages/halo-theme/light/ef-notification-tray.js 269 B
packages/halo-theme/light/ef-notification.js 878 B
packages/halo-theme/light/ef-number-field.js 1.25 kB
packages/halo-theme/light/ef-overlay-backdrop.js 162 B
packages/halo-theme/light/ef-overlay-menu.js 781 B
packages/halo-theme/light/ef-overlay.js 1.01 kB
packages/halo-theme/light/ef-pagination.js 763 B
packages/halo-theme/light/ef-panel.js 172 B
packages/halo-theme/light/ef-password-field.js 991 B
packages/halo-theme/light/ef-pill.js 685 B
packages/halo-theme/light/ef-progress-bar.js 219 B
packages/halo-theme/light/ef-radio-button.js 748 B
packages/halo-theme/light/ef-rating.js 862 B
packages/halo-theme/light/ef-search-field.js 960 B
packages/halo-theme/light/ef-select.js 1.8 kB
packages/halo-theme/light/ef-sidebar-layout.js 1 kB
packages/halo-theme/light/ef-slider-marker.js 304 B
packages/halo-theme/light/ef-slider.js 1.05 kB
packages/halo-theme/light/ef-sparkline.js 209 B
packages/halo-theme/light/ef-swing-gauge.js 412 B
packages/halo-theme/light/ef-tab-bar.js 826 B
packages/halo-theme/light/ef-tab.js 1.13 kB
packages/halo-theme/light/ef-text-field.js 957 B
packages/halo-theme/light/ef-time-picker.js 865 B
packages/halo-theme/light/ef-toggle.js 734 B
packages/halo-theme/light/ef-tooltip.js 362 B
packages/halo-theme/light/ef-tornado-chart.js 448 B
packages/halo-theme/light/ef-tornado-item.js 523 B
packages/halo-theme/light/ef-tree-item.js 1.04 kB
packages/halo-theme/light/ef-tree-select.js 2.75 kB
packages/halo-theme/light/ef-tree.js 1.03 kB
packages/halo-theme/light/es5/all-elements.js 30 kB
packages/halo-theme/light/h1.js 205 B
packages/halo-theme/light/h2.js 178 B
packages/halo-theme/light/h3.js 178 B
packages/halo-theme/light/h4.js 197 B
packages/halo-theme/light/h5.js 200 B
packages/halo-theme/light/h6.js 198 B
packages/halo-theme/light/header.js 236 B
packages/halo-theme/light/hr.js 159 B
packages/halo-theme/light/html.js 1.17 kB
packages/halo-theme/light/imports/all-elements.js 481 B
packages/halo-theme/light/imports/custom-elements.js 401 B
packages/halo-theme/light/imports/native-elements.js 129 B
packages/halo-theme/light/input.js 2.8 kB
packages/halo-theme/light/kbd.js 241 B
packages/halo-theme/light/mark.js 139 B
packages/halo-theme/light/ol.js 111 B
packages/halo-theme/light/p.js 123 B
packages/halo-theme/light/select.js 350 B
packages/halo-theme/light/table.js 331 B
packages/halo-theme/light/textarea.js 577 B
packages/halo-theme/light/ul.js 110 B
packages/i18n/lib/constants.js 65 B
packages/i18n/lib/index.js 149 B
packages/i18n/lib/lang-attribute-observer.js 629 B
packages/i18n/lib/memoiser.js 1.38 kB
packages/i18n/lib/translate.js 1.25 kB
packages/i18n/lib/types.js 31 B
packages/phrasebook/lib/index.js 80 B
packages/phrasebook/lib/locale/de/appstate-bar.js 157 B
packages/phrasebook/lib/locale/de/autosuggest.js 228 B
packages/phrasebook/lib/locale/de/calendar.js 543 B
packages/phrasebook/lib/locale/de/card.js 157 B
packages/phrasebook/lib/locale/de/clock.js 206 B
packages/phrasebook/lib/locale/de/color-dialog.js 262 B
packages/phrasebook/lib/locale/de/color-picker.js 314 B
packages/phrasebook/lib/locale/de/combo-box.js 199 B
packages/phrasebook/lib/locale/de/datetime-field.js 317 B
packages/phrasebook/lib/locale/de/datetime-picker.js 158 B
packages/phrasebook/lib/locale/de/dialog.js 181 B
packages/phrasebook/lib/locale/de/notification.js 156 B
packages/phrasebook/lib/locale/de/pagination.js 219 B
packages/phrasebook/lib/locale/de/password-field.js 216 B
packages/phrasebook/lib/locale/de/search-field.js 151 B
packages/phrasebook/lib/locale/de/shared.js 203 B
packages/phrasebook/lib/locale/de/slider.js 164 B
packages/phrasebook/lib/locale/de/time-picker.js 391 B
packages/phrasebook/lib/locale/de/tree-select.js 447 B
packages/phrasebook/lib/locale/en/appstate-bar.js 157 B
packages/phrasebook/lib/locale/en/autosuggest.js 207 B
packages/phrasebook/lib/locale/en/calendar.js 491 B
packages/phrasebook/lib/locale/en/card.js 150 B
packages/phrasebook/lib/locale/en/clock.js 206 B
packages/phrasebook/lib/locale/en/color-dialog.js 259 B
packages/phrasebook/lib/locale/en/color-picker.js 306 B
packages/phrasebook/lib/locale/en/combo-box.js 197 B
packages/phrasebook/lib/locale/en/datetime-field.js 298 B
packages/phrasebook/lib/locale/en/datetime-picker.js 157 B
packages/phrasebook/lib/locale/en/dialog.js 156 B
packages/phrasebook/lib/locale/en/notification.js 156 B
packages/phrasebook/lib/locale/en/pagination.js 214 B
packages/phrasebook/lib/locale/en/password-field.js 200 B
packages/phrasebook/lib/locale/en/search-field.js 151 B
packages/phrasebook/lib/locale/en/shared.js 190 B
packages/phrasebook/lib/locale/en/slider.js 165 B
packages/phrasebook/lib/locale/en/time-picker.js 394 B
packages/phrasebook/lib/locale/en/tree-select.js 417 B
packages/phrasebook/lib/locale/ja/appstate-bar.js 158 B
packages/phrasebook/lib/locale/ja/autosuggest.js 260 B
packages/phrasebook/lib/locale/ja/calendar.js 605 B
packages/phrasebook/lib/locale/ja/card.js 174 B
packages/phrasebook/lib/locale/ja/clock.js 206 B
packages/phrasebook/lib/locale/ja/color-dialog.js 280 B
packages/phrasebook/lib/locale/ja/color-picker.js 335 B
packages/phrasebook/lib/locale/ja/combo-box.js 245 B
packages/phrasebook/lib/locale/ja/datetime-field.js 361 B
packages/phrasebook/lib/locale/ja/datetime-picker.js 178 B
packages/phrasebook/lib/locale/ja/dialog.js 205 B
packages/phrasebook/lib/locale/ja/notification.js 156 B
packages/phrasebook/lib/locale/ja/pagination.js 243 B
packages/phrasebook/lib/locale/ja/password-field.js 252 B
packages/phrasebook/lib/locale/ja/search-field.js 161 B
packages/phrasebook/lib/locale/ja/shared.js 227 B
packages/phrasebook/lib/locale/ja/slider.js 184 B
packages/phrasebook/lib/locale/ja/time-picker.js 420 B
packages/phrasebook/lib/locale/ja/tree-select.js 535 B
packages/phrasebook/lib/locale/zh-hant/appstate-bar.js 162 B
packages/phrasebook/lib/locale/zh-hant/autosuggest.js 244 B
packages/phrasebook/lib/locale/zh-hant/calendar.js 495 B
packages/phrasebook/lib/locale/zh-hant/card.js 170 B
packages/phrasebook/lib/locale/zh-hant/clock.js 210 B
packages/phrasebook/lib/locale/zh-hant/color-dialog.js 284 B
packages/phrasebook/lib/locale/zh-hant/color-picker.js 327 B
packages/phrasebook/lib/locale/zh-hant/combo-box.js 222 B
packages/phrasebook/lib/locale/zh-hant/datetime-field.js 341 B
packages/phrasebook/lib/locale/zh-hant/datetime-picker.js 173 B
packages/phrasebook/lib/locale/zh-hant/dialog.js 206 B
packages/phrasebook/lib/locale/zh-hant/notification.js 161 B
packages/phrasebook/lib/locale/zh-hant/pagination.js 239 B
packages/phrasebook/lib/locale/zh-hant/password-field.js 241 B
packages/phrasebook/lib/locale/zh-hant/search-field.js 166 B
packages/phrasebook/lib/locale/zh-hant/shared.js 225 B
packages/phrasebook/lib/locale/zh-hant/slider.js 180 B
packages/phrasebook/lib/locale/zh-hant/time-picker.js 449 B
packages/phrasebook/lib/locale/zh-hant/tree-select.js 501 B
packages/phrasebook/lib/locale/zh/appstate-bar.js 158 B
packages/phrasebook/lib/locale/zh/autosuggest.js 237 B
packages/phrasebook/lib/locale/zh/calendar.js 566 B
packages/phrasebook/lib/locale/zh/card.js 165 B
packages/phrasebook/lib/locale/zh/clock.js 205 B
packages/phrasebook/lib/locale/zh/color-dialog.js 278 B
packages/phrasebook/lib/locale/zh/color-picker.js 325 B
packages/phrasebook/lib/locale/zh/combo-box.js 217 B
packages/phrasebook/lib/locale/zh/datetime-field.js 335 B
packages/phrasebook/lib/locale/zh/datetime-picker.js 168 B
packages/phrasebook/lib/locale/zh/dialog.js 198 B
packages/phrasebook/lib/locale/zh/notification.js 156 B
packages/phrasebook/lib/locale/zh/pagination.js 226 B
packages/phrasebook/lib/locale/zh/password-field.js 233 B
packages/phrasebook/lib/locale/zh/search-field.js 162 B
packages/phrasebook/lib/locale/zh/shared.js 215 B
packages/phrasebook/lib/locale/zh/slider.js 175 B
packages/phrasebook/lib/locale/zh/time-picker.js 441 B
packages/phrasebook/lib/locale/zh/tree-select.js 495 B
packages/phrasebook/lib/translation.js 898 B
packages/phrasebook/lib/types.js 31 B
packages/solar-theme/charcoal/a.js 252 B
packages/solar-theme/charcoal/body.js 784 B
packages/solar-theme/charcoal/button.js 881 B
packages/solar-theme/charcoal/css/native-elements.css 6.74 kB
packages/solar-theme/charcoal/ef-accordion.js 228 B
packages/solar-theme/charcoal/ef-appstate-bar.js 624 B
packages/solar-theme/charcoal/ef-autosuggest.js 1.2 kB
packages/solar-theme/charcoal/ef-button-bar.js 289 B
packages/solar-theme/charcoal/ef-button.js 1.33 kB
packages/solar-theme/charcoal/ef-calendar.js 746 B
packages/solar-theme/charcoal/ef-canvas.js 114 B
packages/solar-theme/charcoal/ef-card.js 943 B
packages/solar-theme/charcoal/ef-chart.js 640 B
packages/solar-theme/charcoal/ef-checkbox.js 737 B
packages/solar-theme/charcoal/ef-clock.js 6.14 kB
packages/solar-theme/charcoal/ef-collapse.js 539 B
packages/solar-theme/charcoal/ef-color-dialog.js 507 B
packages/solar-theme/charcoal/ef-color-picker.js 316 B
packages/solar-theme/charcoal/ef-combo-box.js 2.06 kB
packages/solar-theme/charcoal/ef-counter.js 371 B
packages/solar-theme/charcoal/ef-datetime-field.js 136 B
packages/solar-theme/charcoal/ef-datetime-picker.js 1 kB
packages/solar-theme/charcoal/ef-dialog.js 969 B
packages/solar-theme/charcoal/ef-email-field.js 1.02 kB
packages/solar-theme/charcoal/ef-error.js 114 B
packages/solar-theme/charcoal/ef-flag.js 192 B
packages/solar-theme/charcoal/ef-header.js 469 B
packages/solar-theme/charcoal/ef-heatmap.js 305 B
packages/solar-theme/charcoal/ef-icon.js 409 B
packages/solar-theme/charcoal/ef-input.js 159 B
packages/solar-theme/charcoal/ef-interactive-chart.js 1.04 kB
packages/solar-theme/charcoal/ef-item.js 707 B
packages/solar-theme/charcoal/ef-label.js 175 B
packages/solar-theme/charcoal/ef-layout.js 166 B
packages/solar-theme/charcoal/ef-led-gauge.js 342 B
packages/solar-theme/charcoal/ef-list-item.js 711 B
packages/solar-theme/charcoal/ef-list.js 793 B
packages/solar-theme/charcoal/ef-loader.js 563 B
packages/solar-theme/charcoal/ef-multi-input.js 1.34 kB
packages/solar-theme/charcoal/ef-notification-tray.js 269 B
packages/solar-theme/charcoal/ef-notification.js 895 B
packages/solar-theme/charcoal/ef-number-field.js 1.97 kB
packages/solar-theme/charcoal/ef-overlay-backdrop.js 163 B
packages/solar-theme/charcoal/ef-overlay-menu.js 769 B
packages/solar-theme/charcoal/ef-overlay.js 779 B
packages/solar-theme/charcoal/ef-pagination.js 770 B
packages/solar-theme/charcoal/ef-panel.js 172 B
packages/solar-theme/charcoal/ef-password-field.js 1.04 kB
packages/solar-theme/charcoal/ef-pill.js 580 B
packages/solar-theme/charcoal/ef-progress-bar.js 216 B
packages/solar-theme/charcoal/ef-radio-button.js 691 B
packages/solar-theme/charcoal/ef-rating.js 710 B
packages/solar-theme/charcoal/ef-search-field.js 1.02 kB
packages/solar-theme/charcoal/ef-select.js 1.24 kB
packages/solar-theme/charcoal/ef-sidebar-layout.js 779 B
packages/solar-theme/charcoal/ef-slider-marker.js 293 B
packages/solar-theme/charcoal/ef-slider.js 941 B
packages/solar-theme/charcoal/ef-sparkline.js 209 B
packages/solar-theme/charcoal/ef-swing-gauge.js 419 B
packages/solar-theme/charcoal/ef-tab-bar.js 518 B
packages/solar-theme/charcoal/ef-tab.js 898 B
packages/solar-theme/charcoal/ef-text-field.js 1.01 kB
packages/solar-theme/charcoal/ef-time-picker.js 1.11 kB
packages/solar-theme/charcoal/ef-toggle.js 754 B
packages/solar-theme/charcoal/ef-tooltip.js 322 B
packages/solar-theme/charcoal/ef-tornado-chart.js 450 B
packages/solar-theme/charcoal/ef-tornado-item.js 533 B
packages/solar-theme/charcoal/ef-tree-item.js 981 B
packages/solar-theme/charcoal/ef-tree-select.js 3.01 kB
packages/solar-theme/charcoal/ef-tree.js 809 B
packages/solar-theme/charcoal/es5/all-elements.js 29.8 kB
packages/solar-theme/charcoal/h1.js 200 B
packages/solar-theme/charcoal/h2.js 175 B
packages/solar-theme/charcoal/h3.js 175 B
packages/solar-theme/charcoal/h4.js 189 B
packages/solar-theme/charcoal/h5.js 193 B
packages/solar-theme/charcoal/h6.js 192 B
packages/solar-theme/charcoal/header.js 238 B
packages/solar-theme/charcoal/hr.js 158 B
packages/solar-theme/charcoal/html.js 955 B
packages/solar-theme/charcoal/imports/all-elements.js 481 B
packages/solar-theme/charcoal/imports/custom-elements.js 401 B
packages/solar-theme/charcoal/imports/native-elements.js 129 B
packages/solar-theme/charcoal/input.js 4.1 kB
packages/solar-theme/charcoal/kbd.js 286 B
packages/solar-theme/charcoal/mark.js 144 B
packages/solar-theme/charcoal/ol.js 111 B
packages/solar-theme/charcoal/p.js 124 B
packages/solar-theme/charcoal/select.js 357 B
packages/solar-theme/charcoal/table.js 348 B
packages/solar-theme/charcoal/textarea.js 585 B
packages/solar-theme/charcoal/ul.js 110 B
packages/solar-theme/pearl/a.js 248 B
packages/solar-theme/pearl/body.js 782 B
packages/solar-theme/pearl/button.js 861 B
packages/solar-theme/pearl/css/native-elements.css 6.7 kB
packages/solar-theme/pearl/ef-accordion.js 229 B
packages/solar-theme/pearl/ef-appstate-bar.js 620 B
packages/solar-theme/pearl/ef-autosuggest.js 1.19 kB
packages/solar-theme/pearl/ef-button-bar.js 288 B
packages/solar-theme/pearl/ef-button.js 1.32 kB
packages/solar-theme/pearl/ef-calendar.js 750 B
packages/solar-theme/pearl/ef-canvas.js 114 B
packages/solar-theme/pearl/ef-card.js 942 B
packages/solar-theme/pearl/ef-chart.js 644 B
packages/solar-theme/pearl/ef-checkbox.js 751 B
packages/solar-theme/pearl/ef-clock.js 6.13 kB
packages/solar-theme/pearl/ef-collapse.js 537 B
packages/solar-theme/pearl/ef-color-dialog.js 507 B
packages/solar-theme/pearl/ef-color-picker.js 318 B
packages/solar-theme/pearl/ef-combo-box.js 2.07 kB
packages/solar-theme/pearl/ef-counter.js 372 B
packages/solar-theme/pearl/ef-datetime-field.js 136 B
packages/solar-theme/pearl/ef-datetime-picker.js 1.01 kB
packages/solar-theme/pearl/ef-dialog.js 969 B
packages/solar-theme/pearl/ef-email-field.js 1.03 kB
packages/solar-theme/pearl/ef-error.js 114 B
packages/solar-theme/pearl/ef-flag.js 455 B
packages/solar-theme/pearl/ef-header.js 471 B
packages/solar-theme/pearl/ef-heatmap.js 296 B
packages/solar-theme/pearl/ef-icon.js 411 B
packages/solar-theme/pearl/ef-input.js 159 B
packages/solar-theme/pearl/ef-interactive-chart.js 1.02 kB
packages/solar-theme/pearl/ef-item.js 702 B
packages/solar-theme/pearl/ef-label.js 175 B
packages/solar-theme/pearl/ef-layout.js 166 B
packages/solar-theme/pearl/ef-led-gauge.js 340 B
packages/solar-theme/pearl/ef-list-item.js 706 B
packages/solar-theme/pearl/ef-list.js 795 B
packages/solar-theme/pearl/ef-loader.js 562 B
packages/solar-theme/pearl/ef-multi-input.js 1.35 kB
packages/solar-theme/pearl/ef-notification-tray.js 269 B
packages/solar-theme/pearl/ef-notification.js 896 B
packages/solar-theme/pearl/ef-number-field.js 1.96 kB
packages/solar-theme/pearl/ef-overlay-backdrop.js 163 B
packages/solar-theme/pearl/ef-overlay-menu.js 774 B
packages/solar-theme/pearl/ef-overlay.js 777 B
packages/solar-theme/pearl/ef-pagination.js 780 B
packages/solar-theme/pearl/ef-panel.js 266 B
packages/solar-theme/pearl/ef-password-field.js 1.05 kB
packages/solar-theme/pearl/ef-pill.js 585 B
packages/solar-theme/pearl/ef-progress-bar.js 219 B
packages/solar-theme/pearl/ef-radio-button.js 708 B
packages/solar-theme/pearl/ef-rating.js 717 B
packages/solar-theme/pearl/ef-search-field.js 1.03 kB
packages/solar-theme/pearl/ef-select.js 1.23 kB
packages/solar-theme/pearl/ef-sidebar-layout.js 782 B
packages/solar-theme/pearl/ef-slider-marker.js 293 B
packages/solar-theme/pearl/ef-slider.js 940 B
packages/solar-theme/pearl/ef-sparkline.js 215 B
packages/solar-theme/pearl/ef-swing-gauge.js 419 B
packages/solar-theme/pearl/ef-tab-bar.js 507 B
packages/solar-theme/pearl/ef-tab.js 881 B
packages/solar-theme/pearl/ef-text-field.js 1.03 kB
packages/solar-theme/pearl/ef-time-picker.js 1.13 kB
packages/solar-theme/pearl/ef-toggle.js 754 B
packages/solar-theme/pearl/ef-tooltip.js 318 B
packages/solar-theme/pearl/ef-tornado-chart.js 442 B
packages/solar-theme/pearl/ef-tornado-item.js 524 B
packages/solar-theme/pearl/ef-tree-item.js 972 B
packages/solar-theme/pearl/ef-tree-select.js 3.02 kB
packages/solar-theme/pearl/ef-tree.js 810 B
packages/solar-theme/pearl/es5/all-elements.js 30.5 kB
packages/solar-theme/pearl/h1.js 203 B
packages/solar-theme/pearl/h2.js 176 B
packages/solar-theme/pearl/h3.js 175 B
packages/solar-theme/pearl/h4.js 190 B
packages/solar-theme/pearl/h5.js 195 B
packages/solar-theme/pearl/h6.js 193 B
packages/solar-theme/pearl/header.js 238 B
packages/solar-theme/pearl/hr.js 159 B
packages/solar-theme/pearl/html.js 944 B
packages/solar-theme/pearl/imports/all-elements.js 481 B
packages/solar-theme/pearl/imports/custom-elements.js 401 B
packages/solar-theme/pearl/imports/native-elements.js 129 B
packages/solar-theme/pearl/input.js 4.1 kB
packages/solar-theme/pearl/kbd.js 283 B
packages/solar-theme/pearl/mark.js 144 B
packages/solar-theme/pearl/ol.js 111 B
packages/solar-theme/pearl/p.js 124 B
packages/solar-theme/pearl/select.js 360 B
packages/solar-theme/pearl/table.js 356 B
packages/solar-theme/pearl/textarea.js 590 B
packages/solar-theme/pearl/ul.js 110 B
packages/test-helpers/lib/test-helpers.js 1.23 kB
packages/translate/lib/test/phrasebook.js 838 B
packages/translate/lib/test/test-inherited.js 419 B
packages/translate/lib/test/test-nested-translate.js 566 B
packages/translate/lib/test/test-promise.js 593 B
packages/translate/lib/test/test-translate.js 1.17 kB
packages/translate/lib/translate.js 1.77 kB
packages/utils/lib/accessibility.js 134 B
packages/utils/lib/accessibility/description.js 313 B
packages/utils/lib/accessibility/helpers.js 617 B
packages/utils/lib/accessibility/label.js 444 B
packages/utils/lib/accessibility/required.js 190 B
packages/utils/lib/async.js 143 B
packages/utils/lib/async/after-render-task-runner.js 348 B
packages/utils/lib/async/animation-task-runner.js 305 B
packages/utils/lib/async/debouncer-runner.js 176 B
packages/utils/lib/async/micro-task-runner.js 492 B
packages/utils/lib/async/runner.js 500 B
packages/utils/lib/async/task.js 369 B
packages/utils/lib/async/throttler-runner.js 309 B
packages/utils/lib/async/timeout-task-runner.js 346 B
packages/utils/lib/browser.js 579 B
packages/utils/lib/collection.js 72 B
packages/utils/lib/collection/collection-composer.js 3.45 kB
packages/utils/lib/collection/collection-item.js 31 B
packages/utils/lib/collection/data-item.js 31 B
packages/utils/lib/collection/flatten.js 607 B
packages/utils/lib/color.js 103 B
packages/utils/lib/color/color.js 263 B
packages/utils/lib/color/d3-color.js 46 B
packages/utils/lib/color/readable-color.js 1.16 kB
packages/utils/lib/date.js 235 B
packages/utils/lib/date/date.js 1.59 kB
packages/utils/lib/date/datetime.js 1.67 kB
packages/utils/lib/date/Locale.js 4.66 kB
packages/utils/lib/date/shared.js 2.77 kB
packages/utils/lib/date/time.js 1.79 kB
packages/utils/lib/date/timestamps.js 201 B
packages/utils/lib/date/utils.js 366 B
packages/utils/lib/element.js 382 B
packages/utils/lib/event.js 66 B
packages/utils/lib/event/event-emitter.js 751 B
packages/utils/lib/index.js 128 B
packages/utils/lib/is-slot-empty.js 286 B
packages/utils/lib/loader.js 113 B
packages/utils/lib/loader/cdn-loader.js 1.01 kB
packages/utils/lib/loader/deferred.js 400 B
packages/utils/lib/loader/svg-loader.js 1.36 kB
packages/utils/lib/navigation.js 58 B
packages/utils/lib/navigation/grid.js 869 B
packages/utils/lib/uuid.js 298 B

compressed-size-action

Copy link

Deploying refinitiv-ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9e15866
Status:⚡️  Build in progress...

View logs

@bualoy-napat bualoy-napat merged commit a0a1b19 into feat/init-ds-theme Dec 17, 2024
5 of 6 checks passed
@bualoy-napat bualoy-napat deleted the fix/overlay-ds-theme branch December 17, 2024 02:35
bualoy-napat added a commit that referenced this pull request Dec 20, 2024
* chore: remove old ds-theme

* feat: init structure

* feat: add theme override mechanism

* feat: add zipped less tokens

* fix: elements look up file path

* fix: theme source path containing double slash

* feat: add toggle button style

* feat: add cta button

* feat: map cta and toggles

* fix: remove redundant default toggle style

* feat: handles transparent cta toggles

* feat: add accordion and collapse

* feat: add icon color

* fix: collapse focused background color

* feat: add item, list and tree color overrides

* docs: add todos

* fix: move design tokens to devDep

* feat: add tooltip

* feat: add control and overlay variables

* fix: revise button styles

* feat: fix demo block background color

* refactor: use cont token

* fix: overlay-menu border color

* feat: add canvas, flag, icon, layout, loader

* feat: add label, sidebar-layout

* feat: add placeholder component theme

* fix: add tooltip box shadow

* feat: revise item selection styles

* feat: dataviz components MVP

* refactor: use variable for button border width

* fix: remove button border radius

* feat: add checkbox, radio button placeholder

* refactor: remove unused variables

* fix: use only primary color for icon hover

* feat: add placeholder for number-field

* refactor: use transparent contextual variable instead

* feat: add fields

* feat: add select

* feat: add overlay placeholder

* feat: add combo-box placeholder

* feat: add tree-select placeholder

* feat: add headers

* feat: add rating and counter placeholder

* feat: update status variables

* feat: update dataviz tokens

* chore: update web-design-token to dev.11

* feat: use Proxima Vara font

* fix(ds-theme): add new css vars and refactor code

* feat: add dialog

* feat: add appstate-bar, clock and notification placeholder

* feat: add toggle

* feat: add color dialog and picker placeholder

* fix(ds-theme): remove incorrect lines

* feat(ds-theme): add link and rename tgz

* feat: add tab and tabbar

* fix(ds-theme): use token for fg color of notification

* feat: add pill

* feat: add slider

* feat: add border radius to button

* feat: add calendar

* feat(ds-theme): update border-radius

* feat: update docs to use ds theme

* fix: add ds-theme to docs dependency

* fix: remove border line from tree item and add space between item

* feat: update pill tokens to use toggle tag

* fix: set border-radius tree select

* fix: improve counter

* feat: update datetime picker to use dialog background color and border

* feat: improve select

* feat: improve dialog

* fix: add workaround for selection color

* fix: body typography

* fix: remove border radius from select and pagination

* fix: combo box style

* fix: autosuggest

* fix: combo box border color

* fix: jump button in interactive chart

* fix: toggle

* feat: style scrollbar

* chore: add comment

* fix: toggle width for checked-label

* chore: remove ds-theme from package lock

* chore: update doc to use latest version of ds-theme

* chore: add ds-theme as dependencies of elements package

* fix: update ef header bg tokens from design

* fix(docs): update to use ds package in monorepo

* fix: button opacity

* fix: add opacity on close button of dialog

* fix: override border radius of input  to zero

* fix: override opacity of button and close button

* fix(ds-theme): update design-token to 0.0.3-dev.56

* fix: update background color of autosuggest item when it highlighted

* fix: update incorrect token in accordion

* fix: update incorrect border color token in accordion

* Revert "fix: update incorrect border color token in accordion"

This reverts commit 854258d.

* Revert "fix: update incorrect token in accordion"

This reverts commit b6aada5.

* fix(theme-compiler): always use forward slash in glob pattern

* fix: update hand color in clock

* fix: update bg color for each level of collapse

* chore(ds-theme): update design tokens package

* fix: update color for item header to make more distinctive

* fix: update token for checkbox

* refactor: token for checkbox

* fix: update token for radio button

* fix: release fail

* fix: release fail

* chore: update dependency

* fix: change global font size to 12px

* fix: remove override global font size and line height

* chore: update dependency for dev release

* chore: update dependency for dev release

* chore: update dependency

* fix: set text transform to none

* fix: set text transform to none for h4 h5 h6

* fix: use @input-border-radius

* fix: set data viz color scale to 500

* chore(ds-theme): add @refinitiv-ui/halo-theme as a dependency

* feat(ds-theme): add new LESS exports

* chore: update copyright year to 2024

* chore(ds-theme): update license based on Halo theme

* chore: set ds-theme of documents package to latest for dev release

* fix: update border for toggle button active hover state

* fix: update border radius token for checkbox

* fix: background color of code sandbox

* chore: update dependency for doc release

* fix: remove border radius from code sandbox iframe

* fix: update border radius for color picker

* fix(ds-theme): add missing variable import to bare.less

* chore: set ds-theme of documents package to latest for dev release

* chore: revert ds-theme of documents package for development

* fix: update opacity for close btn in pill

* fix: update separator-color color

* fix(ds-theme): change @lseg-workspace/web-design-tokens to dep instead of devDep

* chore: set ds-theme of documents package to latest for dev release

* chore: revert ds-theme of documents package for development

* feat: revised and added grid color variables (#1232)

* chore: update theme to latest

* chore: update lock file

* fix: update token for text-field and loader

* fix: update token for card

* fix: update color token for header level 1-3

* fix: update color token and font weight for header

* fix: update bg color for header of dialog

* fix: update color for warning state

* fix: update opacity of close button for notification

* fix: update token color for tab and tab-bar

* fix: update dependency to trigger Cloudflare page

* feat(ds-theme): add shared-styles in LESS format

* chore: set ds-theme of documents package to latest for dev release

* chore: revert ds-theme of documents package for development

* chore: update web design token

* chore: update web design token

* chore: update web design token

* fix: update opacity of close button in notification

* fix: update backdrop color for overlay

* chore: update web design token

* chore: update web design token

* chore: revert dependency after release dev package

* chore: revert dependency after release dev package

* fix: update token for calendar

* fix: update token for led gauge

* fix: update bg color for checkbox

* fix: update fg color font size and weight and box shadow for card

* fix: update variable for dialog

* fix: update variable for number-field

* fix: update bg color for tab bar

* fix: update bg color for tab bar arrow button

* fix: update text color for time-picker

* chore(ds-theme): add [email protected] LESS files

* refactor(ds-theme): use local web design tokens LESS

* chore: set ds-theme of documents package to latest for dev release

* chore: revert ds-theme of documents package for development

* fix: update box shadow for tooltip

* fix: update token for appstate-bar

* fix: update token for toggle

* style: remove white space

* fix: update font weight for item

* fix: update bg and text color for item

* fix: update border color for button bar

* fix: update text color for clock

* fix: update bg color for overlay

* fix: update highlighted text color for item

* fix: update style for slider

* fix: update border radius for nested button bar

* fix: update color for counter

* chore: set ds-theme of documents package to latest for dev release

* chore: revert ds-theme of documents package for development

* refactor(ds-theme): update grid color variables to match specs (#1233)

Co-authored-by: Pornchai Korpraserttaworn <[email protected]>

* chore: set ds-theme of documents package to latest preparing for a dev release

* chore: update dependency to deploy document

* chore: update to web-design-token 0.0.3-dev.14 with design-token 0.0.3-dev.95

* fix: update color for segment seconds of clock

* chore: bump web-design-tokens to 0.0.3-dev.15

* chore: set ds-theme of documents package to latest preparing for a dev release

* chore: revert ds-theme of documents package for development

* fix: update bg color for all level of header

* fix(ds-theme): accordion has no border color (#1234)

* fix(ds-theme): incorrect overlay box-shadow (#1236)

Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): use default background color for track and thumb when hovering slider (#1237)

Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): correct background color of swing gauge (#1238)

Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): update font weights for header and non-header items (#1240)

Co-authored-by: Sakchai Homhual <[email protected]>
Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): update item to consume token from menu item

* fix(ds-theme):  update data visualization color scale variables (#1235)

Co-authored-by: Sakchai Homhual <[email protected]>
Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): update bg color and border color for dialog

* fix(ds-theme): update border radius and margin for button bar & pagination (#1239)

* fix(ds-theme): adjust border radius for ef-button-bar elements

* fix(ds-theme): pagination button border by adjust margin for ef-button elements in button bar

* fix(ds-theme): inherit right border radius for last ef-button-bar element

---------

Co-authored-by: Sakchai Homhual <[email protected]>
Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): incorrect led gauge's bar color (#1242)

Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): override styles for slotted anchor elements in appstat… (#1243)

* fix(ds-theme): override styles for slotted anchor elements in appstate bar

* fix(ds-theme): clarify comment on slotted selector limitations for child elements

* fix(ds-theme): update border and text color for tree select

* fix(ds-theme): adjust font size and vertical alignment for icon links in appstate bar demo

---------

Co-authored-by: Sakchai Homhual <[email protected]>
Co-authored-by: napat.b <[email protected]>

* fix(ds-theme): update token for counter

* fix(ds-theme): missing border when clicking at toggle pill (#1244)

Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): update font family for ja, zh-CN and zh-Hant

* fix(ds-theme): update token for counter

* fix(ds-theme): update center line for swing gauge

* fix(ds-theme): update hover bg color for item

* chore: update to web-design-token 0.0.3-dev.16 with design-token 0.0.3-dev.98

* fix(ds-theme): calendar and datetime-picker ds theme (#1246)

* fix(ds-theme): update selected text color for calendar component

* fix(ds-theme): datetime-picker container by remove border and update popover radius tokens

* fix(ds-theme): update selected text color for calendar component

* fix(ds-theme): datetime-picker container by remove border and update popover radius tokens

* refactor(ds-theme): update border radius for overlay

---------

Co-authored-by: Sakchai Homhual <[email protected]>
Co-authored-by: napat.b <[email protected]>
Co-authored-by: Napat Bualoy <[email protected]>

* fix(ds-theme): update slider's track and step color based on the feedback (#1247)

* fix(ds-theme): incorrect placeholder font color of text-field, input, textarea (#1248)

* fix(ds-theme): incorrect placeholder font color of text-field, input, textarea

* docs: make helper text color in text-field page aligned with the mockup

* fix(ds-theme): update bg color for text field readonly

* fix(ds-theme): update bg color for number field readonly

---------

Co-authored-by: napat.b <[email protected]>

* docs(ds-theme): update error text color to example of field elements

* chore: set ds-theme of documents package to latest preparing for a dev release

* chore: revert ds-theme of documents package for development

* chore: revert pandora-book to 3.0.0-74

* chore: revert theme for document

* style: remove extra line

---------

Co-authored-by: Domrongpon Tanpaibul <[email protected]>
Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: napat.b <[email protected]>
Co-authored-by: Wattachai Kanawitoon <[email protected]>
Co-authored-by: prima.s <[email protected]>
Co-authored-by: efx-grid <[email protected]>
Co-authored-by: Pornchai Korpraserttaworn <[email protected]>
Co-authored-by: Napat Bualoy <[email protected]>
Co-authored-by: Sakchai Homhual <[email protected]>
Co-authored-by: Sakchai Homhual <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants