@steedos/webapp 3.0.4-beta.1 → 3.0.4-beta.11
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DXe8lj55.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
--tw-contain-paint: ;
|
|
106
106
|
--tw-contain-style: ;
|
|
107
107
|
}/*
|
|
108
|
-
! tailwindcss v3.4.
|
|
108
|
+
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
109
109
|
*//*
|
|
110
110
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
111
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -2011,226 +2011,356 @@ video {
|
|
|
2011
2011
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2014
|
+
:root {
|
|
2015
|
+
/* --color-- 基础色 Base --color-- */
|
|
2016
|
+
--color-inherit: inherit;
|
|
2017
|
+
--color-current: currentColor;
|
|
2018
|
+
--color-transparent: transparent;
|
|
2019
|
+
--color-black: #000000;
|
|
2020
|
+
--color-white: #ffffff;
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
--colors-brand-main: var(--color-sky-900);
|
|
2024
|
+
--colors-brand-1: var(--color-sky-900);
|
|
2025
|
+
--colors-brand-2: var(--color-sky-800);
|
|
2026
|
+
--colors-brand-3: var(--color-sky-700);
|
|
2027
|
+
--colors-brand-4: var(--color-sky-600);
|
|
2028
|
+
--colors-brand-5: var(--color-sky-500);
|
|
2029
|
+
--colors-brand-6: var(--color-sky-400);
|
|
2030
|
+
--colors-brand-7: var(--color-sky-300);
|
|
2031
|
+
--colors-brand-8: var(--color-sky-200);
|
|
2032
|
+
--colors-brand-9: var(--color-sky-100);
|
|
2033
|
+
--colors-brand-10: var(--color-sky-50);
|
|
2034
|
+
|
|
2035
|
+
--color-gray-25: #fcfcfd;
|
|
2036
|
+
--color-gray-50: #f9fafb;
|
|
2037
|
+
--color-gray-100: #f2f4f7;
|
|
2038
|
+
--color-gray-200: #e4e7ec;
|
|
2039
|
+
--color-gray-300: #d0d5dd;
|
|
2040
|
+
--color-gray-400: #98a2b3;
|
|
2041
|
+
--color-gray-500: #667085;
|
|
2042
|
+
--color-gray-600: #475467;
|
|
2043
|
+
--color-gray-700: #344054;
|
|
2044
|
+
--color-gray-800: #1d2939;
|
|
2045
|
+
--color-gray-900: #101828;
|
|
2046
|
+
--color-gray-950: #0c111d;
|
|
2047
|
+
--color-gray-dark: #1a2231;
|
|
2048
|
+
|
|
2049
|
+
/* --color-- 灰色系 (以 Slate 为例,最常用的冷灰) --color-- */
|
|
2050
|
+
--color-slate-50: #f8fafc;
|
|
2051
|
+
--color-slate-100: #f1f5f9;
|
|
2052
|
+
--color-slate-200: #e2e8f0;
|
|
2053
|
+
--color-slate-300: #cbd5e1;
|
|
2054
|
+
--color-slate-400: #94a3b8;
|
|
2055
|
+
--color-slate-500: #64748b;
|
|
2056
|
+
--color-slate-600: #475569;
|
|
2057
|
+
--color-slate-700: #334155;
|
|
2058
|
+
--color-slate-800: #1e293b;
|
|
2059
|
+
--color-slate-900: #0f172a;
|
|
2060
|
+
--color-slate-950: #020617;
|
|
2061
|
+
|
|
2062
|
+
/* --color-- 红色系 Red --color-- */
|
|
2063
|
+
--color-red-50: #fef2f2;
|
|
2064
|
+
--color-red-100: #fee2e2;
|
|
2065
|
+
--color-red-200: #fecaca;
|
|
2066
|
+
--color-red-300: #fca5a5;
|
|
2067
|
+
--color-red-400: #f87171;
|
|
2068
|
+
--color-red-500: #ef4444;
|
|
2069
|
+
--color-red-600: #dc2626;
|
|
2070
|
+
--color-red-700: #b91c1c;
|
|
2071
|
+
--color-red-800: #991b1b;
|
|
2072
|
+
--color-red-900: #7f1d1d;
|
|
2073
|
+
--color-red-950: #450a0a;
|
|
2074
|
+
|
|
2075
|
+
/* --color-- 橙色系 Orange --color-- */
|
|
2076
|
+
--color-orange-50: #fff7ed;
|
|
2077
|
+
--color-orange-100: #ffedd5;
|
|
2078
|
+
--color-orange-200: #fed7aa;
|
|
2079
|
+
--color-orange-300: #fdba74;
|
|
2080
|
+
--color-orange-400: #fb923c;
|
|
2081
|
+
--color-orange-500: #f97316;
|
|
2082
|
+
--color-orange-600: #ea580c;
|
|
2083
|
+
--color-orange-700: #c2410c;
|
|
2084
|
+
--color-orange-800: #9a3412;
|
|
2085
|
+
--color-orange-900: #7c2d12;
|
|
2086
|
+
--color-orange-950: #431407;
|
|
2087
|
+
|
|
2088
|
+
/* --color-- 黄色系 Amber (比 Yellow 更像交通灯黄) --color-- */
|
|
2089
|
+
--color-amber-50: #fffbeb;
|
|
2090
|
+
--color-amber-100: #fef3c7;
|
|
2091
|
+
--color-amber-200: #fde68a;
|
|
2092
|
+
--color-amber-300: #fcd34d;
|
|
2093
|
+
--color-amber-400: #fbbf24;
|
|
2094
|
+
--color-amber-500: #f59e0b;
|
|
2095
|
+
--color-amber-600: #d97706;
|
|
2096
|
+
--color-amber-700: #b45309;
|
|
2097
|
+
--color-amber-800: #92400e;
|
|
2098
|
+
--color-amber-900: #78350f;
|
|
2099
|
+
--color-amber-950: #451a03;
|
|
2100
|
+
|
|
2101
|
+
/* --color-- 黄色系 Yellow --color-- */
|
|
2102
|
+
--color-yellow-50: #fefce8;
|
|
2103
|
+
--color-yellow-100: #fef9c3;
|
|
2104
|
+
--color-yellow-200: #fef08a;
|
|
2105
|
+
--color-yellow-300: #fde047;
|
|
2106
|
+
--color-yellow-400: #facc15;
|
|
2107
|
+
--color-yellow-500: #eab308;
|
|
2108
|
+
--color-yellow-600: #ca8a04;
|
|
2109
|
+
--color-yellow-700: #a16207;
|
|
2110
|
+
--color-yellow-800: #854d0e;
|
|
2111
|
+
--color-yellow-900: #713f12;
|
|
2112
|
+
--color-yellow-950: #422006;
|
|
2113
|
+
|
|
2114
|
+
/* --color-- 绿色系 Green --color-- */
|
|
2115
|
+
--color-green-50: #f0fdf4;
|
|
2116
|
+
--color-green-100: #dcfce7;
|
|
2117
|
+
--color-green-200: #bbf7d0;
|
|
2118
|
+
--color-green-300: #86efac;
|
|
2119
|
+
--color-green-400: #4ade80;
|
|
2120
|
+
--color-green-500: #22c55e;
|
|
2121
|
+
--color-green-600: #16a34a;
|
|
2122
|
+
--color-green-700: #15803d;
|
|
2123
|
+
--color-green-800: #166534;
|
|
2124
|
+
--color-green-900: #14532d;
|
|
2125
|
+
--color-green-950: #052e16;
|
|
2126
|
+
|
|
2127
|
+
/* --color-- 紫色系 (Purple) --color-- */
|
|
2128
|
+
--color-purple-50: #faf5ff;
|
|
2129
|
+
--color-purple-100: #f3e8ff;
|
|
2130
|
+
--color-purple-200: #e9d5ff;
|
|
2131
|
+
--color-purple-300: #d8b4fe;
|
|
2132
|
+
--color-purple-400: #c084fc;
|
|
2133
|
+
--color-purple-500: #a855f7;
|
|
2134
|
+
--color-purple-600: #9333ea;
|
|
2135
|
+
--color-purple-700: #7e22ce;
|
|
2136
|
+
--color-purple-800: #6b21a8;
|
|
2137
|
+
--color-purple-900: #581c87;
|
|
2138
|
+
--color-purple-950: #3b0764;
|
|
2139
|
+
|
|
2140
|
+
/* --color-- 蓝绿色 Teal --color-- */
|
|
2141
|
+
--color-teal-50: #f0fdfa;
|
|
2142
|
+
--color-teal-100: #ccfbf1;
|
|
2143
|
+
--color-teal-200: #99f6e4;
|
|
2144
|
+
--color-teal-300: #5eead4;
|
|
2145
|
+
--color-teal-400: #2dd4bf;
|
|
2146
|
+
--color-teal-500: #14b8a6;
|
|
2147
|
+
--color-teal-600: #0d9488;
|
|
2148
|
+
--color-teal-700: #0f766e;
|
|
2149
|
+
--color-teal-800: #115e59;
|
|
2150
|
+
--color-teal-900: #134e4a;
|
|
2151
|
+
--color-teal-950: #042f2e;
|
|
2152
|
+
|
|
2153
|
+
/* --color-- 天蓝色 Sky (Light Blue) --color-- */
|
|
2154
|
+
--color-sky-50: #f0f9ff;
|
|
2155
|
+
--color-sky-100: #e0f2fe;
|
|
2156
|
+
--color-sky-200: #bae6fd;
|
|
2157
|
+
--color-sky-300: #7dd3fc;
|
|
2158
|
+
--color-sky-400: #38bdf8;
|
|
2159
|
+
--color-sky-500: #0ea5e9;
|
|
2160
|
+
--color-sky-600: #0284c7;
|
|
2161
|
+
--color-sky-700: #0369a1;
|
|
2162
|
+
--color-sky-800: #075985;
|
|
2163
|
+
--color-sky-900: #0c4a6e;
|
|
2164
|
+
--color-sky-950: #082f49;
|
|
2165
|
+
|
|
2166
|
+
/* --color-- 蓝色系 Blue --color-- */
|
|
2167
|
+
--color-blue-50: #eff6ff;
|
|
2168
|
+
--color-blue-100: #dbeafe;
|
|
2169
|
+
--color-blue-200: #bfdbfe;
|
|
2170
|
+
--color-blue-300: #93c5fd;
|
|
2171
|
+
--color-blue-400: #60a5fa;
|
|
2172
|
+
--color-blue-500: #3b82f6;
|
|
2173
|
+
--color-blue-600: #2563eb;
|
|
2174
|
+
--color-blue-700: #1d4ed8;
|
|
2175
|
+
--color-blue-800: #1e40af;
|
|
2176
|
+
--color-blue-900: #1e3a8a;
|
|
2177
|
+
--color-blue-950: #172554;
|
|
2178
|
+
|
|
2179
|
+
/* --color-- 靛青色 Indigo --color-- */
|
|
2180
|
+
--color-indigo-50: #eef2ff;
|
|
2181
|
+
--color-indigo-100: #e0e7ff;
|
|
2182
|
+
--color-indigo-200: #c7d2fe;
|
|
2183
|
+
--color-indigo-300: #a5b4fc;
|
|
2184
|
+
--color-indigo-400: #818cf8;
|
|
2185
|
+
--color-indigo-500: #6366f1;
|
|
2186
|
+
--color-indigo-600: #4f46e5;
|
|
2187
|
+
--color-indigo-700: #4338ca;
|
|
2188
|
+
--color-indigo-800: #3730a3;
|
|
2189
|
+
--color-indigo-900: #312e81;
|
|
2190
|
+
--color-indigo-950: #1e1b4b;
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
/* --color-- 粉色系 Pink --color-- */
|
|
2194
|
+
--color-pink-50: #fdf2f8;
|
|
2195
|
+
--color-pink-100: #fce7f3;
|
|
2196
|
+
--color-pink-200: #fbcfe8;
|
|
2197
|
+
--color-pink-300: #f9a8d4;
|
|
2198
|
+
--color-pink-400: #f472b6;
|
|
2199
|
+
--color-pink-500: #ec4899;
|
|
2200
|
+
--color-pink-600: #db2777;
|
|
2201
|
+
--color-pink-700: #be185d;
|
|
2202
|
+
--color-pink-800: #9d174d;
|
|
2203
|
+
--color-pink-900: #831843;
|
|
2204
|
+
--color-pink-950: #500724;
|
|
2205
|
+
|
|
2206
|
+
/* --color-- 青色系 (Cyan) --color-- */
|
|
2207
|
+
--color-cyan-50: #f0fdfa;
|
|
2208
|
+
--color-cyan-100: #e6fffa;
|
|
2209
|
+
--color-cyan-200: #cffafe;
|
|
2210
|
+
--color-cyan-300: #a5f3fc;
|
|
2211
|
+
--color-cyan-400: #67e8f9;
|
|
2212
|
+
--color-cyan-500: #22d3ee;
|
|
2213
|
+
--color-cyan-600: #06b6d4;
|
|
2214
|
+
--color-cyan-700: #0891b2;
|
|
2215
|
+
--color-cyan-800: #0f766e;
|
|
2216
|
+
--color-cyan-900: #164e63;
|
|
2217
|
+
--color-cyan-950: #083344;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
/* fix amis */
|
|
2221
|
+
.bg-white {
|
|
2222
|
+
color: var(--color-gray-800);
|
|
2056
2223
|
}
|
|
2057
|
-
|
|
2058
2224
|
.last\:mb-0:last-child {
|
|
2059
2225
|
margin-bottom: 0px;
|
|
2060
2226
|
}
|
|
2061
|
-
|
|
2062
2227
|
.hover\:border-blue-300:hover {
|
|
2063
2228
|
--tw-border-opacity: 1;
|
|
2064
2229
|
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
|
|
2065
2230
|
}
|
|
2066
|
-
|
|
2067
2231
|
.hover\:border-gray-300:hover {
|
|
2068
2232
|
--tw-border-opacity: 1;
|
|
2069
2233
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
2070
2234
|
}
|
|
2071
|
-
|
|
2072
2235
|
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
2073
2236
|
background-color: #1589EE1A;
|
|
2074
2237
|
}
|
|
2075
|
-
|
|
2076
2238
|
.hover\:bg-blue-100:hover {
|
|
2077
2239
|
--tw-bg-opacity: 1;
|
|
2078
2240
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
2079
2241
|
}
|
|
2080
|
-
|
|
2081
2242
|
.hover\:bg-blue-500:hover {
|
|
2082
2243
|
--tw-bg-opacity: 1;
|
|
2083
2244
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
2084
2245
|
}
|
|
2085
|
-
|
|
2086
2246
|
.hover\:bg-blue-600:hover {
|
|
2087
2247
|
--tw-bg-opacity: 1;
|
|
2088
2248
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
2089
2249
|
}
|
|
2090
|
-
|
|
2091
2250
|
.hover\:bg-gray-100:hover {
|
|
2092
2251
|
--tw-bg-opacity: 1;
|
|
2093
2252
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
2094
2253
|
}
|
|
2095
|
-
|
|
2096
2254
|
.hover\:bg-gray-200:hover {
|
|
2097
2255
|
--tw-bg-opacity: 1;
|
|
2098
2256
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
2099
2257
|
}
|
|
2100
|
-
|
|
2101
2258
|
.hover\:bg-gray-50:hover {
|
|
2102
2259
|
--tw-bg-opacity: 1;
|
|
2103
2260
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
2104
2261
|
}
|
|
2105
|
-
|
|
2106
2262
|
.hover\:bg-gray-700:hover {
|
|
2107
2263
|
--tw-bg-opacity: 1;
|
|
2108
2264
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
2109
2265
|
}
|
|
2110
|
-
|
|
2111
2266
|
.hover\:bg-green-400:hover {
|
|
2112
2267
|
--tw-bg-opacity: 1;
|
|
2113
2268
|
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
|
|
2114
2269
|
}
|
|
2115
|
-
|
|
2116
2270
|
.hover\:bg-sky-50:hover {
|
|
2117
2271
|
--tw-bg-opacity: 1;
|
|
2118
2272
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
|
|
2119
2273
|
}
|
|
2120
|
-
|
|
2121
2274
|
.hover\:bg-slate-500:hover {
|
|
2122
2275
|
--tw-bg-opacity: 1;
|
|
2123
2276
|
background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
|
|
2124
2277
|
}
|
|
2125
|
-
|
|
2126
2278
|
.hover\:bg-white:hover {
|
|
2127
2279
|
--tw-bg-opacity: 1;
|
|
2128
2280
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2129
2281
|
}
|
|
2130
|
-
|
|
2131
2282
|
.hover\:font-bold:hover {
|
|
2132
2283
|
font-weight: 700;
|
|
2133
2284
|
}
|
|
2134
|
-
|
|
2135
2285
|
.hover\:text-blue-500:hover {
|
|
2136
2286
|
--tw-text-opacity: 1;
|
|
2137
2287
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
2138
2288
|
}
|
|
2139
|
-
|
|
2140
2289
|
.hover\:text-blue-600:hover {
|
|
2141
2290
|
--tw-text-opacity: 1;
|
|
2142
2291
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
2143
2292
|
}
|
|
2144
|
-
|
|
2145
2293
|
.hover\:text-blue-700:hover {
|
|
2146
2294
|
--tw-text-opacity: 1;
|
|
2147
2295
|
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
2148
2296
|
}
|
|
2149
|
-
|
|
2150
2297
|
.hover\:text-gray-300:hover {
|
|
2151
2298
|
--tw-text-opacity: 1;
|
|
2152
2299
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
2153
2300
|
}
|
|
2154
|
-
|
|
2155
2301
|
.hover\:text-gray-500:hover {
|
|
2156
2302
|
--tw-text-opacity: 1;
|
|
2157
2303
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
2158
2304
|
}
|
|
2159
|
-
|
|
2160
2305
|
.hover\:text-white:hover {
|
|
2161
2306
|
--tw-text-opacity: 1;
|
|
2162
2307
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2163
2308
|
}
|
|
2164
|
-
|
|
2165
2309
|
.hover\:underline:hover {
|
|
2166
2310
|
text-decoration-line: underline;
|
|
2167
2311
|
}
|
|
2168
|
-
|
|
2169
2312
|
.focus\:z-10:focus {
|
|
2170
2313
|
z-index: 10;
|
|
2171
2314
|
}
|
|
2172
|
-
|
|
2173
2315
|
.focus\:border-blue-300:focus {
|
|
2174
2316
|
--tw-border-opacity: 1;
|
|
2175
2317
|
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
|
|
2176
2318
|
}
|
|
2177
|
-
|
|
2178
2319
|
.focus\:border-blue-700:focus {
|
|
2179
2320
|
--tw-border-opacity: 1;
|
|
2180
2321
|
border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
|
|
2181
2322
|
}
|
|
2182
|
-
|
|
2183
2323
|
.focus\:border-green-700:focus {
|
|
2184
2324
|
--tw-border-opacity: 1;
|
|
2185
2325
|
border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
|
|
2186
2326
|
}
|
|
2187
|
-
|
|
2188
2327
|
.focus\:bg-gray-700:focus {
|
|
2189
2328
|
--tw-bg-opacity: 1;
|
|
2190
2329
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
2191
2330
|
}
|
|
2192
|
-
|
|
2193
2331
|
.focus\:text-gray-700:focus {
|
|
2194
2332
|
--tw-text-opacity: 1;
|
|
2195
2333
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
2196
2334
|
}
|
|
2197
|
-
|
|
2198
2335
|
.focus\:text-white:focus {
|
|
2199
2336
|
--tw-text-opacity: 1;
|
|
2200
2337
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2201
2338
|
}
|
|
2202
|
-
|
|
2203
2339
|
.focus\:outline-none:focus {
|
|
2204
2340
|
outline: 2px solid transparent;
|
|
2205
2341
|
outline-offset: 2px;
|
|
2206
2342
|
}
|
|
2207
|
-
|
|
2208
2343
|
.focus\:ring-2:focus {
|
|
2209
2344
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2210
2345
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2211
2346
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2212
2347
|
}
|
|
2213
|
-
|
|
2214
2348
|
.focus\:ring-blue-500:focus {
|
|
2215
2349
|
--tw-ring-opacity: 1;
|
|
2216
2350
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
2217
2351
|
}
|
|
2218
|
-
|
|
2219
2352
|
.active\:bg-blue-700:active {
|
|
2220
2353
|
--tw-bg-opacity: 1;
|
|
2221
2354
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
2222
2355
|
}
|
|
2223
|
-
|
|
2224
2356
|
.active\:bg-gray-100:active {
|
|
2225
2357
|
--tw-bg-opacity: 1;
|
|
2226
2358
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
2227
2359
|
}
|
|
2228
|
-
|
|
2229
2360
|
.active\:bg-green-700:active {
|
|
2230
2361
|
--tw-bg-opacity: 1;
|
|
2231
2362
|
background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
|
|
2232
2363
|
}
|
|
2233
|
-
|
|
2234
2364
|
@media (min-width: 640px) {
|
|
2235
2365
|
|
|
2236
2366
|
.sm\:sticky {
|
|
@@ -2354,7 +2484,6 @@ video {
|
|
|
2354
2484
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2355
2485
|
}
|
|
2356
2486
|
}
|
|
2357
|
-
|
|
2358
2487
|
@media (min-width: 768px) {
|
|
2359
2488
|
|
|
2360
2489
|
.md\:ml-6 {
|
|
@@ -2377,7 +2506,6 @@ video {
|
|
|
2377
2506
|
padding: 2.5rem;
|
|
2378
2507
|
}
|
|
2379
2508
|
}
|
|
2380
|
-
|
|
2381
2509
|
@media (min-width: 1024px) {
|
|
2382
2510
|
|
|
2383
2511
|
.lg\:z-\[1000\] {
|
|
@@ -2465,7 +2593,6 @@ video {
|
|
|
2465
2593
|
padding-right: 2rem;
|
|
2466
2594
|
}
|
|
2467
2595
|
}
|
|
2468
|
-
|
|
2469
2596
|
@media (min-width: 1280px) {
|
|
2470
2597
|
|
|
2471
2598
|
.xl\:min-w-\[28rem\] {
|
|
@@ -2480,7 +2607,6 @@ video {
|
|
|
2480
2607
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2481
2608
|
}
|
|
2482
2609
|
}
|
|
2483
|
-
|
|
2484
2610
|
@media (min-width: 1536px) {
|
|
2485
2611
|
|
|
2486
2612
|
.\32xl\:min-w-\[32rem\] {
|
|
@@ -2491,8 +2617,194 @@ video {
|
|
|
2491
2617
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2492
2618
|
}
|
|
2493
2619
|
}
|
|
2620
|
+
.steedos {
|
|
2621
|
+
|
|
2622
|
+
--body-bg: var(--color-gray-50);
|
|
2623
|
+
--body-color: var(--color-gray-900);
|
|
2624
|
+
--body-size: 14px;
|
|
2625
|
+
--link-color: var(--colors-brand-4);
|
|
2626
|
+
--link-onHover-color: var(--colors-brand-6);
|
|
2627
|
+
--link-onClick-color: var(--colors-brand-5);
|
|
2628
|
+
--Page-main-bg: transparent;
|
|
2629
|
+
--Form-mode-default-labelGap: 2px;
|
|
2630
|
+
--Form-item-fontSize: 12px;
|
|
2631
|
+
--Form-item-fontColor: rgb(68, 68, 68);
|
|
2632
|
+
--Form-fontSize: 14px;
|
|
2633
|
+
--Form-selectValue-fontSize: 14px;
|
|
2634
|
+
--Form-item-gap: 0.75rem;
|
|
2635
|
+
--Form-select-outer-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2636
|
+
--Form-select-outer-borderWidth: 0;
|
|
2637
|
+
--Table-borderColor: #e5e7eb;
|
|
2638
|
+
--Table-borderWidth: 1px;
|
|
2639
|
+
--Table-fontSize: 13px;
|
|
2640
|
+
--Table-fixedRight-boxShadow: none;
|
|
2641
|
+
--Table-thead-color: var(--color-gray-600);
|
|
2642
|
+
--Table-thead-fontSize: 12px;
|
|
2643
|
+
--Table-thead-bg: white;
|
|
2644
|
+
--Table-thead-borderColor: var(--Table-borderColor);
|
|
2645
|
+
--Table-toolbar-marginY: 0;
|
|
2646
|
+
--Table-thead-borderWidth: 1px;
|
|
2647
|
+
--Table-bg: white;
|
|
2648
|
+
--TableCell-paddingY: 0.4rem;
|
|
2649
|
+
--TableCell-paddingX: 0.5rem;
|
|
2650
|
+
--TableCell--edge-paddingX: 0.5rem;
|
|
2651
|
+
--text--muted-color: #d9dcde;
|
|
2652
|
+
--Collapse-content-fontSize: 14px;
|
|
2653
|
+
--Collapse-border: 0;
|
|
2654
|
+
--Collapse-header-fontSize: 16px;
|
|
2655
|
+
--Collapse-header-fontWeight: 400;
|
|
2656
|
+
--Collapse-header-onHover-bg: #EEEEEE;
|
|
2657
|
+
--Collapse-header-padding: 4px;
|
|
2658
|
+
--Collapse-content-padding: 4px;
|
|
2659
|
+
--collapse-default-bg-color: unset;
|
|
2660
|
+
--Button-height: 2rem;
|
|
2661
|
+
--Button-paddingX: 16px;
|
|
2662
|
+
--button-size-default-top-right-border-radius: 0.25rem;
|
|
2663
|
+
--button-size-default-top-left-border-radius: 0.25rem;
|
|
2664
|
+
--button-size-default-bottom-right-border-radius: 0.25rem;
|
|
2665
|
+
--button-size-default-bottom-left-border-radius: 0.25rem;
|
|
2666
|
+
--button-size-default-marginRight: 4px;
|
|
2667
|
+
|
|
2668
|
+
--button-light-default-bg-color: transparent;
|
|
2669
|
+
--button-light-default-top-border-color: transparent;
|
|
2670
|
+
--button-light-default-bottom-border-color: transparent;
|
|
2671
|
+
--button-light-default-left-border-color: transparent;
|
|
2672
|
+
--button-light-default-right-border-color: transparent;
|
|
2673
|
+
|
|
2674
|
+
--button-default-default-bg-color: white;
|
|
2675
|
+
/* --button-default-hover-bg-color: rgb(245, 245, 245); */
|
|
2676
|
+
--button-default-default-top-border-color: rgb(224, 224, 224);
|
|
2677
|
+
--button-default-default-bottom-border-color: rgb(224, 224, 224);
|
|
2678
|
+
--button-default-default-left-border-color: rgb(224, 224, 224);
|
|
2679
|
+
--button-default-default-right-border-color: rgb(224, 224, 224);
|
|
2680
|
+
|
|
2681
|
+
/* --button-default-default-font-color: rgb(1, 118, 211); */
|
|
2682
|
+
--button-enhance-default-bg-color: white;
|
|
2683
|
+
--Crud-toolbar-gap: 2px;
|
|
2684
|
+
/* --DropDown-caret-marginLeft: 0; */
|
|
2685
|
+
--Tabs--vertical-width: 180px;
|
|
2686
|
+
--Tabs--vertical-bg: white;
|
|
2687
|
+
--Tabs-link-maxWidth: 180px;
|
|
2688
|
+
--Tabs-content-bg: unset;
|
|
2689
|
+
--drawer-content-paddingTop: 0;
|
|
2690
|
+
--fieldSet-legend-fontWeight: 600;
|
|
2691
|
+
--fieldSet-legend-marginTop: 1rem;
|
|
2692
|
+
--fieldSet-legend-marginBottom: 1rem;
|
|
2693
|
+
--DropDown-caret-marginLeft: 0.25rem;
|
|
2694
|
+
--DropDown-menu-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2695
|
+
--boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2696
|
+
--common-popover-border: none;
|
|
2697
|
+
|
|
2698
|
+
/* --SearchBox-search-icon-color: var(--color-gray-400); */
|
|
2699
|
+
--Pick-base-value-bgColor: var(--colors-brand-10);
|
|
2700
|
+
--Form-selectValue-onHover-bg: var(--colors-brand-9);
|
|
2701
|
+
}
|
|
2494
2702
|
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2703
|
+
a {
|
|
2704
|
+
color: var(--link-color);
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.slds-page-header__icon {
|
|
2708
|
+
background-color: var(--colors-brand-5);
|
|
2709
|
+
color: var(--color-white);
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
/* 修正手机端字体小的问题 */
|
|
2714
|
+
@media (max-width: 767px) {
|
|
2715
|
+
|
|
2716
|
+
:root {
|
|
2717
|
+
--button-size-default-fontSize: var(--fontSizeLg);
|
|
2718
|
+
--link-fontSize: var(--fontSizeLg);
|
|
2719
|
+
--Table-fontSize: var(--fontSizeLg);
|
|
2720
|
+
--Tabs--line-fontSize: var(--fontSizeLg);
|
|
2721
|
+
--Tabs--line-active-fontSize: var(--fontSizeLg);
|
|
2722
|
+
--Tabs--line-hover-fontSize: var(--fontSizeLg);
|
|
2723
|
+
--fieldSet-legend-fontSize: var(--fontSizeLg);
|
|
2724
|
+
--Pick-base-value-fontSize: var(--fontSizeLg);
|
|
2725
|
+
--dialog-header-fontSize: var(--fontSizeLg);
|
|
2726
|
+
--input-default-default-fontSize: var(--fontSizeLg);
|
|
2727
|
+
}
|
|
2728
|
+
.antd-Form .antd-Form-item input {
|
|
2729
|
+
font-size: var(--fontSizeLg);
|
|
2730
|
+
padding: 0 0.625rem 0 0.625rem;
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
.steedos-header-container {
|
|
2735
|
+
background-color: var(--color-white);
|
|
2736
|
+
color: var(--color-gray-900);
|
|
2737
|
+
border-bottom: 1px solid var(--color-gray-200);
|
|
2738
|
+
--steedos-logo-color-default: var(--color-gray-600);
|
|
2739
|
+
.slds-icon-text-default {
|
|
2740
|
+
--slds-c-icon-color-foreground: var(--color-gray-600);
|
|
2741
|
+
}
|
|
2742
|
+
.slds-button_icon {
|
|
2743
|
+
--slds-g-color-neutral-base-50: var(--color-gray-600);
|
|
2744
|
+
}
|
|
2745
|
+
.lb-inbox-button {
|
|
2746
|
+
color: var(--color-gray-600);
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2750
|
+
.steedos.dark {
|
|
2751
|
+
.steedos-header-container {
|
|
2752
|
+
background-color: var(--colors-brand-1);
|
|
2753
|
+
color: var(--color-white);
|
|
2754
|
+
border-bottom: none;
|
|
2755
|
+
--steedos-logo-color-default: var(--color-gray-200);
|
|
2756
|
+
.slds-icon-text-default {
|
|
2757
|
+
--slds-c-icon-color-foreground: var(--color-gray-200);
|
|
2758
|
+
}
|
|
2759
|
+
.slds-button_icon {
|
|
2760
|
+
--slds-g-color-neutral-base-50: var(--color-gray-200);
|
|
2761
|
+
}
|
|
2762
|
+
.lb-inbox-button {
|
|
2763
|
+
color: var(--color-gray-200);
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
.creator-content-wrapper {
|
|
2770
|
+
overflow: auto !important;
|
|
2771
|
+
position: absolute;
|
|
2772
|
+
top: 0;
|
|
2773
|
+
right: 0;
|
|
2774
|
+
bottom: 0;
|
|
2775
|
+
left: 0;
|
|
2776
|
+
margin-top: 50px;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
@media (min-width: 767px) {
|
|
2780
|
+
.creator-content-wrapper {
|
|
2781
|
+
height:calc(100% - 50px)
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
.creator-content-wrapper>.builder-component{
|
|
2785
|
+
height: 100%;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.creator-content-wrapper>.builder-component>.builder-content{
|
|
2789
|
+
height: 100%;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.creator-content-wrapper>.builder-component>.builder-content>div{
|
|
2793
|
+
height: 100%;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks{
|
|
2797
|
+
height: 100%;
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks>.builder-block{
|
|
2801
|
+
height: 100%;
|
|
2802
|
+
}
|
|
2803
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks>.builder-block>.amis-scope{
|
|
2804
|
+
height: 100%;
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
.MuiSvgIcon-fontSizeSmall{
|
|
2809
|
+
font-size: 1rem !important;
|
|
2498
2810
|
}
|
|
@@ -29235,11 +29235,12 @@ function warnOnce(condition, message2) {
|
|
|
29235
29235
|
}
|
|
29236
29236
|
var USE_OPTIMISTIC = "useOptimistic";
|
|
29237
29237
|
var useOptimisticImpl = React4[USE_OPTIMISTIC];
|
|
29238
|
+
var stableUseOptimisticSetter = () => void 0;
|
|
29238
29239
|
function useOptimisticSafe(val) {
|
|
29239
29240
|
if (useOptimisticImpl) {
|
|
29240
29241
|
return useOptimisticImpl(val);
|
|
29241
29242
|
} else {
|
|
29242
|
-
return [val,
|
|
29243
|
+
return [val, stableUseOptimisticSetter];
|
|
29243
29244
|
}
|
|
29244
29245
|
}
|
|
29245
29246
|
function mapRouteProperties(route) {
|
|
@@ -30119,7 +30120,7 @@ var isBrowser$3 = typeof window !== "undefined" && typeof window.document !== "u
|
|
|
30119
30120
|
try {
|
|
30120
30121
|
if (isBrowser$3) {
|
|
30121
30122
|
window.__reactRouterVersion = // @ts-expect-error
|
|
30122
|
-
"7.10.
|
|
30123
|
+
"7.10.1";
|
|
30123
30124
|
}
|
|
30124
30125
|
} catch (e) {
|
|
30125
30126
|
}
|
|
@@ -34671,7 +34672,7 @@ const LoggedIn = ({ children }) => {
|
|
|
34671
34672
|
window.location.origin
|
|
34672
34673
|
);
|
|
34673
34674
|
if (!currentUser) {
|
|
34674
|
-
navigate("/login?
|
|
34675
|
+
navigate("/login?redirect_uri=" + encodeURIComponent(window.location.pathname));
|
|
34675
34676
|
return;
|
|
34676
34677
|
}
|
|
34677
34678
|
if (!currentSpaceId2) {
|
|
@@ -49221,7 +49222,7 @@ class Signup extends React$1.Component {
|
|
|
49221
49222
|
return this.props.navigate("/verify/mobile");
|
|
49222
49223
|
}
|
|
49223
49224
|
const query = new URLSearchParams(this.props.location.search);
|
|
49224
|
-
const redirectTo = query.get("
|
|
49225
|
+
const redirectTo = query.get("redirect_uri");
|
|
49225
49226
|
if (redirectTo && redirectTo.match(/^\/([^/]|$)/)) {
|
|
49226
49227
|
this.props.navigate(redirectTo);
|
|
49227
49228
|
} else {
|
|
@@ -54442,7 +54443,7 @@ const getHeaderSchema = (props) => {
|
|
|
54442
54443
|
body: [
|
|
54443
54444
|
{
|
|
54444
54445
|
"type": "wrapper",
|
|
54445
|
-
"className": "flex w-full px-4 py-0 h-[50px] justify-between items-center steedos-header-container-line-one
|
|
54446
|
+
"className": "flex w-full px-4 py-0 h-[50px] justify-between items-center steedos-header-container-line-one ",
|
|
54446
54447
|
"body": [
|
|
54447
54448
|
{
|
|
54448
54449
|
type: "service",
|
|
@@ -54533,7 +54534,7 @@ const getHeaderSchema = (props) => {
|
|
|
54533
54534
|
// "tpl": '',
|
|
54534
54535
|
// },
|
|
54535
54536
|
{
|
|
54536
|
-
"className": "w-auto ml-4 font-bold text-lg
|
|
54537
|
+
"className": "w-auto ml-4 font-bold text-lg inline-block align-middle",
|
|
54537
54538
|
"type": "tpl",
|
|
54538
54539
|
"hiddenOn": "${window:innerWidth < 768}",
|
|
54539
54540
|
"tpl": "${app.name}"
|
|
@@ -54623,6 +54624,30 @@ const AppHeader = () => {
|
|
|
54623
54624
|
if (window.innerWidth >= 768) {
|
|
54624
54625
|
document.body.classList.add("sidebar-open");
|
|
54625
54626
|
}
|
|
54627
|
+
if (appData.dark) {
|
|
54628
|
+
document.body.classList.add("dark");
|
|
54629
|
+
} else {
|
|
54630
|
+
document.body.classList.remove("dark");
|
|
54631
|
+
}
|
|
54632
|
+
const themeColor = appData.color || "sky";
|
|
54633
|
+
document.documentElement.style.setProperty("--colors-brand-main", `var(--color-${themeColor}-600)`);
|
|
54634
|
+
document.documentElement.style.setProperty("--colors-brand-1", `var(--color-${themeColor}-900)`);
|
|
54635
|
+
document.documentElement.style.setProperty("--colors-brand-2", `var(--color-${themeColor}-900)`);
|
|
54636
|
+
document.documentElement.style.setProperty("--colors-brand-3", `var(--color-${themeColor}-800)`);
|
|
54637
|
+
document.documentElement.style.setProperty("--colors-brand-4", `var(--color-${themeColor}-700)`);
|
|
54638
|
+
document.documentElement.style.setProperty("--colors-brand-5", `var(--color-${themeColor}-600)`);
|
|
54639
|
+
document.documentElement.style.setProperty("--colors-brand-6", `var(--color-${themeColor}-500)`);
|
|
54640
|
+
document.documentElement.style.setProperty("--colors-brand-7", `var(--color-${themeColor}-400)`);
|
|
54641
|
+
document.documentElement.style.setProperty("--colors-brand-8", `var(--color-${themeColor}-300)`);
|
|
54642
|
+
document.documentElement.style.setProperty("--colors-brand-9", `var(--color-${themeColor}-100)`);
|
|
54643
|
+
document.documentElement.style.setProperty("--colors-brand-10", `var(--color-${themeColor}-50)`);
|
|
54644
|
+
document.documentElement.style.setProperty("--colors-other-5", `var(--color-${themeColor}-600)`);
|
|
54645
|
+
document.documentElement.style.setProperty("--colors-other-6", `var(--color-${themeColor}-500)`);
|
|
54646
|
+
document.documentElement.style.setProperty("--colors-other-7", `var(--color-${themeColor}-400)`);
|
|
54647
|
+
document.documentElement.style.setProperty("--colors-link-4", `var(--color-${themeColor}-700)`);
|
|
54648
|
+
document.documentElement.style.setProperty("--colors-link-5", `var(--color-${themeColor}-600)`);
|
|
54649
|
+
document.documentElement.style.setProperty("--colors-link-6", `var(--color-${themeColor}-500)`);
|
|
54650
|
+
document.documentElement.style.setProperty("--colors-link-7", `var(--color-${themeColor}-400)`);
|
|
54626
54651
|
}
|
|
54627
54652
|
} catch (err) {
|
|
54628
54653
|
console.error("Failed to fetch app data:", err);
|
|
@@ -61322,7 +61347,7 @@ var NoObjectGeneratedError = class extends AISDKError {
|
|
|
61322
61347
|
}
|
|
61323
61348
|
};
|
|
61324
61349
|
_a6 = symbol6;
|
|
61325
|
-
var VERSION = "5.0.
|
|
61350
|
+
var VERSION = "5.0.109";
|
|
61326
61351
|
var dataContentSchema = union([
|
|
61327
61352
|
string$2(),
|
|
61328
61353
|
_instanceof(Uint8Array),
|
|
@@ -63237,12 +63262,11 @@ function useChat({
|
|
|
63237
63262
|
if (shouldRecreateChat) {
|
|
63238
63263
|
chatRef.current = "chat" in options ? options.chat : new Chat(options);
|
|
63239
63264
|
}
|
|
63240
|
-
const optionsId = "id" in options ? options.id : null;
|
|
63241
63265
|
const subscribeToMessages = reactExports.useCallback(
|
|
63242
63266
|
(update2) => chatRef.current["~registerMessagesCallback"](update2, throttleWaitMs),
|
|
63243
|
-
//
|
|
63267
|
+
// `chatRef.current.id` is required to trigger re-subscription when the chat ID changes
|
|
63244
63268
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
63245
|
-
[throttleWaitMs,
|
|
63269
|
+
[throttleWaitMs, chatRef.current.id]
|
|
63246
63270
|
);
|
|
63247
63271
|
const messages = reactExports.useSyncExternalStore(
|
|
63248
63272
|
subscribeToMessages,
|
|
@@ -81085,7 +81109,7 @@ if (typeof ActiveXObject === "function") {
|
|
|
81085
81109
|
if (typeof fetchApi !== "function") fetchApi = void 0;
|
|
81086
81110
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
81087
81111
|
try {
|
|
81088
|
-
__vitePreload(() => import("./browser-ponyfill-
|
|
81112
|
+
__vitePreload(() => import("./browser-ponyfill-CG922cba.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
|
|
81089
81113
|
fetchApi = mod.default;
|
|
81090
81114
|
}).catch(function() {
|
|
81091
81115
|
});
|
package/dist/index.html
CHANGED
|
@@ -12,9 +12,6 @@
|
|
|
12
12
|
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" />
|
|
13
13
|
<link rel="stylesheet" href="https://unpkg.com/@salesforce-ux/design-system@2.22.2/assets/styles/salesforce-lightning-design-system.min.css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
16
|
-
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
17
|
-
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
18
15
|
|
|
19
16
|
<script src="https://unpkg.com/lodash@4.17.21/lodash.js"></script>
|
|
20
17
|
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
@@ -63,10 +60,14 @@
|
|
|
63
60
|
window.loadCss = loadCss;
|
|
64
61
|
|
|
65
62
|
</script>
|
|
63
|
+
|
|
66
64
|
<script src="https://unpkg.com/i18next@24.2.2/dist/umd/i18next.min.js"></script>
|
|
67
|
-
|
|
68
|
-
<
|
|
69
|
-
<link rel="stylesheet"
|
|
65
|
+
|
|
66
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
67
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
68
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
69
|
+
<script type="module" crossorigin src="/assets/index-DXe8lj55.js"></script>
|
|
70
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BWGFzjMX.css">
|
|
70
71
|
</head>
|
|
71
72
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
72
73
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.4-beta.
|
|
3
|
+
"version": "3.0.4-beta.11",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"react-markdown": "^10.1.0",
|
|
59
59
|
"react-redux": "^7.1.1",
|
|
60
60
|
"react-router-dom": "^7.1.3",
|
|
61
|
-
"react-scripts": "^5.0.1",
|
|
62
61
|
"redux": "^4.0.4",
|
|
63
62
|
"redux-devtools-extension": "^2.13.8",
|
|
64
63
|
"redux-thunk": "^2.4.1",
|
|
@@ -68,14 +67,14 @@
|
|
|
68
67
|
"tailwindcss": "^3.4.17",
|
|
69
68
|
"tslib": "^2.3.1",
|
|
70
69
|
"typescript": "5.7.3",
|
|
71
|
-
"vite": "^7.2.
|
|
70
|
+
"vite": "^7.2.7",
|
|
72
71
|
"vite-plugin-external": "^4.3.1"
|
|
73
72
|
},
|
|
74
73
|
"publishConfig": {
|
|
75
74
|
"access": "public"
|
|
76
75
|
},
|
|
77
76
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "3f89ee412f9a9b296ee4027ee5ed67a59ec454c1",
|
|
79
78
|
"dependencies": {
|
|
80
79
|
"@steedos-widgets/amis-object": "^6.10.33"
|
|
81
80
|
}
|