@charcoal-ui/tailwind-config 4.3.0 → 4.4.1
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": "4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"vitest": "^2.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@charcoal-ui/
|
|
29
|
-
"@charcoal-ui/theme": "4.
|
|
30
|
-
"@charcoal-ui/
|
|
28
|
+
"@charcoal-ui/foundation": "4.4.1",
|
|
29
|
+
"@charcoal-ui/theme": "4.4.1",
|
|
30
|
+
"@charcoal-ui/utils": "4.4.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"csstype": ">=3.0.0",
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`Storybook Tests > tailwind-config/Colors/Text bg color > Playground 1`] = `
|
|
4
|
-
<div
|
|
5
|
-
data-dark={false}
|
|
6
|
-
>
|
|
4
|
+
<div>
|
|
7
5
|
<div
|
|
8
|
-
|
|
6
|
+
data-dark="false"
|
|
9
7
|
>
|
|
10
|
-
<
|
|
11
|
-
|
|
8
|
+
<div
|
|
9
|
+
class="bg-background1 p-64 max-w-2xl"
|
|
12
10
|
>
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
<p
|
|
12
|
+
class="typography-20 text-text1"
|
|
13
|
+
>
|
|
14
|
+
charcoal はピクシブ株式会社のデザインシステムです。ここでは特に、Web フロントエンドの実装に用いる npm パッケージ集のことを言います。Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at odio bibendum nisl mollis eleifend et quis turpis. Quisque dignissim porta justo ut convallis.dipiscing elit.
|
|
15
|
+
</p>
|
|
16
|
+
</div>
|
|
15
17
|
</div>
|
|
16
18
|
</div>
|
|
17
19
|
`;
|