@liner-fe/prism 3.4.9 → 3.4.11-beta-20260617070213
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 +21 -21
- package/lib/index.js +13 -13
- package/package.json +4 -4
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
|
|
2025
|
+
@keyframes _overlayShow_424hi_1 {
|
|
2026
2026
|
from {
|
|
2027
2027
|
opacity: 0;
|
|
2028
2028
|
}
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
opacity: 1;
|
|
2031
2031
|
}
|
|
2032
2032
|
}
|
|
2033
|
-
@keyframes
|
|
2033
|
+
@keyframes _contentShow_424hi_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
|
-
.
|
|
2043
|
+
._overlay_424hi_20 {
|
|
2044
2044
|
position: fixed;
|
|
2045
2045
|
inset: 0;
|
|
2046
2046
|
background: var(--cover-dim-page);
|
|
2047
2047
|
z-index: 1000;
|
|
2048
2048
|
}
|
|
2049
|
-
.
|
|
2050
|
-
animation:
|
|
2049
|
+
._overlay_424hi_20[data-state=open] {
|
|
2050
|
+
animation: _overlayShow_424hi_1 150ms ease-out;
|
|
2051
2051
|
}
|
|
2052
|
-
.
|
|
2052
|
+
._content_424hi_30 {
|
|
2053
2053
|
position: fixed;
|
|
2054
2054
|
top: 50%;
|
|
2055
2055
|
left: 50%;
|
|
@@ -2068,47 +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
|
-
.
|
|
2071
|
+
._content_424hi_30:focus {
|
|
2072
2072
|
outline: none;
|
|
2073
2073
|
}
|
|
2074
|
-
.
|
|
2075
|
-
animation:
|
|
2074
|
+
._content_424hi_30[data-state=open] {
|
|
2075
|
+
animation: _contentShow_424hi_1 150ms ease-out;
|
|
2076
2076
|
}
|
|
2077
|
-
.
|
|
2077
|
+
._illust_424hi_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
|
-
.
|
|
2084
|
+
._close_424hi_63 {
|
|
2085
2085
|
position: absolute;
|
|
2086
2086
|
top: 12px;
|
|
2087
|
-
right:
|
|
2087
|
+
right: 12px;
|
|
2088
2088
|
z-index: 1;
|
|
2089
2089
|
}
|
|
2090
|
-
.
|
|
2090
|
+
._header_424hi_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
|
-
.
|
|
2097
|
+
._body_424hi_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
|
-
.
|
|
2101
|
+
._title_424hi_85 {
|
|
2102
2102
|
margin: 0;
|
|
2103
2103
|
color: var(--neutral-label-primary);
|
|
2104
2104
|
word-break: break-word;
|
|
2105
2105
|
}
|
|
2106
|
-
.
|
|
2106
|
+
._description_424hi_91 {
|
|
2107
2107
|
margin: 0;
|
|
2108
2108
|
color: var(--neutral-label-secondary);
|
|
2109
2109
|
word-break: break-word;
|
|
2110
2110
|
}
|
|
2111
|
-
.
|
|
2111
|
+
._footer_424hi_97 {
|
|
2112
2112
|
display: flex;
|
|
2113
2113
|
flex-direction: column;
|
|
2114
2114
|
gap: var(--lp-sys-padding-component-200);
|
|
@@ -2116,22 +2116,22 @@
|
|
|
2116
2116
|
box-sizing: border-box;
|
|
2117
2117
|
padding: var(--lp-sys-padding-component-400) var(--lp-sys-padding-component-600) var(--lp-sys-padding-component-600);
|
|
2118
2118
|
}
|
|
2119
|
-
.
|
|
2119
|
+
._actions_424hi_108 {
|
|
2120
2120
|
display: flex;
|
|
2121
2121
|
gap: var(--lp-sys-padding-component-200);
|
|
2122
2122
|
align-items: center;
|
|
2123
2123
|
justify-content: flex-end;
|
|
2124
2124
|
width: 100%;
|
|
2125
2125
|
}
|
|
2126
|
-
.
|
|
2126
|
+
._actions_424hi_108 :where(button) {
|
|
2127
2127
|
flex: 1 0 0;
|
|
2128
2128
|
min-width: 0;
|
|
2129
2129
|
}
|
|
2130
|
-
.
|
|
2130
|
+
._extra_424hi_123 {
|
|
2131
2131
|
display: flex;
|
|
2132
2132
|
justify-content: center;
|
|
2133
2133
|
}
|
|
2134
|
-
.
|
|
2134
|
+
._extra_424hi_123 :where(p) {
|
|
2135
2135
|
margin: 0;
|
|
2136
2136
|
}
|
|
2137
2137
|
|
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": "
|
|
2855
|
-
"overlayShow": "
|
|
2856
|
-
"content": "
|
|
2857
|
-
"contentShow": "
|
|
2858
|
-
"illust": "
|
|
2859
|
-
"close": "
|
|
2860
|
-
"header": "
|
|
2861
|
-
"body": "
|
|
2862
|
-
"title": "
|
|
2863
|
-
"description": "
|
|
2864
|
-
"footer": "
|
|
2865
|
-
"actions": "
|
|
2866
|
-
"extra": "
|
|
2854
|
+
"overlay": "_overlay_424hi_20",
|
|
2855
|
+
"overlayShow": "_overlayShow_424hi_1",
|
|
2856
|
+
"content": "_content_424hi_30",
|
|
2857
|
+
"contentShow": "_contentShow_424hi_1",
|
|
2858
|
+
"illust": "_illust_424hi_55",
|
|
2859
|
+
"close": "_close_424hi_63",
|
|
2860
|
+
"header": "_header_424hi_70",
|
|
2861
|
+
"body": "_body_424hi_80",
|
|
2862
|
+
"title": "_title_424hi_85",
|
|
2863
|
+
"description": "_description_424hi_91",
|
|
2864
|
+
"footer": "_footer_424hi_97",
|
|
2865
|
+
"actions": "_actions_424hi_108",
|
|
2866
|
+
"extra": "_extra_424hi_123"
|
|
2867
2867
|
};
|
|
2868
2868
|
|
|
2869
2869
|
// src/components/Dialog/Header.tsx
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.11-beta-20260617070213",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@artsy/fresnel": "^7.1.4",
|
|
8
8
|
"@liner-fe/cdn": "^1.0.8",
|
|
9
|
-
"@radix-ui/react-popover": "^1.1.
|
|
9
|
+
"@radix-ui/react-popover": "^1.1.17",
|
|
10
10
|
"clsx": "^2.1.1",
|
|
11
11
|
"cva": "beta",
|
|
12
12
|
"date-fns": "^4.1.0",
|
|
13
13
|
"lottie-web": "^5.9.4",
|
|
14
|
-
"radix-ui": "^1.
|
|
14
|
+
"radix-ui": "^1.6.0",
|
|
15
15
|
"react": "^19.1.0",
|
|
16
16
|
"sonner": "2.0.7",
|
|
17
17
|
"react-dom": "^19.1.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"vaul": "1.1.2",
|
|
20
20
|
"@liner-fe/design-token": "^3.0.4",
|
|
21
21
|
"@liner-fe/design-token-primitive": "^0.2.49",
|
|
22
|
-
"@liner-fe/icon": "^2.0.
|
|
22
|
+
"@liner-fe/icon": "^2.0.22",
|
|
23
23
|
"@liner-fe/illust": "^1.0.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|