@telus-uds/theme-koodo 7.19.0 → 7.20.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/build/android/Button.json +4 -4
- package/build/android/Card.json +4 -0
- package/build/android/CheckboxCard.json +4 -0
- package/build/android/Listbox.json +62 -0
- package/build/android/RadioCard.json +4 -0
- package/build/android/Shortcuts.json +44 -0
- package/build/android/ShortcutsItem.json +77 -0
- package/build/android/schema.json +1436 -797
- package/build/android/theme.json +200 -5
- package/build/ios/Button.json +4 -4
- package/build/ios/Card.json +4 -0
- package/build/ios/CheckboxCard.json +4 -0
- package/build/ios/Listbox.json +62 -0
- package/build/ios/RadioCard.json +4 -0
- package/build/ios/Shortcuts.json +44 -0
- package/build/ios/ShortcutsItem.json +77 -0
- package/build/ios/schema.json +1436 -797
- package/build/ios/theme.json +200 -5
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +2 -2
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +5 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +5 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +39 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +5 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/Shortcuts.js +33 -0
- package/build/rn/ShortcutsItem.js +68 -0
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +1436 -797
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +133 -4
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +2 -2
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +5 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +5 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +39 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +5 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/Shortcuts.js +33 -0
- package/build/web/ShortcutsItem.js +68 -0
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +3 -1
- package/build/web/schema.json +1436 -797
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +133 -4
- package/package.json +4 -4
- package/theme.json +157 -1
package/build/web/IconButton.js
CHANGED
package/build/web/Image.js
CHANGED
package/build/web/InputLabel.js
CHANGED
package/build/web/Link.js
CHANGED
package/build/web/List.js
CHANGED
package/build/web/Listbox.js
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 12 Dec 2025 05:35:43 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import PaletteIconChevronDown from '@telus-uds/palette-koodo/build/rn/icons/ChevronDown'
|
|
9
|
+
import PaletteIconChevronLeft from '@telus-uds/palette-koodo/build/rn/icons/ChevronLeft'
|
|
10
|
+
import PaletteIconClose from '@telus-uds/palette-koodo/build/rn/icons/Close'
|
|
11
|
+
import PaletteIconChevronRight from '@telus-uds/palette-koodo/build/rn/icons/ChevronRight'
|
|
9
12
|
import PaletteIconChevronUp from '@telus-uds/palette-koodo/build/rn/icons/ChevronUp'
|
|
10
13
|
const theme = {
|
|
11
14
|
appearances: {
|
|
@@ -41,6 +44,7 @@ const theme = {
|
|
|
41
44
|
type: 'state',
|
|
42
45
|
values: [ true, false ]
|
|
43
46
|
},
|
|
47
|
+
secondLevel: { type: 'variant', values: [ true ] },
|
|
44
48
|
style: { type: 'variant', values: [ 'default', 'lightest', 'light' ] }
|
|
45
49
|
},
|
|
46
50
|
rules: [
|
|
@@ -156,9 +160,24 @@ const theme = {
|
|
|
156
160
|
itemFontName: 'StagSans',
|
|
157
161
|
itemFontWeight: '600'
|
|
158
162
|
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
if: { secondLevel: true },
|
|
166
|
+
tokens: {
|
|
167
|
+
groupIcon: PaletteIconChevronRight,
|
|
168
|
+
secondLevelParentIcon: PaletteIconChevronRight
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
if: { secondLevel: true },
|
|
173
|
+
tokens: {
|
|
174
|
+
groupIcon: PaletteIconChevronRight,
|
|
175
|
+
secondLevelParentIcon: PaletteIconChevronRight
|
|
176
|
+
}
|
|
159
177
|
}
|
|
160
178
|
],
|
|
161
179
|
tokens: {
|
|
180
|
+
borderRadius: 4,
|
|
162
181
|
containerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
163
182
|
groupBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
164
183
|
groupBorderBottomColor: 'rgba(0, 0, 0, 0)',
|
|
@@ -206,6 +225,25 @@ const theme = {
|
|
|
206
225
|
lineHeight: 1.5,
|
|
207
226
|
minHeight: '100%',
|
|
208
227
|
minWidth: '100%',
|
|
228
|
+
secondLevelBackIcon: PaletteIconChevronLeft,
|
|
229
|
+
secondLevelBackIconColor: '#000000',
|
|
230
|
+
secondLevelBackIconSize: 16,
|
|
231
|
+
secondLevelBackLinkColor: '#000000',
|
|
232
|
+
secondLevelBackLinkFontName: 'StagSans',
|
|
233
|
+
secondLevelBackLinkFontSize: 16,
|
|
234
|
+
secondLevelBackLinkFontWeight: '600',
|
|
235
|
+
secondLevelCloseButtonBorderWidth: 0,
|
|
236
|
+
secondLevelCloseButtonPadding: 8,
|
|
237
|
+
secondLevelCloseIcon: PaletteIconClose,
|
|
238
|
+
secondLevelCloseIconSize: 16,
|
|
239
|
+
secondLevelDividerColor: '#c9c8c8',
|
|
240
|
+
secondLevelDividerWidth: 1,
|
|
241
|
+
secondLevelHeaderBackgroundColor: '#ffffff',
|
|
242
|
+
secondLevelHeaderPaddingBottom: 4,
|
|
243
|
+
secondLevelHeaderPaddingLeft: 16,
|
|
244
|
+
secondLevelHeaderPaddingRight: 16,
|
|
245
|
+
secondLevelHeaderPaddingTop: 4,
|
|
246
|
+
secondLevelParentIcon: PaletteIconChevronRight,
|
|
209
247
|
shadow: {
|
|
210
248
|
blur: 2,
|
|
211
249
|
color: 'rgba(0, 0, 0, 0.2)',
|
package/build/web/Modal.js
CHANGED
package/build/web/OrderedList.js
CHANGED
package/build/web/Pagination.js
CHANGED
package/build/web/PreviewCard.js
CHANGED
package/build/web/PriceLockup.js
CHANGED
package/build/web/ProductCard.js
CHANGED
package/build/web/Progress.js
CHANGED
package/build/web/ProgressBar.js
CHANGED
package/build/web/QuickLinks.js
CHANGED
package/build/web/Radio.js
CHANGED
package/build/web/RadioCard.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 12 Dec 2025 05:35:43 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -142,6 +142,10 @@ const theme = {
|
|
|
142
142
|
fontWeight: '700',
|
|
143
143
|
letterSpacing: 0,
|
|
144
144
|
lineHeight: 1.4,
|
|
145
|
+
marginBottom: 0,
|
|
146
|
+
marginLeft: 0,
|
|
147
|
+
marginRight: 0,
|
|
148
|
+
marginTop: 0,
|
|
145
149
|
minWidth: 288,
|
|
146
150
|
outerBorderColor: 'transparent',
|
|
147
151
|
outerBorderGap: 0,
|
package/build/web/RadioGroup.js
CHANGED
package/build/web/Ribbon.js
CHANGED
package/build/web/Search.js
CHANGED
package/build/web/Select.js
CHANGED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Fri, 12 Dec 2025 05:35:43 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import PaletteIconArrowRight from '@telus-uds/palette-koodo/build/rn/icons/ArrowRight'
|
|
9
|
+
import PaletteIconArrowLeft from '@telus-uds/palette-koodo/build/rn/icons/ArrowLeft'
|
|
10
|
+
const theme = {
|
|
11
|
+
appearances: {
|
|
12
|
+
viewport: {
|
|
13
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
14
|
+
type: 'state',
|
|
15
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
rules: [
|
|
19
|
+
{ if: { viewport: 'md' }, tokens: { mainContainerGap: 16 } },
|
|
20
|
+
{ if: { viewport: 'lg' }, tokens: { mainContainerGap: 16 } },
|
|
21
|
+
{ if: { viewport: 'xl' }, tokens: { mainContainerGap: 16 } }
|
|
22
|
+
],
|
|
23
|
+
tokens: {
|
|
24
|
+
mainContainerBottomPadding: 0,
|
|
25
|
+
mainContainerGap: 8,
|
|
26
|
+
mainContainerLeftPadding: 16,
|
|
27
|
+
mainContainerRightPadding: 16,
|
|
28
|
+
mainContainerTopPadding: 0,
|
|
29
|
+
nextIcon: PaletteIconArrowRight,
|
|
30
|
+
previousIcon: PaletteIconArrowLeft
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export default theme
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Fri, 12 Dec 2025 05:35:43 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
focus: {
|
|
12
|
+
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
13
|
+
platforms: [ 'rn', 'web' ],
|
|
14
|
+
type: 'state',
|
|
15
|
+
values: [ true, false ]
|
|
16
|
+
},
|
|
17
|
+
hover: {
|
|
18
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
19
|
+
platforms: [ 'rn', 'web' ],
|
|
20
|
+
type: 'state',
|
|
21
|
+
values: [ true, false ]
|
|
22
|
+
},
|
|
23
|
+
pressed: {
|
|
24
|
+
description: 'Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.',
|
|
25
|
+
type: 'state',
|
|
26
|
+
values: [ true, false ]
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
rules: [
|
|
30
|
+
{
|
|
31
|
+
if: { hover: true },
|
|
32
|
+
tokens: { borderColor: '#000000', labelUnderline: 'underline' }
|
|
33
|
+
},
|
|
34
|
+
{ if: { focus: true }, tokens: { borderColor: '#000000' } },
|
|
35
|
+
{
|
|
36
|
+
if: { pressed: true },
|
|
37
|
+
tokens: { iconColor: '#666666', labelFontColor: '#666666' }
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
tokens: {
|
|
41
|
+
borderColor: 'transparent',
|
|
42
|
+
borderRadius: 4,
|
|
43
|
+
borderWidth: 1,
|
|
44
|
+
iconBackgroundColor: '#efefef',
|
|
45
|
+
iconColor: '#000000',
|
|
46
|
+
iconContainerPaddingBottom: 8,
|
|
47
|
+
iconContainerPaddingLeft: 8,
|
|
48
|
+
iconContainerPaddingRight: 8,
|
|
49
|
+
iconContainerPaddingTop: 8,
|
|
50
|
+
iconSize: 24,
|
|
51
|
+
iconWidth: 16,
|
|
52
|
+
imageHeight: 56,
|
|
53
|
+
imageWidth: 56,
|
|
54
|
+
labelContainerPaddingBottom: 0,
|
|
55
|
+
labelContainerPaddingLeft: 8,
|
|
56
|
+
labelContainerPaddingRight: 8,
|
|
57
|
+
labelContainerPaddingTop: 0,
|
|
58
|
+
labelFontColor: '#000000',
|
|
59
|
+
labelFontName: 'StagSans',
|
|
60
|
+
labelFontSize: 14,
|
|
61
|
+
labelFontWeight: '400',
|
|
62
|
+
labelLineHeight: 1.42857142857,
|
|
63
|
+
labelTextAlign: 'center',
|
|
64
|
+
labelUnderline: 'none',
|
|
65
|
+
width: 72
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export default theme
|
package/build/web/SideNav.js
CHANGED
package/build/web/SideNavItem.js
CHANGED
package/build/web/Skeleton.js
CHANGED
package/build/web/SkipLink.js
CHANGED
package/build/web/Spinner.js
CHANGED
package/build/web/StackView.js
CHANGED
package/build/web/Status.js
CHANGED