@liner-fe/prism 3.4.5 → 3.4.6

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
@@ -1674,18 +1674,17 @@
1674
1674
  }
1675
1675
 
1676
1676
  /* esbuild-sass-plugin:css-chunk:src/components/coach-mark/compact/style.module.scss */
1677
- ._content_6lbwz_2 {
1677
+ ._content_1wkpa_2 {
1678
1678
  display: flex;
1679
1679
  align-items: center;
1680
- padding: var(--lp-sys-padding-component-200);
1681
1680
  width: fit-content;
1682
1681
  background: var(--inverse-container-static-high);
1683
- animation: _slideIn_6lbwz_1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
1682
+ animation: _slideIn_1wkpa_1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
1684
1683
  }
1685
- ._content_6lbwz_2 svg > path {
1684
+ ._content_1wkpa_2 svg > path {
1686
1685
  fill: var(--inverse-container-static-high);
1687
1686
  }
1688
- @keyframes _slideIn_6lbwz_1 {
1687
+ @keyframes _slideIn_1wkpa_1 {
1689
1688
  from {
1690
1689
  transform: translateY(10px);
1691
1690
  opacity: 0;
@@ -1695,28 +1694,28 @@
1695
1694
  opacity: 1;
1696
1695
  }
1697
1696
  }
1698
- ._clickable_6lbwz_24 {
1697
+ ._clickable_1wkpa_23 {
1699
1698
  display: flex;
1700
1699
  align-items: center;
1701
1700
  gap: var(--lp-sys-gap-positive-200);
1701
+ padding: var(--lp-sys-padding-component-200);
1702
1702
  cursor: pointer;
1703
1703
  border: none;
1704
1704
  background: transparent;
1705
- padding: 0;
1706
1705
  text-align: left;
1707
1706
  color: inherit;
1708
1707
  font: inherit;
1709
1708
  }
1710
- ._main_6lbwz_37 {
1709
+ ._main_1wkpa_36 {
1711
1710
  margin: 0;
1712
1711
  }
1713
- ._content_6lbwz_2[data-side=top][data-align=start] > span,
1714
- ._content_6lbwz_2[data-side=bottom][data-align=start] > span {
1712
+ ._content_1wkpa_2[data-side=top][data-align=start] > span,
1713
+ ._content_1wkpa_2[data-side=bottom][data-align=start] > span {
1715
1714
  left: 19px !important;
1716
1715
  right: auto !important;
1717
1716
  }
1718
- ._content_6lbwz_2[data-side=top][data-align=end] > span,
1719
- ._content_6lbwz_2[data-side=bottom][data-align=end] > span {
1717
+ ._content_1wkpa_2[data-side=top][data-align=end] > span,
1718
+ ._content_1wkpa_2[data-side=bottom][data-align=end] > span {
1720
1719
  left: auto !important;
1721
1720
  right: 19px !important;
1722
1721
  }
package/lib/index.js CHANGED
@@ -2417,10 +2417,10 @@ Badge2.displayName = "Badge";
2417
2417
 
2418
2418
  // src/components/coach-mark/compact/style.module.scss
2419
2419
  var style_module_default17 = {
2420
- "content": "_content_6lbwz_2",
2421
- "slideIn": "_slideIn_6lbwz_1",
2422
- "clickable": "_clickable_6lbwz_24",
2423
- "main": "_main_6lbwz_37"
2420
+ "content": "_content_1wkpa_2",
2421
+ "slideIn": "_slideIn_1wkpa_1",
2422
+ "clickable": "_clickable_1wkpa_23",
2423
+ "main": "_main_1wkpa_36"
2424
2424
  };
2425
2425
 
2426
2426
  // src/components/coach-mark/compact/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -16,8 +16,8 @@
16
16
  "sonner": "2.0.7",
17
17
  "react-dom": "^19.1.0",
18
18
  "jotai": "2.18.0",
19
- "@liner-fe/design-token": "^3.0.4",
20
19
  "@liner-fe/design-token-primitive": "^0.2.49",
20
+ "@liner-fe/design-token": "^3.0.4",
21
21
  "@liner-fe/icon": "^2.0.20",
22
22
  "@liner-fe/illust": "^1.0.1"
23
23
  },