@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.8

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.
Files changed (257) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  4. package/assets/pficon/pficon.scss +6 -129
  5. package/base/_common.scss +21 -0
  6. package/base/_globals.scss +1 -1
  7. package/base/_variables.scss +7 -0
  8. package/base/patternfly-common.css +16 -2
  9. package/base/patternfly-globals.css +1 -1
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/base/patternfly-variables.css +16 -0
  13. package/base/tokens/_tokens-font.scss +16 -14
  14. package/components/AboutModalBox/about-modal-box.css +23 -12
  15. package/components/AboutModalBox/about-modal-box.scss +25 -12
  16. package/components/Accordion/accordion.css +33 -20
  17. package/components/Accordion/accordion.scss +32 -20
  18. package/components/ActionList/action-list.css +2 -2
  19. package/components/ActionList/action-list.scss +2 -2
  20. package/components/Alert/alert-group.css +7 -4
  21. package/components/Alert/alert-group.scss +7 -4
  22. package/components/Alert/alert.css +19 -13
  23. package/components/Alert/alert.scss +18 -13
  24. package/components/AppLauncher/app-launcher.css +32 -23
  25. package/components/AppLauncher/app-launcher.scss +32 -23
  26. package/components/BackToTop/back-to-top.css +2 -2
  27. package/components/BackToTop/back-to-top.scss +2 -2
  28. package/components/Backdrop/backdrop.css +2 -2
  29. package/components/Backdrop/backdrop.scss +2 -2
  30. package/components/BackgroundImage/background-image.css +6 -3
  31. package/components/BackgroundImage/background-image.scss +8 -3
  32. package/components/Badge/badge.css +2 -2
  33. package/components/Badge/badge.scss +2 -2
  34. package/components/Banner/banner.css +5 -5
  35. package/components/Banner/banner.scss +5 -2
  36. package/components/Breadcrumb/breadcrumb.css +9 -3
  37. package/components/Breadcrumb/breadcrumb.scss +8 -3
  38. package/components/Button/button.css +33 -21
  39. package/components/Button/button.scss +35 -23
  40. package/components/Button/themes/dark/button.scss +1 -1
  41. package/components/CalendarMonth/calendar-month.css +25 -15
  42. package/components/CalendarMonth/calendar-month.scss +23 -15
  43. package/components/Card/card.css +25 -17
  44. package/components/Card/card.scss +24 -17
  45. package/components/Check/check.css +2 -2
  46. package/components/Check/check.scss +2 -2
  47. package/components/Chip/chip-group.css +6 -6
  48. package/components/Chip/chip-group.scss +6 -6
  49. package/components/Chip/chip.css +16 -9
  50. package/components/Chip/chip.scss +17 -9
  51. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  52. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  53. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  54. package/components/CodeBlock/code-block.css +6 -3
  55. package/components/CodeBlock/code-block.scss +6 -3
  56. package/components/CodeEditor/code-editor.css +31 -22
  57. package/components/CodeEditor/code-editor.scss +30 -21
  58. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  59. package/components/Content/content.css +33 -30
  60. package/components/Content/content.scss +33 -30
  61. package/components/ContextSelector/context-selector.css +41 -26
  62. package/components/ContextSelector/context-selector.scss +40 -25
  63. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  64. package/components/DataList/data-list-grid.css +21 -21
  65. package/components/DataList/data-list-grid.scss +3 -3
  66. package/components/DataList/data-list.css +69 -56
  67. package/components/DataList/data-list.scss +47 -35
  68. package/components/DatePicker/date-picker.css +8 -8
  69. package/components/DatePicker/date-picker.scss +8 -8
  70. package/components/DescriptionList/description-list.css +8 -5
  71. package/components/DescriptionList/description-list.scss +8 -5
  72. package/components/DragDrop/drag-drop.css +8 -8
  73. package/components/DragDrop/drag-drop.scss +8 -8
  74. package/components/Drawer/drawer.css +120 -61
  75. package/components/Drawer/drawer.scss +92 -43
  76. package/components/Dropdown/dropdown.css +75 -66
  77. package/components/Dropdown/dropdown.scss +65 -56
  78. package/components/DualListSelector/dual-list-selector.css +29 -15
  79. package/components/DualListSelector/dual-list-selector.scss +30 -15
  80. package/components/EmptyState/empty-state.css +7 -4
  81. package/components/EmptyState/empty-state.scss +7 -4
  82. package/components/ExpandableSection/expandable-section.css +17 -10
  83. package/components/ExpandableSection/expandable-section.scss +15 -10
  84. package/components/FileUpload/file-upload.css +9 -15
  85. package/components/FileUpload/file-upload.scss +9 -15
  86. package/components/Form/form.css +53 -50
  87. package/components/Form/form.scss +46 -44
  88. package/components/FormControl/form-control.css +18 -9
  89. package/components/FormControl/form-control.scss +18 -9
  90. package/components/HelperText/helper-text.css +1 -1
  91. package/components/HelperText/helper-text.scss +1 -1
  92. package/components/Hint/hint.css +9 -6
  93. package/components/Hint/hint.scss +9 -6
  94. package/components/Icon/icon.css +1 -1
  95. package/components/Icon/icon.scss +1 -1
  96. package/components/InlineEdit/inline-edit.css +4 -4
  97. package/components/InlineEdit/inline-edit.scss +4 -4
  98. package/components/InputGroup/input-group.css +12 -6
  99. package/components/InputGroup/input-group.scss +11 -5
  100. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  101. package/components/JumpLinks/jump-links.css +27 -24
  102. package/components/JumpLinks/jump-links.scss +26 -24
  103. package/components/Label/label-group.css +13 -10
  104. package/components/Label/label-group.scss +13 -10
  105. package/components/Label/label.css +9 -9
  106. package/components/Label/label.scss +9 -9
  107. package/components/List/list.css +9 -9
  108. package/components/List/list.scss +9 -9
  109. package/components/LogViewer/log-viewer.css +14 -14
  110. package/components/LogViewer/log-viewer.scss +14 -14
  111. package/components/Login/login.css +36 -27
  112. package/components/Login/login.scss +36 -27
  113. package/components/Masthead/masthead.css +19 -22
  114. package/components/Masthead/masthead.scss +19 -22
  115. package/components/Menu/menu.css +79 -65
  116. package/components/Menu/menu.scss +80 -68
  117. package/components/MenuToggle/menu-toggle.css +33 -27
  118. package/components/MenuToggle/menu-toggle.scss +33 -27
  119. package/components/ModalBox/modal-box.css +19 -19
  120. package/components/ModalBox/modal-box.scss +20 -20
  121. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  122. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  123. package/components/Nav/nav.css +120 -93
  124. package/components/Nav/nav.scss +120 -93
  125. package/components/Nav/themes/dark/nav.scss +2 -2
  126. package/components/NotificationBadge/notification-badge.css +13 -7
  127. package/components/NotificationBadge/notification-badge.scss +13 -7
  128. package/components/NotificationDrawer/notification-drawer.css +32 -19
  129. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  130. package/components/NumberInput/number-input.css +2 -2
  131. package/components/NumberInput/number-input.scss +2 -2
  132. package/components/OptionsMenu/options-menu.css +43 -31
  133. package/components/OptionsMenu/options-menu.scss +43 -31
  134. package/components/OverflowMenu/overflow-menu.css +2 -2
  135. package/components/OverflowMenu/overflow-menu.scss +2 -2
  136. package/components/Page/page.css +135 -77
  137. package/components/Page/page.scss +81 -52
  138. package/components/Page/themes/dark/page.scss +1 -1
  139. package/components/Pagination/pagination.css +27 -17
  140. package/components/Pagination/pagination.scss +25 -17
  141. package/components/Panel/panel.css +13 -7
  142. package/components/Panel/panel.scss +13 -7
  143. package/components/Popover/popover.css +72 -40
  144. package/components/Popover/popover.scss +95 -75
  145. package/components/Progress/progress.css +9 -7
  146. package/components/Progress/progress.scss +12 -7
  147. package/components/ProgressStepper/progress-stepper.css +26 -20
  148. package/components/ProgressStepper/progress-stepper.scss +25 -19
  149. package/components/Radio/radio.css +3 -3
  150. package/components/Radio/radio.scss +3 -3
  151. package/components/Select/select.css +56 -47
  152. package/components/Select/select.scss +56 -47
  153. package/components/Sidebar/sidebar.css +11 -5
  154. package/components/Sidebar/sidebar.scss +11 -5
  155. package/components/SimpleList/simple-list.css +10 -4
  156. package/components/SimpleList/simple-list.scss +10 -4
  157. package/components/Skeleton/skeleton.css +6 -5
  158. package/components/Skeleton/skeleton.scss +4 -5
  159. package/components/SkipToContent/skip-to-content.css +3 -3
  160. package/components/SkipToContent/skip-to-content.scss +3 -3
  161. package/components/Slider/slider.css +47 -26
  162. package/components/Slider/slider.scss +56 -28
  163. package/components/Switch/switch.css +9 -5
  164. package/components/Switch/switch.scss +10 -6
  165. package/components/TabContent/tab-content.css +4 -1
  166. package/components/TabContent/tab-content.scss +4 -1
  167. package/components/Table/table-grid.css +256 -195
  168. package/components/Table/table-grid.scss +53 -39
  169. package/components/Table/table-scrollable.css +4 -4
  170. package/components/Table/table-scrollable.scss +6 -4
  171. package/components/Table/table-tree-view.css +112 -105
  172. package/components/Table/table-tree-view.scss +38 -33
  173. package/components/Table/table.css +92 -70
  174. package/components/Table/table.scss +90 -70
  175. package/components/Tabs/tabs.css +76 -48
  176. package/components/Tabs/tabs.scss +74 -48
  177. package/components/TextInputGroup/text-input-group.css +15 -15
  178. package/components/TextInputGroup/text-input-group.scss +15 -15
  179. package/components/Tile/tile.css +10 -10
  180. package/components/Tile/tile.scss +10 -10
  181. package/components/ToggleGroup/toggle-group.css +14 -11
  182. package/components/ToggleGroup/toggle-group.scss +14 -11
  183. package/components/Toolbar/toolbar.css +44 -41
  184. package/components/Toolbar/toolbar.scss +26 -21
  185. package/components/Tooltip/tooltip.css +60 -28
  186. package/components/Tooltip/tooltip.scss +76 -56
  187. package/components/TreeView/tree-view.css +48 -27
  188. package/components/TreeView/tree-view.scss +50 -28
  189. package/components/Truncate/truncate.css +9 -0
  190. package/components/Truncate/truncate.scss +16 -3
  191. package/components/Wizard/wizard.css +57 -36
  192. package/components/Wizard/wizard.scss +57 -36
  193. package/docs/components/Button/examples/Button.css +2 -2
  194. package/docs/components/Button/examples/Button.md +15 -3
  195. package/docs/components/Card/examples/Card.md +15 -15
  196. package/docs/components/Check/examples/Check.md +71 -59
  197. package/docs/components/Chip/examples/Chip.md +1 -1
  198. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  199. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  200. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  201. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  202. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  203. package/docs/components/Label/examples/Label.md +1 -1
  204. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  205. package/docs/components/LogViewer/examples/LogViewer.md +120 -30
  206. package/docs/components/Menu/examples/Menu.css +8 -0
  207. package/docs/components/Menu/examples/Menu.md +90 -73
  208. package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
  209. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  210. package/docs/components/Nav/examples/Navigation.css +4 -21
  211. package/docs/components/Nav/examples/Navigation.md +99 -0
  212. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  213. package/docs/components/Popover/examples/Popover.css +4 -9
  214. package/docs/components/Radio/examples/Radio.md +63 -55
  215. package/docs/components/Select/deprecated/Select.md +184 -177
  216. package/docs/components/Table/examples/Table.css +2 -2
  217. package/docs/components/Table/examples/Table.md +2 -2
  218. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  219. package/docs/components/Tile/examples/Tile.css +1 -1
  220. package/docs/components/Toolbar/examples/Toolbar.md +525 -431
  221. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  222. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  223. package/docs/components/Truncate/examples/Truncate.md +2 -2
  224. package/docs/demos/Card/examples/Card.css +3 -3
  225. package/docs/demos/Card/examples/Card.md +26 -10
  226. package/docs/demos/CardView/examples/CardView.md +24 -20
  227. package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
  228. package/docs/demos/DataList/examples/DataList.md +8 -2
  229. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
  230. package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
  231. package/docs/demos/Table/examples/Table.md +336 -252
  232. package/docs/demos/Tabs/examples/Tabs.md +28 -21
  233. package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
  234. package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
  235. package/docs/layouts/Flex/examples/Flex.md +5 -5
  236. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  237. package/icons/pficons.mjs +1 -0
  238. package/layouts/Flex/flex.css +115 -43
  239. package/layouts/Flex/flex.scss +20 -8
  240. package/package.json +9 -5
  241. package/patternfly-addons.css +732 -972
  242. package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
  243. package/patternfly-base-no-globals.css +37 -3
  244. package/patternfly-base-theme-dark-unversioned.css +38 -4
  245. package/patternfly-base.css +38 -4
  246. package/patternfly-no-globals.css +2695 -1875
  247. package/patternfly-theme-dark-unversioned.css +2696 -1876
  248. package/patternfly.css +2696 -1876
  249. package/patternfly.min.css +1 -1
  250. package/patternfly.min.css.map +1 -1
  251. package/sass-utilities/functions.scss +6 -0
  252. package/sass-utilities/mixins.scss +62 -2
  253. package/sass-utilities/scss-variables.scss +8 -8
  254. package/sass-utilities/themes/dark/mixins.scss +3 -1
  255. package/utilities/Accessibility/accessibility.css +12 -12
  256. package/utilities/Spacing/spacing.css +720 -960
  257. package/utilities/Spacing/spacing.scss +4 -8
@@ -1636,73 +1636,77 @@ section: components
1636
1636
  >
1637
1637
  <label
1638
1638
  class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
1639
- for="table-tabs-example-tabs-toolbar-select-checkbox-status-active"
1639
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-active"
1640
+ for="table-tabs-example-tabs-toolbar-select-checkbox-status-active-input"
1640
1641
  >
1641
1642
  <input
1642
1643
  class="pf-v5-c-check__input"
1643
1644
  type="checkbox"
1644
- id="table-tabs-example-tabs-toolbar-select-checkbox-status-active"
1645
- name="table-tabs-example-tabs-toolbar-select-checkbox-status-active"
1645
+ aria-describedby="table-tabs-example-tabs-toolbar-select-checkbox-status-active-description"
1646
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-active-input"
1647
+ name="table-tabs-example-tabs-toolbar-select-checkbox-status-active-input"
1646
1648
  />
1647
-
1648
1649
  <span class="pf-v5-c-check__label">Active</span>
1649
1650
  <span
1650
1651
  class="pf-v5-c-check__description"
1652
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-active-description"
1651
1653
  >This is a description</span>
1652
1654
  </label>
1653
1655
  <label
1654
1656
  class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
1655
- for="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled"
1657
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled"
1658
+ for="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-input"
1656
1659
  >
1657
1660
  <input
1658
1661
  class="pf-v5-c-check__input"
1659
1662
  type="checkbox"
1660
- id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled"
1661
- name="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled"
1663
+ aria-describedby="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-description"
1664
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-input"
1665
+ name="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-input"
1662
1666
  />
1663
-
1664
1667
  <span class="pf-v5-c-check__label">Canceled</span>
1665
1668
  <span
1666
1669
  class="pf-v5-c-check__description"
1670
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-description"
1667
1671
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
1668
1672
  </label>
1669
1673
  <label
1670
1674
  class="pf-v5-c-check pf-v5-c-select__menu-item"
1671
- for="table-tabs-example-tabs-toolbar-select-checkbox-status-paused"
1675
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-paused"
1676
+ for="table-tabs-example-tabs-toolbar-select-checkbox-status-paused-input"
1672
1677
  >
1673
1678
  <input
1674
1679
  class="pf-v5-c-check__input"
1675
1680
  type="checkbox"
1676
- id="table-tabs-example-tabs-toolbar-select-checkbox-status-paused"
1677
- name="table-tabs-example-tabs-toolbar-select-checkbox-status-paused"
1681
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-paused-input"
1682
+ name="table-tabs-example-tabs-toolbar-select-checkbox-status-paused-input"
1678
1683
  />
1679
-
1680
1684
  <span class="pf-v5-c-check__label">Paused</span>
1681
1685
  </label>
1682
1686
  <label
1683
1687
  class="pf-v5-c-check pf-v5-c-select__menu-item"
1684
- for="table-tabs-example-tabs-toolbar-select-checkbox-status-warning"
1688
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-warning"
1689
+ for="table-tabs-example-tabs-toolbar-select-checkbox-status-warning-input"
1685
1690
  >
1686
1691
  <input
1687
1692
  class="pf-v5-c-check__input"
1688
1693
  type="checkbox"
1689
- id="table-tabs-example-tabs-toolbar-select-checkbox-status-warning"
1690
- name="table-tabs-example-tabs-toolbar-select-checkbox-status-warning"
1694
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-warning-input"
1695
+ name="table-tabs-example-tabs-toolbar-select-checkbox-status-warning-input"
1691
1696
  />
1692
-
1693
1697
  <span class="pf-v5-c-check__label">Warning</span>
1694
1698
  </label>
1695
1699
  <label
1696
1700
  class="pf-v5-c-check pf-v5-c-select__menu-item"
1697
- for="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted"
1701
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted"
1702
+ for="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted-input"
1698
1703
  >
1699
1704
  <input
1700
1705
  class="pf-v5-c-check__input"
1701
1706
  type="checkbox"
1702
- id="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted"
1703
- name="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted"
1707
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted-input"
1708
+ name="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted-input"
1704
1709
  />
1705
-
1706
1710
  <span class="pf-v5-c-check__label">Restarted</span>
1707
1711
  </label>
1708
1712
  </fieldset>
@@ -1717,7 +1721,10 @@ section: components
1717
1721
  type="button"
1718
1722
  aria-label="Sort"
1719
1723
  >
1720
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
1724
+ <i
1725
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
1726
+ aria-hidden="true"
1727
+ ></i>
1721
1728
  </button>
1722
1729
  </div>
1723
1730
 
@@ -5,6 +5,11 @@
5
5
  min-height: 420px;
6
6
  }
7
7
 
8
+ #ws-html-demos-c-toolbar-toolbar-attribute-value-single-select-filter-on-desktop,
9
+ #ws-html-demos-c-toolbar-toolbar-attribute-value-checkbox-select-filter-on-desktop {
10
+ min-height: 320px;
11
+ }
12
+
8
13
  #ws-html-demos-c-toolbar-toolbar-attribute-value-search-filter-on-mobile {
9
14
  min-height: 175px;
10
15
  }
@@ -2292,70 +2292,70 @@ section: components
2292
2292
  >
2293
2293
  <label
2294
2294
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2295
- for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-active"
2295
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-active"
2296
+ for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-active-input"
2296
2297
  >
2297
2298
  <input
2298
2299
  class="pf-v5-c-check__input"
2299
2300
  type="checkbox"
2300
- id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-active"
2301
- name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-active"
2301
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-active-input"
2302
+ name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-active-input"
2303
+ checked
2302
2304
  />
2303
-
2304
2305
  <span class="pf-v5-c-check__label">Active</span>
2305
2306
  </label>
2306
2307
  <label
2307
2308
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2308
- for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-canceled"
2309
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-canceled"
2310
+ for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-canceled-input"
2309
2311
  >
2310
2312
  <input
2311
2313
  class="pf-v5-c-check__input"
2312
2314
  type="checkbox"
2313
- id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-canceled"
2314
- name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-canceled"
2315
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-canceled-input"
2316
+ name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-canceled-input"
2315
2317
  checked
2316
2318
  />
2317
-
2318
2319
  <span class="pf-v5-c-check__label">Canceled</span>
2319
2320
  </label>
2320
2321
  <label
2321
2322
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2322
- for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-paused"
2323
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-paused"
2324
+ for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-paused-input"
2323
2325
  >
2324
2326
  <input
2325
2327
  class="pf-v5-c-check__input"
2326
2328
  type="checkbox"
2327
- id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-paused"
2328
- name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-paused"
2329
- checked
2329
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-paused-input"
2330
+ name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-paused-input"
2330
2331
  />
2331
-
2332
2332
  <span class="pf-v5-c-check__label">Paused</span>
2333
2333
  </label>
2334
2334
  <label
2335
2335
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2336
- for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-warning"
2336
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-warning"
2337
+ for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-warning-input"
2337
2338
  >
2338
2339
  <input
2339
2340
  class="pf-v5-c-check__input"
2340
2341
  type="checkbox"
2341
- id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-warning"
2342
- name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-warning"
2342
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-warning-input"
2343
+ name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-warning-input"
2344
+ checked
2343
2345
  />
2344
-
2345
2346
  <span class="pf-v5-c-check__label">Warning</span>
2346
2347
  </label>
2347
2348
  <label
2348
2349
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2349
- for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-restarted"
2350
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-restarted"
2351
+ for="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-restarted-input"
2350
2352
  >
2351
2353
  <input
2352
2354
  class="pf-v5-c-check__input"
2353
2355
  type="checkbox"
2354
- id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-restarted"
2355
- name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-restarted"
2356
- checked
2356
+ id="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-restarted-input"
2357
+ name="toolbar-attribute-value-checkbox-select-filter-desktop-example-select-filter-status-check-restarted-input"
2357
2358
  />
2358
-
2359
2359
  <span class="pf-v5-c-check__label">Restarted</span>
2360
2360
  </label>
2361
2361
  </fieldset>
@@ -2839,70 +2839,70 @@ section: components
2839
2839
  >
2840
2840
  <label
2841
2841
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2842
- for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-active"
2842
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-active"
2843
+ for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-active-input"
2843
2844
  >
2844
2845
  <input
2845
2846
  class="pf-v5-c-check__input"
2846
2847
  type="checkbox"
2847
- id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-active"
2848
- name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-active"
2848
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-active-input"
2849
+ name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-active-input"
2850
+ checked
2849
2851
  />
2850
-
2851
2852
  <span class="pf-v5-c-check__label">Active</span>
2852
2853
  </label>
2853
2854
  <label
2854
2855
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2855
- for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-canceled"
2856
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-canceled"
2857
+ for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-canceled-input"
2856
2858
  >
2857
2859
  <input
2858
2860
  class="pf-v5-c-check__input"
2859
2861
  type="checkbox"
2860
- id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-canceled"
2861
- name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-canceled"
2862
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-canceled-input"
2863
+ name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-canceled-input"
2862
2864
  checked
2863
2865
  />
2864
-
2865
2866
  <span class="pf-v5-c-check__label">Canceled</span>
2866
2867
  </label>
2867
2868
  <label
2868
2869
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2869
- for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-paused"
2870
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-paused"
2871
+ for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-paused-input"
2870
2872
  >
2871
2873
  <input
2872
2874
  class="pf-v5-c-check__input"
2873
2875
  type="checkbox"
2874
- id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-paused"
2875
- name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-paused"
2876
- checked
2876
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-paused-input"
2877
+ name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-paused-input"
2877
2878
  />
2878
-
2879
2879
  <span class="pf-v5-c-check__label">Paused</span>
2880
2880
  </label>
2881
2881
  <label
2882
2882
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2883
- for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-warning"
2883
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-warning"
2884
+ for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-warning-input"
2884
2885
  >
2885
2886
  <input
2886
2887
  class="pf-v5-c-check__input"
2887
2888
  type="checkbox"
2888
- id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-warning"
2889
- name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-warning"
2889
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-warning-input"
2890
+ name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-warning-input"
2891
+ checked
2890
2892
  />
2891
-
2892
2893
  <span class="pf-v5-c-check__label">Warning</span>
2893
2894
  </label>
2894
2895
  <label
2895
2896
  class="pf-v5-c-check pf-v5-c-select__menu-item"
2896
- for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-restarted"
2897
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-restarted"
2898
+ for="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-restarted-input"
2897
2899
  >
2898
2900
  <input
2899
2901
  class="pf-v5-c-check__input"
2900
2902
  type="checkbox"
2901
- id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-restarted"
2902
- name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-restarted"
2903
- checked
2903
+ id="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-restarted-input"
2904
+ name="toolbar-attribute-value-checkbox-select-filter-mobile-example-select-filter-status-expanded-check-restarted-input"
2904
2905
  />
2905
-
2906
2906
  <span class="pf-v5-c-check__label">Restarted</span>
2907
2907
  </label>
2908
2908
  </fieldset>
@@ -494,7 +494,7 @@ Adjusting width with `.pf-m-flex-1`. In this example, all groups are set to `.pf
494
494
 
495
495
  ### Basic align right example
496
496
 
497
- Aligning right with `.pf-m-align-right`. This solution will always align element right by setting margin-left: auto, including when wrapped.
497
+ Aligning right with `.pf-m-align-right`. This solution will always align element right by setting margin-inline-start: auto, including when wrapped.
498
498
 
499
499
  ```html
500
500
  <div class="pf-v5-l-flex ws-example-flex-border">
@@ -627,8 +627,8 @@ Aligning right with `.pf-m-align-right`. This solution will always align element
627
627
 
628
628
  | Class | Applied to | Outcome |
629
629
  | -- | -- | -- |
630
- | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies margin-left property to auto. |
631
- | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets margin-left property 0. |
630
+ | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies margin-inline-start property to auto. |
631
+ | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets margin-inline-start property 0. |
632
632
  | `.pf-m-align-self-flex-start{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies align-self property to flex-start. |
633
633
  | `.pf-m-align-self-flex-end{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies align-self property to flex-end. |
634
634
  | `.pf-m-align-self-flex-center{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies align-self property to center. |
@@ -863,8 +863,8 @@ Ordering - Ordering can be applied to nested `.pf-v5-l-flex` and `.pf-v5-l-flex_
863
863
  | `.pf-m-align-content-stretch{-on-[breakpoint]}` | `.pf-v5-l-flex` | Modifies the flex layout align-content property to stretch. |
864
864
  | `.pf-m-align-content-space-between{-on-[breakpoint]}` | `.pf-v5-l-flex` | Modifies the flex layout align-content property to space-between. |
865
865
  | `.pf-m-align-content-space-around{-on-[breakpoint]}` | `.pf-v5-l-flex` | Modifies the flex layout align-content property to space-around. |
866
- | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets the flex layout element margin-left property to 0. |
867
- | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies the flex layout element margin-left property to auto. |
866
+ | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets the flex layout element margin-inline-start property to 0. |
867
+ | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies the flex layout element margin-inline-start property to auto. |
868
868
  | `--pf-v5-l-flex--item--Order{-on-[breakpoint]}: {order}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies the flex layout element order property. |
869
869
 
870
870
  ### Spacer system usage
@@ -1,20 +1,20 @@
1
1
  .ws-core-u-box-shadow [class*="pf-v5-u-box-shadow"] {
2
2
  padding: var(--pf-v5-global--spacer--lg);
3
- margin-bottom: var(--pf-v5-global--spacer--md);
3
+ margin-block-end: var(--pf-v5-global--spacer--md);
4
4
  }
5
5
 
6
6
  #ws-core-u-box-shadow-small [class*="pf-v5-u-box-shadow"]:not(:last-child) {
7
- margin-bottom: var(--pf-v5-global--spacer--lg);
7
+ margin-block-end: var(--pf-v5-global--spacer--lg);
8
8
  }
9
9
 
10
10
  #ws-core-u-box-shadow-medium [class*="pf-v5-u-box-shadow"]:not(:last-child) {
11
- margin-bottom: var(--pf-v5-global--spacer--xl);
11
+ margin-block-end: var(--pf-v5-global--spacer--xl);
12
12
  }
13
13
 
14
14
  #ws-core-u-box-shadow-large [class*="pf-v5-u-box-shadow"]:not(:last-child) {
15
- margin-bottom: var(--pf-v5-global--spacer--2xl);
15
+ margin-block-end: var(--pf-v5-global--spacer--2xl);
16
16
  }
17
17
 
18
18
  #ws-core-u-box-shadow-extra-large [class*="pf-v5-u-box-shadow"]:not(:last-child) {
19
- margin-bottom: var(--pf-v5-global--spacer--3xl);
19
+ margin-block-end: var(--pf-v5-global--spacer--3xl);
20
20
  }
package/icons/pficons.mjs CHANGED
@@ -117,6 +117,7 @@ export const pfIcons = {
117
117
  "tenant": { "width": 1024, "height": 1024, "svgPathData": "M512.1,0 C229.7,0 0,229.8 0,512 C0,794.3 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0 Z M512,960 C264.9,960 64,759.2 64,512 C64,265 264.9,64 512,64 C759,64 960,264.9 960,512 C960,759.1 759,960 512,960 Z M672,544 C601.3,544 544,601.3 544,672 C544,742.7 601.3,800 672,800 C742.7,800 800,742.7 800,672 C800,601.3 742.7,544 672,544 Z M672,752 C627.9,752 592,716.1 592,672 C592,627.9 627.9,592 672,592 C716.1,592 752,627.9 752,672 C752,716.1 716.1,752 672,752 Z M352,544 C281.3,544 224,601.3 224,672 C224,742.7 281.3,800 352,800 C422.7,800 480,742.7 480,672 C480,601.3 422.7,544 352,544 Z M352,752 C307.9,752 272,716.1 272,672 C272,627.9 307.9,592 352,592 C396.1,592 432,627.9 432,672 C432,716.1 396.1,752 352,752 Z M672,224 C601.3,224 544,281.3 544,352 C544,422.7 601.3,480 672,480 C742.7,480 800,422.7 800,352 C800,281.3 742.7,224 672,224 Z M672,432 C627.9,432 592,396.1 592,352 C592,307.9 627.9,272 672,272 C716.1,272 752,307.9 752,352 C752,396.1 716.1,432 672,432 Z M480,352 C480,422.7 422.7,480 352,480 C281.3,480 224,422.7 224,352 C224,281.3 281.3,224 352,224 C422.7,224 480,281.3 480,352" },
118
118
  "thumb-tack": { "width": 640, "height": 1024, "svgPathData": "M640,670.7 C640,543 602.7,480.2 512,448 L512,192 C549.3,178.8 575.4,137.8 575.4,96 C575.4,43 532.4,0 479.4,0 L159.4,0 C106.4,0 63.4,43 63.4,96 C63.4,137.8 90.7,178.8 128,192 L128,448 C37.3,480.2 0,543 0,670.7 C0,688.9 13.8,704 32,704 L256,704 L284.7,995 C286.2,1011.5 301,1024 320,1024 C339,1024 352.6,1011.4 354.1,995 L384,704 L606.9,704 C625.1,704 640,688.9 640,670.7" },
119
119
  "topology": { "width": 1088, "height": 1024, "svgPathData": "M877.8,0 C797.1,0 731.5,65.6 731.5,146.3 C731.5,175.1 739.7,201.8 754.1,224.5 L670,310.5 C626.5,276.4 571.7,256 512,256 C477.8,256 445.1,262.7 415.3,274.9 L388.6,239.6 C375.1,221.3 350.9,216.1 334.9,228.2 C318.7,240.1 316.4,264.8 329.6,283.1 L351.9,312.3 C293.4,359.2 256,431.2 256,512 C256,534.7 259,556.7 264.5,577.7 L239,590.9 C219.8,600.3 210.7,622.9 218.4,641.2 C226.1,659.5 248.3,666.8 267.3,657.7 L292.9,644.4 C329.1,704.2 389.1,748 459.8,762.6 L453.8,835.6 C413.5,847.1 384,884.1 384,928 C384,981 427,1024 480,1024 C533,1024 576,981 576,928 C576,888.3 551.9,854.3 517.6,839.7 L523.5,767.8 C605.3,764.2 677.2,722.1 721.4,659.2 L789.8,705.8 C808.1,718.4 832.1,714.9 842.8,698 C853.5,680.9 847.3,656.9 828.8,644.6 L754.6,594.1 C763.3,568.3 768,540.7 768,512 C768,456.6 750.4,405.3 720.5,363.5 L807.4,274.8 C828.2,286.2 852.2,292.9 877.8,292.9 C958.5,292.9 1024.1,227.3 1024.1,146.6 C1024.1,65.9 958.5,0 877.8,0 Z M528,928 C528,954.5 506.5,976 480,976 C453.5,976 432,954.5 432,928 C432,901.5 453.5,880 480,880 C506.5,880 528,901.5 528,928 Z M512,640 C441.3,640 384,582.7 384,512 C384,441.3 441.3,384 512,384 C582.7,384 640,441.3 640,512 C640,582.7 582.8,640 512,640 Z M877.8,224 C834.8,224 800.1,189.3 800.1,146.3 C800.1,103.3 834.8,68.6 877.8,68.6 C920.8,68.6 955.5,103.3 955.5,146.3 C955.5,189.3 920.8,224 877.8,224 Z M900.8,712.3 C943.6,669.5 1013.1,669.5 1055.9,712.3 C1077.3,733.7 1088,761.8 1088,789.9 C1088,818 1077.3,846 1055.9,867.5 C1013.1,910.3 943.6,910.3 900.8,867.5 C858,824.6 858,755.2 900.8,712.3 M256,2.3 C316.6,2.3 365.7,51.4 365.7,112 C365.7,172.6 316.6,221.7 256,221.7 C195.4,221.7 146.3,172.6 146.3,112 C146.3,51.4 195.4,2.3 256,2.3 M96,608 C149,608 192,651 192,704 C192,757 149,800 96,800 C43,800 0,757 0,704 C0,651 43,608 96,608" },
120
+ "treeview": { "width": 1024, "height": 1024, "svgPathData": "M1110.73911,0 L41.1428663,0 C18.4204327,0 0,19.1026667 0,42.6666667 L0,127.877333 C0,151.509333 18.473147,170.666667 41.2611521,170.666667 L1110.73911,170.666667 C1133.52711,170.666667 1152.00026,151.509333 1152.00026,127.877333 L1152.00026,42.7893333 C1152.00026,19.1573333 1133.52711,0 1110.73911,0 M1110.73911,426.666667 L452.57153,426.666667 C429.849096,426.666667 411.428663,445.769333 411.428663,469.333333 L411.428663,554.544 C411.428663,578.176 429.90181,597.333333 452.689815,597.333333 L1110.73911,597.333333 C1133.52711,597.333333 1152.00026,578.176 1152.00026,554.544 L1152.00026,469.456 C1152.00026,445.824 1133.52711,426.666667 1110.73911,426.666667 M308.571497,469.333333 L82.2857327,469.333333 L82.2857327,277.333333 C82.2857327,265.550667 73.0748735,256 61.7142995,256 L20.5714332,256 C9.20957348,256 0,265.550667 0,277.333333 L0,490.666667 L0,533.333333 L0,896 L0,960 C0,971.782667 9.20957348,981.333333 20.5714332,981.333333 L61.7142995,981.333333 L308.571497,981.333333 C319.932071,981.333333 329.142931,971.782667 329.142931,960 L329.142931,917.333333 C329.142931,905.550667 319.932071,896 308.571497,896 L82.2857327,896 L82.2857327,554.666667 L308.571497,554.666667 C319.932071,554.666667 329.142931,545.116 329.142931,533.333333 L329.142931,490.666667 C329.142931,478.884 319.932071,469.333333 308.571497,469.333333 M1152.00026,896.122667 L1152.00026,981.210667 C1152.00026,1004.84267 1133.52711,1024 1110.73911,1024 L452.689815,1024 C429.90181,1024 411.428663,1004.84267 411.428663,981.210667 L411.428663,896 C411.428663,872.436 429.849096,853.333333 452.57153,853.333333 L1110.73911,853.333333 C1133.52711,853.333333 1152.00026,872.490667 1152.00026,896.122667" },
120
121
  "trend-down": { "width": 960, "height": 1024, "svgPathData": "M960,864 C960,881.7 945.7,896 928,896 L480,896 C462.3,896 448,881.7 448,864 L448,800 C448,782.3 462.3,768 480,768 L741.5,768 L450.3,473.8 L343.7,580.8 C331.2,593.3 310.9,593.4 298.4,580.8 L9.4,291.8 C3.1,285.6 0,277.4 0,269.3 C0,261.1 3.1,252.9 9.4,246.7 L54.6,201.4 C60.9,195.1 69.1,192 77.3,192 C85.5,192 93.7,195.1 99.9,201.4 L320.9,422.4 L427.5,315.4 C440,302.9 460.3,302.8 472.8,315.4 L832,677.5 L831,416 C831,398.3 844.3,384 862,384 L926,384 C943.7,384 960,398.3 960,416 L960,864 Z" },
121
122
  "trend-up": { "width": 960, "height": 1024, "svgPathData": "M960,224 C960,206.3 945.7,192 928,192 L480,192 C462.3,192 448,206.3 448,224 L448,288 C448,305.7 462.3,320 480,320 L741.5,320 L450.3,614.2 L343.7,507.2 C331.2,494.7 310.9,494.6 298.4,507.2 L9.4,796.2 C3.1,802.4 0,810.6 0,818.7 C0,826.9 3.1,835.1 9.4,841.3 L54.7,886.6 C60.9,892.8 69.1,896 77.3,896 C85.5,896 93.7,892.9 99.9,886.6 L320.9,665.6 L427.5,772.6 C440,785.1 460.3,785.2 472.8,772.6 L832,410.5 L831,672 C831,689.7 844.3,704 862,704 L926,704 C943.7,704 960,689.7 960,672 L960,224 Z" },
122
123
  "unknown": { "width": 1024, "height": 1024, "svgPathData": "M943.3,317.2 L706.9,80.7 C653,26.9 582.5,0 512,0 C441.5,0 371,26.9 317.1,80.7 L80.7,317.1 C-26.9,424.7 -26.9,599.2 80.7,706.8 L317.1,943.2 C371,997.1 441.5,1024 512,1024 C582.5,1024 653,997.1 706.9,943.3 L943.3,706.9 C1050.9,599.3 1050.9,424.8 943.3,317.2 Z M866.4,602.2 L602.8,866.1 C552.8,916.1 471.8,916.2 421.7,866.2 L157.7,602.2 C107.8,552.2 107.8,471.2 157.8,421.3 L421.4,158.4 C471.3,108.6 552.1,108.6 602.1,158.3 L866.3,421.3 C916.3,471.3 916.3,552.2 866.4,602.2 Z M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C488,576.1 521.3,576 521.3,576 L521.3,576 Z M575.3,751.3 L575.3,655.3 C575.3,650.9 573.7,647.3 570.6,644 C567.5,640.9 563.7,639.3 559.3,639.3 L463.3,639.3 C458.9,639.3 455.3,640.9 452,644 C448.9,647.1 447.3,650.9 447.3,655.3 L447.3,751.3 C447.3,755.7 448.9,759.3 452,762.6 C455.1,765.7 458.9,767.3 463.3,767.3 L559.3,767.3 C563.7,767.3 567.3,765.7 570.6,762.6 C573.8,759.4 575.3,755.6 575.3,751.3 L575.3,751.3 Z" },