@charcoal-ui/tailwind-config 5.0.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 +6 -6
- package/src/Custom.mdx +1 -1
- package/src/README.mdx +1 -1
- package/src/docs/borderRadius/index.mdx +2 -2
- package/src/docs/colors/TextBgColor.story.tsx +1 -1
- package/src/docs/colors/index.mdx +2 -2
- package/src/docs/gradient/index.mdx +2 -2
- package/src/docs/icons/iconsV1.mdx +2 -2
- package/src/docs/icons/iconsV2.mdx +2 -2
- package/src/docs/screens/index.mdx +2 -2
- package/src/docs/spacing/index.mdx +2 -2
- package/src/docs/typography/index.mdx +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charcoal-ui/tailwind-config",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/react": "18",
|
|
22
22
|
"jsdom": "^24.1.0",
|
|
23
|
-
"postcss": "^8.
|
|
23
|
+
"postcss": "^8.5.6",
|
|
24
24
|
"postcss-selector-parser": "^6.0.9",
|
|
25
25
|
"react": "^18.3.1",
|
|
26
26
|
"tailwindcss": "^3.4.17"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@charcoal-ui/
|
|
30
|
-
"@charcoal-ui/
|
|
31
|
-
"@charcoal-ui/theme": "5.
|
|
32
|
-
"@charcoal-ui/utils": "5.
|
|
29
|
+
"@charcoal-ui/icon-files": "5.2.0",
|
|
30
|
+
"@charcoal-ui/foundation": "5.2.0",
|
|
31
|
+
"@charcoal-ui/theme": "5.2.0",
|
|
32
|
+
"@charcoal-ui/utils": "5.2.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"csstype": ">=3.0.0",
|
package/src/Custom.mdx
CHANGED
package/src/README.mdx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { BorderRadius } from '.'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/BorderRadius" component={[BorderRadius]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { Colors, TextColors } from '.'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Colors/Doc" component={[Colors, TextColors]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { Gradients } from '.'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Gradients" component={[Gradients]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { IconV1Classes } from './IconClasses'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Icons 1.0" component={[IconV1Classes]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { IconV2Classes } from './IconClasses'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Icons 2.0" component={[IconV2Classes]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { Screens } from '.'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Screens" component={[Screens]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { Spacing } from '.'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Spacing" component={[Spacing]} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/addon-docs'
|
|
2
|
-
import { Unstyled } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Story } from '@storybook/addon-docs/blocks'
|
|
2
|
+
import { Unstyled } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { Sizes, HalfLeading } from '.'
|
|
4
4
|
|
|
5
5
|
<Meta title="tailwind-config/Typography" component={[Sizes]} />
|