@skdx/skins 0.38.0 → 0.40.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.
Files changed (79) hide show
  1. package/README.md +30 -0
  2. package/dist/base.css +1 -1
  3. package/dist/components/accordion.css +1 -1
  4. package/dist/components/alert.css +1 -1
  5. package/dist/components/autocomplete.css +1 -1
  6. package/dist/components/avatar.css +1 -1
  7. package/dist/components/badge.css +1 -1
  8. package/dist/components/button.css +1 -1
  9. package/dist/components/calendar.css +1 -1
  10. package/dist/components/card.css +1 -1
  11. package/dist/components/carousel.css +1 -1
  12. package/dist/components/chat-composer.css +1 -1
  13. package/dist/components/chat-message.css +1 -1
  14. package/dist/components/checkbox-card.css +1 -1
  15. package/dist/components/checkbox.css +1 -1
  16. package/dist/components/clipboard.css +1 -1
  17. package/dist/components/color-picker.css +1 -1
  18. package/dist/components/combobox.css +1 -1
  19. package/dist/components/command.css +1 -1
  20. package/dist/components/dashboard-layout.css +1 -1
  21. package/dist/components/date-field.css +1 -1
  22. package/dist/components/dialog.css +1 -1
  23. package/dist/components/drawer.css +1 -1
  24. package/dist/components/editable.css +1 -1
  25. package/dist/components/file-upload.css +1 -1
  26. package/dist/components/floating-panel.css +1 -1
  27. package/dist/components/forgot-password-page.css +1 -1
  28. package/dist/components/form-section.css +1 -1
  29. package/dist/components/form.css +1 -1
  30. package/dist/components/image.css +1 -1
  31. package/dist/components/kbd.css +1 -1
  32. package/dist/components/link.css +1 -1
  33. package/dist/components/listbox.css +1 -1
  34. package/dist/components/mentions.css +1 -1
  35. package/dist/components/menubar.css +1 -1
  36. package/dist/components/navigation-menu.css +1 -1
  37. package/dist/components/number-field.css +1 -1
  38. package/dist/components/onboarding-checklist.css +1 -1
  39. package/dist/components/pagination.css +1 -1
  40. package/dist/components/password-input.css +1 -1
  41. package/dist/components/pin-input.css +1 -1
  42. package/dist/components/popover.css +1 -1
  43. package/dist/components/qr-code.css +1 -1
  44. package/dist/components/radio-card.css +1 -1
  45. package/dist/components/reset-password-page.css +1 -1
  46. package/dist/components/select.css +1 -1
  47. package/dist/components/sign-in-page.css +1 -1
  48. package/dist/components/sign-up-page.css +1 -1
  49. package/dist/components/skeleton.css +1 -1
  50. package/dist/components/skip-link.css +1 -1
  51. package/dist/components/speed-dial.css +1 -1
  52. package/dist/components/stat-card.css +1 -1
  53. package/dist/components/stepper.css +1 -1
  54. package/dist/components/switch.css +1 -1
  55. package/dist/components/table.css +1 -1
  56. package/dist/components/tags-input.css +1 -1
  57. package/dist/components/text-field.css +1 -1
  58. package/dist/components/text.css +1 -1
  59. package/dist/components/textarea.css +1 -1
  60. package/dist/components/time-field.css +1 -1
  61. package/dist/components/toast.css +1 -1
  62. package/dist/components/toggle-group.css +1 -1
  63. package/dist/components/toggle.css +1 -1
  64. package/dist/components/toolbar.css +1 -1
  65. package/dist/components/tree-select.css +1 -1
  66. package/dist/components/tree.css +1 -1
  67. package/dist/components/usage-card.css +1 -1
  68. package/dist/components/user-menu.css +1 -1
  69. package/dist/components/verification-page.css +1 -1
  70. package/dist/components/workspace-switcher.css +1 -1
  71. package/dist/index.css +1 -1
  72. package/dist/internal/_actuator.css +1 -1
  73. package/dist/internal/_card-control.css +1 -1
  74. package/dist/internal/_collection.css +1 -1
  75. package/dist/internal/_overlay.css +1 -1
  76. package/dist/internal/_trigger.css +1 -1
  77. package/dist/structure.css +1 -1
  78. package/dist/utilities.css +1 -1
  79. package/package.json +8 -8
@@ -1 +1 @@
1
- @import"../base.css";@layer skdx-components{:where(.skdx-workspace-switcher){display:inline-flex;align-items:center;gap:var(--skdx-space-2);min-block-size:var(--skdx-target-min);max-inline-size:100%;padding-inline:var(--skdx-space-3);color:var(--skdx-color-text-default);text-align:start;background-color:var(--skdx-color-surface-default);border:var(--skdx-border-width-thin) solid var(--skdx-color-border-default);border-radius:var(--skdx-radius-md)}:where(.skdx-workspace-switcher__leading){display:flex;flex:none;align-items:center}:where(.skdx-workspace-switcher__current){min-inline-size:0;overflow:hidden;font-weight:var(--skdx-font-weight-medium);white-space:nowrap;text-overflow:ellipsis}:where(.skdx-workspace-switcher__description){min-inline-size:0;overflow:hidden;color:var(--skdx-color-text-muted);font-size:var(--skdx-font-size-xs);white-space:nowrap;text-overflow:ellipsis}:where(.skdx-workspace-switcher__content){inline-size:min(20rem,90vw);padding:0}:where(.skdx-workspace-switcher__search){inline-size:100%}:where(.skdx-workspace-switcher__list){max-block-size:18rem;overflow:auto}:where(.skdx-workspace-switcher__loading,.skdx-workspace-switcher__empty){padding:var(--skdx-space-3);color:var(--skdx-color-text-muted);font-size:var(--skdx-font-size-sm);text-align:center}:where(.skdx-workspace-switcher__group){padding-block:var(--skdx-space-1)}:where(.skdx-workspace-switcher__item){display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:var(--skdx-space-2);padding:var(--skdx-space-2);border-radius:var(--skdx-radius-sm)}:where(.skdx-workspace-switcher__item)[data-selected]{background-color:var(--skdx-color-surface-selected)}:where(.skdx-workspace-switcher__item-leading){grid-row:1 / -1;grid-column:1;display:flex;align-items:center}:where(.skdx-workspace-switcher__item-label){grid-column:2;overflow-wrap:anywhere}:where(.skdx-workspace-switcher__item)[data-selected] :where(.skdx-workspace-switcher__item-label){font-weight:var(--skdx-font-weight-medium)}:where(.skdx-workspace-switcher__item-description){grid-column:2;color:var(--skdx-color-text-muted);font-size:var(--skdx-font-size-xs);overflow-wrap:anywhere}:where(.skdx-workspace-switcher__footer){display:flex;flex-wrap:wrap;gap:var(--skdx-space-2);padding:var(--skdx-space-2);border-block-start:var(--skdx-border-width-thin) solid var(--skdx-color-border-default)}@media(forced-colors:active){:where(.skdx-workspace-switcher){border-color:ButtonText}:where(.skdx-workspace-switcher__footer){border-block-start-color:CanvasText}:where(.skdx-workspace-switcher__item)[data-selected]{outline:var(--skdx-border-width-thin) solid Highlight}}}
1
+ @import"../base.css";@layer skdx-components{:where(.skdx-workspace-switcher){display:inline-flex;align-items:center;gap:var(--skdx-space-2);min-block-size:var(--skdx-target-min);max-inline-size:100%;padding-inline:var(--skdx-space-3);color:var(--skdx-color-text-default);text-align:start;background-color:var(--skdx-color-surface-default);border:var(--skdx-border-width-thin) solid var(--skdx-color-border-default);border-radius:var(--skdx-radius-default)}:where(.skdx-workspace-switcher__leading){display:flex;flex:none;align-items:center}:where(.skdx-workspace-switcher__current){min-inline-size:0;overflow:hidden;font-weight:var(--skdx-font-weight-medium);white-space:nowrap;text-overflow:ellipsis}:where(.skdx-workspace-switcher__description){min-inline-size:0;overflow:hidden;color:var(--skdx-color-text-muted);font-size:var(--skdx-font-size-xs);white-space:nowrap;text-overflow:ellipsis}:where(.skdx-workspace-switcher__content){inline-size:min(20rem,90vw);padding:0}:where(.skdx-workspace-switcher__search){inline-size:100%}:where(.skdx-workspace-switcher__list){max-block-size:18rem;overflow:auto}:where(.skdx-workspace-switcher__loading,.skdx-workspace-switcher__empty){padding:var(--skdx-space-3);color:var(--skdx-color-text-muted);font-size:var(--skdx-font-size-sm);text-align:center}:where(.skdx-workspace-switcher__group){padding-block:var(--skdx-space-1)}:where(.skdx-workspace-switcher__item){display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:var(--skdx-space-2);padding:var(--skdx-space-2);border-radius:var(--skdx-radius-default)}:where(.skdx-workspace-switcher__item)[data-selected]{background-color:var(--skdx-color-surface-selected)}:where(.skdx-workspace-switcher__item-leading){grid-row:1 / -1;grid-column:1;display:flex;align-items:center}:where(.skdx-workspace-switcher__item-label){grid-column:2;overflow-wrap:anywhere}:where(.skdx-workspace-switcher__item)[data-selected] :where(.skdx-workspace-switcher__item-label){font-weight:var(--skdx-font-weight-medium)}:where(.skdx-workspace-switcher__item-description){grid-column:2;color:var(--skdx-color-text-muted);font-size:var(--skdx-font-size-xs);overflow-wrap:anywhere}:where(.skdx-workspace-switcher__footer){display:flex;flex-wrap:wrap;gap:var(--skdx-space-2);padding:var(--skdx-space-2);border-block-start:var(--skdx-border-width-thin) solid var(--skdx-color-border-default)}@media(forced-colors:active){:where(.skdx-workspace-switcher){border-color:ButtonText}:where(.skdx-workspace-switcher__footer){border-block-start-color:CanvasText}:where(.skdx-workspace-switcher__item)[data-selected]{outline:var(--skdx-border-width-thin) solid Highlight}}}