@xyd-js/themes 0.1.1-xyd.0 → 0.1.1-xyd.2
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/CHANGELOG.md +22 -0
- package/dist/index.css +68 -68
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @xyd-js/themes
|
|
2
2
|
|
|
3
|
+
## 0.1.1-xyd.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix again
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @xyd-js/atlas@0.1.0-xyd.15
|
|
10
|
+
- @xyd-js/components@0.1.0-xyd.10
|
|
11
|
+
- @xyd-js/framework@0.1.0-xyd.30
|
|
12
|
+
- @xyd-js/ui@0.1.0-xyd.15
|
|
13
|
+
|
|
14
|
+
## 0.1.1-xyd.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- fix for theme
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @xyd-js/atlas@0.1.0-xyd.14
|
|
21
|
+
- @xyd-js/components@0.1.0-xyd.9
|
|
22
|
+
- @xyd-js/framework@0.1.0-xyd.29
|
|
23
|
+
- @xyd-js/ui@0.1.0-xyd.14
|
|
24
|
+
|
|
3
25
|
## 0.1.1-xyd.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -166,6 +166,12 @@
|
|
|
166
166
|
.XydAtlas-Component-Atlas__AtlasHost{width:100%;}
|
|
167
167
|
.XydAtlas-Component-Atlas-AtlasLazy__AtlasLazyItemHost{padding:16px 0;}
|
|
168
168
|
.XydAtlas-Component-Atlas-AtlasLazy__AtlasLazyItemFirst{padding:4px 0;}
|
|
169
|
+
.XydComponents-Component-brand-Footer__FooterHost{position:relative;border-top:1px solid #f0f0f0;padding:32px;background-color:#fff;}
|
|
170
|
+
.XydComponents-Component-brand-Footer__FooterContainer{margin:0 auto;max-width:1200px;text-align:center;}
|
|
171
|
+
.XydComponents-Component-brand-Footer__FooterTextContainer{line-height:24px;font-size:14px;font-weight:500;color:rgba(60, 60, 67, .78);}
|
|
172
|
+
.XydComponents-Component-pages-HomePage__HomePageCardsHost{display:grid;grid-template-columns:repeat(2, 500px);justify-content:center;gap:30px;}
|
|
173
|
+
@media (max-width: 1200px){.XydComponents-Component-pages-HomePage__HomePageCardsHost{grid-template-columns:repeat(2, 1fr);}}
|
|
174
|
+
@media (max-width: 768px){.XydComponents-Component-pages-HomePage__HomePageCardsHost{grid-template-columns:1fr;}}
|
|
169
175
|
.XydComponents-Component-brand-CTABanner__CTABannerHost{padding:20px;}
|
|
170
176
|
.XydComponents-Component-brand-CTABanner__CTABannerContainer{display:flex;align-items:center;justify-content:center;gap:80px;}
|
|
171
177
|
.XydComponents-Component-brand-CTABanner__CTABannerHero{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;}
|
|
@@ -182,18 +188,6 @@
|
|
|
182
188
|
.XydComponents-Component-brand-CTABanner__CTABannerHeadingTitle{font-size:76px;font-weight:900;text-align:center;letter-spacing:3px;margin:0;}
|
|
183
189
|
.XydComponents-Component-brand-CTABanner__CTABannerHeadingSubtitle{color:#3c3c43;font-size:46px;font-weight:600;text-align:center;}
|
|
184
190
|
.XydComponents-Component-brand-CTABanner__CTABannerButtonGroupHost{display:flex;align-items:center;justify-content:center;gap:10px;}
|
|
185
|
-
.XydComponents-Component-views-HomeView__HomeViewHost{display:flex;flex-direction:column;min-height:100vh;}
|
|
186
|
-
.XydComponents-Component-views-HomeView__HomeViewBodyHost{background:radial-gradient(circle, hsl(0 0% 9% / .3) 1px, transparent 1px);-webkit-backdrop-filter:sepia(10%);backdrop-filter:sepia(10%);background-size:30px 30px;padding:60px;flex:1;}
|
|
187
|
-
.XydComponents-Component-views-HomeView__HomeViewBodyHostSecondary{background:repeating-linear-gradient(to right, hsl(0 0% 9% / .1), hsl(0 0% 9% / .1) 1px, transparent 1px, transparent 50px),repeating-linear-gradient(to bottom, hsl(0 0% 9% / .1), hsl(0 0% 9% / .1) 1px, transparent 1px, transparent 50px);}
|
|
188
|
-
.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:80px;}
|
|
189
|
-
@media (max-width: 1200px){.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:100%;padding:0 20px;}}
|
|
190
|
-
@media (max-width: 768px){.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:100%;padding:0 10px;}}
|
|
191
|
-
.XydComponents-Component-pages-HomePage__HomePageCardsHost{display:grid;grid-template-columns:repeat(2, 500px);justify-content:center;gap:30px;}
|
|
192
|
-
@media (max-width: 1200px){.XydComponents-Component-pages-HomePage__HomePageCardsHost{grid-template-columns:repeat(2, 1fr);}}
|
|
193
|
-
@media (max-width: 768px){.XydComponents-Component-pages-HomePage__HomePageCardsHost{grid-template-columns:1fr;}}
|
|
194
|
-
.XydComponents-Component-brand-Footer__FooterHost{position:relative;border-top:1px solid #f0f0f0;padding:32px;background-color:#fff;}
|
|
195
|
-
.XydComponents-Component-brand-Footer__FooterContainer{margin:0 auto;max-width:1200px;text-align:center;}
|
|
196
|
-
.XydComponents-Component-brand-Footer__FooterTextContainer{line-height:24px;font-size:14px;font-weight:500;color:rgba(60, 60, 67, .78);}
|
|
197
191
|
.XydComponents-Component-brand-Button__ButtonHost{display:inline-block;border:1px solid transparent;text-align:center;font-weight:600;white-space:nowrap;border-radius:20px;padding:0 20px;line-height:38px;font-size:14px;border-color:transparent;color:#3c3c43;background-color:#f7f7f8;transition:color .25s,border-color .25s,background-color .25s;}
|
|
198
192
|
.XydComponents-Component-brand-Button__ButtonHost:hover{background:#e3e3e6;}
|
|
199
193
|
.XydComponents-Component-brand-Button__ButtonHostSecondary{color:#fff;background-color:rgb(112, 81, 212);}
|
|
@@ -203,7 +197,12 @@
|
|
|
203
197
|
.XydComponents-Component-writer-Badge__BadgeHostInfo{color:#fff;background-color:#1971a8;}
|
|
204
198
|
.XydComponents-Component-writer-Badge__BadgeHostSm{font-size:12px;height:18px;padding:0 6px;gap:3px;border-radius:6px;}
|
|
205
199
|
.XydComponents-Component-writer-Badge__BadgeItem{position:relative;}
|
|
206
|
-
.XydComponents-Component-
|
|
200
|
+
.XydComponents-Component-views-HomeView__HomeViewHost{display:flex;flex-direction:column;min-height:100vh;}
|
|
201
|
+
.XydComponents-Component-views-HomeView__HomeViewBodyHost{background:radial-gradient(circle, hsl(0 0% 9% / .3) 1px, transparent 1px);-webkit-backdrop-filter:sepia(10%);backdrop-filter:sepia(10%);background-size:30px 30px;padding:60px;flex:1;}
|
|
202
|
+
.XydComponents-Component-views-HomeView__HomeViewBodyHostSecondary{background:repeating-linear-gradient(to right, hsl(0 0% 9% / .1), hsl(0 0% 9% / .1) 1px, transparent 1px, transparent 50px),repeating-linear-gradient(to bottom, hsl(0 0% 9% / .1), hsl(0 0% 9% / .1) 1px, transparent 1px, transparent 50px);}
|
|
203
|
+
.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:80px;}
|
|
204
|
+
@media (max-width: 1200px){.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:100%;padding:0 20px;}}
|
|
205
|
+
@media (max-width: 768px){.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:100%;padding:0 10px;}}
|
|
207
206
|
.XydComponents-Component-writer-GuideCard__GuideHostSecondary{display:flex;position:relative;overflow:hidden;border:1px solid #ebebeb;background:#f8f8f8;border-radius:8px;padding:24px;z-index:0;transition:box-shadow .2s ease-in-out,background-image .2s ease;}
|
|
208
207
|
.XydComponents-Component-writer-GuideCard__GuideHostSecondary:hover{background:#FFF;}
|
|
209
208
|
.XydComponents-Component-writer-GuideCard__GuideHostSecondaryMd{padding:21px 25px 25px;}
|
|
@@ -220,35 +219,21 @@
|
|
|
220
219
|
.XydComponents-Component-writer-GuideCard__GuideBodyMd{font-size:16px;}
|
|
221
220
|
.XydComponents-Component-writer-GuideCard__GuidePointer{opacity:0;transform:translate(-4px);display:flex;justify-content:center;transition:opacity .15s ease-in-out,transform .15s ease-in-out;}
|
|
222
221
|
.XydComponents-Component-writer-GuideCard__GuideListHost{display:grid;grid-template-columns:1fr 1fr;justify-content:center;gap:24px;}
|
|
223
|
-
.XydComponents-Component-writer-
|
|
224
|
-
.XydComponents-Component-writer-
|
|
225
|
-
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsItem{white-space:nowrap;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;}
|
|
226
|
-
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsItemActive{color:#000;font-weight:bold;}
|
|
222
|
+
.XydComponents-Component-writer-Hr__HrHost{border-color:rgb(229 229 229 / 0.7);}
|
|
223
|
+
.XydComponents-Component-writer-Blockquote__BlockquoteHost{color:rgb(55 65 81 / 1);font-style:italic;border-color:rgb(209 213 219 / 1);margin:0;}
|
|
227
224
|
.XydComponents-Component-writer-Callout__CalloutHost{display:inline-flex;align-items:center;position:relative;width:100%;min-width:275px;padding:8px 12px;border-radius:8px;text-align:center;border:1px solid #ececf1;}
|
|
228
225
|
.XydComponents-Component-writer-Callout__CalloutNeutral{background-color:#f7f7f8;border-color:#ececf1;}
|
|
229
226
|
.XydComponents-Component-writer-Callout__CalloutIcon{display:inline-flex;margin-right:14px;flex:0 0 auto;align-self:flex-start;color:#6e6e80;font-size:20px;margin-top:2px;}
|
|
230
227
|
.XydComponents-Component-writer-Callout__CalloutMessage{color:#353740;text-align:left;flex:1 1 auto;}
|
|
231
228
|
.XydComponents-Component-writer-Callout__CalloutMessageBody{font-size:14px;line-height:20px;}
|
|
232
|
-
.XydComponents-Component-writer-
|
|
233
|
-
.XydComponents-Component-writer-
|
|
234
|
-
.XydComponents-Component-writer-
|
|
235
|
-
.XydComponents-Component-writer-
|
|
236
|
-
.XydComponents-Component-writer-
|
|
237
|
-
.XydComponents-Component-writer-
|
|
238
|
-
.XydComponents-Component-writer-
|
|
239
|
-
.XydComponents-Component-writer-
|
|
240
|
-
.XydComponents-Component-writer-Heading__HeadingH1 code{font-size:30px;}
|
|
241
|
-
.XydComponents-Component-writer-Heading__HeadingH2{font-size:30px;}
|
|
242
|
-
.XydComponents-Component-writer-Heading__HeadingH2 code{font-size:24px;}
|
|
243
|
-
.XydComponents-Component-writer-Heading__HeadingH3{font-size:26px;}
|
|
244
|
-
.XydComponents-Component-writer-Heading__HeadingH3 code{font-size:22px;}
|
|
245
|
-
.XydComponents-Component-writer-Heading__HeadingH4{font-size:22px;}
|
|
246
|
-
.XydComponents-Component-writer-Heading__HeadingH4 code{font-size:18px;}
|
|
247
|
-
.XydComponents-Component-writer-Heading__HeadingH5{font-size:18px;}
|
|
248
|
-
.XydComponents-Component-writer-Heading__HeadingH5 code{font-size:14px;}
|
|
249
|
-
.XydComponents-Component-writer-Heading__HeadingH6{font-size:16px;}
|
|
250
|
-
.XydComponents-Component-writer-Heading__HeadingH6 code{font-size:12px;}
|
|
251
|
-
.XydComponents-Component-writer-Heading__HeadingLink{position:absolute;top:50%;right:0;margin-top:-6px;opacity:0;color:#7051d4;transition:opacity .15s ease;}
|
|
229
|
+
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsHost{display:flex;overflow:hidden;margin-top:0.375rem;gap:0.25rem;align-items:center;font-size:0.875rem;line-height:1.25rem;color:#6B7280;}
|
|
230
|
+
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsIcon{shrink:0;width:0.875rem;}
|
|
231
|
+
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsItem{white-space:nowrap;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;}
|
|
232
|
+
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsItemActive{color:#000;font-weight:bold;}
|
|
233
|
+
.XydComponents-Component-writer-Table__TableHost{display:block;overflow-x:scroll;border-collapse:collapse;border-radius:3px;}
|
|
234
|
+
.XydComponents-Component-writer-Table__TableTh{padding:0.5rem 1rem;margin:0;font-weight:600;border-width:1px;border-color:#D1D5DB;background:rgba(234, 238, 242, 0.5);}
|
|
235
|
+
.XydComponents-Component-writer-Table__TableTr{padding:0;margin:0;border-top-width:1px;border-color:#D1D5DB;}
|
|
236
|
+
.XydComponents-Component-writer-Table__TableTd{padding:0.5rem 1rem;margin:0;border-width:1px;border-color:#D1D5DB;}
|
|
252
237
|
.XydComponents-Component-writer-Details__DetailsHost{border-top:1px solid #ececf1;}
|
|
253
238
|
.XydComponents-Component-writer-Details__DetailsHost[open] summary svg[data-icon="true"]{transform:rotate(90deg);}
|
|
254
239
|
.XydComponents-Component-writer-Details__DetailsHostSecondary{background-color:#f7f7f8;border:1px solid #ececf1;border-radius:8px;}
|
|
@@ -266,19 +251,25 @@
|
|
|
266
251
|
.XydComponents-Component-writer-Details__DetailsContent{padding:0 24px 20px;}
|
|
267
252
|
.XydComponents-Component-writer-Details__DetailsContentSecondary code{background:white;}
|
|
268
253
|
.XydComponents-Component-writer-Details__DetailsContentTertiary{background:white;padding-top:20px;}
|
|
269
|
-
.XydComponents-Component-writer-
|
|
270
|
-
.XydComponents-Component-writer-
|
|
271
|
-
.XydComponents-Component-writer-
|
|
272
|
-
.XydComponents-Component-writer-
|
|
273
|
-
.XydComponents-Component-writer-
|
|
274
|
-
.XydComponents-Component-writer-
|
|
275
|
-
.XydComponents-Component-writer-
|
|
276
|
-
.XydComponents-Component-writer-
|
|
277
|
-
.XydComponents-Component-writer-
|
|
254
|
+
.XydComponents-Component-writer-Heading__HeadingHost{line-height:40px;font-weight:600;position:relative;display:inline-block;margin:0;padding:0 24px 0 0;scroll-snap-margin-top:30px;scroll-margin-top:30px;cursor:pointer;}
|
|
255
|
+
.XydComponents-Component-writer-Heading__HeadingHost:hover svg{opacity:1;}
|
|
256
|
+
.XydComponents-Component-writer-Heading__HeadingH1{font-size:36px;}
|
|
257
|
+
.XydComponents-Component-writer-Heading__HeadingH1 code{font-size:30px;}
|
|
258
|
+
.XydComponents-Component-writer-Heading__HeadingH2{font-size:30px;}
|
|
259
|
+
.XydComponents-Component-writer-Heading__HeadingH2 code{font-size:24px;}
|
|
260
|
+
.XydComponents-Component-writer-Heading__HeadingH3{font-size:26px;}
|
|
261
|
+
.XydComponents-Component-writer-Heading__HeadingH3 code{font-size:22px;}
|
|
262
|
+
.XydComponents-Component-writer-Heading__HeadingH4{font-size:22px;}
|
|
263
|
+
.XydComponents-Component-writer-Heading__HeadingH4 code{font-size:18px;}
|
|
264
|
+
.XydComponents-Component-writer-Heading__HeadingH5{font-size:18px;}
|
|
265
|
+
.XydComponents-Component-writer-Heading__HeadingH5 code{font-size:14px;}
|
|
266
|
+
.XydComponents-Component-writer-Heading__HeadingH6{font-size:16px;}
|
|
267
|
+
.XydComponents-Component-writer-Heading__HeadingH6 code{font-size:12px;}
|
|
268
|
+
.XydComponents-Component-writer-Heading__HeadingLink{position:absolute;top:50%;right:0;margin-top:-6px;opacity:0;color:#7051d4;transition:opacity .15s ease;}
|
|
269
|
+
.XydComponents-Component-writer-Code__CodeHost{display:inline-block;padding:0 .3em;border-radius:6px;margin:0 3px;border:.5px solid #ececf1;font-size:14px;font-weight:500;line-height:1.6em;background:linear-gradient(45deg, #f7f7f8 0%, rgba(247, 247, 248, 1) 100%);}
|
|
278
270
|
.XydComponents-Component-writer-Steps__StepsHost{padding-left:0;list-style:none;counter-reset:ordered-listitem;display:flex;flex-direction:column;gap:6px;}
|
|
279
271
|
.XydComponents-Component-writer-Steps__StepsLi{padding-left:32px;position:relative;line-height:1.5;}
|
|
280
272
|
.XydComponents-Component-writer-Steps__StepsLi::after{position:absolute;top:0;left:0;counter-increment:ordered-listitem;content:counter(ordered-listitem);background:#ececf1;color:#353740;font-size:12px;line-height:24px;font-weight:500;text-align:center;height:24px;width:24px;border-radius:12px;}
|
|
281
|
-
.XydComponents-Component-writer-Hr__HrHost{border-color:rgb(229 229 229 / 0.7);}
|
|
282
273
|
.XydComponents-Component-writer-Table__Host{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
|
|
283
274
|
.XydComponents-Component-writer-Table__Table{display:table;width:100%;min-width:640px;border-collapse:separate;border-spacing:0;border:1px solid #ECECF1;border-radius:8px;font-size:0.875rem;line-height:1.25rem;margin-top:1rem;overflow:hidden;}
|
|
284
275
|
.XydComponents-Component-writer-Table__Thead{background:#F7F7F8;}
|
|
@@ -297,6 +288,15 @@
|
|
|
297
288
|
.XydComponents-Component-writer-Table__CellContent{flex:1;text-align:right;}
|
|
298
289
|
.XydComponents-Component-writer-Table__ModelCell{display:flex;align-items:center;gap:0.5rem;white-space:nowrap;color:#202123;}
|
|
299
290
|
@media (max-width: 768px){.XydComponents-Component-writer-Table__ModelCell{font-size:0.8125rem;}}
|
|
291
|
+
.XydComponents-Component-writer-Pre__PreHost{margin-top:0;border-radius:6px;padding:16px;border:0;background-color:rgb(246, 248, 250);overflow:auto;}
|
|
292
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavHost{align-items:center;display:flex;height:42px;background-color:#fff;border-bottom:1px solid hsl(212, 15%, calc(96% - 12% * 1));z-index:99;}
|
|
293
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavUl{display:flex;gap:10px;height:100%;color:hsl(212, 15%, calc(96% - 12% * 4));list-style:none;padding:0;white-space:nowrap;}
|
|
294
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavItem{height:100%;}
|
|
295
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavItem[data-state="active"] a{border-bottom-color:rgb(112, 81, 212);}
|
|
296
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavItemLink{display:inline-flex;border-bottom:3px solid transparent;-webkit-text-decoration:none;text-decoration:none;height:100%;padding:10px;}
|
|
297
|
+
.XydComponents-Component-writer-NavLinks-NavLinks_styles_ts__NavLinksHost{display:flex;padding-top:2rem;margin-top:2rem;margin-bottom:2rem;justify-content:space-between;align-items:center;border-top-width:1px;border-color:#d7d7d7;}
|
|
298
|
+
.XydComponents-Component-writer-NavLinks-NavLinks_styles_ts__NavLinksLink{display:flex;gap:8px;align-items:center;font-size:16px;line-height:1.5;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;max-width:50%;}
|
|
299
|
+
.XydComponents-Component-writer-NavLinks-NavLinks_styles_ts__NavLinksIcon{display:inline;height:1.25rem;flex-shrink:0;}
|
|
300
300
|
.XydComponents-Component-writer-Tabs__TabsSampleHost{position:relative;max-width:100%;}
|
|
301
301
|
.XydComponents-Component-writer-Tabs__TabsSampleButtons{display:flex;align-items:center;}
|
|
302
302
|
.XydComponents-Component-writer-Tabs__TabsSampleContent{margin-top:16px;}
|
|
@@ -324,6 +324,25 @@
|
|
|
324
324
|
.XydComponents-Component-layouts__ArticleHost{display:flex;gap:30px;width:100%;align-items:flex-start;}
|
|
325
325
|
.XydComponents-Component-layouts__ArticleContent{flex:1 1 0;overflow:hidden;}
|
|
326
326
|
.XydComponents-Component-layouts__ArticleNav{position:sticky;top:30px;width:180px;margin-top:0;margin-left:50px;padding-left:16px;flex:none;}
|
|
327
|
+
.XydComponents-Component-coder-Code__MarkHost{display:flex;border-left-width:4px;border-color:transparent;margin:4px 0;}
|
|
328
|
+
.XydComponents-Component-coder-Code__MarkLine{flex:1 1 0%;}
|
|
329
|
+
.XydComponents-Component-coder-Code__MarkAnnotated{border-color:#60A5FA;background-color:#EEF2FF;}
|
|
330
|
+
.XydComponents-Component-coder-Code__LineNumberHost{margin:0 12px 0px 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0.5;}
|
|
331
|
+
.XydComponents-Component-coder-Code__CodeHost{max-height:400px;background:linear-gradient(45deg, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 100%)!important;margin:0;padding:8px 16px;border-top:1px solid rgb(236, 236, 241);border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-size:12px;line-height:20px;white-space:pre-wrap;word-break:break-all;overflow-y:scroll;}
|
|
332
|
+
.XydComponents-Component-coder-Code__CodeHostFull{max-height:100%;}
|
|
333
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsHost{overflow:hidden;min-width:0;border:1px solid rgb(236, 236, 241);border-radius:16px;}
|
|
334
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsPreSingle{border:none!important;}
|
|
335
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesHost{display:flex;flex:1 1 0%;background:linear-gradient(45deg, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 100%)!important;border-top-right-radius:10px;border-top-left-radius:10px;border-bottom:0px;min-width:0;}
|
|
336
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesHostSingle{height:0;}
|
|
337
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesList{display:flex;flex-grow:1;justify-content:end;gap:8px;padding:0 10px;}
|
|
338
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesButton{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:6px;font-size:14px;color:rgb(53, 55, 64);}
|
|
339
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesButton[data-state="active"]{color:rgb(112, 81, 212);border-bottom:1px solid rgb(112, 81, 212);border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
|
|
340
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesButton:hover{transition:ease-in 0.1s;background:#e3e3eb;}
|
|
341
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesDescription{display:flex;align-items:center;gap:4px;font-size:14px;color:rgb(53, 55, 64);margin-left:4px;margin-right:4px;}
|
|
342
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesDescriptionItem{display:flex;padding-left:16px;padding-right:16px;flex:1 1 0%;gap:16px;border-radius:4px;}
|
|
343
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesCopy{display:flex;padding-left:8px;padding-right:8px;align-items:center;}
|
|
344
|
+
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesCopySingle{top:17px;position:relative;right:5px;}
|
|
345
|
+
.XydComponents-Component-content-Content__ContentHost{display:flex;flex-direction:column;gap:24px;font-size:16px;line-height:1.5;}
|
|
327
346
|
:root {--xyd-navbar-height:50px;--xyd-global-page-gutter:8px;--xyd-sidebar-width:250px;}
|
|
328
347
|
.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryHost{width:100%;overflow-x:hidden;background:#fff;}
|
|
329
348
|
.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryHeader{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0px;right:8px;left:8px;height:50px;z-index:20;background:#fff;}
|
|
@@ -372,27 +391,10 @@
|
|
|
372
391
|
.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryArticleNav{flex:none;width:256px;position:sticky;top:0;height:-moz-fit-content;height:fit-content;max-height:100vh;overflow-y:auto;padding-right:24px;padding-top:12px;}
|
|
373
392
|
@media (max-width: 1024px){.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryArticleNav{width:200px;padding-right:16px;}}
|
|
374
393
|
@media (max-width: 768px){.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryArticleNav{width:100%;position:static;max-height:none;padding-right:0;}}
|
|
375
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsHost{overflow:hidden;min-width:0;border:1px solid rgb(236, 236, 241);border-radius:16px;}
|
|
376
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsPreSingle{border:none!important;}
|
|
377
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesHost{display:flex;flex:1 1 0%;background:linear-gradient(45deg, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 100%)!important;border-top-right-radius:10px;border-top-left-radius:10px;border-bottom:0px;min-width:0;}
|
|
378
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesHostSingle{height:0;}
|
|
379
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesList{display:flex;flex-grow:1;justify-content:end;gap:8px;padding:0 10px;}
|
|
380
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesButton{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:6px;font-size:14px;color:rgb(53, 55, 64);}
|
|
381
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesButton[data-state="active"]{color:rgb(112, 81, 212);border-bottom:1px solid rgb(112, 81, 212);border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
|
|
382
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesButton:hover{transition:ease-in 0.1s;background:#e3e3eb;}
|
|
383
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesDescription{display:flex;align-items:center;gap:4px;font-size:14px;color:rgb(53, 55, 64);margin-left:4px;margin-right:4px;}
|
|
384
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesDescriptionItem{display:flex;padding-left:16px;padding-right:16px;flex:1 1 0%;gap:16px;border-radius:4px;}
|
|
385
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesCopy{display:flex;padding-left:8px;padding-right:8px;align-items:center;}
|
|
386
|
-
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesCopySingle{top:17px;position:relative;right:5px;}
|
|
387
|
-
.XydComponents-Component-coder-Code__MarkHost{display:flex;border-left-width:4px;border-color:transparent;margin:4px 0;}
|
|
388
|
-
.XydComponents-Component-coder-Code__MarkLine{flex:1 1 0%;}
|
|
389
|
-
.XydComponents-Component-coder-Code__MarkAnnotated{border-color:#60A5FA;background-color:#EEF2FF;}
|
|
390
|
-
.XydComponents-Component-coder-Code__LineNumberHost{margin:0 12px 0px 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0.5;}
|
|
391
|
-
.XydComponents-Component-coder-Code__CodeHost{max-height:400px;background:linear-gradient(45deg, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 100%)!important;margin:0;padding:8px 16px;border-top:1px solid rgb(236, 236, 241);border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-size:12px;line-height:20px;white-space:pre-wrap;word-break:break-all;overflow-y:scroll;}
|
|
392
|
-
.XydComponents-Component-coder-Code__CodeHostFull{max-height:100%;}
|
|
393
394
|
.XydComponents-Component-content-Anchor__AnchorHost{color:#7051d4;}
|
|
394
|
-
.XydComponents-Component-content-Content__ContentHost{display:flex;flex-direction:column;gap:24px;font-size:16px;line-height:1.5;}
|
|
395
395
|
.XydComponents-Component-content-Subtitle-Subtitle_styles_ts__Host{margin-top:-18px;font-size:18px;color:#6e6e80;font-weight:300;}
|
|
396
|
+
.XydComponents-Component-coder-CodeCopy__CodeCopyHost{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:6px;}
|
|
397
|
+
.XydComponents-Component-coder-CodeCopy__CodeCopyHost:hover{transition:ease-in 0.1s;background:#e3e3eb;}
|
|
396
398
|
.XydComponents-Component-ui-Loader__LoaderHost{display:inline-flex;align-items:center;justify-content:center;}
|
|
397
399
|
.XydComponents-Component-ui-Loader__LoaderDots{display:flex;gap:4px;}
|
|
398
400
|
.XydComponents-Component-ui-Loader__LoaderDot{width:8px;height:8px;background-color:currentColor;border-radius:50%;animation:pulse-XydComponents-Component-ui-Loader__LoaderDot 1.4s infinite ease-in-out;opacity:0.6;}
|
|
@@ -401,6 +403,4 @@
|
|
|
401
403
|
@keyframes pulse-XydComponents-Component-ui-Loader__LoaderDot{0%,80%,100%{transform:scale(0.6);opacity:0.4;}40%{transform:scale(1);opacity:1;}}
|
|
402
404
|
.XydComponents-Component-ui-Loader__LoaderSmall .XydComponents-Component-ui-Loader__LoaderDot{width:6px;height:6px;}
|
|
403
405
|
.XydComponents-Component-ui-Loader__LoaderLarge .XydComponents-Component-ui-Loader__LoaderDot{width:12px;height:12px;}
|
|
404
|
-
.XydComponents-Component-coder-CodeCopy__CodeCopyHost{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:6px;}
|
|
405
|
-
.XydComponents-Component-coder-CodeCopy__CodeCopyHost:hover{transition:ease-in 0.1s;background:#e3e3eb;}
|
|
406
406
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyd-js/themes",
|
|
3
|
-
"version": "0.1.1-xyd.
|
|
3
|
+
"version": "0.1.1-xyd.2",
|
|
4
4
|
"description": "xyd themes API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"react": "^19.0.0",
|
|
17
17
|
"react-dom": "^19.0.0",
|
|
18
|
-
"@xyd-js/atlas": "0.1.0-xyd.
|
|
19
|
-
"@xyd-js/
|
|
20
|
-
"@xyd-js/ui": "0.1.0-xyd.
|
|
21
|
-
"@xyd-js/
|
|
18
|
+
"@xyd-js/atlas": "0.1.0-xyd.15",
|
|
19
|
+
"@xyd-js/framework": "0.1.0-xyd.30",
|
|
20
|
+
"@xyd-js/ui": "0.1.0-xyd.15",
|
|
21
|
+
"@xyd-js/components": "0.1.0-xyd.10"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"postcss": "^8.4.47",
|