Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
ecf9415
feat: s2 ListView
snowystinger Jul 3, 2025
a5b53c0
Merge branch 'main' into s2-listview
snowystinger Sep 17, 2025
379dac3
Explore highlight selection
snowystinger Sep 17, 2025
5ee48f9
fix docs type check
snowystinger Sep 17, 2025
1dc83e0
Add highlight selection option b to table
snowystinger Sep 18, 2025
1d8e8a1
Add highlight selection option b to ListView
snowystinger Sep 18, 2025
e62eb1d
change selection behaviour of table for highlight mode
snowystinger Sep 18, 2025
020541a
add option D as highlightMode
snowystinger Sep 19, 2025
22545f2
change font weight to bold for highlight selection
snowystinger Oct 2, 2025
49beedf
update background color
snowystinger Oct 2, 2025
c07d593
Start new highlight selection prototypes, ListView and part of TreeView
snowystinger Oct 21, 2025
e5fc83d
fix lint
snowystinger Oct 21, 2025
f75c75a
update styles for listview and treeview
snowystinger Oct 22, 2025
3fb6b67
tableview
snowystinger Oct 22, 2025
637f244
design updates
snowystinger Oct 23, 2025
ccc682e
fix colors and add disabled items
snowystinger Oct 23, 2025
d0ae356
fix lint
snowystinger Oct 23, 2025
725dcd6
Merge branch 'main' into s2-listview
snowystinger Nov 5, 2025
8014718
Merge branch 'main' into s2-listview
snowystinger Nov 13, 2025
de65230
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber Feb 19, 2026
d112dfe
initialize docs
reidbarber Feb 19, 2026
68ff3d0
fix edgeToText import
reidbarber Feb 19, 2026
ee99c77
update ListView (loadingMore, actionmenu, empty state, checkbox)
reidbarber Feb 19, 2026
c6edcb2
match selection styles to treeview/tableview
reidbarber Feb 19, 2026
d336314
docs improvements
reidbarber Feb 19, 2026
cfbcd66
add jsdoc
reidbarber Feb 19, 2026
bdc5d35
support hasChildItems chevron
reidbarber Feb 20, 2026
2bdc780
add stories
reidbarber Feb 20, 2026
e3f372b
add hasChildItems example to docs
reidbarber Feb 20, 2026
e788526
fix overflow in empty state
reidbarber Feb 20, 2026
7196465
use objectFit: 'cover' for images
reidbarber Feb 20, 2026
2d8f2f2
vertically align icons
reidbarber Feb 20, 2026
acff11b
add overflowMode
reidbarber Feb 20, 2026
c318334
audit props
reidbarber Feb 20, 2026
eb13258
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber Feb 20, 2026
478e2a5
codemods
reidbarber Feb 20, 2026
4f1c4ab
add chromatic stories
reidbarber Feb 20, 2026
a0458ca
lint
reidbarber Feb 20, 2026
2d49050
add ListView testing docs
reidbarber Feb 23, 2026
eb7f7f4
fix types
reidbarber Feb 23, 2026
0fedad9
docs types
reidbarber Feb 23, 2026
53c1551
add description for search menu
reidbarber Feb 23, 2026
4ce134b
docs types
reidbarber Feb 23, 2026
5e484cc
fix selection checkbox visibility (always hide if disabled)
reidbarber Feb 23, 2026
9fa3ff0
remove highlightMode prop
reidbarber Feb 23, 2026
9ba74c4
remove Tree/Table selection changes
reidbarber Feb 23, 2026
034910e
remove unrelated Picker change
reidbarber Feb 23, 2026
cc16924
remove press scaling
reidbarber Feb 23, 2026
493d2b8
keep bottom border width static to avoid 1px shift when highlight sel…
reidbarber Feb 23, 2026
595f9c9
add remaining states to chromatic
reidbarber Feb 23, 2026
1a0f461
remove ListViewLoadMoreItem
reidbarber Feb 23, 2026
878d4c4
fix prop types
reidbarber Feb 23, 2026
e95108d
update migration guide
reidbarber Feb 23, 2026
823d826
remove bottom border radius for last item
reidbarber Feb 23, 2026
a5235c0
prop types
reidbarber Feb 23, 2026
8ad1fb8
remove style props from list item
reidbarber Feb 23, 2026
f2365d7
remove seam mask element in favor of extending row background
reidbarber Feb 24, 2026
9849d9f
make docs example wide
reidbarber Feb 24, 2026
71bb52d
update docs content
reidbarber Feb 24, 2026
ac82942
add ActionBar support
reidbarber Feb 24, 2026
72e15fc
fix gap for checkbox selection
reidbarber Feb 24, 2026
8b6e3c8
docs update
reidbarber Feb 24, 2026
8c47d52
style updates
reidbarber Feb 24, 2026
a72d8ee
remove renderer context
reidbarber Feb 24, 2026
18bd84f
merge selection for checkbox selection
reidbarber Feb 24, 2026
d53f660
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber Feb 25, 2026
2271266
update docs
reidbarber Feb 26, 2026
1746562
add LinkOut icon for links that open in new tab
reidbarber Feb 26, 2026
c00565a
fix storybook stories
reidbarber Feb 26, 2026
70c6665
add example to ActionBar docs
reidbarber Feb 26, 2026
8ad9511
reserve space for trailing icon if at least one row has one
reidbarber Feb 26, 2026
9061ead
add padding to loading spinner
reidbarber Feb 26, 2026
1e1b0fe
separate the icon and thumbnail slots examples in docs
reidbarber Feb 26, 2026
2dfdefd
docs types
reidbarber Feb 26, 2026
efd0ae3
move check image into chromatic folder
reidbarber Feb 26, 2026
cae15f2
export ListViewContext from index.ts
reidbarber Feb 26, 2026
2905360
cleanup story
reidbarber Feb 26, 2026
0c573fd
use icons in all items in navigation docs
reidbarber Feb 27, 2026
9be94c1
remove unused shorthands from macro theme
reidbarber Feb 27, 2026
5fa3cd0
refactor to move isPrevSelected, isNextSelected, etc. logic out of Gr…
reidbarber Feb 27, 2026
2c80d38
fix last item bottom border styles
reidbarber Feb 27, 2026
ce0de66
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber Feb 27, 2026
2ccd11c
pass id instead of item through render props (matches Table)
reidbarber Feb 27, 2026
57e8f86
fix border styles
reidbarber Feb 27, 2026
5bb18c9
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber Feb 28, 2026
769836b
add explicit bottom border width
reidbarber Feb 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .storybook-s2/docs/Migrating.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export function Migrating() {
<li className={style({font: 'body', marginY: 8})}>If within <Code>Picker</Code>: Update <Code>Item</Code> to be a <Code>PickerItem</Code></li>
<li className={style({font: 'body', marginY: 8})}>If within <Code>ComboBox</Code>: Update <Code>Item</Code> to be a <Code>ComboBoxItem</Code></li>
<li className={style({font: 'body', marginY: 8})}>If within <Code>ListBox</Code>: Update <Code>Item</Code> to be a <Code>ListBoxItem</Code></li>
<li className={style({font: 'body', marginY: 8})}>If within <Code>ListView</Code>: Update <Code>Item</Code> to be a <Code>ListViewItem</Code></li>
<li className={style({font: 'body', marginY: 8})}>If within <Code>TabList</Code>: Update <Code>Item</Code> to be a <Code>Tab</Code></li>
<li className={style({font: 'body', marginY: 8})}>If within <Code>TabPanels</Code>: Update <Code>Item</Code> to be a <Code>TabPanel</Code> and remove surrounding <Code>TabPanels</Code></li>
<li className={style({font: 'body', marginY: 8})}>Update <Code>key</Code> to be <Code>id</Code> (and keep <Code>key</Code> if rendered inside <Code>array.map</Code>)</li>
Expand All @@ -275,6 +276,12 @@ export function Migrating() {
<li className={style({font: 'body', marginY: 8})}>Update <Code>Item</Code> to be a <Code>ListBoxItem</Code></li>
</ul>

<H3>ListView</H3>
<ul className="sb-unstyled">
<li className={style({font: 'body', marginY: 8})}>[PENDING] Comment out <Code>density</Code> (it has not been implemented yet)</li>
<li className={style({font: 'body', marginY: 8})}>[PENDING] Comment out <Code>dragAndDropHooks</Code> (it has not been implemented yet)</li>
</ul>

<H3>Menu</H3>
<ul className="sb-unstyled">
<li className={style({font: 'body', marginY: 8})}>Update <Code>Item</Code> to be a <Code>MenuItem</Code></li>
Expand Down
255 changes: 255 additions & 0 deletions packages/@react-spectrum/s2/chromatic/ListView.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
/*
* Copyright 2026 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/

import {ActionButton, ActionButtonGroup, ActionMenu, Content, Heading, IllustratedMessage, Image, ListView, ListViewItem, MenuItem, Text} from '../src';
import {checkers} from './check';
import Delete from '../s2wf-icons/S2_Icon_Delete_20_N.svg';
import Edit from '../s2wf-icons/S2_Icon_Edit_20_N.svg';
import File from '../s2wf-icons/S2_Icon_File_20_N.svg';
import Folder from '../s2wf-icons/S2_Icon_Folder_20_N.svg';
import FolderOpen from '../spectrum-illustrations/linear/FolderOpen';
import type {Meta, StoryObj} from '@storybook/react';
import {style} from '../style/spectrum-theme' with {type: 'macro'};

const meta: Meta<typeof ListView> = {
component: ListView,
parameters: {
chromaticProvider: {disableAnimations: true}
},
title: 'S2 Chromatic/ListView'
};

export default meta;
type Story = StoryObj<typeof ListView>;

let listViewStyles = style({width: 320, height: 320});

const items = [
{id: 'utilities', name: 'Utilities', type: 'folder', description: '16 items'},
{id: 'photoshop', name: 'Adobe Photoshop', type: 'file', description: 'Application'},
{id: 'illustrator', name: 'Adobe Illustrator', type: 'file', description: 'Application'},
{id: 'xd', name: 'Adobe XD', type: 'file', description: 'Application'}
];

export const Example: Story = {
render: (args) => (
<ListView {...args} aria-label="Files" styles={listViewStyles}>
<ListViewItem id="utilities" textValue="Utilities" hasChildItems>
<Folder />
<Text>Utilities</Text>
<Text slot="description">16 items</Text>
</ListViewItem>
<ListViewItem id="photoshop">Adobe Photoshop</ListViewItem>
<ListViewItem id="illustrator">Adobe Illustrator</ListViewItem>
<ListViewItem id="xd">Adobe XD</ListViewItem>
</ListView>
),
args: {
selectionMode: 'multiple',
onLoadMore: undefined
}
};

export const HighlightSelection: Story = {
...Example,
args: {
...Example.args,
selectionStyle: 'highlight',
selectedKeys: ['photoshop', 'illustrator']
}
};

export const Quiet: Story = {
...Example,
args: {
...Example.args,
isQuiet: true
}
};

export const WithImages: Story = {
render: (args) => (
<ListView {...args} aria-label="Images" styles={listViewStyles} items={items}>
{(item) => (
<ListViewItem textValue={item.name}>
<Text>{item.name}</Text>
<Image src={checkers} alt={item.name} />
</ListViewItem>
)}
</ListView>
)
};

export const OverflowTruncate: Story = {
render: (args) => (
<ListView {...args} aria-label="Long text examples" styles={listViewStyles}>
<ListViewItem id="a">
This is a very very very very very very very very long title.
</ListViewItem>
<ListViewItem id="b" textValue="Short title, long description">
<Text>Short title</Text>
<Text slot="description">This is a very very very very very very very very long description.</Text>
</ListViewItem>
<ListViewItem id="c" textValue="Long title, long description">
<Text>This is a very very very very very very very very long title.</Text>
<Text slot="description">This is a very very very very very very very very long description.</Text>
</ListViewItem>
</ListView>
),
args: {
...Example.args,
overflowMode: 'truncate'
}
};

export const OverflowWrap: Story = {
render: (args) => (
<ListView {...args} aria-label="Long text examples" styles={listViewStyles}>
<ListViewItem id="a">
This is a very very very very very very very very long title.
</ListViewItem>
<ListViewItem id="b" textValue="Short title, long description">
<Text>Short title</Text>
<Text slot="description">This is a very very very very very very very very long description.</Text>
</ListViewItem>
<ListViewItem id="c" textValue="Long title, long description">
<Text>This is a very very very very very very very very long title.</Text>
<Text slot="description">This is a very very very very very very very very long description.</Text>
</ListViewItem>
</ListView>
),
args: {
...Example.args,
overflowMode: 'wrap'
}
};

export const DisabledItems: Story = {
render: (args) => (
<ListView {...args} aria-label="Files" items={items} styles={listViewStyles} selectionMode="multiple" disabledKeys={['utilities', 'illustrator']}>
{(item) => (
<ListViewItem textValue={item.name} hasChildItems={item.type === 'folder'}>
{item.type === 'folder' ? <Folder /> : <File />}
<Text>{item.name}</Text>
<Text slot="description">{item.description}</Text>
</ListViewItem>
)}
</ListView>
)
};

export const DisabledBehaviorSelection: Story = {
...DisabledItems,
args: {
disabledBehavior: 'selection'
}
};

export const CheckboxSelection: Story = {
...Example,
args: {
...Example.args,
selectionStyle: 'checkbox',
selectedKeys: ['photoshop', 'illustrator']
}
};

export const Links: Story = {
render: (args) => (
<ListView {...args} aria-label="Bookmarks" styles={listViewStyles}>
<ListViewItem id="https://adobe.com/" href="https://adobe.com/" target="_blank">Adobe</ListViewItem>
<ListViewItem id="https://google.com/" href="https://google.com/" target="_blank">Google</ListViewItem>
<ListViewItem id="https://apple.com/" href="https://apple.com/" target="_blank">Apple</ListViewItem>
<ListViewItem id="https://nytimes.com/" href="https://nytimes.com/" target="_blank">New York Times</ListViewItem>
</ListView>
),
args: {
selectionMode: 'none'
}
};

export const WithActions: Story = {
render: (args) => (
<ListView {...args} aria-label="Files" styles={listViewStyles}>
<ListViewItem id="utilities" textValue="Utilities" hasChildItems>
<Folder />
<Text>Utilities</Text>
<Text slot="description">16 items</Text>
<ActionButtonGroup>
<ActionButton aria-label="Edit"><Edit /></ActionButton>
</ActionButtonGroup>
<ActionMenu>
<MenuItem id="edit"><Edit /><Text>Edit</Text></MenuItem>
<MenuItem id="delete"><Delete /><Text>Delete</Text></MenuItem>
</ActionMenu>
</ListViewItem>
<ListViewItem id="photoshop" textValue="Adobe Photoshop">
<Text>Adobe Photoshop</Text>
<Text slot="description">Application</Text>
<ActionButtonGroup>
<ActionButton aria-label="Edit"><Edit /></ActionButton>
</ActionButtonGroup>
<ActionMenu>
<MenuItem id="edit"><Edit /><Text>Edit</Text></MenuItem>
<MenuItem id="delete"><Delete /><Text>Delete</Text></MenuItem>
</ActionMenu>
</ListViewItem>
</ListView>
),
args: {
selectionMode: 'single'
}
};

export const Loading: Story = {
render: (args) => (
<ListView {...args} aria-label="Loading list" styles={listViewStyles}>
{[]}
</ListView>
),
args: {
loadingState: 'loading'
}
};

export const LoadingMore: Story = {
render: (args) => (
<ListView {...args} aria-label="Loading more list" styles={listViewStyles} items={items} onLoadMore={() => {}}>
{(item) => (
<ListViewItem textValue={item.name}>
{item.name}
</ListViewItem>
)}
</ListView>
),
args: {
loadingState: 'loadingMore'
}
};

export const EmptyState: Story = {
render: (args) => (
<ListView
{...args}
aria-label="Empty list"
styles={listViewStyles}
renderEmptyState={() => (
<IllustratedMessage>
<FolderOpen />
<Heading>No results</Heading>
<Content>No results found.</Content>
</IllustratedMessage>
)}>
{[]}
</ListView>
)
};
2 changes: 2 additions & 0 deletions packages/@react-spectrum/s2/chromatic/check.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

export let checkers = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMTAwMDk4IDBIMy4xMDAxVjNIMC4xMDAwOThWMFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTAuMTAwMDk4IDE4SDMuMTAwMVYyMUgwLjEwMDA5OFYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTYuMTAwMSAwSDkuMTAwMVYzSDYuMTAwMVYwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNi4xMDAxIDE4SDkuMTAwMVYyMUg2LjEwMDFWMThaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0xMi4xMDAxIDE4SDkuMTAwMVYxNUgxMi4xMDAxVjE4WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTIuMTAwMSAyNEg5LjEwMDFWMjFIMTIuMTAwMVYyNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE1LjEwMDEgMEgxMi4xMDAxVjNIMTUuMTAwMVYwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTUuMTAwMSAxOEgxMi4xMDAxVjIxSDE1LjEwMDFWMThaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDE4SDE1LjEwMDFWMTVIMTguMTAwMVYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE4LjEwMDEgMjRIMTUuMTAwMVYyMUgxOC4xMDAxVjI0WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMjEuMTAwMSAwSDE4LjEwMDFWM0gyMS4xMDAxVjBaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDE4SDE4LjEwMDFWMjFIMjEuMTAwMVYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTI0LjEwMDEgMThIMjEuMTAwMVYxNUgyNC4xMDAxVjE4WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMjEuMTAwMSAyMUgyNC4xMDAxVjI0SDIxLjEwMDFWMjFaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMThIMy4xMDAxVjE1SDYuMTAwMVYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTYuMTAwMSAyNEgzLjEwMDFWMjFINi4xMDAxVjI0WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMC4xMDAwOTggNkgzLjEwMDFWM0gwLjEwMDA5OFY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSA2SDkuMTAwMVYzSDYuMTAwMVY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjEwMDEgMTJIOS4xMDAxVjE1SDEyLjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTUuMTAwMSA2SDEyLjEwMDFWM0gxNS4xMDAxVjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguMTAwMSAxMkgxNS4xMDAxVjE1SDE4LjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjEuMTAwMSA2SDE4LjEwMDFWM0gyMS4xMDAxVjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjQuMTAwMSAxMkgyMS4xMDAxVjE1SDI0LjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNi4xMDAxIDEySDMuMTAwMVYxNUg2LjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMC4xMDAwOTggOUgzLjEwMDFWNkgwLjEwMDA5OFY5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNi4xMDAxIDlIOS4xMDAxVjZINi4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0xMi4xMDAxIDlIOS4xMDAxVjEySDEyLjEwMDFWOVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE1LjEwMDEgOUgxMi4xMDAxVjZIMTUuMTAwMVY5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTguMTAwMSA5SDE1LjEwMDFWMTJIMTguMTAwMVY5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMjEuMTAwMSA5SDE4LjEwMDFWNkgyMS4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yNC4xMDAxIDlIMjEuMTAwMVYxMkgyNC4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik02LjEwMDEgOUgzLjEwMDFWMTJINi4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0wLjEwMDA5OCAxMkgzLjEwMDFWOUgwLjEwMDA5OFYxMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMTJIOS4xMDAxVjlINi4xMDAxVjEyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjEwMDEgNkg5LjEwMDFWOUgxMi4xMDAxVjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTUuMTAwMSAxMkgxMi4xMDAxVjlIMTUuMTAwMVYxMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDZIMTUuMTAwMVY5SDE4LjEwMDFWNloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDEySDE4LjEwMDFWOUgyMS4xMDAxVjEyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0LjEwMDEgNkgyMS4xMDAxVjlIMjQuMTAwMVY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSA2SDMuMTAwMVY5SDYuMTAwMVY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuMTAwMDk4IDE1SDMuMTAwMVYxMkgwLjEwMDA5OFYxNVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTYuMTAwMSAxNUg5LjEwMDFWMTJINi4xMDAxVjE1WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTIuMTAwMSAzSDkuMTAwMVY2SDEyLjEwMDFWM1oiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE1LjEwMDEgMTVIMTIuMTAwMVYxMkgxNS4xMDAxVjE1WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTguMTAwMSAzSDE1LjEwMDFWNkgxOC4xMDAxVjNaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDE1SDE4LjEwMDFWMTJIMjEuMTAwMVYxNVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTI0LjEwMDEgM0gyMS4xMDAxVjZIMjQuMTAwMVYzWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNi4xMDAxIDNIMy4xMDAxVjZINi4xMDAxVjNaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0wLjEwMDA5OCAxOEgzLjEwMDFWMTVIMC4xMDAwOThWMThaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMC4xMDAwOTggMjRIMy4xMDAxVjIxSDAuMTAwMDk4VjI0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSAxOEg5LjEwMDFWMTVINi4xMDAxVjE4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSAyNEg5LjEwMDFWMjFINi4xMDAxVjI0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjEwMDEgMEg5LjEwMDFWM0gxMi4xMDAxVjBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuMTAwMSAxOEg5LjEwMDFWMjFIMTIuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNS4xMDAxIDE4SDEyLjEwMDFWMTVIMTUuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNS4xMDAxIDI0SDEyLjEwMDFWMjFIMTUuMTAwMVYyNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDBIMTUuMTAwMVYzSDE4LjEwMDFWMFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDE4SDE1LjEwMDFWMjFIMTguMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDE4SDE4LjEwMDFWMTVIMjEuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDI0SDE4LjEwMDFWMjFIMjEuMTAwMVYyNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDNIMjQuMTAwMVYwSDIxLjEwMDFWM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNC4xMDAxIDE4SDIxLjEwMDFWMjFIMjQuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMEgzLjEwMDFWM0g2LjEwMDFWMFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMThIMy4xMDAxVjIxSDYuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=';
Loading