@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 CHANGED
@@ -1,4 +1,4 @@
1
- # <img src="./logo_with_isolation.svg" alt="Money Forward UI"/>
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-1",
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);
@@ -31,7 +31,7 @@ const createRecipe = (name, defaultVariants, compoundVariants) => {
31
31
  breakpoints: { keys: ["base", "sm", "lg"] }
32
32
  },
33
33
  utility: {
34
- prefix: "mfui-2-48-1",
34
+ prefix: "mfui-2-48-2",
35
35
  toHash: (path, hashFn) => hashFn(path.join(":")),
36
36
  transform,
37
37
  }