@onereach/ui-components 2.62.1 → 2.62.2

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 (40) hide show
  1. package/package.json +2 -2
  2. package/src/components/or-avatar-v3/OrAvatar.docs.mdx +4 -0
  3. package/src/components/or-bottom-sheet-v3/OrBottomSheet.docs.mdx +4 -0
  4. package/src/components/or-button-v3/OrButton.docs.mdx +4 -0
  5. package/src/components/or-card-v3/OrCard.docs.mdx +4 -0
  6. package/src/components/or-checkbox-v3/OrCheckbox.docs.mdx +4 -0
  7. package/src/components/or-confirm-v3/OrConfirm.docs.mdx +4 -0
  8. package/src/components/or-error-tag-v3/OrErrorTag.docs.mdx +5 -0
  9. package/src/components/or-error-v3/OrError.docs.mdx +4 -0
  10. package/src/components/or-expansion-panel-v3/OrExpansionPanel.docs.mdx +4 -0
  11. package/src/components/or-fab-v3/OrFab.docs.mdx +4 -0
  12. package/src/components/or-hint-v3/OrHint.docs.mdx +4 -0
  13. package/src/components/or-icon-button-v3/OrIconButton.docs.mdx +4 -0
  14. package/src/components/or-icon-v3/OrIcon.docs.mdx +4 -0
  15. package/src/components/or-inline-input-v3/OrInlineInput.docs.mdx +4 -0
  16. package/src/components/or-inline-textarea-v3/OrInlineTextarea.docs.mdx +4 -0
  17. package/src/components/or-input-v3/OrInput.docs.mdx +4 -0
  18. package/src/components/or-label-v3/OrLabel.docs.mdx +4 -0
  19. package/src/components/or-link-v3/OrLink.docs.mdx +4 -0
  20. package/src/components/or-loader-v3/OrLoader.docs.mdx +4 -0
  21. package/src/components/or-menu-item-v3/OrMenuItem.docs.mdx +4 -0
  22. package/src/components/or-menu-v3/OrMenu.docs.mdx +4 -0
  23. package/src/components/or-modal-v3/OrModal.docs.mdx +4 -0
  24. package/src/components/or-notification-v3/OrNotification.docs.mdx +4 -0
  25. package/src/components/or-overlay-v3/OrOverlay.docs.mdx +4 -0
  26. package/src/components/or-popover-v3/OrPopover.docs.mdx +4 -0
  27. package/src/components/or-progress-v3/OrProgress.docs.mdx +4 -0
  28. package/src/components/or-radio-v3/OrRadio.docs.mdx +4 -0
  29. package/src/components/or-search-v3/OrSearch.docs.mdx +4 -0
  30. package/src/components/or-select-v3/OrSelect.docs.mdx +4 -0
  31. package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +4 -0
  32. package/src/components/or-skeleton-v3/OrSkeleton.docs.mdx +8 -0
  33. package/src/components/or-switch-v3/OrSwitch.docs.mdx +4 -0
  34. package/src/components/or-tab-v3/OrTab.docs.mdx +4 -0
  35. package/src/components/or-tabs-v3/OrTabs.docs.mdx +4 -0
  36. package/src/components/or-tag-v3/OrTag.docs.mdx +4 -0
  37. package/src/components/or-teleport-v3/OrTeleport.docs.mdx +4 -0
  38. package/src/components/or-text-v3/OrText.docs.mdx +4 -0
  39. package/src/components/or-textarea-v3/OrTextarea.docs.mdx +4 -0
  40. package/src/components/or-tooltip-v3/OrTooltip.docs.mdx +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.62.1",
3
+ "version": "2.62.2",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "ceb67be57fd04eb8031866ec511b31a0f03fcdab"
82
+ "gitHead": "6147893aced97e25db0ffdb55e966bb43269cbc0"
83
83
  }
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrAvatarV3 as OrAvatar } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrBottomSheetV3 as OrBottomSheet } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrButtonV3 as OrButton } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrCardV3 as OrCard } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrCheckboxV3 as OrCheckbox } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrConfirmV3 as OrConfirm } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,8 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrErrorTagV3 as OrErrorTag } from '@onereach/ui-components';
5
+ ```
6
+
7
+
3
8
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrErrorV3 as OrError } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrExpansionPanelV3 as OrExpansionPanel } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrFabV3 as OrFab } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrHintV3 as OrHint } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrIconButtonV3 as OrIconButton } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrIconV3 as OrIcon } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrInlineInputV3 as OrInlineInput } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrInlineTextareaV3 as OrInlineTextarea } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrInputV3 as OrInput } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrLabelV3 as OrLabel } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrLinkV3 as OrLink } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrLoaderV3 as OrLoader } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrMenuItemV3 as OrMenuItem } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrMenuV3 as OrMenu } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrModalV3 as OrModal } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrNotificationV3 as OrNotification } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrOverlayV3 as OrOverlay } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrPopoverV3 as OrPopover } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrProgressV3 as OrProgress } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrRadioV3 as OrRadio } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrSearchV3 as OrSearch } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrSelectV3 as OrSelect } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrSidebarV3 as OrSidebar } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,13 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import {
5
+ OrSkeletonCircleV3 as OrSkeletonCircle,
6
+ OrSkeletonRectV3 as OrSkeletonRect,
7
+ OrSkeletonTextV3 as OrSkeletonText,
8
+ } from '@onereach/ui-components';
9
+ ```
10
+
3
11
  <DocsPage />
4
12
 
5
13
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrSwitchV3 as OrSwitch } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTabV3 as OrTab } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTabsV3 as OrTabs } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTagV3 as OrTag } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTeleportV3 as OrTeleport } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,3 +1,7 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTextV3 as OrText } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
@@ -1,5 +1,9 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTextareaV3 as OrTextarea } from '@onereach/ui-components';
5
+ ```
6
+
3
7
  <DocsPage />
4
8
 
5
9
  ## Migration Guide from V1
@@ -1,5 +1,8 @@
1
1
  import { DocsPage } from '@storybook/addon-docs';
2
2
 
3
+ ```ts
4
+ import { OrTooltipV3 as OrTooltip } from '@onereach/ui-components';
5
+ ```
3
6
  <DocsPage />
4
7
 
5
8
  ## Migration Guide from V1