@charcoal-ui/react-sandbox 5.1.0 → 5.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/react-sandbox",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -16,12 +16,9 @@
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.23.9",
18
18
  "@babel/parser": "^7.23.9",
19
- "@storybook/addon-actions": "^7.4.1",
20
19
  "@storybook/addon-knobs": "^7.0.2",
21
20
  "@storybook/addons": "^7.4.1",
22
21
  "@storybook/api": "^7.4.1",
23
- "@storybook/components": "^7.4.1",
24
- "@storybook/core-events": "^7.4.1",
25
22
  "@testing-library/jest-dom": "^5.16.1",
26
23
  "@testing-library/react": "^12.1.2",
27
24
  "@testing-library/user-event": "^13.5.0",
@@ -44,11 +41,11 @@
44
41
  "polished": "^4.1.4",
45
42
  "react-spring": "^9.0.0",
46
43
  "warning": "^4.0.3",
47
- "@charcoal-ui/react": "5.1.0",
48
- "@charcoal-ui/theme": "5.1.0",
49
- "@charcoal-ui/styled": "5.1.0",
50
- "@charcoal-ui/utils": "5.1.0",
51
- "@charcoal-ui/foundation": "5.1.0"
44
+ "@charcoal-ui/foundation": "5.2.0",
45
+ "@charcoal-ui/styled": "5.2.0",
46
+ "@charcoal-ui/react": "5.2.0",
47
+ "@charcoal-ui/utils": "5.2.0",
48
+ "@charcoal-ui/theme": "5.2.0"
52
49
  },
53
50
  "peerDependencies": {
54
51
  "react": ">=17.0.0",
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import Carousel from '.'
3
3
 
4
4
  export default {
@@ -1,12 +1,12 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import { FilterButton, FilterLink, FilterIconButton } from '.'
3
3
 
4
4
  export default {
5
5
  title: 'react-sandbox/Filter',
6
6
  component: FilterButton,
7
- } satisfies Meta<typeof FilterButton>
7
+ } as Meta<typeof FilterButton>
8
8
 
9
- export const Default: StoryObj<typeof Filter> = {
9
+ export const Default: StoryObj<typeof FilterButton> = {
10
10
  render: (props) => {
11
11
  return (
12
12
  <>
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import HintText from '.'
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import Layout from '.'
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import LeftMenu from '.'
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import Pager from '.'
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import SwitchCheckbox from '.'
3
3
 
4
4
  export default {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react'
1
+ import { Meta, StoryObj } from '@storybook/react-webpack5'
2
2
  import WithIcon from '.'
3
3
 
4
4
  export default {