@liner-fe/prism 2.6.12 → 2.6.13

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 CHANGED
@@ -2105,13 +2105,14 @@
2105
2105
  }
2106
2106
 
2107
2107
  /* esbuild-sass-plugin:css-chunk:src/components/Snackbar/SnackbarButton/style.module.scss */
2108
- ._Container_1e1eo_1 {
2108
+ ._Container_4sip5_1 {
2109
2109
  display: flex;
2110
2110
  align-items: center;
2111
2111
  gap: var(--lp-sys-gap-positive-400);
2112
2112
  padding: 0 4px;
2113
+ flex-shrink: 0;
2113
2114
  }
2114
- ._button_1e1eo_8 p {
2115
+ ._button_4sip5_9 p {
2115
2116
  margin: 0;
2116
2117
  }
2117
2118
 
package/lib/index.js CHANGED
@@ -17699,8 +17699,8 @@ var SnackbarClose = /* @__PURE__ */ __name(({ onCloseSnackbar, className }) => {
17699
17699
 
17700
17700
  // src/components/Snackbar/SnackbarButton/style.module.scss
17701
17701
  var style_module_default19 = {
17702
- "Container": "_Container_1e1eo_1",
17703
- "button": "_button_1e1eo_8"
17702
+ "Container": "_Container_4sip5_1",
17703
+ "button": "_button_4sip5_9"
17704
17704
  };
17705
17705
 
17706
17706
  // src/components/Snackbar/SnackbarButton/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.6.12",
3
+ "version": "2.6.13",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",