@liner-fe/prism 3.0.0 → 3.0.7

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -199,7 +199,7 @@ var defaultButtonVariants = cva2({
199
199
  size: {
200
200
  cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-medium"],
201
201
  l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-medium"],
202
- m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-medium"],
202
+ m: [style_module_default.m, "lp-sys-typo-caption1-normal-regular"],
203
203
  s: [style_module_default.s, "lp-sys-typo-caption2-normal-regular"]
204
204
  },
205
205
  width: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "3.0.0",
3
+ "version": "3.0.7",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "jotai": "^2.11.0",
19
19
  "@liner-fe/design-token": "^3.0.0",
20
20
  "@liner-fe/design-token-primitive": "^0.2.46",
21
- "@liner-fe/icon": "^1.0.0",
21
+ "@liner-fe/icon": "^1.0.1",
22
22
  "@liner-fe/illust": "^1.0.0"
23
23
  },
24
24
  "devDependencies": {