@liner-fe/prism 3.4.7 → 3.4.8

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 (3) hide show
  1. package/lib/index.css +44 -42
  2. package/lib/index.js +25 -25
  3. package/package.json +2 -2
package/lib/index.css CHANGED
@@ -2022,7 +2022,7 @@
2022
2022
  }
2023
2023
 
2024
2024
  /* esbuild-sass-plugin:css-chunk:src/components/Dialog/style.module.scss */
2025
- @keyframes _overlayShow_qs97t_1 {
2025
+ @keyframes _overlayShow_177xq_1 {
2026
2026
  from {
2027
2027
  opacity: 0;
2028
2028
  }
@@ -2030,7 +2030,7 @@
2030
2030
  opacity: 1;
2031
2031
  }
2032
2032
  }
2033
- @keyframes _contentShow_qs97t_1 {
2033
+ @keyframes _contentShow_177xq_1 {
2034
2034
  from {
2035
2035
  opacity: 0;
2036
2036
  transform: translate(-50%, -48%) scale(0.96);
@@ -2040,16 +2040,16 @@
2040
2040
  transform: translate(-50%, -50%) scale(1);
2041
2041
  }
2042
2042
  }
2043
- ._overlay_qs97t_20 {
2043
+ ._overlay_177xq_20 {
2044
2044
  position: fixed;
2045
2045
  inset: 0;
2046
2046
  background: var(--cover-dim-page);
2047
2047
  z-index: 1000;
2048
2048
  }
2049
- ._overlay_qs97t_20[data-state=open] {
2050
- animation: _overlayShow_qs97t_1 150ms ease-out;
2049
+ ._overlay_177xq_20[data-state=open] {
2050
+ animation: _overlayShow_177xq_1 150ms ease-out;
2051
2051
  }
2052
- ._content_qs97t_30 {
2052
+ ._content_177xq_30 {
2053
2053
  position: fixed;
2054
2054
  top: 50%;
2055
2055
  left: 50%;
@@ -2068,46 +2068,47 @@
2068
2068
  0px 2px 12px 0px rgba(0, 0, 0, 0.08),
2069
2069
  0px 1px 8px 0px rgba(0, 0, 0, 0.06);
2070
2070
  }
2071
- ._content_qs97t_30:focus {
2071
+ ._content_177xq_30:focus {
2072
2072
  outline: none;
2073
2073
  }
2074
- ._content_qs97t_30[data-state=open] {
2075
- animation: _contentShow_qs97t_1 150ms ease-out;
2074
+ ._content_177xq_30[data-state=open] {
2075
+ animation: _contentShow_177xq_1 150ms ease-out;
2076
2076
  }
2077
- ._illust_qs97t_55 {
2077
+ ._illust_177xq_55 {
2078
2078
  display: flex;
2079
2079
  align-items: center;
2080
2080
  justify-content: center;
2081
2081
  box-sizing: border-box;
2082
2082
  padding: var(--lp-sys-padding-component-500) 0;
2083
2083
  }
2084
- ._close_qs97t_63 {
2084
+ ._close_177xq_63 {
2085
2085
  position: absolute;
2086
2086
  top: 12px;
2087
2087
  right: 16px;
2088
2088
  z-index: 1;
2089
2089
  }
2090
- ._header_qs97t_70 {
2090
+ ._header_177xq_70 {
2091
2091
  display: flex;
2092
2092
  flex-direction: column;
2093
2093
  gap: 8px;
2094
2094
  box-sizing: border-box;
2095
2095
  padding: var(--lp-sys-padding-component-500) var(--lp-sys-padding-component-600);
2096
2096
  }
2097
- ._body_qs97t_80 {
2097
+ ._body_177xq_80 {
2098
2098
  box-sizing: border-box;
2099
2099
  padding: var(--lp-sys-padding-component-200) var(--lp-sys-padding-component-600);
2100
2100
  }
2101
- ._title_qs97t_85 {
2101
+ ._title_177xq_85 {
2102
2102
  margin: 0;
2103
+ color: var(--neutral-label-primary);
2103
2104
  word-break: break-word;
2104
2105
  }
2105
- ._description_qs97t_90 {
2106
+ ._description_177xq_91 {
2106
2107
  margin: 0;
2107
2108
  color: var(--neutral-label-secondary);
2108
2109
  word-break: break-word;
2109
2110
  }
2110
- ._footer_qs97t_96 {
2111
+ ._footer_177xq_97 {
2111
2112
  display: flex;
2112
2113
  flex-direction: column;
2113
2114
  gap: var(--lp-sys-padding-component-200);
@@ -2115,33 +2116,33 @@
2115
2116
  box-sizing: border-box;
2116
2117
  padding: var(--lp-sys-padding-component-400) var(--lp-sys-padding-component-600) var(--lp-sys-padding-component-600);
2117
2118
  }
2118
- ._actions_qs97t_107 {
2119
+ ._actions_177xq_108 {
2119
2120
  display: flex;
2120
2121
  gap: var(--lp-sys-padding-component-200);
2121
2122
  align-items: center;
2122
2123
  justify-content: flex-end;
2123
2124
  width: 100%;
2124
2125
  }
2125
- ._actions_qs97t_107 :where(button) {
2126
+ ._actions_177xq_108 :where(button) {
2126
2127
  flex: 1 0 0;
2127
2128
  min-width: 0;
2128
2129
  }
2129
- ._extra_qs97t_122 {
2130
+ ._extra_177xq_123 {
2130
2131
  display: flex;
2131
2132
  justify-content: center;
2132
2133
  }
2133
- ._extra_qs97t_122 :where(p) {
2134
+ ._extra_177xq_123 :where(p) {
2134
2135
  margin: 0;
2135
2136
  }
2136
2137
 
2137
2138
  /* esbuild-sass-plugin:css-chunk:src/components/BottomSheet/style.module.scss */
2138
- ._overlay_xv7lo_2 {
2139
+ ._overlay_ifftf_2 {
2139
2140
  position: fixed;
2140
2141
  inset: 0;
2141
2142
  background: var(--cover-dim-page);
2142
2143
  z-index: 1000;
2143
2144
  }
2144
- ._content_xv7lo_9 {
2145
+ ._content_ifftf_9 {
2145
2146
  position: fixed;
2146
2147
  left: 0;
2147
2148
  right: 0;
@@ -2151,16 +2152,16 @@
2151
2152
  box-sizing: border-box;
2152
2153
  overflow: hidden;
2153
2154
  }
2154
- ._content_xv7lo_9[data-mode=auto] {
2155
+ ._content_ifftf_9[data-mode=auto] {
2155
2156
  max-height: 80dvh;
2156
2157
  }
2157
- ._content_xv7lo_9 {
2158
+ ._content_ifftf_9 {
2158
2159
  }
2159
- ._content_xv7lo_9[data-mode=snap] {
2160
+ ._content_ifftf_9[data-mode=snap] {
2160
2161
  height: 100dvh;
2161
2162
  max-height: 100dvh;
2162
2163
  }
2163
- ._content_xv7lo_9 {
2164
+ ._content_ifftf_9 {
2164
2165
  background: var(--neutral-container-variation-lowest);
2165
2166
  border-top-left-radius: var(--lp-sys-radius-xl);
2166
2167
  border-top-right-radius: var(--lp-sys-radius-xl);
@@ -2169,26 +2170,26 @@
2169
2170
  0px -2px 12px 0px rgba(0, 0, 0, 0.08),
2170
2171
  0px -1px 8px 0px rgba(0, 0, 0, 0.06);
2171
2172
  }
2172
- ._content_xv7lo_9:focus {
2173
+ ._content_ifftf_9:focus {
2173
2174
  outline: none;
2174
2175
  }
2175
- ._inner_xv7lo_18 {
2176
+ ._inner_ifftf_18 {
2176
2177
  display: flex;
2177
2178
  flex-direction: column;
2178
2179
  box-sizing: border-box;
2179
2180
  padding-top: var(--lp-sys-padding-component-300);
2180
2181
  }
2181
- [data-mode=auto] ._inner_xv7lo_18 {
2182
+ [data-mode=auto] ._inner_ifftf_18 {
2182
2183
  max-height: 80dvh;
2183
2184
  }
2184
- ._inner_xv7lo_18 {
2185
+ ._inner_ifftf_18 {
2185
2186
  }
2186
- [data-mode=snap] ._inner_xv7lo_18 {
2187
+ [data-mode=snap] ._inner_ifftf_18 {
2187
2188
  height: calc(100dvh - var(--snap-point-height, 0px));
2188
2189
  padding-top: max(var(--lp-sys-padding-component-300), env(safe-area-inset-top));
2189
2190
  transition: height 0.5s cubic-bezier(0.32, 0.72, 0, 1);
2190
2191
  }
2191
- ._handle_xv7lo_90 {
2192
+ ._handle_ifftf_90 {
2192
2193
  margin: 0 auto;
2193
2194
  width: 40px;
2194
2195
  height: 4px;
@@ -2196,19 +2197,19 @@
2196
2197
  border-radius: 999px;
2197
2198
  background: var(--neutral-border-opaque-subtle);
2198
2199
  }
2199
- ._illust_xv7lo_100 {
2200
+ ._illust_ifftf_100 {
2200
2201
  display: flex;
2201
2202
  justify-content: center;
2202
2203
  flex-shrink: 0;
2203
2204
  }
2204
- ._header_xv7lo_106 {
2205
+ ._header_ifftf_106 {
2205
2206
  display: flex;
2206
2207
  flex-direction: column;
2207
2208
  gap: var(--lp-sys-padding-component-200);
2208
2209
  box-sizing: border-box;
2209
2210
  padding: var(--lp-sys-padding-component-500) var(--lp-sys-padding-component-600);
2210
2211
  }
2211
- ._body_xv7lo_18 {
2212
+ ._body_ifftf_18 {
2212
2213
  flex: 1 1 auto;
2213
2214
  min-height: 0;
2214
2215
  overflow-y: auto;
@@ -2216,16 +2217,17 @@
2216
2217
  box-sizing: border-box;
2217
2218
  padding: var(--lp-sys-padding-component-200) var(--lp-sys-padding-component-600);
2218
2219
  }
2219
- ._title_xv7lo_126 {
2220
+ ._title_ifftf_126 {
2220
2221
  margin: 0;
2222
+ color: var(--neutral-label-primary);
2221
2223
  word-break: break-word;
2222
2224
  }
2223
- ._description_xv7lo_131 {
2225
+ ._description_ifftf_132 {
2224
2226
  margin: 0;
2225
2227
  color: var(--neutral-label-secondary);
2226
2228
  word-break: break-word;
2227
2229
  }
2228
- ._footer_xv7lo_137 {
2230
+ ._footer_ifftf_138 {
2229
2231
  display: flex;
2230
2232
  flex-direction: column;
2231
2233
  gap: var(--lp-sys-padding-component-200);
@@ -2233,20 +2235,20 @@
2233
2235
  box-sizing: border-box;
2234
2236
  padding: var(--lp-sys-padding-component-400) var(--lp-sys-padding-component-600) var(--lp-sys-padding-component-600);
2235
2237
  }
2236
- ._actions_xv7lo_148 {
2238
+ ._actions_ifftf_149 {
2237
2239
  display: flex;
2238
2240
  gap: var(--lp-sys-padding-component-200);
2239
2241
  align-items: center;
2240
2242
  width: 100%;
2241
2243
  }
2242
- ._actions_xv7lo_148 :where(button) {
2244
+ ._actions_ifftf_149 :where(button) {
2243
2245
  flex: 1 0 0;
2244
2246
  min-width: 0;
2245
2247
  }
2246
- ._extra_xv7lo_162 {
2248
+ ._extra_ifftf_163 {
2247
2249
  display: flex;
2248
2250
  justify-content: center;
2249
2251
  }
2250
- ._extra_xv7lo_162 :where(p) {
2252
+ ._extra_ifftf_163 :where(p) {
2251
2253
  margin: 0;
2252
2254
  }
package/lib/index.js CHANGED
@@ -2851,19 +2851,19 @@ import { cva as cva13 } from "cva";
2851
2851
 
2852
2852
  // src/components/Dialog/style.module.scss
2853
2853
  var style_module_default21 = {
2854
- "overlay": "_overlay_qs97t_20",
2855
- "overlayShow": "_overlayShow_qs97t_1",
2856
- "content": "_content_qs97t_30",
2857
- "contentShow": "_contentShow_qs97t_1",
2858
- "illust": "_illust_qs97t_55",
2859
- "close": "_close_qs97t_63",
2860
- "header": "_header_qs97t_70",
2861
- "body": "_body_qs97t_80",
2862
- "title": "_title_qs97t_85",
2863
- "description": "_description_qs97t_90",
2864
- "footer": "_footer_qs97t_96",
2865
- "actions": "_actions_qs97t_107",
2866
- "extra": "_extra_qs97t_122"
2854
+ "overlay": "_overlay_177xq_20",
2855
+ "overlayShow": "_overlayShow_177xq_1",
2856
+ "content": "_content_177xq_30",
2857
+ "contentShow": "_contentShow_177xq_1",
2858
+ "illust": "_illust_177xq_55",
2859
+ "close": "_close_177xq_63",
2860
+ "header": "_header_177xq_70",
2861
+ "body": "_body_177xq_80",
2862
+ "title": "_title_177xq_85",
2863
+ "description": "_description_177xq_91",
2864
+ "footer": "_footer_177xq_97",
2865
+ "actions": "_actions_177xq_108",
2866
+ "extra": "_extra_177xq_123"
2867
2867
  };
2868
2868
 
2869
2869
  // src/components/Dialog/Header.tsx
@@ -2947,18 +2947,18 @@ import { cva as cva14 } from "cva";
2947
2947
 
2948
2948
  // src/components/BottomSheet/style.module.scss
2949
2949
  var style_module_default22 = {
2950
- "overlay": "_overlay_xv7lo_2",
2951
- "content": "_content_xv7lo_9",
2952
- "inner": "_inner_xv7lo_18",
2953
- "handle": "_handle_xv7lo_90",
2954
- "illust": "_illust_xv7lo_100",
2955
- "header": "_header_xv7lo_106",
2956
- "body": "_body_xv7lo_18",
2957
- "title": "_title_xv7lo_126",
2958
- "description": "_description_xv7lo_131",
2959
- "footer": "_footer_xv7lo_137",
2960
- "actions": "_actions_xv7lo_148",
2961
- "extra": "_extra_xv7lo_162"
2950
+ "overlay": "_overlay_ifftf_2",
2951
+ "content": "_content_ifftf_9",
2952
+ "inner": "_inner_ifftf_18",
2953
+ "handle": "_handle_ifftf_90",
2954
+ "illust": "_illust_ifftf_100",
2955
+ "header": "_header_ifftf_106",
2956
+ "body": "_body_ifftf_18",
2957
+ "title": "_title_ifftf_126",
2958
+ "description": "_description_ifftf_132",
2959
+ "footer": "_footer_ifftf_138",
2960
+ "actions": "_actions_ifftf_149",
2961
+ "extra": "_extra_ifftf_163"
2962
2962
  };
2963
2963
 
2964
2964
  // src/components/BottomSheet/Header.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "3.4.7",
3
+ "version": "3.4.8",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -18,8 +18,8 @@
18
18
  "jotai": "2.18.0",
19
19
  "vaul": "1.1.2",
20
20
  "@liner-fe/design-token-primitive": "^0.2.49",
21
- "@liner-fe/design-token": "^3.0.4",
22
21
  "@liner-fe/icon": "^2.0.20",
22
+ "@liner-fe/design-token": "^3.0.4",
23
23
  "@liner-fe/illust": "^1.0.1"
24
24
  },
25
25
  "devDependencies": {