@kroo-web/design-system 1.23.0 → 1.23.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 (43) hide show
  1. package/dist/components/Accordion/Accordion.stories.d.ts +1 -1
  2. package/dist/components/Button/button.stories.d.ts +1 -1
  3. package/dist/components/Callout/Callout.stories.d.ts +1 -1
  4. package/dist/components/Card/Card.stories.d.ts +1 -1
  5. package/dist/components/Card/index.d.ts +1 -1
  6. package/dist/components/Cards/cards.stories.d.ts +1 -1
  7. package/dist/components/Checkbox/checkBox.stories.d.ts +1 -1
  8. package/dist/components/Columns/Columns.stories.d.ts +1 -1
  9. package/dist/components/ComboBox/ComboBox.stories.d.ts +1 -1
  10. package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -1
  11. package/dist/components/Disclosure/Disclosure.stories.d.ts +1 -1
  12. package/dist/components/Divider/Divider.stories.d.ts +1 -1
  13. package/dist/components/Form/Form.stories.d.ts +1 -1
  14. package/dist/components/Heading/Heading.stories.d.ts +1 -1
  15. package/dist/components/Icon/Icon.stories.d.ts +1 -1
  16. package/dist/components/Link/link.stories.d.ts +1 -1
  17. package/dist/components/Loading/Loading.stories.d.ts +1 -1
  18. package/dist/components/Modal/Modal.stories.d.ts +1 -1
  19. package/dist/components/NumberField/numberField.stories.d.ts +1 -1
  20. package/dist/components/PhoneField/phoneField.stories.d.ts +1 -1
  21. package/dist/components/PinInput/PinInput.stories.d.ts +1 -1
  22. package/dist/components/Popover/popover.stories.d.ts +1 -1
  23. package/dist/components/ProgressIndicator/ProgressIndicator.stories.d.ts +1 -1
  24. package/dist/components/RadioGroup/radioGroup.stories.d.ts +1 -1
  25. package/dist/components/Range/range.stories.d.ts +1 -1
  26. package/dist/components/Select/select.stories.d.ts +1 -1
  27. package/dist/components/Skeleton/Skeleton.stories.d.ts +1 -1
  28. package/dist/components/Table/table.stories.d.ts +1 -1
  29. package/dist/components/Tabs/Tabs.stories.d.ts +1 -1
  30. package/dist/components/Tag/tag.stories.d.ts +1 -1
  31. package/dist/components/Text/Text.stories.d.ts +1 -1
  32. package/dist/components/TextField/textField.stories.d.ts +1 -1
  33. package/dist/components/Toast/Toast.stories.d.ts +1 -1
  34. package/dist/components/Toggle/Toggle.stories.d.ts +1 -1
  35. package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
  36. package/dist/components/Typography/typography.stories.d.ts +1 -1
  37. package/dist/components/Wrapper/Wrapper.stories.d.ts +1 -1
  38. package/dist/index.js +16420 -15053
  39. package/dist/index.umd.cjs +37 -25
  40. package/dist/logo.png +0 -0
  41. package/dist/style.css +1 -1
  42. package/dist/styles/styles/tokens/product.css +2 -13
  43. package/package.json +12 -15
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Accordion } from '.';
3
3
 
4
4
  /** Accordion component based of Radix for some reason the storybook args table does not work for this so follow this link for props for each component
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Button } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Button>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Callout } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Callout.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Card } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Card>;
@@ -3,7 +3,7 @@ import { PolymorphicPropsWithoutRef } from '../../types/PolymorphicWithoutRef';
3
3
 
4
4
  declare const defaultElement = "div";
5
5
  export type TCardVariants = {
6
- border?: 0 | 1 | 2 | 3;
6
+ border?: 'large' | 'medium' | 'none' | 'small';
7
7
  elementType?: 'div';
8
8
  radius?: 'large' | 'medium' | 'none' | 'small';
9
9
  size?: {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Cards } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Cards>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Checkbox } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Checkbox>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Columns } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Columns>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ComboBox } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof ComboBox>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { DatePicker } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof DatePicker>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Disclosure } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Disclosure>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Divider } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Divider>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Form } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Form>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Heading } from './index';
3
3
 
4
4
  declare const meta: Meta<typeof Heading>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Icon } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Icon>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Link } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Link>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Loading } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Loading>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Modal } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Modal.Control>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { NumberField } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof NumberField>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { PhoneField } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof PhoneField>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { PinInput } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof PinInput>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Popover } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Popover.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ProgressIndicator } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof ProgressIndicator>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { RadioGroup } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof RadioGroup.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Range } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Range>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Select } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Select>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Skeleton } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Skeleton>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Table } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Table.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Tabs } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Tabs.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Tag } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Tag.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Text } from '.';
3
3
 
4
4
  declare const meta: Meta<typeof Text>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { TextField } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof TextField>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Toast } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Toast.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Toggle } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Toggle>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Tooltip } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Tooltip.Root>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Typography } from '.';
3
3
 
4
4
  declare const _default: Meta<typeof Typography>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { WrapperProps } from '.';
3
3
 
4
4
  /** Handles for wrapping components */