@charcoal-ui/tailwind-config 3.12.0 → 3.13.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/tailwind-config",
3
- "version": "3.12.0",
3
+ "version": "3.13.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -29,9 +29,9 @@
29
29
  "typescript": "^4.9.5"
30
30
  },
31
31
  "dependencies": {
32
- "@charcoal-ui/foundation": "^3.12.0",
33
- "@charcoal-ui/theme": "^3.12.0",
34
- "@charcoal-ui/utils": "^3.12.0"
32
+ "@charcoal-ui/foundation": "^3.13.0",
33
+ "@charcoal-ui/theme": "^3.13.0",
34
+ "@charcoal-ui/utils": "^3.13.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "csstype": ">=3.0.0",
@@ -50,5 +50,5 @@
50
50
  "url": "https://github.com/pixiv/charcoal.git",
51
51
  "directory": "packages/tailwind-config"
52
52
  },
53
- "gitHead": "817a068941a10855b03ca57f380412e54f8bdf4b"
53
+ "gitHead": "f0267a5894ade5fd8f378a5f77dddf8ba27bd320"
54
54
  }
@@ -1,4 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/addon-docs'
2
+ import { Unstyled } from '@storybook/blocks'
2
3
  import { BorderRadius } from '.'
3
4
 
4
5
  <Meta title="tailwind-config/BorderRadius" component={[BorderRadius]} />
@@ -7,4 +8,6 @@ import { BorderRadius } from '.'
7
8
 
8
9
  <br />
9
10
 
10
- <BorderRadius />
11
+ <Unstyled>
12
+ <BorderRadius />
13
+ </Unstyled>
@@ -1,4 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/addon-docs'
2
+ import { Unstyled } from '@storybook/blocks'
2
3
  import { Colors, TextColors } from '.'
3
4
 
4
5
  <Meta title="tailwind-config/Colors/Doc" component={[Colors, TextColors]} />
@@ -11,7 +12,9 @@ import { Colors, TextColors } from '.'
11
12
 
12
13
  <br />
13
14
 
14
- <Colors />
15
+ <Unstyled>
16
+ <Colors />
17
+ </Unstyled>
15
18
 
16
19
  <br />
17
20
  <br />
@@ -20,4 +23,6 @@ import { Colors, TextColors } from '.'
20
23
 
21
24
  <br />
22
25
 
23
- <TextColors />
26
+ <Unstyled>
27
+ <TextColors />
28
+ </Unstyled>
@@ -1,4 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/addon-docs'
2
+ import { Unstyled } from '@storybook/blocks'
2
3
  import { Gradients } from '.'
3
4
 
4
5
  <Meta title="tailwind-config/Gradients" component={[Gradients]} />
@@ -7,4 +8,6 @@ import { Gradients } from '.'
7
8
 
8
9
  <br />
9
10
 
10
- <Gradients />
11
+ <Unstyled>
12
+ <Gradients />
13
+ </Unstyled>
@@ -1,4 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/addon-docs'
2
+ import { Unstyled } from '@storybook/blocks'
2
3
  import { Screens } from '.'
3
4
 
4
5
  <Meta title="tailwind-config/Screens" component={[Screens]} />
@@ -7,4 +8,6 @@ import { Screens } from '.'
7
8
 
8
9
  <br />
9
10
 
10
- <Screens />
11
+ <Unstyled>
12
+ <Screens />
13
+ </Unstyled>
@@ -1,4 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/addon-docs'
2
+ import { Unstyled } from '@storybook/blocks'
2
3
  import { Spacing } from '.'
3
4
 
4
5
  <Meta title="tailwind-config/Spacing" component={[Spacing]} />
@@ -7,4 +8,6 @@ import { Spacing } from '.'
7
8
 
8
9
  <br />
9
10
 
10
- <Spacing />
11
+ <Unstyled>
12
+ <Spacing />
13
+ </Unstyled>
@@ -1,4 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/addon-docs'
2
+ import { Unstyled } from '@storybook/blocks'
2
3
  import { Sizes, HalfLeading } from '.'
3
4
 
4
5
  <Meta title="tailwind-config/Typography" component={[Sizes]} />
@@ -11,7 +12,9 @@ import { Sizes, HalfLeading } from '.'
11
12
 
12
13
  <br />
13
14
 
14
- <Sizes />
15
+ <Unstyled>
16
+ <Sizes />
17
+ </Unstyled>
15
18
 
16
19
  <br />
17
20
 
@@ -19,4 +22,6 @@ import { Sizes, HalfLeading } from '.'
19
22
 
20
23
  <br />
21
24
 
22
- <HalfLeading />
25
+ <Unstyled>
26
+ <HalfLeading />
27
+ </Unstyled>