@moneyforward/mfui-components 2.48.1 → 2.48.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.
- package/README.md +1 -5
- package/dist/cjs/styled-system/css/css.js +1 -1
- package/dist/cjs/styled-system/recipes/create-recipe.js +1 -1
- package/dist/cjs/styled-system/tokens/index.js +2464 -2464
- package/dist/esm/styled-system/css/css.js +1 -1
- package/dist/esm/styled-system/recipes/create-recipe.js +1 -1
- package/dist/esm/styled-system/tokens/index.js +2464 -2464
- package/dist/styles.css +3150 -3150
- package/dist/theme-orange.css +164 -164
- package/package.json +26 -26
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# <img src="
|
|
1
|
+
# <img src="https://unpkg.com/@moneyforward/mfui-components/logo_with_isolation.svg" alt="Money Forward UI"/>
|
|
2
2
|
|
|
3
3
|
# MFUI Components
|
|
4
4
|
|
|
@@ -28,10 +28,6 @@ For detailed setup instructions with Tailwind CSS (v3 and v4), see the [Tailwind
|
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
|
-
### 0. Set Up Access Token
|
|
32
|
-
|
|
33
|
-
Before installing this package, read [How to Set Up Access Token](https://github.com/moneyforward/mfui/blob/main/docs/usage/set-up-access-token.md) and set up the access token on your local and your CI/CD pipeline.
|
|
34
|
-
|
|
35
31
|
### 1. Install the Package
|
|
36
32
|
|
|
37
33
|
Run the following command to install the package:
|
|
@@ -26,7 +26,7 @@ const context = {
|
|
|
26
26
|
breakpoints: { keys: ["base", "sm", "lg"] }
|
|
27
27
|
},
|
|
28
28
|
utility: {
|
|
29
|
-
prefix: "mfui-2-48-
|
|
29
|
+
prefix: "mfui-2-48-2",
|
|
30
30
|
transform: (prop, value) => {
|
|
31
31
|
const key = resolveShorthand(prop);
|
|
32
32
|
const propKey = classNameByProp.get(key) || (0, helpers_js_1.hypenateProperty)(key);
|