@zendeskgarden/react-chrome 9.1.2 → 9.3.0
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/dist/esm/elements/nav/Nav.js +1 -1
- package/dist/esm/elements/sheet/Sheet.js +2 -3
- package/dist/esm/styled/StyledChrome.js +1 -1
- package/dist/esm/styled/StyledSkipNav.js +1 -1
- package/dist/esm/styled/StyledSkipNavIcon.js +1 -1
- package/dist/esm/styled/body/StyledBody.js +1 -1
- package/dist/esm/styled/body/StyledContent.js +1 -1
- package/dist/esm/styled/body/StyledMain.js +1 -1
- package/dist/esm/styled/footer/StyledFooter.js +1 -1
- package/dist/esm/styled/footer/StyledFooterItem.js +1 -1
- package/dist/esm/styled/header/StyledBaseHeaderItem.js +1 -1
- package/dist/esm/styled/header/StyledHeader.js +1 -1
- package/dist/esm/styled/header/StyledHeaderItem.js +1 -1
- package/dist/esm/styled/header/StyledHeaderItemIcon.js +1 -1
- package/dist/esm/styled/header/StyledHeaderItemText.js +1 -1
- package/dist/esm/styled/header/StyledHeaderItemWrapper.js +1 -1
- package/dist/esm/styled/header/StyledLogoHeaderItem.js +1 -1
- package/dist/esm/styled/nav/StyledBaseNavItem.js +1 -1
- package/dist/esm/styled/nav/StyledBrandmarkNavItem.js +1 -1
- package/dist/esm/styled/nav/StyledLogoNavItem.js +1 -1
- package/dist/esm/styled/nav/StyledNav.js +1 -1
- package/dist/esm/styled/nav/StyledNavButton.js +1 -1
- package/dist/esm/styled/nav/StyledNavItemIcon.js +1 -1
- package/dist/esm/styled/nav/StyledNavItemText.js +1 -1
- package/dist/esm/styled/nav/StyledNavList.js +1 -1
- package/dist/esm/styled/nav/StyledNavListItem.js +1 -1
- package/dist/esm/styled/sheet/StyledSheet.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetBody.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetClose.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetDescription.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetFooter.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetFooterItem.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetHeader.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetTitle.js +1 -1
- package/dist/esm/styled/sheet/StyledSheetWrapper.js +1 -1
- package/dist/index.cjs.js +36 -37
- package/dist/typings/styled/StyledChrome.d.ts +3 -4
- package/dist/typings/styled/StyledSkipNav.d.ts +3 -5
- package/dist/typings/styled/StyledSkipNavIcon.d.ts +1 -5
- package/dist/typings/styled/body/StyledBody.d.ts +3 -4
- package/dist/typings/styled/body/StyledContent.d.ts +3 -5
- package/dist/typings/styled/body/StyledMain.d.ts +3 -4
- package/dist/typings/styled/footer/StyledFooter.d.ts +3 -5
- package/dist/typings/styled/footer/StyledFooterItem.d.ts +3 -4
- package/dist/typings/styled/header/StyledBaseHeaderItem.d.ts +3 -5
- package/dist/typings/styled/header/StyledHeader.d.ts +3 -2
- package/dist/typings/styled/header/StyledHeaderItem.d.ts +5 -5
- package/dist/typings/styled/header/StyledHeaderItemIcon.d.ts +2 -5
- package/dist/typings/styled/header/StyledHeaderItemText.d.ts +3 -1
- package/dist/typings/styled/header/StyledHeaderItemWrapper.d.ts +5 -5
- package/dist/typings/styled/header/StyledLogoHeaderItem.d.ts +5 -9
- package/dist/typings/styled/nav/StyledBaseNavItem.d.ts +3 -5
- package/dist/typings/styled/nav/StyledBrandmarkNavItem.d.ts +5 -4
- package/dist/typings/styled/nav/StyledLogoNavItem.d.ts +5 -5
- package/dist/typings/styled/nav/StyledNav.d.ts +3 -2
- package/dist/typings/styled/nav/StyledNavButton.d.ts +5 -6
- package/dist/typings/styled/nav/StyledNavItemIcon.d.ts +2 -5
- package/dist/typings/styled/nav/StyledNavItemText.d.ts +3 -2
- package/dist/typings/styled/nav/StyledNavList.d.ts +3 -4
- package/dist/typings/styled/nav/StyledNavListItem.d.ts +3 -4
- package/dist/typings/styled/sheet/StyledSheet.d.ts +3 -5
- package/dist/typings/styled/sheet/StyledSheetBody.d.ts +3 -4
- package/dist/typings/styled/sheet/StyledSheetClose.d.ts +5 -5
- package/dist/typings/styled/sheet/StyledSheetDescription.d.ts +3 -4
- package/dist/typings/styled/sheet/StyledSheetFooter.d.ts +3 -5
- package/dist/typings/styled/sheet/StyledSheetFooterItem.d.ts +3 -4
- package/dist/typings/styled/sheet/StyledSheetHeader.d.ts +3 -5
- package/dist/typings/styled/sheet/StyledSheetTitle.d.ts +3 -4
- package/dist/typings/styled/sheet/StyledSheetWrapper.d.ts +3 -5
- package/dist/typings/types/index.d.ts +2 -0
- package/package.json +6 -5
package/dist/index.cjs.js
CHANGED
|
@@ -12,7 +12,7 @@ var styled = require('styled-components');
|
|
|
12
12
|
var reactTheming = require('@zendeskgarden/react-theming');
|
|
13
13
|
var polished = require('polished');
|
|
14
14
|
var reactButtons = require('@zendeskgarden/react-buttons');
|
|
15
|
-
var
|
|
15
|
+
var containerUtilities = require('@zendeskgarden/container-utilities');
|
|
16
16
|
var reactMergeRefs = require('react-merge-refs');
|
|
17
17
|
var activeElement = require('dom-helpers/activeElement');
|
|
18
18
|
|
|
@@ -47,7 +47,7 @@ const PRODUCTS = ['chat', 'explore', 'guide', 'support', 'talk'];
|
|
|
47
47
|
const COMPONENT_ID$w = 'chrome.chrome';
|
|
48
48
|
const StyledChrome = styled__default.default.div.attrs({
|
|
49
49
|
'data-garden-id': COMPONENT_ID$w,
|
|
50
|
-
'data-garden-version': '9.
|
|
50
|
+
'data-garden-version': '9.3.0'
|
|
51
51
|
}).withConfig({
|
|
52
52
|
displayName: "StyledChrome",
|
|
53
53
|
componentId: "sc-1uqm6u6-0"
|
|
@@ -110,7 +110,7 @@ const sizeStyles$g = _ref2 => {
|
|
|
110
110
|
};
|
|
111
111
|
const StyledSkipNav = styled__default.default.a.attrs({
|
|
112
112
|
'data-garden-id': COMPONENT_ID$v,
|
|
113
|
-
'data-garden-version': '9.
|
|
113
|
+
'data-garden-version': '9.3.0'
|
|
114
114
|
}).withConfig({
|
|
115
115
|
displayName: "StyledSkipNav",
|
|
116
116
|
componentId: "sc-1tsro34-0"
|
|
@@ -143,7 +143,7 @@ const sizeStyles$f = _ref => {
|
|
|
143
143
|
};
|
|
144
144
|
const StyledSkipNavIcon = styled__default.default(SvgLinkStroke).attrs({
|
|
145
145
|
'data-garden-id': COMPONENT_ID$u,
|
|
146
|
-
'data-garden-version': '9.
|
|
146
|
+
'data-garden-version': '9.3.0'
|
|
147
147
|
}).withConfig({
|
|
148
148
|
displayName: "StyledSkipNavIcon",
|
|
149
149
|
componentId: "sc-1ika5z4-0"
|
|
@@ -155,7 +155,7 @@ const StyledSkipNavIcon = styled__default.default(SvgLinkStroke).attrs({
|
|
|
155
155
|
const COMPONENT_ID$t = 'chrome.body';
|
|
156
156
|
const StyledBody = styled__default.default.div.attrs({
|
|
157
157
|
'data-garden-id': COMPONENT_ID$t,
|
|
158
|
-
'data-garden-version': '9.
|
|
158
|
+
'data-garden-version': '9.3.0'
|
|
159
159
|
}).withConfig({
|
|
160
160
|
displayName: "StyledBody",
|
|
161
161
|
componentId: "sc-c7h9kv-0"
|
|
@@ -177,7 +177,7 @@ const sizeStyles$e = _ref => {
|
|
|
177
177
|
};
|
|
178
178
|
const StyledContent = styled__default.default.div.attrs({
|
|
179
179
|
'data-garden-id': COMPONENT_ID$s,
|
|
180
|
-
'data-garden-version': '9.
|
|
180
|
+
'data-garden-version': '9.3.0'
|
|
181
181
|
}).withConfig({
|
|
182
182
|
displayName: "StyledContent",
|
|
183
183
|
componentId: "sc-qcuzxn-0"
|
|
@@ -189,7 +189,7 @@ const StyledContent = styled__default.default.div.attrs({
|
|
|
189
189
|
const COMPONENT_ID$r = 'chrome.main';
|
|
190
190
|
const StyledMain = styled__default.default.main.attrs({
|
|
191
191
|
'data-garden-id': COMPONENT_ID$r,
|
|
192
|
-
'data-garden-version': '9.
|
|
192
|
+
'data-garden-version': '9.3.0'
|
|
193
193
|
}).withConfig({
|
|
194
194
|
displayName: "StyledMain",
|
|
195
195
|
componentId: "sc-t61cre-0"
|
|
@@ -224,7 +224,7 @@ const sizeStyles$d = _ref2 => {
|
|
|
224
224
|
};
|
|
225
225
|
const StyledFooter = styled__default.default.footer.attrs({
|
|
226
226
|
'data-garden-id': COMPONENT_ID$q,
|
|
227
|
-
'data-garden-version': '9.
|
|
227
|
+
'data-garden-version': '9.3.0'
|
|
228
228
|
}).withConfig({
|
|
229
229
|
displayName: "StyledFooter",
|
|
230
230
|
componentId: "sc-v7lib2-0"
|
|
@@ -233,7 +233,7 @@ const StyledFooter = styled__default.default.footer.attrs({
|
|
|
233
233
|
const COMPONENT_ID$p = 'chrome.footer_item';
|
|
234
234
|
const StyledFooterItem = styled__default.default.div.attrs({
|
|
235
235
|
'data-garden-id': COMPONENT_ID$p,
|
|
236
|
-
'data-garden-version': '9.
|
|
236
|
+
'data-garden-version': '9.3.0'
|
|
237
237
|
}).withConfig({
|
|
238
238
|
displayName: "StyledFooterItem",
|
|
239
239
|
componentId: "sc-1cktm85-0"
|
|
@@ -250,7 +250,7 @@ const sizeStyles$c = _ref => {
|
|
|
250
250
|
};
|
|
251
251
|
const StyledHeaderItemIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
252
252
|
'data-garden-id': COMPONENT_ID$o,
|
|
253
|
-
'data-garden-version': '9.
|
|
253
|
+
'data-garden-version': '9.3.0'
|
|
254
254
|
}).withConfig({
|
|
255
255
|
displayName: "StyledHeaderItemIcon",
|
|
256
256
|
componentId: "sc-1jhhp6z-0"
|
|
@@ -280,7 +280,7 @@ const sizeStyles$b = _ref => {
|
|
|
280
280
|
};
|
|
281
281
|
const StyledBaseHeaderItem = styled__default.default.button.attrs({
|
|
282
282
|
'data-garden-id': COMPONENT_ID$n,
|
|
283
|
-
'data-garden-version': '9.
|
|
283
|
+
'data-garden-version': '9.3.0'
|
|
284
284
|
}).withConfig({
|
|
285
285
|
displayName: "StyledBaseHeaderItem",
|
|
286
286
|
componentId: "sc-1qua7h6-0"
|
|
@@ -289,7 +289,7 @@ const StyledBaseHeaderItem = styled__default.default.button.attrs({
|
|
|
289
289
|
const COMPONENT_ID$m = 'chrome.header_item_text';
|
|
290
290
|
const StyledHeaderItemText = styled__default.default.span.attrs({
|
|
291
291
|
'data-garden-id': COMPONENT_ID$m,
|
|
292
|
-
'data-garden-version': '9.
|
|
292
|
+
'data-garden-version': '9.3.0'
|
|
293
293
|
}).withConfig({
|
|
294
294
|
displayName: "StyledHeaderItemText",
|
|
295
295
|
componentId: "sc-goz7la-0"
|
|
@@ -325,7 +325,7 @@ const sizeStyles$a = _ref2 => {
|
|
|
325
325
|
};
|
|
326
326
|
const StyledLogoHeaderItem = styled__default.default(StyledBaseHeaderItem).attrs({
|
|
327
327
|
'data-garden-id': COMPONENT_ID$l,
|
|
328
|
-
'data-garden-version': '9.
|
|
328
|
+
'data-garden-version': '9.3.0',
|
|
329
329
|
as: 'div'
|
|
330
330
|
}).withConfig({
|
|
331
331
|
displayName: "StyledLogoHeaderItem",
|
|
@@ -369,7 +369,7 @@ const sizeStyles$9 = _ref2 => {
|
|
|
369
369
|
};
|
|
370
370
|
const StyledHeader = styled__default.default.header.attrs({
|
|
371
371
|
'data-garden-id': COMPONENT_ID$k,
|
|
372
|
-
'data-garden-version': '9.
|
|
372
|
+
'data-garden-version': '9.3.0'
|
|
373
373
|
}).withConfig({
|
|
374
374
|
displayName: "StyledHeader",
|
|
375
375
|
componentId: "sc-1cexpz-0"
|
|
@@ -420,7 +420,7 @@ const sizeStyles$8 = _ref2 => {
|
|
|
420
420
|
};
|
|
421
421
|
const StyledHeaderItem = styled__default.default(StyledBaseHeaderItem).attrs({
|
|
422
422
|
'data-garden-id': COMPONENT_ID$j,
|
|
423
|
-
'data-garden-version': '9.
|
|
423
|
+
'data-garden-version': '9.3.0'
|
|
424
424
|
}).withConfig({
|
|
425
425
|
displayName: "StyledHeaderItem",
|
|
426
426
|
componentId: "sc-14sft6n-0"
|
|
@@ -429,7 +429,7 @@ const StyledHeaderItem = styled__default.default(StyledBaseHeaderItem).attrs({
|
|
|
429
429
|
const COMPONENT_ID$i = 'chrome.header_item_wrapper';
|
|
430
430
|
const StyledHeaderItemWrapper = styled__default.default(StyledBaseHeaderItem).attrs({
|
|
431
431
|
'data-garden-id': COMPONENT_ID$i,
|
|
432
|
-
'data-garden-version': '9.
|
|
432
|
+
'data-garden-version': '9.3.0',
|
|
433
433
|
as: 'div'
|
|
434
434
|
}).withConfig({
|
|
435
435
|
displayName: "StyledHeaderItemWrapper",
|
|
@@ -470,7 +470,7 @@ const sizeStyles$7 = _ref2 => {
|
|
|
470
470
|
};
|
|
471
471
|
const StyledNav = styled__default.default.nav.attrs({
|
|
472
472
|
'data-garden-id': COMPONENT_ID$h,
|
|
473
|
-
'data-garden-version': '9.
|
|
473
|
+
'data-garden-version': '9.3.0'
|
|
474
474
|
}).withConfig({
|
|
475
475
|
displayName: "StyledNav",
|
|
476
476
|
componentId: "sc-6j462r-0"
|
|
@@ -479,7 +479,7 @@ const StyledNav = styled__default.default.nav.attrs({
|
|
|
479
479
|
const COMPONENT_ID$g = 'chrome.nav_list';
|
|
480
480
|
const StyledNavList = styled__default.default.ul.attrs({
|
|
481
481
|
'data-garden-id': COMPONENT_ID$g,
|
|
482
|
-
'data-garden-version': '9.
|
|
482
|
+
'data-garden-version': '9.3.0'
|
|
483
483
|
}).withConfig({
|
|
484
484
|
displayName: "StyledNavList",
|
|
485
485
|
componentId: "sc-1s0nkfb-0"
|
|
@@ -488,7 +488,7 @@ const StyledNavList = styled__default.default.ul.attrs({
|
|
|
488
488
|
const COMPONENT_ID$f = 'chrome.nav_list_item';
|
|
489
489
|
const StyledNavListItem = styled__default.default.li.attrs({
|
|
490
490
|
'data-garden-id': COMPONENT_ID$f,
|
|
491
|
-
'data-garden-version': '9.
|
|
491
|
+
'data-garden-version': '9.3.0'
|
|
492
492
|
}).withConfig({
|
|
493
493
|
displayName: "StyledNavListItem",
|
|
494
494
|
componentId: "sc-18cj2v7-0"
|
|
@@ -506,7 +506,7 @@ const sizeStyles$6 = _ref => {
|
|
|
506
506
|
};
|
|
507
507
|
const StyledBaseNavItem = styled__default.default.div.attrs({
|
|
508
508
|
'data-garden-id': COMPONENT_ID$e,
|
|
509
|
-
'data-garden-version': '9.
|
|
509
|
+
'data-garden-version': '9.3.0'
|
|
510
510
|
}).withConfig({
|
|
511
511
|
displayName: "StyledBaseNavItem",
|
|
512
512
|
componentId: "sc-zvo43f-0"
|
|
@@ -528,7 +528,7 @@ const colorStyles$4 = _ref => {
|
|
|
528
528
|
};
|
|
529
529
|
const StyledLogoNavItem = styled__default.default(StyledBaseNavItem).attrs({
|
|
530
530
|
'data-garden-id': COMPONENT_ID$d,
|
|
531
|
-
'data-garden-version': '9.
|
|
531
|
+
'data-garden-version': '9.3.0'
|
|
532
532
|
}).withConfig({
|
|
533
533
|
displayName: "StyledLogoNavItem",
|
|
534
534
|
componentId: "sc-saaydx-0"
|
|
@@ -537,7 +537,7 @@ const StyledLogoNavItem = styled__default.default(StyledBaseNavItem).attrs({
|
|
|
537
537
|
const COMPONENT_ID$c = 'chrome.brandmark_nav_list_item';
|
|
538
538
|
const StyledBrandmarkNavItem = styled__default.default(StyledBaseNavItem).attrs({
|
|
539
539
|
'data-garden-id': COMPONENT_ID$c,
|
|
540
|
-
'data-garden-version': '9.
|
|
540
|
+
'data-garden-version': '9.3.0'
|
|
541
541
|
}).withConfig({
|
|
542
542
|
displayName: "StyledBrandmarkNavItem",
|
|
543
543
|
componentId: "sc-8kynd4-0"
|
|
@@ -553,7 +553,7 @@ const sizeStyles$5 = _ref => {
|
|
|
553
553
|
};
|
|
554
554
|
const StyledNavItemIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
555
555
|
'data-garden-id': COMPONENT_ID$b,
|
|
556
|
-
'data-garden-version': '9.
|
|
556
|
+
'data-garden-version': '9.3.0'
|
|
557
557
|
}).withConfig({
|
|
558
558
|
displayName: "StyledNavItemIcon",
|
|
559
559
|
componentId: "sc-7w9rpt-0"
|
|
@@ -629,7 +629,7 @@ const sizeStyles$4 = _ref2 => {
|
|
|
629
629
|
};
|
|
630
630
|
const StyledNavButton = styled__default.default(StyledBaseNavItem).attrs({
|
|
631
631
|
'data-garden-id': COMPONENT_ID$a,
|
|
632
|
-
'data-garden-version': '9.
|
|
632
|
+
'data-garden-version': '9.3.0',
|
|
633
633
|
as: 'button'
|
|
634
634
|
}).withConfig({
|
|
635
635
|
displayName: "StyledNavButton",
|
|
@@ -653,7 +653,7 @@ const sizeStyles$3 = _ref => {
|
|
|
653
653
|
};
|
|
654
654
|
const StyledNavItemText = styled__default.default.span.attrs({
|
|
655
655
|
'data-garden-id': COMPONENT_ID$9,
|
|
656
|
-
'data-garden-version': '9.
|
|
656
|
+
'data-garden-version': '9.3.0'
|
|
657
657
|
}).withConfig({
|
|
658
658
|
displayName: "StyledNavItemText",
|
|
659
659
|
componentId: "sc-13m84xl-0"
|
|
@@ -696,7 +696,7 @@ const sizeStyles$2 = _ref2 => {
|
|
|
696
696
|
};
|
|
697
697
|
const StyledSheet = styled__default.default.aside.attrs({
|
|
698
698
|
'data-garden-id': COMPONENT_ID$8,
|
|
699
|
-
'data-garden-version': '9.
|
|
699
|
+
'data-garden-version': '9.3.0'
|
|
700
700
|
}).withConfig({
|
|
701
701
|
displayName: "StyledSheet",
|
|
702
702
|
componentId: "sc-dx8ijk-0"
|
|
@@ -723,7 +723,7 @@ const transformStyles = _ref => {
|
|
|
723
723
|
};
|
|
724
724
|
const StyledSheetWrapper = styled__default.default.div.attrs({
|
|
725
725
|
'data-garden-id': COMPONENT_ID$7,
|
|
726
|
-
'data-garden-version': '9.
|
|
726
|
+
'data-garden-version': '9.3.0'
|
|
727
727
|
}).withConfig({
|
|
728
728
|
displayName: "StyledSheetWrapper",
|
|
729
729
|
componentId: "sc-f6x9zb-0"
|
|
@@ -732,7 +732,7 @@ const StyledSheetWrapper = styled__default.default.div.attrs({
|
|
|
732
732
|
const COMPONENT_ID$6 = 'chrome.sheet_title';
|
|
733
733
|
const StyledSheetTitle = styled__default.default.div.attrs({
|
|
734
734
|
'data-garden-id': COMPONENT_ID$6,
|
|
735
|
-
'data-garden-version': '9.
|
|
735
|
+
'data-garden-version': '9.3.0'
|
|
736
736
|
}).withConfig({
|
|
737
737
|
displayName: "StyledSheetTitle",
|
|
738
738
|
componentId: "sc-1gogk75-0"
|
|
@@ -744,7 +744,7 @@ const StyledSheetTitle = styled__default.default.div.attrs({
|
|
|
744
744
|
const COMPONENT_ID$5 = 'chrome.sheet_description';
|
|
745
745
|
const StyledSheetDescription = styled__default.default.div.attrs({
|
|
746
746
|
'data-garden-id': COMPONENT_ID$5,
|
|
747
|
-
'data-garden-version': '9.
|
|
747
|
+
'data-garden-version': '9.3.0'
|
|
748
748
|
}).withConfig({
|
|
749
749
|
displayName: "StyledSheetDescription",
|
|
750
750
|
componentId: "sc-1puglb6-0"
|
|
@@ -756,7 +756,7 @@ const StyledSheetDescription = styled__default.default.div.attrs({
|
|
|
756
756
|
const COMPONENT_ID$4 = 'chrome.sheet_body';
|
|
757
757
|
const StyledSheetBody = styled__default.default.div.attrs({
|
|
758
758
|
'data-garden-id': COMPONENT_ID$4,
|
|
759
|
-
'data-garden-version': '9.
|
|
759
|
+
'data-garden-version': '9.3.0'
|
|
760
760
|
}).withConfig({
|
|
761
761
|
displayName: "StyledSheetBody",
|
|
762
762
|
componentId: "sc-bt4eoj-0"
|
|
@@ -773,7 +773,7 @@ const positionStyles = _ref => {
|
|
|
773
773
|
};
|
|
774
774
|
const StyledSheetClose = styled__default.default(reactButtons.IconButton).attrs({
|
|
775
775
|
'data-garden-id': COMPONENT_ID$3,
|
|
776
|
-
'data-garden-version': '9.
|
|
776
|
+
'data-garden-version': '9.3.0'
|
|
777
777
|
}).withConfig({
|
|
778
778
|
displayName: "StyledSheetClose",
|
|
779
779
|
componentId: "sc-1ab02oq-0"
|
|
@@ -801,7 +801,7 @@ const sizeStyles$1 = _ref2 => {
|
|
|
801
801
|
};
|
|
802
802
|
const StyledSheetFooter = styled__default.default.footer.attrs({
|
|
803
803
|
'data-garden-id': COMPONENT_ID$2,
|
|
804
|
-
'data-garden-version': '9.
|
|
804
|
+
'data-garden-version': '9.3.0'
|
|
805
805
|
}).withConfig({
|
|
806
806
|
displayName: "StyledSheetFooter",
|
|
807
807
|
componentId: "sc-2cktos-0"
|
|
@@ -810,7 +810,7 @@ const StyledSheetFooter = styled__default.default.footer.attrs({
|
|
|
810
810
|
const COMPONENT_ID$1 = 'chrome.sheet_footer_item';
|
|
811
811
|
const StyledSheetFooterItem = styled__default.default.div.attrs({
|
|
812
812
|
'data-garden-id': COMPONENT_ID$1,
|
|
813
|
-
'data-garden-version': '9.
|
|
813
|
+
'data-garden-version': '9.3.0'
|
|
814
814
|
}).withConfig({
|
|
815
815
|
displayName: "StyledSheetFooterItem",
|
|
816
816
|
componentId: "sc-r9ixh-0"
|
|
@@ -842,7 +842,7 @@ const sizeStyles = _ref2 => {
|
|
|
842
842
|
};
|
|
843
843
|
const StyledSheetHeader = styled__default.default.header.attrs({
|
|
844
844
|
'data-garden-id': COMPONENT_ID,
|
|
845
|
-
'data-garden-version': '9.
|
|
845
|
+
'data-garden-version': '9.3.0'
|
|
846
846
|
}).withConfig({
|
|
847
847
|
displayName: "StyledSheetHeader",
|
|
848
848
|
componentId: "sc-o2ry8i-0"
|
|
@@ -1183,7 +1183,7 @@ const NavComponent = React__namespace.default.forwardRef((_ref, ref) => {
|
|
|
1183
1183
|
const navContextValue = React.useMemo(() => ({
|
|
1184
1184
|
isExpanded: !!isExpanded
|
|
1185
1185
|
}), [isExpanded]);
|
|
1186
|
-
return React__namespace.default.createElement(
|
|
1186
|
+
return React__namespace.default.createElement(reactTheming.ThemeProvider, {
|
|
1187
1187
|
theme: parentTheme => ({
|
|
1188
1188
|
...parentTheme,
|
|
1189
1189
|
colors: {
|
|
@@ -1356,9 +1356,8 @@ const SheetComponent = React__namespace.default.forwardRef((_ref, ref) => {
|
|
|
1356
1356
|
...props
|
|
1357
1357
|
} = _ref;
|
|
1358
1358
|
const sheetRef = React.useRef(null);
|
|
1359
|
-
const seed = reactUid.useUIDSeed();
|
|
1360
1359
|
const [isCloseButtonPresent, setIsCloseButtonPresent] = React.useState(false);
|
|
1361
|
-
const idPrefix =
|
|
1360
|
+
const idPrefix = containerUtilities.useId(id);
|
|
1362
1361
|
const titleId = `${idPrefix}--title`;
|
|
1363
1362
|
const descriptionId = `${idPrefix}--description`;
|
|
1364
1363
|
const sheetContext = React.useMemo(() => ({
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* 1. Prevent "bounce" overscroll.
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledChrome: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledChrome: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, never>> & string;
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledSkipNavProps {
|
|
9
8
|
$zIndex?: number;
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledSkipNav: import("styled-components").
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & IStyledSkipNavProps, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledSkipNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLAnchorElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLAnchorElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledSkipNavProps>> & string;
|
|
15
13
|
export {};
|
|
@@ -4,8 +4,4 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
export declare const StyledSkipNavIcon: import("styled-components").StyledComponent<any, DefaultTheme, object & {
|
|
9
|
-
'data-garden-id': string;
|
|
10
|
-
'data-garden-version': string;
|
|
11
|
-
}, string | number | symbol>;
|
|
7
|
+
export declare const StyledSkipNavIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<any, never>, never>> & (string | (string & Omit<any, keyof import("react").Component<any, {}, any>>));
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledBody: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledContentProps {
|
|
9
8
|
$hasFooter?: boolean;
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledContent: import("styled-components").
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & IStyledContentProps, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledContentProps>> & string;
|
|
15
13
|
export {};
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledMain: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledMain: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
'data-garden-version': string;
|
|
11
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledFooter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* Accepts all `<div>` props
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledFooterItem: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledFooterItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, never>> & string;
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
export interface IStyledBaseHeaderItemProps {
|
|
9
8
|
$maxX?: boolean;
|
|
10
9
|
$maxY?: boolean;
|
|
11
10
|
$isRound?: boolean;
|
|
12
11
|
}
|
|
13
|
-
export declare const StyledBaseHeaderItem: import("styled-components").
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} & IStyledBaseHeaderItemProps, "data-garden-id" | "data-garden-version">;
|
|
12
|
+
export declare const StyledBaseHeaderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
14
|
+
}>, never>, IStyledBaseHeaderItemProps>> & string;
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
export interface IStyledHeaderProps {
|
|
9
8
|
$isStandalone?: boolean;
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledHeader: import("styled-components").
|
|
10
|
+
export declare const StyledHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
12
|
+
}>, IStyledHeaderProps>, IStyledHeaderProps>> & string;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
import { IStyledBaseHeaderItemProps } from './StyledBaseHeaderItem';
|
|
9
|
-
export declare const StyledHeaderItem: import("styled-components").
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
export declare const StyledHeaderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
10
|
+
}, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledBaseHeaderItemProps>> & string;
|
|
@@ -4,8 +4,5 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import {
|
|
8
|
-
export declare const StyledHeaderItemIcon: import("styled-components").
|
|
9
|
-
'data-garden-id': string;
|
|
10
|
-
'data-garden-version': string;
|
|
11
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
import { DataAttributes } from 'styled-components';
|
|
8
|
+
export declare const StyledHeaderItemIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("@zendeskgarden/react-theming").IStyledBaseIconProps, never>, import("styled-components").FastOmit<import("@zendeskgarden/react-theming").IStyledBaseIconProps, never>>, DataAttributes>, never>> & string;
|
|
@@ -7,4 +7,6 @@
|
|
|
7
7
|
export interface IStyledHeaderItemTextProps {
|
|
8
8
|
$isClipped?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const StyledHeaderItemText: import("styled-components").
|
|
10
|
+
export declare const StyledHeaderItemText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
12
|
+
}>, IStyledHeaderItemTextProps>, IStyledHeaderItemTextProps>> & string;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledHeaderItemWrapper: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
7
|
+
export declare const StyledHeaderItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
+
}>, never>, never>> & string;
|
|
@@ -4,16 +4,12 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
import { Product } from '../../types';
|
|
9
8
|
export interface IStyledLogoHeaderItemProps {
|
|
10
9
|
$product?: Product;
|
|
11
10
|
}
|
|
12
|
-
export declare const StyledLogoHeaderItem: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
'data-garden-version': string;
|
|
18
|
-
as: string;
|
|
19
|
-
} & IStyledLogoHeaderItemProps, "as" | "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledLogoHeaderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
+
}>, never>, keyof import("./StyledBaseHeaderItem").IStyledBaseHeaderItemProps> & import("./StyledBaseHeaderItem").IStyledBaseHeaderItemProps, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
15
|
+
}>, never>, IStyledLogoHeaderItemProps>> & string;
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
'data-garden-version': string;
|
|
11
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledBaseNavItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledBrandmarkNavItem: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
export declare const StyledBrandmarkNavItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
9
|
+
}, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
11
|
+
}>, never>, never>> & string;
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
import { Product } from '../../types';
|
|
9
8
|
export interface IStyledLogoNavItemProps {
|
|
10
9
|
$hue: string;
|
|
11
10
|
$product?: Product;
|
|
12
11
|
}
|
|
13
|
-
export declare const StyledLogoNavItem: import("styled-components").
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
export declare const StyledLogoNavItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
14
|
+
}, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
15
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
16
|
+
}>, never>, IStyledLogoNavItemProps>> & string;
|
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledNavProps {
|
|
9
8
|
$hue: string;
|
|
10
9
|
$isExpanded?: boolean;
|
|
11
10
|
}
|
|
12
|
-
export declare const StyledNav: import("styled-components").
|
|
11
|
+
export declare const StyledNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
13
|
+
}>, IStyledNavProps>, IStyledNavProps>> & string;
|
|
13
14
|
export {};
|