@liner-fe/prism 2.12.8 → 2.12.10
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/lib/index.css +2 -1
- package/lib/index.js +3 -3
- package/package.json +2 -2
package/lib/index.css
CHANGED
|
@@ -1630,8 +1630,9 @@
|
|
|
1630
1630
|
}
|
|
1631
1631
|
|
|
1632
1632
|
/* esbuild-sass-plugin:css-chunk:src/components/Snackbar/SnackbarIcon/style.module.scss */
|
|
1633
|
-
.
|
|
1633
|
+
._container_1jxdi_1 {
|
|
1634
1634
|
margin-right: 6px;
|
|
1635
|
+
flex-shrink: 0;
|
|
1635
1636
|
}
|
|
1636
1637
|
|
|
1637
1638
|
/* esbuild-sass-plugin:css-chunk:src/components/TextButton/style.module.scss */
|
package/lib/index.js
CHANGED
|
@@ -197,8 +197,8 @@ var defaultButtonVariants = cva2({
|
|
|
197
197
|
"inverse-static": style_module_default["inverse-static"]
|
|
198
198
|
},
|
|
199
199
|
size: {
|
|
200
|
-
cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-
|
|
201
|
-
l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-
|
|
200
|
+
cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-medium"],
|
|
201
|
+
l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-medium"],
|
|
202
202
|
m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-medium"],
|
|
203
203
|
s: [style_module_default.s, "lp-sys-typo-caption2-normal-regular"]
|
|
204
204
|
},
|
|
@@ -2218,7 +2218,7 @@ var useSnackbar = /* @__PURE__ */ __name(() => {
|
|
|
2218
2218
|
|
|
2219
2219
|
// src/components/Snackbar/SnackbarIcon/style.module.scss
|
|
2220
2220
|
var style_module_default15 = {
|
|
2221
|
-
"container": "
|
|
2221
|
+
"container": "_container_1jxdi_1"
|
|
2222
2222
|
};
|
|
2223
2223
|
|
|
2224
2224
|
// src/components/Snackbar/SnackbarIcon/index.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.10",
|
|
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": "^2.5.50",
|
|
20
20
|
"@liner-fe/design-token-primitive": "^0.2.46",
|
|
21
|
-
"@liner-fe/icon": "^0.2.
|
|
21
|
+
"@liner-fe/icon": "^0.2.75",
|
|
22
22
|
"@liner-fe/illust": "^0.2.12"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|