@skewedaspect/sleekspace-ui 0.8.0 → 0.8.1

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 (176) hide show
  1. package/dist/{src/components → components}/Accordion/SkAccordion.vue.d.ts +1 -1
  2. package/dist/{src/components → components}/Accordion/types.d.ts +1 -1
  3. package/dist/{src/components → components}/Alert/SkAlert.vue.d.ts +1 -1
  4. package/dist/{src/components → components}/Alert/types.d.ts +1 -1
  5. package/dist/{src/components → components}/Avatar/SkAvatar.vue.d.ts +1 -1
  6. package/dist/{src/components → components}/Avatar/types.d.ts +1 -1
  7. package/dist/{src/components → components}/Breadcrumbs/SkBreadcrumbs.vue.d.ts +2 -2
  8. package/dist/{src/components → components}/Breadcrumbs/types.d.ts +1 -1
  9. package/dist/{src/components → components}/Button/SkButton.vue.d.ts +1 -1
  10. package/dist/{src/components → components}/Button/types.d.ts +1 -1
  11. package/dist/{src/components → components}/Card/SkCard.vue.d.ts +1 -1
  12. package/dist/components/Card/types.d.ts +2 -0
  13. package/dist/{src/components → components}/Checkbox/SkCheckbox.vue.d.ts +1 -1
  14. package/dist/{src/components → components}/Checkbox/types.d.ts +1 -1
  15. package/dist/{src/components → components}/Collapsible/SkCollapsible.vue.d.ts +1 -1
  16. package/dist/components/Collapsible/types.d.ts +2 -0
  17. package/dist/{src/components → components}/ColorPicker/SkColorPicker.vue.d.ts +1 -1
  18. package/dist/{src/components → components}/ColorPicker/types.d.ts +1 -1
  19. package/dist/{src/components → components}/ContextMenu/SkContextMenu.vue.d.ts +1 -1
  20. package/dist/components/ContextMenu/types.d.ts +2 -0
  21. package/dist/{src/components → components}/Divider/SkDivider.vue.d.ts +1 -1
  22. package/dist/{src/components → components}/Dropdown/SkDropdown.vue.d.ts +1 -1
  23. package/dist/{src/components → components}/Dropdown/types.d.ts +1 -1
  24. package/dist/{src/components → components}/Input/SkInput.vue.d.ts +1 -1
  25. package/dist/{src/components → components}/Input/types.d.ts +1 -1
  26. package/dist/{src/components → components}/Listbox/SkListbox.vue.d.ts +1 -1
  27. package/dist/{src/components → components}/Listbox/types.d.ts +1 -1
  28. package/dist/{src/components → components}/Modal/SkModal.vue.d.ts +1 -1
  29. package/dist/{src/components → components}/Modal/types.d.ts +1 -1
  30. package/dist/{src/components → components}/NavBar/SkNavBar.vue.d.ts +1 -1
  31. package/dist/{src/components → components}/NavBar/types.d.ts +1 -1
  32. package/dist/{src/components → components}/NumberInput/SkNumberInput.vue.d.ts +1 -1
  33. package/dist/{src/components → components}/NumberInput/types.d.ts +1 -1
  34. package/dist/{src/components → components}/Pagination/SkPagination.vue.d.ts +3 -3
  35. package/dist/{src/components → components}/Pagination/types.d.ts +1 -1
  36. package/dist/{src/components → components}/Panel/SkPanel.vue.d.ts +1 -1
  37. package/dist/{src/components → components}/Panel/types.d.ts +1 -1
  38. package/dist/{src/components → components}/Popover/SkPopover.vue.d.ts +1 -1
  39. package/dist/{src/components → components}/Progress/SkProgress.vue.d.ts +1 -1
  40. package/dist/{src/components → components}/Progress/types.d.ts +1 -1
  41. package/dist/{src/components → components}/Radio/SkRadio.vue.d.ts +1 -1
  42. package/dist/{src/components → components}/Radio/types.d.ts +1 -1
  43. package/dist/{src/components → components}/ScrollArea/types.d.ts +1 -1
  44. package/dist/{src/components → components}/Select/SkSelect.vue.d.ts +1 -1
  45. package/dist/{src/components → components}/Select/types.d.ts +1 -1
  46. package/dist/{src/components → components}/Sidebar/SkSidebar.vue.d.ts +1 -1
  47. package/dist/{src/components → components}/Sidebar/types.d.ts +1 -1
  48. package/dist/{src/components → components}/Slider/SkSlider.vue.d.ts +1 -1
  49. package/dist/{src/components → components}/Slider/types.d.ts +1 -1
  50. package/dist/{src/components → components}/Spinner/SkSpinner.vue.d.ts +1 -1
  51. package/dist/{src/components → components}/Spinner/types.d.ts +1 -1
  52. package/dist/{src/components → components}/Splitter/types.d.ts +1 -1
  53. package/dist/{src/components → components}/Switch/SkSwitch.vue.d.ts +1 -1
  54. package/dist/{src/components → components}/Switch/types.d.ts +1 -1
  55. package/dist/{src/components → components}/Table/SkTable.vue.d.ts +1 -1
  56. package/dist/{src/components → components}/Table/types.d.ts +1 -1
  57. package/dist/{src/components → components}/Tabs/SkTab.vue.d.ts +1 -1
  58. package/dist/{src/components → components}/Tabs/SkTabs.vue.d.ts +1 -1
  59. package/dist/{src/components → components}/Tag/SkTag.vue.d.ts +1 -1
  60. package/dist/{src/components → components}/TagsInput/SkTagsInput.vue.d.ts +1 -1
  61. package/dist/{src/components → components}/TagsInput/types.d.ts +1 -1
  62. package/dist/{src/components → components}/Textarea/SkTextarea.vue.d.ts +1 -1
  63. package/dist/{src/components → components}/Textarea/types.d.ts +1 -1
  64. package/dist/{src/components → components}/Toolbar/types.d.ts +1 -1
  65. package/dist/{src/components → components}/Tooltip/SkTooltip.vue.d.ts +1 -1
  66. package/dist/{src/components → components}/Tooltip/types.d.ts +1 -1
  67. package/dist/{src/components → components}/TreeView/types.d.ts +1 -1
  68. package/package.json +1 -1
  69. package/web-types.json +1 -1
  70. package/dist/src/components/Card/types.d.ts +0 -2
  71. package/dist/src/components/Collapsible/types.d.ts +0 -2
  72. package/dist/src/components/ContextMenu/types.d.ts +0 -2
  73. /package/dist/{src/components → components}/Accordion/SkAccordionItem.vue.d.ts +0 -0
  74. /package/dist/{src/components → components}/Accordion/index.d.ts +0 -0
  75. /package/dist/{src/components → components}/Avatar/index.d.ts +0 -0
  76. /package/dist/{src/components → components}/Breadcrumbs/SkBreadcrumbItem.vue.d.ts +0 -0
  77. /package/dist/{src/components → components}/Breadcrumbs/SkBreadcrumbSeparator.vue.d.ts +0 -0
  78. /package/dist/{src/components → components}/Breadcrumbs/index.d.ts +0 -0
  79. /package/dist/{src/components → components}/Checkbox/index.d.ts +0 -0
  80. /package/dist/{src/components → components}/Collapsible/index.d.ts +0 -0
  81. /package/dist/{src/components → components}/ColorPicker/index.d.ts +0 -0
  82. /package/dist/{src/components → components}/ContextMenu/SkContextMenuCheckboxItem.vue.d.ts +0 -0
  83. /package/dist/{src/components → components}/ContextMenu/SkContextMenuItem.vue.d.ts +0 -0
  84. /package/dist/{src/components → components}/ContextMenu/SkContextMenuLabel.vue.d.ts +0 -0
  85. /package/dist/{src/components → components}/ContextMenu/SkContextMenuRadioGroup.vue.d.ts +0 -0
  86. /package/dist/{src/components → components}/ContextMenu/SkContextMenuRadioItem.vue.d.ts +0 -0
  87. /package/dist/{src/components → components}/ContextMenu/SkContextMenuSeparator.vue.d.ts +0 -0
  88. /package/dist/{src/components → components}/ContextMenu/SkContextMenuSubmenu.vue.d.ts +0 -0
  89. /package/dist/{src/components → components}/ContextMenu/index.d.ts +0 -0
  90. /package/dist/{src/components → components}/Divider/types.d.ts +0 -0
  91. /package/dist/{src/components → components}/Dropdown/SkDropdownCheckboxItem.vue.d.ts +0 -0
  92. /package/dist/{src/components → components}/Dropdown/SkDropdownMenuItem.vue.d.ts +0 -0
  93. /package/dist/{src/components → components}/Dropdown/SkDropdownMenuLabel.vue.d.ts +0 -0
  94. /package/dist/{src/components → components}/Dropdown/SkDropdownMenuSeparator.vue.d.ts +0 -0
  95. /package/dist/{src/components → components}/Dropdown/SkDropdownRadioGroup.vue.d.ts +0 -0
  96. /package/dist/{src/components → components}/Dropdown/SkDropdownRadioItem.vue.d.ts +0 -0
  97. /package/dist/{src/components → components}/Dropdown/SkDropdownSubmenu.vue.d.ts +0 -0
  98. /package/dist/{src/components → components}/Dropdown/index.d.ts +0 -0
  99. /package/dist/{src/components → components}/Field/SkField.vue.d.ts +0 -0
  100. /package/dist/{src/components → components}/Field/index.d.ts +0 -0
  101. /package/dist/{src/components → components}/Field/types.d.ts +0 -0
  102. /package/dist/{src/components → components}/Group/SkGroup.vue.d.ts +0 -0
  103. /package/dist/{src/components → components}/Group/types.d.ts +0 -0
  104. /package/dist/{src/components → components}/Input/index.d.ts +0 -0
  105. /package/dist/{src/components → components}/Listbox/SkListboxItem.vue.d.ts +0 -0
  106. /package/dist/{src/components → components}/Listbox/SkListboxSeparator.vue.d.ts +0 -0
  107. /package/dist/{src/components → components}/Listbox/index.d.ts +0 -0
  108. /package/dist/{src/components → components}/Modal/index.d.ts +0 -0
  109. /package/dist/{src/components → components}/NavBar/context.d.ts +0 -0
  110. /package/dist/{src/components → components}/NavBar/index.d.ts +0 -0
  111. /package/dist/{src/components → components}/NumberInput/index.d.ts +0 -0
  112. /package/dist/{src/components → components}/Page/SkPage.vue.d.ts +0 -0
  113. /package/dist/{src/components → components}/Page/SkPageSidebarToggle.vue.d.ts +0 -0
  114. /package/dist/{src/components → components}/Page/index.d.ts +0 -0
  115. /package/dist/{src/components → components}/Page/types.d.ts +0 -0
  116. /package/dist/{src/components → components}/Pagination/SkPaginationItem.vue.d.ts +0 -0
  117. /package/dist/{src/components → components}/Pagination/index.d.ts +0 -0
  118. /package/dist/{src/components → components}/Popover/index.d.ts +0 -0
  119. /package/dist/{src/components → components}/Popover/types.d.ts +0 -0
  120. /package/dist/{src/components → components}/Progress/index.d.ts +0 -0
  121. /package/dist/{src/components → components}/Radio/SkRadioGroup.vue.d.ts +0 -0
  122. /package/dist/{src/components → components}/Radio/index.d.ts +0 -0
  123. /package/dist/{src/components → components}/ScrollArea/SkScrollArea.vue.d.ts +0 -0
  124. /package/dist/{src/components → components}/ScrollArea/index.d.ts +0 -0
  125. /package/dist/{src/components → components}/Select/SkSelectItem.vue.d.ts +0 -0
  126. /package/dist/{src/components → components}/Select/SkSelectSeparator.vue.d.ts +0 -0
  127. /package/dist/{src/components → components}/Select/index.d.ts +0 -0
  128. /package/dist/{src/components → components}/Sidebar/SkSidebarItem.vue.d.ts +0 -0
  129. /package/dist/{src/components → components}/Sidebar/SkSidebarSection.vue.d.ts +0 -0
  130. /package/dist/{src/components → components}/Skeleton/SkSkeleton.vue.d.ts +0 -0
  131. /package/dist/{src/components → components}/Skeleton/index.d.ts +0 -0
  132. /package/dist/{src/components → components}/Skeleton/types.d.ts +0 -0
  133. /package/dist/{src/components → components}/Slider/index.d.ts +0 -0
  134. /package/dist/{src/components → components}/Spinner/index.d.ts +0 -0
  135. /package/dist/{src/components → components}/Splitter/SkSplitter.vue.d.ts +0 -0
  136. /package/dist/{src/components → components}/Splitter/SkSplitterHandle.vue.d.ts +0 -0
  137. /package/dist/{src/components → components}/Splitter/SkSplitterPanel.vue.d.ts +0 -0
  138. /package/dist/{src/components → components}/Splitter/index.d.ts +0 -0
  139. /package/dist/{src/components → components}/Switch/index.d.ts +0 -0
  140. /package/dist/{src/components → components}/Table/index.d.ts +0 -0
  141. /package/dist/{src/components → components}/Tabs/SkTabList.vue.d.ts +0 -0
  142. /package/dist/{src/components → components}/Tabs/SkTabPanel.vue.d.ts +0 -0
  143. /package/dist/{src/components → components}/Tabs/SkTabPanels.vue.d.ts +0 -0
  144. /package/dist/{src/components → components}/Tabs/types.d.ts +0 -0
  145. /package/dist/{src/components → components}/Tag/types.d.ts +0 -0
  146. /package/dist/{src/components → components}/TagsInput/index.d.ts +0 -0
  147. /package/dist/{src/components → components}/Textarea/index.d.ts +0 -0
  148. /package/dist/{src/components → components}/Theme/SkTheme.vue.d.ts +0 -0
  149. /package/dist/{src/components → components}/Theme/types.d.ts +0 -0
  150. /package/dist/{src/components → components}/Theme/useTheme.d.ts +0 -0
  151. /package/dist/{src/components → components}/Toast/SkToast.vue.d.ts +0 -0
  152. /package/dist/{src/components → components}/Toast/SkToastProvider.vue.d.ts +0 -0
  153. /package/dist/{src/components → components}/Toast/index.d.ts +0 -0
  154. /package/dist/{src/components → components}/Toast/types.d.ts +0 -0
  155. /package/dist/{src/components → components}/Toast/useToast.d.ts +0 -0
  156. /package/dist/{src/components → components}/Toolbar/SkToolbar.vue.d.ts +0 -0
  157. /package/dist/{src/components → components}/Toolbar/SkToolbarButton.vue.d.ts +0 -0
  158. /package/dist/{src/components → components}/Toolbar/SkToolbarSeparator.vue.d.ts +0 -0
  159. /package/dist/{src/components → components}/Toolbar/SkToolbarToggleGroup.vue.d.ts +0 -0
  160. /package/dist/{src/components → components}/Toolbar/SkToolbarToggleItem.vue.d.ts +0 -0
  161. /package/dist/{src/components → components}/Toolbar/index.d.ts +0 -0
  162. /package/dist/{src/components → components}/Tooltip/SkTooltipProvider.vue.d.ts +0 -0
  163. /package/dist/{src/components → components}/Tooltip/index.d.ts +0 -0
  164. /package/dist/{src/components → components}/TreeView/SkTreeItem.vue.d.ts +0 -0
  165. /package/dist/{src/components → components}/TreeView/SkTreeView.vue.d.ts +0 -0
  166. /package/dist/{src/components → components}/TreeView/index.d.ts +0 -0
  167. /package/dist/{src/composables → composables}/useCustomColors.d.ts +0 -0
  168. /package/dist/{src/composables → composables}/useCustomColors.test.d.ts +0 -0
  169. /package/dist/{src/composables → composables}/useFocusTrap.d.ts +0 -0
  170. /package/dist/{src/composables → composables}/useFocusTrap.test.d.ts +0 -0
  171. /package/dist/{src/composables → composables}/usePageDrawer.d.ts +0 -0
  172. /package/dist/{src/composables → composables}/usePortalContext.d.ts +0 -0
  173. /package/dist/{src/composables → composables}/usePortalContext.test.d.ts +0 -0
  174. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  175. /package/dist/{src/styles → styles}/mixins/fluidSize.test.d.ts +0 -0
  176. /package/dist/{src/types.d.ts → types.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkAccordionKind, SkAccordionType } from './types';
3
3
  export interface SkAccordionComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkAccordionKind = ComponentKind;
3
3
  export type SkAccordionType = 'single' | 'multiple';
@@ -1,5 +1,5 @@
1
1
  import { SkAlertKind } from './types';
2
- import { ComponentCustomColors } from '../../../types';
2
+ import { ComponentCustomColors } from '../../types';
3
3
  export interface SkAlertComponentProps extends ComponentCustomColors {
4
4
  /**
5
5
  * Semantic kind that determines the alert's color scheme and default icon. Supports all
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  /**
3
3
  * Alert kind - supports all semantic and color kinds
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  import { SkAvatarSize } from './types';
3
3
  export interface SkAvatarComponentProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  /** Avatar size */
3
3
  export type SkAvatarSize = ComponentSize;
4
4
  /** Avatar props interface */
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkBreadcrumbsProps } from './types';
3
3
  export interface SkBreadcrumbsComponentProps extends SkBreadcrumbsProps, ComponentCustomColors {
4
4
  /**
@@ -16,7 +16,7 @@ export interface SkBreadcrumbsComponentProps extends SkBreadcrumbsProps, Compone
16
16
  separator?: string;
17
17
  }
18
18
  declare const _default: import('vue').DefineComponent<SkBreadcrumbsComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SkBreadcrumbsComponentProps> & Readonly<{}>, {
19
- kind: import('../../../types').ComponentKind;
19
+ kind: import('../../types').ComponentKind;
20
20
  baseColor: string;
21
21
  textColor: string;
22
22
  separator: string;
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  import { RouteLocationRaw } from 'vue-router';
3
3
  export type SkBreadcrumbsKind = ComponentKind;
4
4
  export interface SkBreadcrumbsProps {
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkButtonKind, SkButtonSize, SkButtonType, SkButtonVariant } from './types';
3
3
  export interface SkButtonComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize, ComponentVariant } from '../../../types';
1
+ import { ComponentKind, ComponentSize, ComponentVariant } from '../../types';
2
2
  export type SkButtonType = 'button' | 'submit' | 'reset';
3
3
  export type SkButtonKind = ComponentKind;
4
4
  export type SkButtonVariant = ComponentVariant;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkCardKind } from './types';
3
3
  import { SkPanelCorner, SkPanelSize } from '../Panel/types';
4
4
  export interface SkCardComponentProps extends ComponentCustomColors {
@@ -0,0 +1,2 @@
1
+ import { ComponentKind } from '../../types';
2
+ export type SkCardKind = ComponentKind;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkCheckboxKind, SkCheckboxSize } from './types';
3
3
  export interface SkCheckboxComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkCheckboxKind = ComponentKind;
3
3
  export type SkCheckboxSize = ComponentSize;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkCollapsibleKind } from './types';
3
3
  export interface SkCollapsibleComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -0,0 +1,2 @@
1
+ import { ComponentKind } from '../../types';
2
+ export type SkCollapsibleKind = ComponentKind;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkColorPickerFormat, SkColorPickerKind, SkColorPickerSize } from './types';
3
3
  export interface SkColorPickerComponentProps extends ComponentCustomColors {
4
4
  kind?: SkColorPickerKind;
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkColorPickerKind = ComponentKind;
3
3
  export type SkColorPickerSize = ComponentSize;
4
4
  export type SkColorPickerFormat = 'hex' | 'hexa' | 'hsl' | 'hsla' | 'rgb' | 'rgba';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkContextMenuKind } from './types';
3
3
  export interface SkContextMenuComponentProps extends ComponentCustomColors {
4
4
  kind?: SkContextMenuKind;
@@ -0,0 +1,2 @@
1
+ import { ComponentKind } from '../../types';
2
+ export type SkContextMenuKind = ComponentKind;
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  import { SkDividerOrientation, SkDividerVariant } from './types';
3
3
  export interface SkDividerComponentProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkDropdownAlign, SkDropdownKind, SkDropdownSide } from './types';
3
3
  export interface SkDropdownComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkDropdownKind = ComponentKind;
3
3
  export type SkDropdownSide = 'top' | 'right' | 'bottom' | 'left';
4
4
  export type SkDropdownAlign = 'start' | 'center' | 'end';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkInputKind, SkInputSize, SkInputType } from './types';
3
3
  export interface SkInputComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkInputKind = ComponentKind;
3
3
  export type SkInputSize = ComponentSize;
4
4
  export type SkInputType = 'text' | 'email' | 'password' | 'url' | 'tel' | 'search' | 'number';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkListboxKind, SkListboxSize } from './types';
3
3
  export interface SkListboxComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkListboxKind = ComponentKind;
3
3
  export type SkListboxSize = ComponentSize;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors, ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentCustomColors, ComponentKind, ComponentSize } from '../../types';
2
2
  export interface SkModalComponentProps extends ComponentCustomColors {
3
3
  /**
4
4
  * Semantic color kind that controls the modal's accent colors, including the header,
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkModalKind = ComponentKind;
3
3
  export type SkModalSize = ComponentSize;
@@ -1,5 +1,5 @@
1
1
  import { SkNavBarKind } from './types';
2
- import { ComponentCustomColors } from '../../../types';
2
+ import { ComponentCustomColors } from '../../types';
3
3
  export interface SkNavBarComponentProps extends ComponentCustomColors {
4
4
  /**
5
5
  * Semantic color kind that controls the navbar's background and text colors. Use semantic kinds
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  /**
3
3
  * Available kinds for the navbar component.
4
4
  * Supports both semantic kinds (themeable) and color kinds (direct palette access).
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkNumberInputKind, SkNumberInputSize } from './types';
3
3
  export interface SkNumberInputComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkNumberInputKind = ComponentKind;
3
3
  export type SkNumberInputSize = ComponentSize;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkPaginationProps } from './types';
3
3
  export interface SkPaginationComponentProps extends SkPaginationProps, ComponentCustomColors {
4
4
  /**
@@ -66,11 +66,11 @@ declare const _default: import('vue').DefineComponent<SkPaginationComponentProps
66
66
  "onUpdate:modelValue"?: ((page: number) => any) | undefined;
67
67
  }>, {
68
68
  modelValue: number;
69
- kind: import('../../../types').ComponentKind;
69
+ kind: import('../../types').ComponentKind;
70
70
  disabled: boolean;
71
71
  baseColor: string;
72
72
  textColor: string;
73
- size: import('../../../types').ComponentSize;
73
+ size: import('../../types').ComponentSize;
74
74
  variant: import('./types').SkPaginationVariant;
75
75
  siblingCount: number;
76
76
  showFirstLast: boolean;
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkPaginationKind = ComponentKind;
3
3
  export type SkPaginationSize = ComponentSize;
4
4
  export type SkPaginationVariant = 'solid' | 'outline' | 'subtle' | 'ghost';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkPanelCorner, SkPanelKind, SkPanelSize } from './types';
3
3
  export interface SkPanelComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkPanelKind = ComponentKind;
3
3
  export type SkPanelSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
4
4
  export type SkPanelCorner = 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors, ComponentKind } from '../../../types';
1
+ import { ComponentCustomColors, ComponentKind } from '../../types';
2
2
  import { SkPopoverAlign, SkPopoverSide } from './types';
3
3
  export interface SkPopoverComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  import { SkProgressSize, SkProgressValuePosition } from './types';
3
3
  export interface SkProgressComponentProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  /** Progress bar size */
3
3
  export type SkProgressSize = ComponentSize;
4
4
  /** Progress value label position */
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkRadioKind, SkRadioSize } from './types';
3
3
  export interface SkRadioComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkRadioKind = ComponentKind;
3
3
  export type SkRadioSize = ComponentSize;
4
4
  export type SkRadioGroupOrientation = 'horizontal' | 'vertical';
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkScrollAreaKind = ComponentKind;
3
3
  export type SkScrollAreaType = 'auto' | 'always' | 'scroll' | 'hover';
4
4
  export type SkScrollAreaOrientation = 'vertical' | 'horizontal' | 'both';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkSelectKind, SkSelectSize } from './types';
3
3
  export interface SkSelectComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkSelectKind = ComponentKind;
3
3
  export type SkSelectSize = ComponentSize;
@@ -1,5 +1,5 @@
1
1
  import { SkSidebarKind, SkSidebarSide } from './types';
2
- import { ComponentCustomColors } from '../../../types';
2
+ import { ComponentCustomColors } from '../../types';
3
3
  export interface SkSidebarComponentProps extends ComponentCustomColors {
4
4
  /**
5
5
  * Semantic color kind that controls the sidebar panel's background, border, and text colors.
@@ -1,3 +1,3 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkSidebarKind = ComponentKind;
3
3
  export type SkSidebarSide = 'left' | 'right';
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  import { SkSliderOrientation, SkSliderSize } from './types';
3
3
  export interface SkSliderComponentProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  /** Slider size */
3
3
  export type SkSliderSize = ComponentSize;
4
4
  /** Slider orientation */
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  import { SkSpinnerSize, SkSpinnerVariant } from './types';
3
3
  export interface SkSpinnerComponentProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  /** Spinner animation variant */
3
3
  export type SkSpinnerVariant = 'circular' | 'dots' | 'crosshair';
4
4
  /** Spinner size */
@@ -1,3 +1,3 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkSplitterKind = ComponentKind;
3
3
  export type SkSplitterDirection = 'horizontal' | 'vertical';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkSwitchKind, SkSwitchSize } from './types';
3
3
  export interface SkSwitchComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkSwitchKind = ComponentKind;
3
3
  export type SkSwitchSize = ComponentSize;
@@ -1,5 +1,5 @@
1
1
  import { SkTableKind, SkTableVariant } from './types';
2
- import { ComponentCustomColors } from '../../../types';
2
+ import { ComponentCustomColors } from '../../types';
3
3
  export interface SkTableComponentProps extends ComponentCustomColors {
4
4
  /**
5
5
  * Semantic color kind that controls header backgrounds and accent colors. The kind
@@ -1,3 +1,3 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkTableKind = ComponentKind;
3
3
  export type SkTableVariant = 'default' | 'compact' | 'comfortable';
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export interface SkTabComponentProps {
3
3
  /**
4
4
  * Unique identifier that links this tab trigger to its corresponding `SkTabPanel`. The `name`
@@ -1,5 +1,5 @@
1
1
  import { SkTabsOrientation, SkTabsPlacement } from './types';
2
- import { ComponentCustomColors, ComponentKind } from '../../../types';
2
+ import { ComponentCustomColors, ComponentKind } from '../../types';
3
3
  export interface SkTabsComponentProps extends ComponentCustomColors {
4
4
  /**
5
5
  * The currently active tab identifier, matching the `name` prop of the corresponding `SkTab`
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors, ComponentKind } from '../../../types';
1
+ import { ComponentCustomColors, ComponentKind } from '../../types';
2
2
  import { SkTagSize, SkTagVariant } from './types';
3
3
  export interface SkTagComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkTagsInputKind, SkTagsInputSize } from './types';
3
3
  export interface SkTagsInputComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkTagsInputKind = ComponentKind;
3
3
  export type SkTagsInputSize = ComponentSize;
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors } from '../../../types';
1
+ import { ComponentCustomColors } from '../../types';
2
2
  import { SkTextareaKind, SkTextareaSize } from './types';
3
3
  export interface SkTextareaComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { ComponentKind, ComponentSize } from '../../../types';
1
+ import { ComponentKind, ComponentSize } from '../../types';
2
2
  export type SkTextareaKind = ComponentKind;
3
3
  export type SkTextareaSize = ComponentSize;
@@ -1,4 +1,4 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkToolbarKind = ComponentKind;
3
3
  export type SkToolbarOrientation = 'horizontal' | 'vertical';
4
4
  export type SkToolbarToggleType = 'single' | 'multiple';
@@ -1,4 +1,4 @@
1
- import { ComponentCustomColors, ComponentKind } from '../../../types';
1
+ import { ComponentCustomColors, ComponentKind } from '../../types';
2
2
  import { SkTooltipSide } from './types';
3
3
  export interface SkTooltipComponentProps extends ComponentCustomColors {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ComponentKind, ComponentVariant } from '../../../types';
1
+ import { ComponentKind, ComponentVariant } from '../../types';
2
2
  export type SkTooltipKind = ComponentKind;
3
3
  export type SkTooltipVariant = ComponentVariant;
4
4
  export type SkTooltipSide = 'top' | 'right' | 'bottom' | 'left';
@@ -1,3 +1,3 @@
1
- import { ComponentKind } from '../../../types';
1
+ import { ComponentKind } from '../../types';
2
2
  export type SkTreeViewKind = ComponentKind;
3
3
  export type SkTreeViewDefaultExpanded = 'all' | 'none' | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skewedaspect/sleekspace-ui",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "A Vue 3 component library with a cyberpunk aesthetic, featuring OKLCH colors, beveled corners, and a powerful design token system",
5
5
  "type": "module",
6
6
  "main": "dist/sleekspace-ui.umd.js",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@skewedaspect/sleekspace-ui",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -1,2 +0,0 @@
1
- import { ComponentKind } from '../../../types';
2
- export type SkCardKind = ComponentKind;
@@ -1,2 +0,0 @@
1
- import { ComponentKind } from '../../../types';
2
- export type SkCollapsibleKind = ComponentKind;
@@ -1,2 +0,0 @@
1
- import { ComponentKind } from '../../../types';
2
- export type SkContextMenuKind = ComponentKind;
File without changes
File without changes