@xyd-js/themes 0.1.1-xyd.2 → 0.1.1-xyd.3
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 +11 -0
- package/dist/index.css +68 -68
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @xyd-js/themes
|
|
2
2
|
|
|
3
|
+
## 0.1.1-xyd.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- version
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @xyd-js/atlas@0.1.0-xyd.16
|
|
10
|
+
- @xyd-js/components@0.1.0-xyd.11
|
|
11
|
+
- @xyd-js/framework@0.1.0-xyd.32
|
|
12
|
+
- @xyd-js/ui@0.1.0-xyd.16
|
|
13
|
+
|
|
3
14
|
## 0.1.1-xyd.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -166,12 +166,13 @@
|
|
|
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
169
|
.XydComponents-Component-pages-HomePage__HomePageCardsHost{display:grid;grid-template-columns:repeat(2, 500px);justify-content:center;gap:30px;}
|
|
173
170
|
@media (max-width: 1200px){.XydComponents-Component-pages-HomePage__HomePageCardsHost{grid-template-columns:repeat(2, 1fr);}}
|
|
174
171
|
@media (max-width: 768px){.XydComponents-Component-pages-HomePage__HomePageCardsHost{grid-template-columns:1fr;}}
|
|
172
|
+
.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;}
|
|
173
|
+
.XydComponents-Component-brand-Button__ButtonHost:hover{background:#e3e3e6;}
|
|
174
|
+
.XydComponents-Component-brand-Button__ButtonHostSecondary{color:#fff;background-color:rgb(112, 81, 212);}
|
|
175
|
+
.XydComponents-Component-brand-Button__ButtonHostSecondary:hover{background-color:rgb(95, 59, 211);}
|
|
175
176
|
.XydComponents-Component-brand-CTABanner__CTABannerHost{padding:20px;}
|
|
176
177
|
.XydComponents-Component-brand-CTABanner__CTABannerContainer{display:flex;align-items:center;justify-content:center;gap:80px;}
|
|
177
178
|
.XydComponents-Component-brand-CTABanner__CTABannerHero{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;}
|
|
@@ -188,21 +189,27 @@
|
|
|
188
189
|
.XydComponents-Component-brand-CTABanner__CTABannerHeadingTitle{font-size:76px;font-weight:900;text-align:center;letter-spacing:3px;margin:0;}
|
|
189
190
|
.XydComponents-Component-brand-CTABanner__CTABannerHeadingSubtitle{color:#3c3c43;font-size:46px;font-weight:600;text-align:center;}
|
|
190
191
|
.XydComponents-Component-brand-CTABanner__CTABannerButtonGroupHost{display:flex;align-items:center;justify-content:center;gap:10px;}
|
|
191
|
-
.XydComponents-Component-brand-
|
|
192
|
-
.XydComponents-Component-brand-
|
|
193
|
-
.XydComponents-Component-brand-
|
|
194
|
-
.XydComponents-Component-brand-Button__ButtonHostSecondary:hover{background-color:rgb(95, 59, 211);}
|
|
195
|
-
.XydComponents-Component-writer-Badge__BadgeHost{display:inline-flex;align-items:center;line-height:1rem;font-style:normal;font-weight:500;letter-spacing:normal;white-space:nowrap;text-transform:none;}
|
|
196
|
-
.XydComponents-Component-writer-Badge__BadgeHostWarning{color:#434e4e;background-color:#ffffe1;}
|
|
197
|
-
.XydComponents-Component-writer-Badge__BadgeHostInfo{color:#fff;background-color:#1971a8;}
|
|
198
|
-
.XydComponents-Component-writer-Badge__BadgeHostSm{font-size:12px;height:18px;padding:0 6px;gap:3px;border-radius:6px;}
|
|
199
|
-
.XydComponents-Component-writer-Badge__BadgeItem{position:relative;}
|
|
192
|
+
.XydComponents-Component-brand-Footer__FooterHost{position:relative;border-top:1px solid #f0f0f0;padding:32px;background-color:#fff;}
|
|
193
|
+
.XydComponents-Component-brand-Footer__FooterContainer{margin:0 auto;max-width:1200px;text-align:center;}
|
|
194
|
+
.XydComponents-Component-brand-Footer__FooterTextContainer{line-height:24px;font-size:14px;font-weight:500;color:rgba(60, 60, 67, .78);}
|
|
200
195
|
.XydComponents-Component-views-HomeView__HomeViewHost{display:flex;flex-direction:column;min-height:100vh;}
|
|
201
196
|
.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
197
|
.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
198
|
.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:80px;}
|
|
204
199
|
@media (max-width: 1200px){.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:100%;padding:0 20px;}}
|
|
205
200
|
@media (max-width: 768px){.XydComponents-Component-views-HomeView__HomeViewBodyContent{width:100%;padding:0 10px;}}
|
|
201
|
+
.XydComponents-Component-writer-Blockquote__BlockquoteHost{color:rgb(55 65 81 / 1);font-style:italic;border-color:rgb(209 213 219 / 1);margin:0;}
|
|
202
|
+
.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;}
|
|
203
|
+
.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;}
|
|
204
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavItem{height:100%;}
|
|
205
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavItem[data-state="active"] a{border-bottom-color:rgb(112, 81, 212);}
|
|
206
|
+
.XydComponents-Component-writer-UnderlineNav__UnderlineNavItemLink{display:inline-flex;border-bottom:3px solid transparent;-webkit-text-decoration:none;text-decoration:none;height:100%;padding:10px;}
|
|
207
|
+
.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;}
|
|
208
|
+
.XydComponents-Component-writer-Callout__CalloutNeutral{background-color:#f7f7f8;border-color:#ececf1;}
|
|
209
|
+
.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;}
|
|
210
|
+
.XydComponents-Component-writer-Callout__CalloutMessage{color:#353740;text-align:left;flex:1 1 auto;}
|
|
211
|
+
.XydComponents-Component-writer-Callout__CalloutMessageBody{font-size:14px;line-height:20px;}
|
|
212
|
+
.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%);}
|
|
206
213
|
.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;}
|
|
207
214
|
.XydComponents-Component-writer-GuideCard__GuideHostSecondary:hover{background:#FFF;}
|
|
208
215
|
.XydComponents-Component-writer-GuideCard__GuideHostSecondaryMd{padding:21px 25px 25px;}
|
|
@@ -219,21 +226,26 @@
|
|
|
219
226
|
.XydComponents-Component-writer-GuideCard__GuideBodyMd{font-size:16px;}
|
|
220
227
|
.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;}
|
|
221
228
|
.XydComponents-Component-writer-GuideCard__GuideListHost{display:grid;grid-template-columns:1fr 1fr;justify-content:center;gap:24px;}
|
|
222
|
-
.XydComponents-Component-writer-
|
|
223
|
-
.XydComponents-Component-writer-
|
|
224
|
-
.XydComponents-Component-writer-
|
|
225
|
-
.XydComponents-Component-writer-
|
|
226
|
-
.XydComponents-Component-writer-
|
|
227
|
-
.XydComponents-Component-writer-
|
|
228
|
-
.XydComponents-Component-writer-
|
|
229
|
-
.XydComponents-Component-writer-
|
|
230
|
-
.XydComponents-Component-writer-
|
|
231
|
-
.XydComponents-Component-writer-
|
|
232
|
-
.XydComponents-Component-writer-
|
|
233
|
-
.XydComponents-Component-writer-
|
|
234
|
-
.XydComponents-Component-writer-
|
|
235
|
-
.XydComponents-Component-writer-
|
|
236
|
-
.XydComponents-Component-writer-
|
|
229
|
+
.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;}
|
|
230
|
+
.XydComponents-Component-writer-Heading__HeadingHost:hover svg{opacity:1;}
|
|
231
|
+
.XydComponents-Component-writer-Heading__HeadingH1{font-size:36px;}
|
|
232
|
+
.XydComponents-Component-writer-Heading__HeadingH1 code{font-size:30px;}
|
|
233
|
+
.XydComponents-Component-writer-Heading__HeadingH2{font-size:30px;}
|
|
234
|
+
.XydComponents-Component-writer-Heading__HeadingH2 code{font-size:24px;}
|
|
235
|
+
.XydComponents-Component-writer-Heading__HeadingH3{font-size:26px;}
|
|
236
|
+
.XydComponents-Component-writer-Heading__HeadingH3 code{font-size:22px;}
|
|
237
|
+
.XydComponents-Component-writer-Heading__HeadingH4{font-size:22px;}
|
|
238
|
+
.XydComponents-Component-writer-Heading__HeadingH4 code{font-size:18px;}
|
|
239
|
+
.XydComponents-Component-writer-Heading__HeadingH5{font-size:18px;}
|
|
240
|
+
.XydComponents-Component-writer-Heading__HeadingH5 code{font-size:14px;}
|
|
241
|
+
.XydComponents-Component-writer-Heading__HeadingH6{font-size:16px;}
|
|
242
|
+
.XydComponents-Component-writer-Heading__HeadingH6 code{font-size:12px;}
|
|
243
|
+
.XydComponents-Component-writer-Heading__HeadingLink{position:absolute;top:50%;right:0;margin-top:-6px;opacity:0;color:#7051d4;transition:opacity .15s ease;}
|
|
244
|
+
.XydComponents-Component-writer-Badge__BadgeHost{display:inline-flex;align-items:center;line-height:1rem;font-style:normal;font-weight:500;letter-spacing:normal;white-space:nowrap;text-transform:none;}
|
|
245
|
+
.XydComponents-Component-writer-Badge__BadgeHostWarning{color:#434e4e;background-color:#ffffe1;}
|
|
246
|
+
.XydComponents-Component-writer-Badge__BadgeHostInfo{color:#fff;background-color:#1971a8;}
|
|
247
|
+
.XydComponents-Component-writer-Badge__BadgeHostSm{font-size:12px;height:18px;padding:0 6px;gap:3px;border-radius:6px;}
|
|
248
|
+
.XydComponents-Component-writer-Badge__BadgeItem{position:relative;}
|
|
237
249
|
.XydComponents-Component-writer-Details__DetailsHost{border-top:1px solid #ececf1;}
|
|
238
250
|
.XydComponents-Component-writer-Details__DetailsHost[open] summary svg[data-icon="true"]{transform:rotate(90deg);}
|
|
239
251
|
.XydComponents-Component-writer-Details__DetailsHostSecondary{background-color:#f7f7f8;border:1px solid #ececf1;border-radius:8px;}
|
|
@@ -251,25 +263,19 @@
|
|
|
251
263
|
.XydComponents-Component-writer-Details__DetailsContent{padding:0 24px 20px;}
|
|
252
264
|
.XydComponents-Component-writer-Details__DetailsContentSecondary code{background:white;}
|
|
253
265
|
.XydComponents-Component-writer-Details__DetailsContentTertiary{background:white;padding-top:20px;}
|
|
254
|
-
.XydComponents-Component-writer-
|
|
255
|
-
.XydComponents-Component-writer-
|
|
256
|
-
.XydComponents-Component-writer-
|
|
257
|
-
.XydComponents-Component-writer-
|
|
258
|
-
.XydComponents-Component-writer-
|
|
259
|
-
.XydComponents-Component-writer-
|
|
260
|
-
.XydComponents-Component-writer-
|
|
261
|
-
.XydComponents-Component-writer-
|
|
262
|
-
.XydComponents-Component-writer-
|
|
263
|
-
.XydComponents-Component-writer-
|
|
264
|
-
.XydComponents-Component-writer-
|
|
265
|
-
.XydComponents-Component-writer-
|
|
266
|
-
.XydComponents-Component-writer-
|
|
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%);}
|
|
270
|
-
.XydComponents-Component-writer-Steps__StepsHost{padding-left:0;list-style:none;counter-reset:ordered-listitem;display:flex;flex-direction:column;gap:6px;}
|
|
271
|
-
.XydComponents-Component-writer-Steps__StepsLi{padding-left:32px;position:relative;line-height:1.5;}
|
|
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;}
|
|
266
|
+
.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;}
|
|
267
|
+
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsIcon{shrink:0;width:0.875rem;}
|
|
268
|
+
.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;}
|
|
269
|
+
.XydComponents-Component-writer-Breadcrumbs-Breadcrumbs_styles_ts__BreadcrumbsItemActive{color:#000;font-weight:bold;}
|
|
270
|
+
.XydComponents-Component-writer-Hr__HrHost{border-color:rgb(229 229 229 / 0.7);}
|
|
271
|
+
.XydComponents-Component-writer-Table__TableHost{display:block;overflow-x:scroll;border-collapse:collapse;border-radius:3px;}
|
|
272
|
+
.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);}
|
|
273
|
+
.XydComponents-Component-writer-Table__TableTr{padding:0;margin:0;border-top-width:1px;border-color:#D1D5DB;}
|
|
274
|
+
.XydComponents-Component-writer-Table__TableTd{padding:0.5rem 1rem;margin:0;border-width:1px;border-color:#D1D5DB;}
|
|
275
|
+
.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;}
|
|
276
|
+
.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%;}
|
|
277
|
+
.XydComponents-Component-writer-NavLinks-NavLinks_styles_ts__NavLinksIcon{display:inline;height:1.25rem;flex-shrink:0;}
|
|
278
|
+
.XydComponents-Component-writer-Pre__PreHost{margin-top:0;border-radius:6px;padding:16px;border:0;background-color:rgb(246, 248, 250);overflow:auto;}
|
|
273
279
|
.XydComponents-Component-writer-Table__Host{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
|
|
274
280
|
.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;}
|
|
275
281
|
.XydComponents-Component-writer-Table__Thead{background:#F7F7F8;}
|
|
@@ -288,15 +294,6 @@
|
|
|
288
294
|
.XydComponents-Component-writer-Table__CellContent{flex:1;text-align:right;}
|
|
289
295
|
.XydComponents-Component-writer-Table__ModelCell{display:flex;align-items:center;gap:0.5rem;white-space:nowrap;color:#202123;}
|
|
290
296
|
@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
297
|
.XydComponents-Component-writer-Tabs__TabsSampleHost{position:relative;max-width:100%;}
|
|
301
298
|
.XydComponents-Component-writer-Tabs__TabsSampleButtons{display:flex;align-items:center;}
|
|
302
299
|
.XydComponents-Component-writer-Tabs__TabsSampleContent{margin-top:16px;}
|
|
@@ -308,6 +305,9 @@
|
|
|
308
305
|
.XydComponents-Component-writer-Tabs__TabsButtonHost:hover{color:#111827;}
|
|
309
306
|
.XydComponents-Component-writer-Tabs__TabsButtonHost[data-state="active"]{color:#111827;background-color:#ffffff;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);}
|
|
310
307
|
.XydComponents-Component-writer-Tabs__TabsButtonActive{color:#111827;background-color:#ffffff;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);}
|
|
308
|
+
.XydComponents-Component-writer-Steps__StepsHost{padding-left:0;list-style:none;counter-reset:ordered-listitem;display:flex;flex-direction:column;gap:6px;}
|
|
309
|
+
.XydComponents-Component-writer-Steps__StepsLi{padding-left:32px;position:relative;line-height:1.5;}
|
|
310
|
+
.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;}
|
|
311
311
|
:root {--xyd-navbar-height:40px;--xyd-global-page-gutter:8px;}
|
|
312
312
|
.XydComponents-Component-layouts__LayoutHost{width:100%;}
|
|
313
313
|
.XydComponents-Component-layouts__LayoutHeader{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0px;right:8px;left:8px;height:40px;}
|
|
@@ -324,12 +324,15 @@
|
|
|
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-content-Subtitle-Subtitle_styles_ts__Host{margin-top:-18px;font-size:18px;color:#6e6e80;font-weight:300;}
|
|
328
|
+
.XydComponents-Component-content-Anchor__AnchorHost{color:#7051d4;}
|
|
327
329
|
.XydComponents-Component-coder-Code__MarkHost{display:flex;border-left-width:4px;border-color:transparent;margin:4px 0;}
|
|
328
330
|
.XydComponents-Component-coder-Code__MarkLine{flex:1 1 0%;}
|
|
329
331
|
.XydComponents-Component-coder-Code__MarkAnnotated{border-color:#60A5FA;background-color:#EEF2FF;}
|
|
330
332
|
.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
333
|
.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
334
|
.XydComponents-Component-coder-Code__CodeHostFull{max-height:100%;}
|
|
335
|
+
.XydComponents-Component-content-Content__ContentHost{display:flex;flex-direction:column;gap:24px;font-size:16px;line-height:1.5;}
|
|
333
336
|
.XydComponents-Component-coder-CodeTabs__CodeTabsHost{overflow:hidden;min-width:0;border:1px solid rgb(236, 236, 241);border-radius:16px;}
|
|
334
337
|
.XydComponents-Component-coder-CodeTabs__CodeTabsPreSingle{border:none!important;}
|
|
335
338
|
.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;}
|
|
@@ -342,7 +345,16 @@
|
|
|
342
345
|
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesDescriptionItem{display:flex;padding-left:16px;padding-right:16px;flex:1 1 0%;gap:16px;border-radius:4px;}
|
|
343
346
|
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesCopy{display:flex;padding-left:8px;padding-right:8px;align-items:center;}
|
|
344
347
|
.XydComponents-Component-coder-CodeTabs__CodeTabsLanguagesCopySingle{top:17px;position:relative;right:5px;}
|
|
345
|
-
.XydComponents-Component-
|
|
348
|
+
.XydComponents-Component-ui-Loader__LoaderHost{display:inline-flex;align-items:center;justify-content:center;}
|
|
349
|
+
.XydComponents-Component-ui-Loader__LoaderDots{display:flex;gap:4px;}
|
|
350
|
+
.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;}
|
|
351
|
+
.XydComponents-Component-ui-Loader__LoaderDot:nth-of-type(2){animation-delay:0.2s;}
|
|
352
|
+
.XydComponents-Component-ui-Loader__LoaderDot:nth-of-type(3){animation-delay:0.4s;}
|
|
353
|
+
@keyframes pulse-XydComponents-Component-ui-Loader__LoaderDot{0%,80%,100%{transform:scale(0.6);opacity:0.4;}40%{transform:scale(1);opacity:1;}}
|
|
354
|
+
.XydComponents-Component-ui-Loader__LoaderSmall .XydComponents-Component-ui-Loader__LoaderDot{width:6px;height:6px;}
|
|
355
|
+
.XydComponents-Component-ui-Loader__LoaderLarge .XydComponents-Component-ui-Loader__LoaderDot{width:12px;height:12px;}
|
|
356
|
+
.XydComponents-Component-coder-CodeCopy__CodeCopyHost{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:6px;}
|
|
357
|
+
.XydComponents-Component-coder-CodeCopy__CodeCopyHost:hover{transition:ease-in 0.1s;background:#e3e3eb;}
|
|
346
358
|
:root {--xyd-navbar-height:50px;--xyd-global-page-gutter:8px;--xyd-sidebar-width:250px;}
|
|
347
359
|
.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryHost{width:100%;overflow-x:hidden;background:#fff;}
|
|
348
360
|
.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;}
|
|
@@ -391,16 +403,4 @@
|
|
|
391
403
|
.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;}
|
|
392
404
|
@media (max-width: 1024px){.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryArticleNav{width:200px;padding-right:16px;}}
|
|
393
405
|
@media (max-width: 768px){.XydComponents-Component-layouts-LayoutPrimary__LayoutPrimaryArticleNav{width:100%;position:static;max-height:none;padding-right:0;}}
|
|
394
|
-
.XydComponents-Component-content-Anchor__AnchorHost{color:#7051d4;}
|
|
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;}
|
|
398
|
-
.XydComponents-Component-ui-Loader__LoaderHost{display:inline-flex;align-items:center;justify-content:center;}
|
|
399
|
-
.XydComponents-Component-ui-Loader__LoaderDots{display:flex;gap:4px;}
|
|
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
|
-
.XydComponents-Component-ui-Loader__LoaderDot:nth-of-type(2){animation-delay:0.2s;}
|
|
402
|
-
.XydComponents-Component-ui-Loader__LoaderDot:nth-of-type(3){animation-delay:0.4s;}
|
|
403
|
-
@keyframes pulse-XydComponents-Component-ui-Loader__LoaderDot{0%,80%,100%{transform:scale(0.6);opacity:0.4;}40%{transform:scale(1);opacity:1;}}
|
|
404
|
-
.XydComponents-Component-ui-Loader__LoaderSmall .XydComponents-Component-ui-Loader__LoaderDot{width:6px;height:6px;}
|
|
405
|
-
.XydComponents-Component-ui-Loader__LoaderLarge .XydComponents-Component-ui-Loader__LoaderDot{width:12px;height:12px;}
|
|
406
406
|
|
package/dist/index.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ declare abstract class BaseTheme extends BaseThemeSettings {
|
|
|
37
37
|
protected Content({ children }: {
|
|
38
38
|
children: React.ReactNode;
|
|
39
39
|
}): React.JSX.Element;
|
|
40
|
-
protected ContentNav(): string | number |
|
|
40
|
+
protected ContentNav(): string | number | true | Iterable<React.ReactNode> | React.JSX.Element;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
declare function withTheme<T extends BaseThemeSettings>(theme: BaseTheme): (props: ThemeProps<T>) => any;
|
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.3",
|
|
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/
|
|
21
|
-
"@xyd-js/
|
|
18
|
+
"@xyd-js/atlas": "0.1.0-xyd.16",
|
|
19
|
+
"@xyd-js/components": "0.1.0-xyd.11",
|
|
20
|
+
"@xyd-js/framework": "0.1.0-xyd.32",
|
|
21
|
+
"@xyd-js/ui": "0.1.0-xyd.16"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"postcss": "^8.4.47",
|