@primer/react 38.0.0-rc.195178541 → 38.0.0-rc.2

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 (671) hide show
  1. package/CHANGELOG.md +193 -2
  2. package/dist/browser.esm.js +3 -3
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +3 -3
  5. package/dist/browser.umd.js.map +1 -1
  6. package/dist/components.css +1311 -350
  7. package/generated/components.json +560 -766
  8. package/lib/ActionList/ActionList-167cf6c7.css +2 -0
  9. package/lib/ActionList/ActionList-167cf6c7.css.map +1 -0
  10. package/lib/ActionList/ActionList.module.css.js +2 -2
  11. package/lib/ActionList/ActionListContainerContext.d.ts +1 -1
  12. package/lib/ActionList/ActionListContainerContext.d.ts.map +1 -1
  13. package/lib/ActionList/Description.d.ts.map +1 -1
  14. package/lib/ActionList/Description.js +1 -2
  15. package/lib/ActionList/Divider.d.ts.map +1 -1
  16. package/lib/ActionList/Divider.js +1 -2
  17. package/lib/ActionList/Group.d.ts.map +1 -1
  18. package/lib/ActionList/Group.js +1 -6
  19. package/lib/ActionList/Item.d.ts.map +1 -1
  20. package/lib/ActionList/Item.js +6 -3
  21. package/lib/ActionList/LinkItem.d.ts +1 -1
  22. package/lib/ActionList/LinkItem.d.ts.map +1 -1
  23. package/lib/ActionList/LinkItem.js +3 -2
  24. package/lib/ActionList/List.d.ts.map +1 -1
  25. package/lib/ActionList/List.js +3 -5
  26. package/lib/ActionList/Selection.js +2 -1
  27. package/lib/ActionList/Visuals.d.ts.map +1 -1
  28. package/lib/ActionList/Visuals.js +0 -7
  29. package/lib/ActionList/shared.d.ts +2 -1
  30. package/lib/ActionList/shared.d.ts.map +1 -1
  31. package/lib/Autocomplete/AutocompleteMenu.js +7 -7
  32. package/lib/Avatar/Avatar.d.ts.map +1 -1
  33. package/lib/Avatar/Avatar.js +39 -41
  34. package/lib/AvatarStack/AvatarStack-802bdd7c.css +2 -0
  35. package/lib/AvatarStack/AvatarStack-802bdd7c.css.map +1 -0
  36. package/lib/AvatarStack/AvatarStack.d.ts +4 -3
  37. package/lib/AvatarStack/AvatarStack.d.ts.map +1 -1
  38. package/lib/AvatarStack/AvatarStack.js +10 -6
  39. package/lib/AvatarStack/AvatarStack.module.css.js +1 -1
  40. package/lib/Banner/Banner-6396546f.css +2 -0
  41. package/lib/Banner/Banner-6396546f.css.map +1 -0
  42. package/lib/Banner/Banner.d.ts.map +1 -1
  43. package/lib/Banner/Banner.js +3 -1
  44. package/lib/Banner/Banner.module.css.js +2 -2
  45. package/lib/{BaseStyles-7880c337.css → BaseStyles-79fd37c4.css} +2 -2
  46. package/lib/BaseStyles-79fd37c4.css.map +1 -0
  47. package/lib/BaseStyles.module.css.js +1 -1
  48. package/lib/Blankslate/{Blankslate-a68ed307.css → Blankslate-2be5efdc.css} +2 -2
  49. package/lib/Blankslate/Blankslate-2be5efdc.css.map +1 -0
  50. package/lib/Blankslate/Blankslate.js +38 -40
  51. package/lib/Blankslate/Blankslate.module.css.js +1 -1
  52. package/lib/BranchName/BranchName.d.ts +6 -3
  53. package/lib/BranchName/BranchName.d.ts.map +1 -1
  54. package/lib/BranchName/BranchName.js +1 -3
  55. package/lib/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  56. package/lib/Breadcrumbs/Breadcrumbs.js +5 -5
  57. package/lib/Button/{ButtonBase-ec78dde7.css → ButtonBase-0a7871f4.css} +2 -2
  58. package/lib/Button/{ButtonBase-ec78dde7.css.map → ButtonBase-0a7871f4.css.map} +1 -1
  59. package/lib/Button/ButtonBase.js +2 -2
  60. package/lib/Button/ButtonBase.module.css.js +1 -1
  61. package/lib/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  62. package/lib/ButtonGroup/ButtonGroup.js +24 -61
  63. package/lib/Checkbox/Checkbox.js +187 -56
  64. package/lib/CircleBadge/CircleBadge.d.ts +4 -0
  65. package/lib/CircleBadge/CircleBadge.d.ts.map +1 -1
  66. package/lib/CircleBadge/CircleBadge.js +4 -0
  67. package/lib/ConfirmationDialog/ConfirmationDialog.d.ts +8 -0
  68. package/lib/ConfirmationDialog/ConfirmationDialog.d.ts.map +1 -1
  69. package/lib/ConfirmationDialog/ConfirmationDialog.js +6 -2
  70. package/lib/CounterLabel/CounterLabel.d.ts.map +1 -1
  71. package/lib/CounterLabel/CounterLabel.js +43 -87
  72. package/lib/DataTable/Pagination-b6f8418c.css +2 -0
  73. package/lib/DataTable/Pagination-b6f8418c.css.map +1 -0
  74. package/lib/DataTable/Pagination.d.ts.map +1 -1
  75. package/lib/DataTable/Pagination.js +81 -88
  76. package/lib/DataTable/Pagination.module.css.js +7 -0
  77. package/lib/DataTable/Table.d.ts +1 -1
  78. package/lib/DataTable/Table.d.ts.map +1 -1
  79. package/lib/DataTable/Table.js +18 -26
  80. package/lib/DataTable/storyHelpers.d.ts +1 -1
  81. package/lib/DataTable/storyHelpers.d.ts.map +1 -1
  82. package/lib/DataTable/useTable.js +63 -82
  83. package/lib/Details/Details.d.ts +2 -3
  84. package/lib/Details/Details.d.ts.map +1 -1
  85. package/lib/Details/Details.js +33 -82
  86. package/lib/FeatureFlags/DefaultFeatureFlags.d.ts.map +1 -1
  87. package/lib/FeatureFlags/DefaultFeatureFlags.js +2 -3
  88. package/lib/FeatureFlags/FeatureFlags.js +10 -12
  89. package/lib/FilteredActionList/FilteredActionList-96b126d7.css +2 -0
  90. package/lib/FilteredActionList/FilteredActionList-96b126d7.css.map +1 -0
  91. package/lib/FilteredActionList/{FilteredActionListWithModernActionList.d.ts → FilteredActionList.d.ts} +9 -4
  92. package/lib/FilteredActionList/FilteredActionList.d.ts.map +1 -0
  93. package/lib/FilteredActionList/{FilteredActionListWithModernActionList.js → FilteredActionList.js} +156 -42
  94. package/lib/FilteredActionList/FilteredActionList.module.css.js +2 -2
  95. package/lib/FilteredActionList/FilteredActionListLoaders.js +1 -1
  96. package/lib/FilteredActionList/index.d.ts +3 -2
  97. package/lib/FilteredActionList/index.d.ts.map +1 -1
  98. package/lib/FilteredActionList/types.d.ts +159 -0
  99. package/lib/FilteredActionList/types.d.ts.map +1 -0
  100. package/lib/FilteredActionList/useAnnouncements.d.ts +5 -2
  101. package/lib/FilteredActionList/useAnnouncements.d.ts.map +1 -1
  102. package/lib/FilteredActionList/useAnnouncements.js +112 -65
  103. package/lib/FormControl/FormControl.d.ts.map +1 -1
  104. package/lib/FormControl/FormControl.js +3 -12
  105. package/lib/Header/Header.d.ts.map +1 -1
  106. package/lib/Header/Header.js +64 -170
  107. package/lib/InlineMessage/InlineMessage.d.ts +1 -1
  108. package/lib/InlineMessage/InlineMessage.d.ts.map +1 -1
  109. package/lib/InlineMessage/InlineMessage.js +31 -69
  110. package/lib/Label/Label.d.ts.map +1 -1
  111. package/lib/Label/Label.js +10 -8
  112. package/lib/LabelGroup/LabelGroup.d.ts +1 -2
  113. package/lib/LabelGroup/LabelGroup.d.ts.map +1 -1
  114. package/lib/LabelGroup/LabelGroup.js +13 -16
  115. package/lib/NavList/NavList.js +219 -53
  116. package/lib/Overlay/Overlay-40e80d0e.css +2 -0
  117. package/lib/Overlay/Overlay-40e80d0e.css.map +1 -0
  118. package/lib/Overlay/Overlay.module.css.js +1 -1
  119. package/lib/PageHeader/PageHeader.d.ts.map +1 -1
  120. package/lib/PageHeader/PageHeader.js +21 -30
  121. package/lib/PageLayout/PageLayout.d.ts.map +1 -1
  122. package/lib/PageLayout/PageLayout.js +466 -476
  123. package/lib/Pagehead/Pagehead.d.ts +1 -1
  124. package/lib/Pagehead/Pagehead.d.ts.map +1 -1
  125. package/lib/Pagehead/Pagehead.js +2 -11
  126. package/lib/PointerBox/PointerBox.d.ts +9 -1
  127. package/lib/PointerBox/PointerBox.d.ts.map +1 -1
  128. package/lib/PointerBox/PointerBox.js +5 -1
  129. package/lib/Popover/Popover-b609f443.css +2 -0
  130. package/lib/Popover/Popover-b609f443.css.map +1 -0
  131. package/lib/Popover/Popover.d.ts +5 -0
  132. package/lib/Popover/Popover.d.ts.map +1 -1
  133. package/lib/Popover/Popover.js +40 -21
  134. package/lib/Popover/Popover.module.css.js +1 -1
  135. package/lib/Portal/Portal.d.ts.map +1 -1
  136. package/lib/Portal/Portal.js +1 -0
  137. package/lib/ProgressBar/ProgressBar-36f689cb.css +2 -0
  138. package/lib/ProgressBar/ProgressBar-36f689cb.css.map +1 -0
  139. package/lib/ProgressBar/ProgressBar.d.ts +3 -4
  140. package/lib/ProgressBar/ProgressBar.d.ts.map +1 -1
  141. package/lib/ProgressBar/ProgressBar.js +53 -49
  142. package/lib/ProgressBar/ProgressBar.module.css.js +1 -1
  143. package/lib/ProgressBar/index.d.ts +2 -2
  144. package/lib/ProgressBar/index.d.ts.map +1 -1
  145. package/lib/Radio/{Radio-b2a92b7d.css → Radio-df9a5c02.css} +2 -2
  146. package/lib/Radio/{Radio-b2a92b7d.css.map → Radio-df9a5c02.css.map} +1 -1
  147. package/lib/Radio/Radio.d.ts.map +1 -1
  148. package/lib/Radio/Radio.js +40 -91
  149. package/lib/Radio/Radio.module.css.js +1 -1
  150. package/lib/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  151. package/lib/SegmentedControl/SegmentedControl.js +23 -25
  152. package/lib/SegmentedControl/SegmentedControlButton.d.ts.map +1 -1
  153. package/lib/SegmentedControl/SegmentedControlButton.js +70 -72
  154. package/lib/SegmentedControl/SegmentedControlIconButton.d.ts.map +1 -1
  155. package/lib/SegmentedControl/SegmentedControlIconButton.js +110 -112
  156. package/lib/Select/Select.d.ts +1 -1
  157. package/lib/Select/Select.d.ts.map +1 -1
  158. package/lib/Select/Select.js +79 -83
  159. package/lib/SelectPanel/SelectPanel-e11ce210.css +2 -0
  160. package/lib/SelectPanel/SelectPanel-e11ce210.css.map +1 -0
  161. package/lib/SelectPanel/SelectPanel.d.ts +8 -4
  162. package/lib/SelectPanel/SelectPanel.d.ts.map +1 -1
  163. package/lib/SelectPanel/SelectPanel.js +66 -29
  164. package/lib/SelectPanel/SelectPanel.module.css.js +2 -2
  165. package/lib/SelectPanel/SelectPanelMessage.d.ts +13 -0
  166. package/lib/SelectPanel/SelectPanelMessage.d.ts.map +1 -1
  167. package/lib/SelectPanel/SelectPanelMessage.js +10 -4
  168. package/lib/SelectPanel/index.d.ts +1 -0
  169. package/lib/SelectPanel/index.d.ts.map +1 -1
  170. package/lib/SideNav.d.ts +2 -3
  171. package/lib/SideNav.d.ts.map +1 -1
  172. package/lib/SideNav.js +4 -11
  173. package/lib/Skeleton/SkeletonBox.d.ts +2 -2
  174. package/lib/Skeleton/SkeletonBox.d.ts.map +1 -1
  175. package/lib/Skeleton/SkeletonBox.js +25 -24
  176. package/lib/SkeletonAvatar/SkeletonAvatar-e00fff32.css +2 -0
  177. package/lib/SkeletonAvatar/SkeletonAvatar-e00fff32.css.map +1 -0
  178. package/lib/SkeletonAvatar/SkeletonAvatar.d.ts +12 -0
  179. package/lib/SkeletonAvatar/SkeletonAvatar.d.ts.map +1 -0
  180. package/lib/{experimental/Skeleton → SkeletonAvatar}/SkeletonAvatar.js +5 -5
  181. package/lib/{experimental/Skeleton → SkeletonAvatar}/SkeletonAvatar.module.css.js +1 -1
  182. package/lib/SkeletonAvatar/index.d.ts +3 -0
  183. package/lib/SkeletonAvatar/index.d.ts.map +1 -0
  184. package/lib/SkeletonText/SkeletonText-5cf908c1.css +2 -0
  185. package/lib/SkeletonText/SkeletonText-5cf908c1.css.map +1 -0
  186. package/lib/{experimental/Skeleton → SkeletonText}/SkeletonText.d.ts +5 -4
  187. package/lib/SkeletonText/SkeletonText.d.ts.map +1 -0
  188. package/lib/SkeletonText/SkeletonText.js +142 -0
  189. package/lib/SkeletonText/SkeletonText.module.css.js +7 -0
  190. package/lib/SkeletonText/index.d.ts +3 -0
  191. package/lib/SkeletonText/index.d.ts.map +1 -0
  192. package/lib/Spinner/Spinner.d.ts +1 -1
  193. package/lib/Spinner/Spinner.d.ts.map +1 -1
  194. package/lib/Spinner/Spinner.js +13 -51
  195. package/lib/SplitPageLayout/SplitPageLayout.d.ts +1 -2
  196. package/lib/SplitPageLayout/SplitPageLayout.d.ts.map +1 -1
  197. package/{lib-esm/Stack/Stack-83ac2229.css → lib/Stack/Stack-9e7b935d.css} +2 -2
  198. package/lib/Stack/Stack-9e7b935d.css.map +1 -0
  199. package/lib/Stack/Stack.d.ts +5 -0
  200. package/lib/Stack/Stack.d.ts.map +1 -1
  201. package/lib/Stack/Stack.js +125 -112
  202. package/lib/Stack/Stack.module.css.js +1 -1
  203. package/lib/StateLabel/StateLabel-50420ff5.css +2 -0
  204. package/lib/StateLabel/StateLabel-50420ff5.css.map +1 -0
  205. package/lib/StateLabel/StateLabel.d.ts +7 -7
  206. package/lib/StateLabel/StateLabel.d.ts.map +1 -1
  207. package/lib/StateLabel/StateLabel.js +56 -130
  208. package/lib/StateLabel/StateLabel.module.css.js +7 -0
  209. package/lib/SubNav/SubNav.d.ts +8 -16
  210. package/lib/SubNav/SubNav.d.ts.map +1 -1
  211. package/lib/SubNav/SubNav.js +74 -215
  212. package/lib/TabNav/TabNav-83c6145e.css +2 -0
  213. package/lib/TabNav/TabNav-83c6145e.css.map +1 -0
  214. package/lib/TabNav/TabNav.module.css.js +1 -1
  215. package/lib/Text/Text.d.ts.map +1 -1
  216. package/lib/Text/Text.js +2 -3
  217. package/lib/TextInput/TextInput.d.ts +1 -1
  218. package/lib/TextInput/TextInput.d.ts.map +1 -1
  219. package/lib/TextInputWithTokens/TextInputWithTokens.d.ts +6 -0
  220. package/lib/TextInputWithTokens/TextInputWithTokens.d.ts.map +1 -1
  221. package/lib/TextInputWithTokens/TextInputWithTokens.js +343 -331
  222. package/lib/Textarea/Textarea.d.ts +24 -0
  223. package/lib/Textarea/Textarea.d.ts.map +1 -1
  224. package/lib/Textarea/Textarea.js +72 -44
  225. package/lib/Timeline/Timeline.d.ts +1 -1
  226. package/lib/Timeline/Timeline.d.ts.map +1 -1
  227. package/lib/Timeline/Timeline.js +92 -264
  228. package/lib/ToggleSwitch/ToggleSwitch-4b23d166.css +2 -0
  229. package/lib/ToggleSwitch/ToggleSwitch-4b23d166.css.map +1 -0
  230. package/lib/ToggleSwitch/ToggleSwitch.d.ts +14 -5
  231. package/lib/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  232. package/lib/ToggleSwitch/ToggleSwitch.js +263 -275
  233. package/lib/ToggleSwitch/ToggleSwitch.module.css.js +7 -0
  234. package/lib/ToggleSwitch/ToggleSwitchStoryWrapper.d.ts.map +1 -1
  235. package/lib/Token/IssueLabelToken-0dbbbcdf.css +2 -0
  236. package/lib/Token/IssueLabelToken-0dbbbcdf.css.map +1 -0
  237. package/lib/Token/IssueLabelToken.d.ts.map +1 -1
  238. package/lib/Token/IssueLabelToken.js +7 -65
  239. package/lib/Token/IssueLabelToken.module.css.js +1 -1
  240. package/lib/Token/Token.d.ts.map +1 -1
  241. package/lib/Token/Token.js +120 -128
  242. package/lib/Token/TokenBase.js +78 -83
  243. package/lib/Token/_RemoveTokenButton.js +106 -26
  244. package/lib/Token/index.d.ts +0 -1
  245. package/lib/Token/index.d.ts.map +1 -1
  246. package/lib/Tooltip/Tooltip.js +15 -17
  247. package/lib/TooltipV2/Tooltip-5a80d7b2.css +2 -0
  248. package/lib/TooltipV2/Tooltip-5a80d7b2.css.map +1 -0
  249. package/lib/TooltipV2/Tooltip.d.ts.map +1 -1
  250. package/lib/TooltipV2/Tooltip.js +3 -3
  251. package/lib/TooltipV2/Tooltip.module.css.js +1 -1
  252. package/lib/TreeView/TreeView.js +20 -22
  253. package/lib/TreeView/shared.js +2 -2
  254. package/lib/VisuallyHidden/VisuallyHidden.d.ts +2 -3
  255. package/lib/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
  256. package/lib/VisuallyHidden/VisuallyHidden.js +17 -51
  257. package/lib/_VisuallyHidden-5c0a2499.css +2 -0
  258. package/lib/_VisuallyHidden-5c0a2499.css.map +1 -0
  259. package/lib/_VisuallyHidden.d.ts +3 -2
  260. package/lib/_VisuallyHidden.d.ts.map +1 -1
  261. package/lib/_VisuallyHidden.js +63 -26
  262. package/lib/_VisuallyHidden.module.css.js +7 -0
  263. package/lib/deprecated/ActionList/List.d.ts.map +1 -1
  264. package/lib/deprecated/ActionList/List.js +115 -138
  265. package/lib/deprecated/ActionMenu.js +19 -21
  266. package/lib/deprecated/UnderlineNav/UnderlineNav.d.ts +2 -3
  267. package/lib/deprecated/UnderlineNav/UnderlineNav.d.ts.map +1 -1
  268. package/lib/deprecated/UnderlineNav/UnderlineNav.js +2 -3
  269. package/lib/deprecated/index.d.ts +2 -0
  270. package/lib/deprecated/index.d.ts.map +1 -1
  271. package/lib/deprecated/index.js +2 -0
  272. package/lib/experimental/IssueLabel/IssueLabel-6581d1bd.css +2 -0
  273. package/lib/experimental/IssueLabel/IssueLabel-6581d1bd.css.map +1 -0
  274. package/lib/experimental/IssueLabel/IssueLabel.d.ts +28 -13
  275. package/lib/experimental/IssueLabel/IssueLabel.d.ts.map +1 -1
  276. package/lib/experimental/IssueLabel/IssueLabel.js +129 -135
  277. package/lib/experimental/IssueLabel/IssueLabel.module.css.js +1 -1
  278. package/lib/experimental/UnderlinePanels/UnderlinePanels.d.ts.map +1 -1
  279. package/lib/experimental/UnderlinePanels/UnderlinePanels.js +30 -40
  280. package/lib/experimental/index.d.ts +6 -1
  281. package/lib/experimental/index.d.ts.map +1 -1
  282. package/lib/experimental/index.js +4 -4
  283. package/lib/hooks/useMenuKeyboardNavigation.js +23 -43
  284. package/lib/hooks/useMnemonics.js +37 -77
  285. package/lib/hooks/useOpenAndCloseFocus.js +7 -14
  286. package/lib/hooks/useOverflow.js +7 -11
  287. package/lib/hooks/useScrollFlash.js +25 -14
  288. package/lib/index.d.ts +6 -9
  289. package/lib/index.d.ts.map +1 -1
  290. package/lib/index.js +10 -16
  291. package/lib/internal/components/BoxWithFallback.js +40 -35
  292. package/lib/internal/components/ButtonReset-904f2483.css +2 -0
  293. package/lib/internal/components/ButtonReset-904f2483.css.map +1 -0
  294. package/lib/internal/components/ButtonReset.d.ts +1 -2
  295. package/lib/internal/components/ButtonReset.d.ts.map +1 -1
  296. package/lib/internal/components/ButtonReset.js +49 -13
  297. package/lib/internal/components/ButtonReset.module.css.js +7 -0
  298. package/lib/internal/components/Caret-e686f04c.css +2 -0
  299. package/lib/internal/components/Caret-e686f04c.css.map +1 -0
  300. package/{lib-esm → lib/internal/components}/Caret.d.ts +1 -3
  301. package/lib/internal/components/Caret.d.ts.map +1 -0
  302. package/lib/{Caret.js → internal/components/Caret.js} +14 -48
  303. package/lib/internal/components/Caret.module.css.js +7 -0
  304. package/lib/internal/components/LiveRegion.js +8 -10
  305. package/lib/internal/components/{TextInputWrapper-ca608f70.css → TextInputWrapper-889df5d3.css} +2 -2
  306. package/{lib-esm/internal/components/TextInputWrapper-ca608f70.css.map → lib/internal/components/TextInputWrapper-889df5d3.css.map} +1 -1
  307. package/lib/internal/components/TextInputWrapper.module.css.js +1 -1
  308. package/lib/internal/components/UnderlineTabbedInterface.d.ts.map +1 -1
  309. package/lib/internal/components/UnderlineTabbedInterface.js +60 -108
  310. package/lib/internal/utils/getGlobalFocusStyles.js +1 -1
  311. package/lib/live-region/Announce.js +2 -2
  312. package/lib/test-helpers.js +3 -0
  313. package/lib/utils/form-story-helpers.d.ts +1 -1
  314. package/lib/utils/form-story-helpers.d.ts.map +1 -1
  315. package/lib-esm/ActionList/ActionList-167cf6c7.css +2 -0
  316. package/lib-esm/ActionList/ActionList-167cf6c7.css.map +1 -0
  317. package/lib-esm/ActionList/ActionList.module.css.js +2 -2
  318. package/lib-esm/ActionList/ActionListContainerContext.d.ts +1 -1
  319. package/lib-esm/ActionList/Description.js +1 -2
  320. package/lib-esm/ActionList/Divider.js +1 -2
  321. package/lib-esm/ActionList/Group.js +1 -6
  322. package/lib-esm/ActionList/Item.js +6 -3
  323. package/lib-esm/ActionList/LinkItem.d.ts +1 -1
  324. package/lib-esm/ActionList/LinkItem.js +3 -2
  325. package/lib-esm/ActionList/List.js +3 -5
  326. package/lib-esm/ActionList/Selection.js +2 -1
  327. package/lib-esm/ActionList/Visuals.js +0 -7
  328. package/lib-esm/ActionList/shared.d.ts +2 -1
  329. package/lib-esm/Autocomplete/AutocompleteMenu.js +1 -1
  330. package/lib-esm/Avatar/Avatar.js +39 -41
  331. package/lib-esm/AvatarStack/AvatarStack-802bdd7c.css +2 -0
  332. package/lib-esm/AvatarStack/AvatarStack-802bdd7c.css.map +1 -0
  333. package/lib-esm/AvatarStack/AvatarStack.d.ts +4 -3
  334. package/lib-esm/AvatarStack/AvatarStack.js +10 -6
  335. package/lib-esm/AvatarStack/AvatarStack.module.css.js +1 -1
  336. package/lib-esm/Banner/Banner-6396546f.css +2 -0
  337. package/lib-esm/Banner/Banner-6396546f.css.map +1 -0
  338. package/lib-esm/Banner/Banner.js +3 -1
  339. package/lib-esm/Banner/Banner.module.css.js +2 -2
  340. package/lib-esm/{BaseStyles-7880c337.css → BaseStyles-79fd37c4.css} +2 -2
  341. package/lib-esm/BaseStyles-79fd37c4.css.map +1 -0
  342. package/lib-esm/BaseStyles.module.css.js +1 -1
  343. package/lib-esm/Blankslate/{Blankslate-a68ed307.css → Blankslate-2be5efdc.css} +2 -2
  344. package/lib-esm/Blankslate/Blankslate-2be5efdc.css.map +1 -0
  345. package/lib-esm/Blankslate/Blankslate.js +38 -40
  346. package/lib-esm/Blankslate/Blankslate.module.css.js +1 -1
  347. package/lib-esm/BranchName/BranchName.d.ts +6 -3
  348. package/lib-esm/BranchName/BranchName.js +1 -3
  349. package/lib-esm/Breadcrumbs/Breadcrumbs.js +5 -5
  350. package/lib-esm/Button/{ButtonBase-ec78dde7.css → ButtonBase-0a7871f4.css} +2 -2
  351. package/lib-esm/Button/{ButtonBase-ec78dde7.css.map → ButtonBase-0a7871f4.css.map} +1 -1
  352. package/lib-esm/Button/ButtonBase.js +2 -2
  353. package/lib-esm/Button/ButtonBase.module.css.js +1 -1
  354. package/lib-esm/ButtonGroup/ButtonGroup.js +24 -61
  355. package/lib-esm/Checkbox/Checkbox.js +187 -56
  356. package/lib-esm/CircleBadge/CircleBadge.d.ts +4 -0
  357. package/lib-esm/CircleBadge/CircleBadge.js +4 -0
  358. package/lib-esm/ConfirmationDialog/ConfirmationDialog.d.ts +8 -0
  359. package/lib-esm/ConfirmationDialog/ConfirmationDialog.js +6 -2
  360. package/lib-esm/CounterLabel/CounterLabel.js +43 -87
  361. package/lib-esm/DataTable/Pagination-b6f8418c.css +2 -0
  362. package/lib-esm/DataTable/Pagination-b6f8418c.css.map +1 -0
  363. package/lib-esm/DataTable/Pagination.js +81 -84
  364. package/lib-esm/DataTable/Pagination.module.css.js +5 -0
  365. package/lib-esm/DataTable/Table.d.ts +1 -1
  366. package/lib-esm/DataTable/Table.js +18 -26
  367. package/lib-esm/DataTable/storyHelpers.d.ts +1 -1
  368. package/lib-esm/DataTable/useTable.js +64 -83
  369. package/lib-esm/Details/Details.d.ts +2 -3
  370. package/lib-esm/Details/Details.js +33 -82
  371. package/lib-esm/FeatureFlags/DefaultFeatureFlags.js +2 -3
  372. package/lib-esm/FeatureFlags/FeatureFlags.js +10 -12
  373. package/lib-esm/FilteredActionList/FilteredActionList-96b126d7.css +2 -0
  374. package/lib-esm/FilteredActionList/FilteredActionList-96b126d7.css.map +1 -0
  375. package/lib-esm/FilteredActionList/{FilteredActionListWithModernActionList.d.ts → FilteredActionList.d.ts} +9 -4
  376. package/lib-esm/FilteredActionList/{FilteredActionListWithModernActionList.js → FilteredActionList.js} +156 -42
  377. package/lib-esm/FilteredActionList/FilteredActionList.module.css.js +2 -2
  378. package/lib-esm/FilteredActionList/FilteredActionListLoaders.js +1 -1
  379. package/lib-esm/FilteredActionList/index.d.ts +3 -2
  380. package/lib-esm/FilteredActionList/types.d.ts +159 -0
  381. package/lib-esm/FilteredActionList/useAnnouncements.d.ts +5 -2
  382. package/lib-esm/FilteredActionList/useAnnouncements.js +112 -65
  383. package/lib-esm/FormControl/FormControl.js +3 -12
  384. package/lib-esm/Header/Header.js +64 -170
  385. package/lib-esm/InlineMessage/InlineMessage.d.ts +1 -1
  386. package/lib-esm/InlineMessage/InlineMessage.js +31 -69
  387. package/lib-esm/Label/Label.js +10 -8
  388. package/lib-esm/LabelGroup/LabelGroup.d.ts +1 -2
  389. package/lib-esm/LabelGroup/LabelGroup.js +13 -16
  390. package/lib-esm/NavList/NavList.js +219 -53
  391. package/lib-esm/Overlay/Overlay-40e80d0e.css +2 -0
  392. package/lib-esm/Overlay/Overlay-40e80d0e.css.map +1 -0
  393. package/lib-esm/Overlay/Overlay.module.css.js +1 -1
  394. package/lib-esm/PageHeader/PageHeader.js +21 -30
  395. package/lib-esm/PageLayout/PageLayout.js +466 -476
  396. package/lib-esm/Pagehead/Pagehead.d.ts +1 -1
  397. package/lib-esm/Pagehead/Pagehead.js +2 -11
  398. package/lib-esm/PointerBox/PointerBox.d.ts +9 -1
  399. package/lib-esm/PointerBox/PointerBox.js +5 -1
  400. package/lib-esm/Popover/Popover-b609f443.css +2 -0
  401. package/lib-esm/Popover/Popover-b609f443.css.map +1 -0
  402. package/lib-esm/Popover/Popover.d.ts +5 -0
  403. package/lib-esm/Popover/Popover.js +40 -21
  404. package/lib-esm/Popover/Popover.module.css.js +1 -1
  405. package/lib-esm/Portal/Portal.js +1 -0
  406. package/lib-esm/ProgressBar/ProgressBar-36f689cb.css +2 -0
  407. package/lib-esm/ProgressBar/ProgressBar-36f689cb.css.map +1 -0
  408. package/lib-esm/ProgressBar/ProgressBar.d.ts +3 -4
  409. package/lib-esm/ProgressBar/ProgressBar.js +53 -49
  410. package/lib-esm/ProgressBar/ProgressBar.module.css.js +1 -1
  411. package/lib-esm/ProgressBar/index.d.ts +2 -2
  412. package/lib-esm/Radio/{Radio-b2a92b7d.css → Radio-df9a5c02.css} +2 -2
  413. package/lib-esm/Radio/{Radio-b2a92b7d.css.map → Radio-df9a5c02.css.map} +1 -1
  414. package/lib-esm/Radio/Radio.js +40 -91
  415. package/lib-esm/Radio/Radio.module.css.js +1 -1
  416. package/lib-esm/SegmentedControl/SegmentedControl.js +23 -25
  417. package/lib-esm/SegmentedControl/SegmentedControlButton.js +70 -72
  418. package/lib-esm/SegmentedControl/SegmentedControlIconButton.js +110 -112
  419. package/lib-esm/Select/Select.d.ts +1 -1
  420. package/lib-esm/Select/Select.js +79 -83
  421. package/lib-esm/SelectPanel/SelectPanel-e11ce210.css +2 -0
  422. package/lib-esm/SelectPanel/SelectPanel-e11ce210.css.map +1 -0
  423. package/lib-esm/SelectPanel/SelectPanel.d.ts +8 -4
  424. package/lib-esm/SelectPanel/SelectPanel.js +64 -27
  425. package/lib-esm/SelectPanel/SelectPanel.module.css.js +2 -2
  426. package/lib-esm/SelectPanel/SelectPanelMessage.d.ts +13 -0
  427. package/lib-esm/SelectPanel/SelectPanelMessage.js +10 -4
  428. package/lib-esm/SelectPanel/index.d.ts +1 -0
  429. package/lib-esm/SideNav.d.ts +2 -3
  430. package/lib-esm/SideNav.js +4 -11
  431. package/lib-esm/Skeleton/SkeletonBox.d.ts +2 -2
  432. package/lib-esm/Skeleton/SkeletonBox.js +25 -24
  433. package/lib-esm/SkeletonAvatar/SkeletonAvatar-e00fff32.css +2 -0
  434. package/lib-esm/SkeletonAvatar/SkeletonAvatar-e00fff32.css.map +1 -0
  435. package/lib-esm/SkeletonAvatar/SkeletonAvatar.d.ts +12 -0
  436. package/lib-esm/{experimental/Skeleton → SkeletonAvatar}/SkeletonAvatar.js +5 -5
  437. package/lib-esm/SkeletonAvatar/SkeletonAvatar.module.css.js +5 -0
  438. package/lib-esm/SkeletonAvatar/index.d.ts +3 -0
  439. package/lib-esm/SkeletonText/SkeletonText-5cf908c1.css +2 -0
  440. package/lib-esm/SkeletonText/SkeletonText-5cf908c1.css.map +1 -0
  441. package/lib-esm/{experimental/Skeleton → SkeletonText}/SkeletonText.d.ts +5 -4
  442. package/lib-esm/SkeletonText/SkeletonText.js +140 -0
  443. package/lib-esm/SkeletonText/SkeletonText.module.css.js +5 -0
  444. package/lib-esm/SkeletonText/index.d.ts +3 -0
  445. package/lib-esm/Spinner/Spinner.d.ts +1 -1
  446. package/lib-esm/Spinner/Spinner.js +13 -47
  447. package/lib-esm/SplitPageLayout/SplitPageLayout.d.ts +1 -2
  448. package/{lib/Stack/Stack-83ac2229.css → lib-esm/Stack/Stack-9e7b935d.css} +2 -2
  449. package/lib-esm/Stack/Stack-9e7b935d.css.map +1 -0
  450. package/lib-esm/Stack/Stack.d.ts +5 -0
  451. package/lib-esm/Stack/Stack.js +125 -112
  452. package/lib-esm/Stack/Stack.module.css.js +1 -1
  453. package/lib-esm/StateLabel/StateLabel-50420ff5.css +2 -0
  454. package/lib-esm/StateLabel/StateLabel-50420ff5.css.map +1 -0
  455. package/lib-esm/StateLabel/StateLabel.d.ts +7 -7
  456. package/lib-esm/StateLabel/StateLabel.js +57 -127
  457. package/lib-esm/StateLabel/StateLabel.module.css.js +5 -0
  458. package/lib-esm/SubNav/SubNav.d.ts +8 -16
  459. package/lib-esm/SubNav/SubNav.js +74 -215
  460. package/lib-esm/TabNav/TabNav-83c6145e.css +2 -0
  461. package/lib-esm/TabNav/TabNav-83c6145e.css.map +1 -0
  462. package/lib-esm/TabNav/TabNav.module.css.js +1 -1
  463. package/lib-esm/Text/Text.js +2 -3
  464. package/lib-esm/TextInput/TextInput.d.ts +1 -1
  465. package/lib-esm/TextInputWithTokens/TextInputWithTokens.d.ts +6 -0
  466. package/lib-esm/TextInputWithTokens/TextInputWithTokens.js +343 -331
  467. package/lib-esm/Textarea/Textarea.d.ts +24 -0
  468. package/lib-esm/Textarea/Textarea.js +72 -44
  469. package/lib-esm/Timeline/Timeline.d.ts +1 -1
  470. package/lib-esm/Timeline/Timeline.js +92 -264
  471. package/lib-esm/ToggleSwitch/ToggleSwitch-4b23d166.css +2 -0
  472. package/lib-esm/ToggleSwitch/ToggleSwitch-4b23d166.css.map +1 -0
  473. package/lib-esm/ToggleSwitch/ToggleSwitch.d.ts +14 -5
  474. package/lib-esm/ToggleSwitch/ToggleSwitch.js +263 -274
  475. package/lib-esm/ToggleSwitch/ToggleSwitch.module.css.js +5 -0
  476. package/lib-esm/Token/IssueLabelToken-0dbbbcdf.css +2 -0
  477. package/lib-esm/Token/IssueLabelToken-0dbbbcdf.css.map +1 -0
  478. package/lib-esm/Token/IssueLabelToken.js +7 -65
  479. package/lib-esm/Token/IssueLabelToken.module.css.js +1 -1
  480. package/lib-esm/Token/Token.js +120 -128
  481. package/lib-esm/Token/TokenBase.js +78 -83
  482. package/lib-esm/Token/_RemoveTokenButton.js +106 -26
  483. package/lib-esm/Token/index.d.ts +0 -1
  484. package/lib-esm/Tooltip/Tooltip.js +15 -17
  485. package/lib-esm/TooltipV2/Tooltip-5a80d7b2.css +2 -0
  486. package/lib-esm/TooltipV2/Tooltip-5a80d7b2.css.map +1 -0
  487. package/lib-esm/TooltipV2/Tooltip.js +3 -3
  488. package/lib-esm/TooltipV2/Tooltip.module.css.js +1 -1
  489. package/lib-esm/TreeView/TreeView.js +20 -22
  490. package/lib-esm/TreeView/shared.js +2 -2
  491. package/lib-esm/VisuallyHidden/VisuallyHidden.d.ts +2 -3
  492. package/lib-esm/VisuallyHidden/VisuallyHidden.js +17 -51
  493. package/lib-esm/_VisuallyHidden-5c0a2499.css +2 -0
  494. package/lib-esm/_VisuallyHidden-5c0a2499.css.map +1 -0
  495. package/lib-esm/_VisuallyHidden.d.ts +3 -2
  496. package/lib-esm/_VisuallyHidden.js +63 -22
  497. package/lib-esm/_VisuallyHidden.module.css.js +5 -0
  498. package/lib-esm/deprecated/ActionList/List.js +116 -138
  499. package/lib-esm/deprecated/ActionMenu.js +19 -21
  500. package/lib-esm/deprecated/UnderlineNav/UnderlineNav.d.ts +2 -3
  501. package/lib-esm/deprecated/UnderlineNav/UnderlineNav.js +2 -3
  502. package/lib-esm/deprecated/index.d.ts +2 -0
  503. package/lib-esm/deprecated/index.js +1 -0
  504. package/lib-esm/experimental/IssueLabel/IssueLabel-6581d1bd.css +2 -0
  505. package/lib-esm/experimental/IssueLabel/IssueLabel-6581d1bd.css.map +1 -0
  506. package/lib-esm/experimental/IssueLabel/IssueLabel.d.ts +28 -13
  507. package/lib-esm/experimental/IssueLabel/IssueLabel.js +129 -135
  508. package/lib-esm/experimental/IssueLabel/IssueLabel.module.css.js +1 -1
  509. package/lib-esm/experimental/UnderlinePanels/UnderlinePanels.js +30 -40
  510. package/lib-esm/experimental/index.d.ts +6 -1
  511. package/lib-esm/experimental/index.js +3 -3
  512. package/lib-esm/hooks/useMenuKeyboardNavigation.js +23 -43
  513. package/lib-esm/hooks/useMnemonics.js +37 -77
  514. package/lib-esm/hooks/useOpenAndCloseFocus.js +7 -14
  515. package/lib-esm/hooks/useOverflow.js +7 -11
  516. package/lib-esm/hooks/useScrollFlash.js +25 -14
  517. package/lib-esm/index.d.ts +6 -9
  518. package/lib-esm/index.js +1 -4
  519. package/lib-esm/internal/components/BoxWithFallback.js +40 -35
  520. package/lib-esm/internal/components/ButtonReset-904f2483.css +2 -0
  521. package/lib-esm/internal/components/ButtonReset-904f2483.css.map +1 -0
  522. package/lib-esm/internal/components/ButtonReset.d.ts +1 -2
  523. package/lib-esm/internal/components/ButtonReset.js +49 -9
  524. package/lib-esm/internal/components/ButtonReset.module.css.js +5 -0
  525. package/lib-esm/internal/components/Caret-e686f04c.css +2 -0
  526. package/lib-esm/internal/components/Caret-e686f04c.css.map +1 -0
  527. package/{lib → lib-esm/internal/components}/Caret.d.ts +1 -3
  528. package/lib-esm/{Caret.js → internal/components/Caret.js} +14 -44
  529. package/lib-esm/internal/components/Caret.module.css.js +5 -0
  530. package/lib-esm/internal/components/LiveRegion.js +8 -10
  531. package/lib-esm/internal/components/{TextInputWrapper-ca608f70.css → TextInputWrapper-889df5d3.css} +2 -2
  532. package/{lib/internal/components/TextInputWrapper-ca608f70.css.map → lib-esm/internal/components/TextInputWrapper-889df5d3.css.map} +1 -1
  533. package/lib-esm/internal/components/TextInputWrapper.module.css.js +1 -1
  534. package/lib-esm/internal/components/UnderlineTabbedInterface.js +60 -108
  535. package/lib-esm/internal/utils/getGlobalFocusStyles.js +1 -1
  536. package/lib-esm/live-region/Announce.js +2 -2
  537. package/lib-esm/test-helpers.js +3 -0
  538. package/lib-esm/utils/form-story-helpers.d.ts +1 -1
  539. package/package.json +31 -34
  540. package/lib/ActionList/ActionList-49cba224.css +0 -2
  541. package/lib/ActionList/ActionList-49cba224.css.map +0 -1
  542. package/lib/AvatarPair/AvatarPair-68990abe.css +0 -2
  543. package/lib/AvatarPair/AvatarPair-68990abe.css.map +0 -1
  544. package/lib/AvatarPair/AvatarPair.d.ts +0 -8
  545. package/lib/AvatarPair/AvatarPair.d.ts.map +0 -1
  546. package/lib/AvatarPair/AvatarPair.js +0 -92
  547. package/lib/AvatarPair/AvatarPair.module.css.js +0 -7
  548. package/lib/AvatarPair/index.d.ts +0 -3
  549. package/lib/AvatarPair/index.d.ts.map +0 -1
  550. package/lib/AvatarStack/AvatarStack-f0712fca.css +0 -2
  551. package/lib/AvatarStack/AvatarStack-f0712fca.css.map +0 -1
  552. package/lib/Banner/Banner-43e2cd6a.css +0 -2
  553. package/lib/Banner/Banner-43e2cd6a.css.map +0 -1
  554. package/lib/BaseStyles-7880c337.css.map +0 -1
  555. package/lib/Blankslate/Blankslate-a68ed307.css.map +0 -1
  556. package/lib/Caret.d.ts.map +0 -1
  557. package/lib/CircleOcticon/CircleOcticon.d.ts +0 -13
  558. package/lib/CircleOcticon/CircleOcticon.d.ts.map +0 -1
  559. package/lib/CircleOcticon/CircleOcticon.js +0 -96
  560. package/lib/CircleOcticon/index.d.ts +0 -3
  561. package/lib/CircleOcticon/index.d.ts.map +0 -1
  562. package/lib/FilteredActionList/FilteredActionList-e1dde781.css +0 -2
  563. package/lib/FilteredActionList/FilteredActionList-e1dde781.css.map +0 -1
  564. package/lib/FilteredActionList/FilteredActionListEntry.d.ts +0 -7
  565. package/lib/FilteredActionList/FilteredActionListEntry.d.ts.map +0 -1
  566. package/lib/FilteredActionList/FilteredActionListEntry.js +0 -40
  567. package/lib/FilteredActionList/FilteredActionListWithDeprecatedActionList.d.ts +0 -23
  568. package/lib/FilteredActionList/FilteredActionListWithDeprecatedActionList.d.ts.map +0 -1
  569. package/lib/FilteredActionList/FilteredActionListWithDeprecatedActionList.js +0 -219
  570. package/lib/FilteredActionList/FilteredActionListWithModernActionList.d.ts.map +0 -1
  571. package/lib/Overlay/Overlay-aeb12fc3.css +0 -2
  572. package/lib/Overlay/Overlay-aeb12fc3.css.map +0 -1
  573. package/lib/Popover/Popover-e16fd997.css +0 -2
  574. package/lib/Popover/Popover-e16fd997.css.map +0 -1
  575. package/lib/ProgressBar/ProgressBar-430cdef7.css +0 -2
  576. package/lib/ProgressBar/ProgressBar-430cdef7.css.map +0 -1
  577. package/lib/SelectPanel/SelectPanel-bfde365c.css +0 -2
  578. package/lib/SelectPanel/SelectPanel-bfde365c.css.map +0 -1
  579. package/lib/SelectPanel/types.d.ts +0 -4
  580. package/lib/SelectPanel/types.d.ts.map +0 -1
  581. package/lib/Stack/Stack-83ac2229.css.map +0 -1
  582. package/lib/TabNav/TabNav-9753d6ed.css +0 -2
  583. package/lib/TabNav/TabNav-9753d6ed.css.map +0 -1
  584. package/lib/Token/AvatarToken-ff45cc85.css +0 -2
  585. package/lib/Token/AvatarToken-ff45cc85.css.map +0 -1
  586. package/lib/Token/AvatarToken.d.ts +0 -8
  587. package/lib/Token/AvatarToken.d.ts.map +0 -1
  588. package/lib/Token/AvatarToken.js +0 -99
  589. package/lib/Token/AvatarToken.module.css.js +0 -7
  590. package/lib/Token/IssueLabelToken-99c9b914.css +0 -2
  591. package/lib/Token/IssueLabelToken-99c9b914.css.map +0 -1
  592. package/lib/TooltipV2/Tooltip-59734b6f.css +0 -2
  593. package/lib/TooltipV2/Tooltip-59734b6f.css.map +0 -1
  594. package/lib/experimental/IssueLabel/IssueLabel-5507fbf3.css +0 -2
  595. package/lib/experimental/IssueLabel/IssueLabel-5507fbf3.css.map +0 -1
  596. package/lib/experimental/Skeleton/SkeletonAvatar-e00fff32.css +0 -2
  597. package/lib/experimental/Skeleton/SkeletonAvatar-e00fff32.css.map +0 -1
  598. package/lib/experimental/Skeleton/SkeletonAvatar.d.ts +0 -8
  599. package/lib/experimental/Skeleton/SkeletonAvatar.d.ts.map +0 -1
  600. package/lib/experimental/Skeleton/SkeletonText-5cf908c1.css +0 -2
  601. package/lib/experimental/Skeleton/SkeletonText-5cf908c1.css.map +0 -1
  602. package/lib/experimental/Skeleton/SkeletonText.d.ts.map +0 -1
  603. package/lib/experimental/Skeleton/SkeletonText.js +0 -149
  604. package/lib/experimental/Skeleton/SkeletonText.module.css.js +0 -7
  605. package/lib/experimental/Skeleton/index.d.ts +0 -4
  606. package/lib/experimental/Skeleton/index.d.ts.map +0 -1
  607. package/lib/internal/utils/toggleStyledComponent.d.ts +0 -20
  608. package/lib/internal/utils/toggleStyledComponent.d.ts.map +0 -1
  609. package/lib/internal/utils/toggleSxComponent.d.ts +0 -15
  610. package/lib/internal/utils/toggleSxComponent.d.ts.map +0 -1
  611. package/lib/internal/utils/toggleSxComponent.js +0 -83
  612. package/lib/node_modules/@github/mini-throttle/dist/index.js +0 -43
  613. package/lib-esm/ActionList/ActionList-49cba224.css +0 -2
  614. package/lib-esm/ActionList/ActionList-49cba224.css.map +0 -1
  615. package/lib-esm/AvatarPair/AvatarPair-68990abe.css +0 -2
  616. package/lib-esm/AvatarPair/AvatarPair-68990abe.css.map +0 -1
  617. package/lib-esm/AvatarPair/AvatarPair.d.ts +0 -8
  618. package/lib-esm/AvatarPair/AvatarPair.js +0 -86
  619. package/lib-esm/AvatarPair/AvatarPair.module.css.js +0 -5
  620. package/lib-esm/AvatarPair/index.d.ts +0 -3
  621. package/lib-esm/AvatarStack/AvatarStack-f0712fca.css +0 -2
  622. package/lib-esm/AvatarStack/AvatarStack-f0712fca.css.map +0 -1
  623. package/lib-esm/Banner/Banner-43e2cd6a.css +0 -2
  624. package/lib-esm/Banner/Banner-43e2cd6a.css.map +0 -1
  625. package/lib-esm/BaseStyles-7880c337.css.map +0 -1
  626. package/lib-esm/Blankslate/Blankslate-a68ed307.css.map +0 -1
  627. package/lib-esm/CircleOcticon/CircleOcticon.d.ts +0 -13
  628. package/lib-esm/CircleOcticon/CircleOcticon.js +0 -94
  629. package/lib-esm/CircleOcticon/index.d.ts +0 -3
  630. package/lib-esm/FilteredActionList/FilteredActionList-e1dde781.css +0 -2
  631. package/lib-esm/FilteredActionList/FilteredActionList-e1dde781.css.map +0 -1
  632. package/lib-esm/FilteredActionList/FilteredActionListEntry.d.ts +0 -7
  633. package/lib-esm/FilteredActionList/FilteredActionListEntry.js +0 -38
  634. package/lib-esm/FilteredActionList/FilteredActionListWithDeprecatedActionList.d.ts +0 -23
  635. package/lib-esm/FilteredActionList/FilteredActionListWithDeprecatedActionList.js +0 -213
  636. package/lib-esm/Overlay/Overlay-aeb12fc3.css +0 -2
  637. package/lib-esm/Overlay/Overlay-aeb12fc3.css.map +0 -1
  638. package/lib-esm/Popover/Popover-e16fd997.css +0 -2
  639. package/lib-esm/Popover/Popover-e16fd997.css.map +0 -1
  640. package/lib-esm/ProgressBar/ProgressBar-430cdef7.css +0 -2
  641. package/lib-esm/ProgressBar/ProgressBar-430cdef7.css.map +0 -1
  642. package/lib-esm/SelectPanel/SelectPanel-bfde365c.css +0 -2
  643. package/lib-esm/SelectPanel/SelectPanel-bfde365c.css.map +0 -1
  644. package/lib-esm/SelectPanel/types.d.ts +0 -4
  645. package/lib-esm/Stack/Stack-83ac2229.css.map +0 -1
  646. package/lib-esm/TabNav/TabNav-9753d6ed.css +0 -2
  647. package/lib-esm/TabNav/TabNav-9753d6ed.css.map +0 -1
  648. package/lib-esm/Token/AvatarToken-ff45cc85.css +0 -2
  649. package/lib-esm/Token/AvatarToken-ff45cc85.css.map +0 -1
  650. package/lib-esm/Token/AvatarToken.d.ts +0 -8
  651. package/lib-esm/Token/AvatarToken.js +0 -97
  652. package/lib-esm/Token/AvatarToken.module.css.js +0 -5
  653. package/lib-esm/Token/IssueLabelToken-99c9b914.css +0 -2
  654. package/lib-esm/Token/IssueLabelToken-99c9b914.css.map +0 -1
  655. package/lib-esm/TooltipV2/Tooltip-59734b6f.css +0 -2
  656. package/lib-esm/TooltipV2/Tooltip-59734b6f.css.map +0 -1
  657. package/lib-esm/experimental/IssueLabel/IssueLabel-5507fbf3.css +0 -2
  658. package/lib-esm/experimental/IssueLabel/IssueLabel-5507fbf3.css.map +0 -1
  659. package/lib-esm/experimental/Skeleton/SkeletonAvatar-e00fff32.css +0 -2
  660. package/lib-esm/experimental/Skeleton/SkeletonAvatar-e00fff32.css.map +0 -1
  661. package/lib-esm/experimental/Skeleton/SkeletonAvatar.d.ts +0 -8
  662. package/lib-esm/experimental/Skeleton/SkeletonAvatar.module.css.js +0 -5
  663. package/lib-esm/experimental/Skeleton/SkeletonText-5cf908c1.css +0 -2
  664. package/lib-esm/experimental/Skeleton/SkeletonText-5cf908c1.css.map +0 -1
  665. package/lib-esm/experimental/Skeleton/SkeletonText.js +0 -143
  666. package/lib-esm/experimental/Skeleton/SkeletonText.module.css.js +0 -5
  667. package/lib-esm/experimental/Skeleton/index.d.ts +0 -4
  668. package/lib-esm/internal/utils/toggleStyledComponent.d.ts +0 -20
  669. package/lib-esm/internal/utils/toggleSxComponent.d.ts +0 -15
  670. package/lib-esm/internal/utils/toggleSxComponent.js +0 -77
  671. package/lib-esm/node_modules/@github/mini-throttle/dist/index.js +0 -40
@@ -1,2 +0,0 @@
1
- @keyframes prc-TooltipV2-tooltip-appear-hLf77{0%{opacity:0}to{opacity:1}}.prc-TooltipV2-Tooltip-cYMVY{display:none}.prc-TooltipV2-Tooltip-cYMVY[popover]{margin:auto;max-width:250px;overflow:visible;padding:.5em .75em;position:absolute;width:max-content;clip:auto;color:var(--tooltip-fgColor,#fff);font:normal normal 11px/1.5 var(--fontStack-system,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji");text-align:center;word-wrap:break-word;background:var(--tooltip-bgColor,#25292e);border:0;border-radius:var(--borderRadius-medium,.375rem);opacity:0;white-space:normal;-webkit-font-smoothing:subpixel-antialiased;inset:auto}.prc-TooltipV2-Tooltip-cYMVY[popover]:popover-open{display:block}.prc-TooltipV2-Tooltip-cYMVY[popover].\\:popover-open{display:block}@media (forced-colors:active){.prc-TooltipV2-Tooltip-cYMVY{outline:1px solid transparent}}.prc-TooltipV2-Tooltip-cYMVY:after{content:"";display:block;height:var(--overlay-offset,.25rem);left:0;position:absolute;right:0}.prc-TooltipV2-Tooltip-cYMVY[data-direction=n]:after,.prc-TooltipV2-Tooltip-cYMVY[data-direction=ne]:after,.prc-TooltipV2-Tooltip-cYMVY[data-direction=nw]:after{top:100%}.prc-TooltipV2-Tooltip-cYMVY[data-direction=s]:after,.prc-TooltipV2-Tooltip-cYMVY[data-direction=se]:after,.prc-TooltipV2-Tooltip-cYMVY[data-direction=sw]:after{bottom:100%}.prc-TooltipV2-Tooltip-cYMVY[data-direction=w]:after{left:100%}.prc-TooltipV2-Tooltip-cYMVY[data-direction=e]:after,.prc-TooltipV2-Tooltip-cYMVY[data-direction=w]:after{bottom:0;content:"";display:block;height:100%;position:absolute;width:8px}.prc-TooltipV2-Tooltip-cYMVY[data-direction=e]:after{margin-left:-8px;right:100%}.prc-TooltipV2-Tooltip-cYMVY:popover-open,.prc-TooltipV2-Tooltip-cYMVY:popover-open:before{animation-delay:0s;animation-duration:.1s;animation-fill-mode:forwards;animation-name:prc-TooltipV2-tooltip-appear-hLf77;animation-timing-function:ease-in}.prc-TooltipV2-Tooltip-cYMVY.\\:popover-open,.prc-TooltipV2-Tooltip-cYMVY.\\:popover-open:before{animation-delay:0s;animation-duration:.1s;animation-fill-mode:forwards;animation-name:prc-TooltipV2-tooltip-appear-hLf77;animation-timing-function:ease-in}.prc-TooltipV2-KeybindingHintContainer-iabqv.prc-TooltipV2-HasTextBefore-cCzYC{margin-left:var(--base-size-6,.375rem);margin-right:-.125em}
2
- /*# sourceMappingURL=Tooltip-59734b6f.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/TooltipV2/Tooltip.module.css"],"names":[],"mappings":"AACA,8CACE,GACE,SACF,CAEA,GACE,SACF,CACF,CAEA,6BAEE,YA2GF,CAzGE,sCAME,WAAY,CAHZ,eAAgB,CAMhB,gBAAiB,CAJjB,kBAAqB,CAJrB,iBAAkB,CAClB,iBAAkB,CAQlB,SAAU,CAGV,iCAA6B,CAD7B,2KAAoD,CAEpD,iBAAkB,CAClB,oBAAqB,CAErB,yCAAkC,CAClC,QAAS,CACT,gDAAyC,CACzC,SAAU,CAJV,kBAAmB,CAKnB,2CAA4C,CAC5C,UACF,CAGA,mDACE,aACF,CAIA,sDACE,aACF,CAEA,8BAxCF,6BAyCI,6BAoEJ,CAnEE,CAGA,mCAME,UAAW,CAFX,aAAc,CACd,mCAA6B,CAF7B,MAAO,CAFP,iBAAkB,CAClB,OAKF,CAGA,iKAGE,QACF,CAEA,iKAGE,WACF,CAEA,qDAGE,SAKF,CAGA,0GATE,QAAS,CAKT,UAAW,CAHX,aAAc,CAEd,WAAY,CALZ,iBAAkB,CAIlB,SAgBF,CAVA,qDAQE,gBAAiB,CANjB,UAQF,CAGA,2FAME,kBAAmB,CAHnB,sBAAwB,CACxB,4BAA6B,CAF7B,iDAA8B,CAG9B,iCAEF,CAGA,iGAME,kBAAmB,CAHnB,sBAAwB,CACxB,4BAA6B,CAF7B,iDAA8B,CAG9B,iCAEF,CAGF,+EAIE,sCAA+B,CAD/B,oBAEF","file":"Tooltip-59734b6f.css","sourcesContent":["/* Animation definition */\n@keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n.Tooltip {\n /* Overriding the default popover styles */\n display: none;\n\n &[popover] {\n position: absolute;\n width: max-content;\n max-width: 250px;\n /* stylelint-disable-next-line primer/spacing */\n padding: 0.5em 0.75em;\n margin: auto;\n\n /* for scrollbar */\n overflow: visible;\n clip: auto;\n /* stylelint-disable-next-line primer/typography */\n font: normal normal 11px/1.5 var(--fontStack-system);\n color: var(--tooltip-fgColor);\n text-align: center;\n word-wrap: break-word;\n white-space: normal;\n background: var(--tooltip-bgColor);\n border: 0;\n border-radius: var(--borderRadius-medium);\n opacity: 0;\n -webkit-font-smoothing: subpixel-antialiased;\n inset: auto;\n }\n\n /* class name in chrome is :popover-open */\n &[popover]:popover-open {\n display: block;\n }\n\n /* class name in firefox and safari is \\:popover-open */\n /* stylelint-disable-next-line selector-class-pattern */\n &[popover]:global(.\\\\:popover-open) {\n display: block;\n }\n\n @media (forced-colors: active) {\n outline: 1px solid transparent;\n }\n\n /* This is needed to keep the tooltip open when the user leaves the trigger element to hover tooltip */\n &::after {\n position: absolute;\n right: 0;\n left: 0;\n display: block;\n height: var(--overlay-offset);\n content: '';\n }\n\n /* South, East, Southeast, Southwest after */\n &[data-direction='n']::after,\n &[data-direction='ne']::after,\n &[data-direction='nw']::after {\n top: 100%;\n }\n\n &[data-direction='s']::after,\n &[data-direction='se']::after,\n &[data-direction='sw']::after {\n bottom: 100%;\n }\n\n &[data-direction='w']::after {\n position: absolute;\n bottom: 0;\n left: 100%;\n display: block;\n width: 8px;\n height: 100%;\n content: '';\n }\n\n /* East before and after */\n &[data-direction='e']::after {\n position: absolute;\n right: 100%;\n bottom: 0;\n display: block;\n width: 8px;\n height: 100%;\n /* stylelint-disable-next-line primer/spacing */\n margin-left: -8px;\n content: '';\n }\n\n /* Animation styles */\n &:popover-open,\n &:popover-open::before {\n animation-name: tooltip-appear;\n animation-duration: 0.1s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n animation-delay: 0s;\n }\n\n /* Animation styles */\n &:global(.\\\\:popover-open) /* stylelint-disable-line selector-class-pattern */,\n &:global(.\\\\:popover-open)::before /* stylelint-disable-line selector-class-pattern */ {\n animation-name: tooltip-appear;\n animation-duration: 0.1s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n animation-delay: 0s;\n }\n}\n\n.KeybindingHintContainer.HasTextBefore {\n /* Offset negative on the right right to make right spacing look like top and bottom spacing, only for keybinding hints and only when there is text */\n /* stylelint-disable-next-line primer/spacing */\n margin-right: -0.125em;\n margin-left: var(--base-size-6);\n}\n"]}
@@ -1,2 +0,0 @@
1
- .prc-IssueLabel-IssueLabel-WJ5y-{align-items:center;background-color:var(--label-bgColor-rest);border:0;border-radius:var(--borderRadius-full,624.9375rem);box-shadow:var(--boxShadow-thin,inset 0 0 0 .0625rem) transparent;color:var(--label-fgColor);display:inline-flex;font-size:var(--text-body-size-small,.75rem);font-weight:var(--base-text-weight-semibold,600);line-height:var(--text-body-lineHeight-small,1.6666);min-height:var(--base-size-20,1.25rem);padding-block:0;padding-inline:var(--base-size-8,.5rem);white-space:nowrap}.prc-IssueLabel-IssueLabel-WJ5y-:where(button,a){-webkit-text-decoration:none;text-decoration:none}.prc-IssueLabel-IssueLabel-WJ5y-:where(button,a):hover{background-color:var(--label-bgColor-hover);color:var(--label-fgColor-hover);cursor:pointer}.prc-IssueLabel-IssueLabel-WJ5y-:where(button,a):active{background-color:var(--label-bgColor-active);color:var(--label-fgColor-active)}.prc-IssueLabel-IssueLabel-WJ5y-:where(button,a):focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor,var(--color-accent-fg));outline-offset:2px}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=pink]){--label-bgColor-rest:var(--label-pink-bgColor-rest,#ffe5f1);--label-bgColor-hover:var(--label-pink-bgColor-hover,#fdc9e2);--label-bgColor-active:var(--label-pink-bgColor-active,#f8a5cf);--label-fgColor:var(--label-pink-fgColor-rest,#b12f79);--label-fgColor-hover:var(--label-pink-fgColor-hover,#8e2e66);--label-fgColor-active:var(--label-pink-fgColor-active,#6e2b53)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=plum]){--label-bgColor-rest:var(--label-plum-bgColor-rest,#f8e5ff);--label-bgColor-hover:var(--label-plum-bgColor-hover,#f0cdfe);--label-bgColor-active:var(--label-plum-bgColor-active,#e2a7fb);--label-fgColor:var(--label-plum-fgColor-rest,#961edc);--label-fgColor-hover:var(--label-plum-fgColor-hover,#7d1eb8);--label-fgColor-active:var(--label-plum-fgColor-active,#651d96)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=purple]){--label-bgColor-rest:var(--label-purple-bgColor-rest,#f1e5ff);--label-bgColor-hover:var(--label-purple-bgColor-hover,#e6d2fe);--label-bgColor-active:var(--label-purple-bgColor-active,#d1b1fc);--label-fgColor:var(--label-purple-fgColor-rest,#783ae4);--label-fgColor-hover:var(--label-purple-fgColor-hover,#6223d7);--label-fgColor-active:var(--label-purple-fgColor-active,#4f21ab)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=indigo]){--label-bgColor-rest:var(--label-indigo-bgColor-rest,#e5e9ff);--label-bgColor-hover:var(--label-indigo-bgColor-hover,#d2d7fe);--label-bgColor-active:var(--label-indigo-bgColor-active,#b1b9fb);--label-fgColor:var(--label-indigo-fgColor-rest,#494edf);--label-fgColor-hover:var(--label-indigo-fgColor-hover,#393cd5);--label-fgColor-active:var(--label-indigo-fgColor-active,#2d2db4)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=blue]){--label-bgColor-rest:var(--label-blue-bgColor-rest,#d1f0ff);--label-bgColor-hover:var(--label-blue-bgColor-hover,#ade1ff);--label-bgColor-active:var(--label-blue-bgColor-active,#75c8ff);--label-fgColor:var(--label-blue-fgColor-rest,#005fcc);--label-fgColor-hover:var(--label-blue-fgColor-hover,#004db3);--label-fgColor-active:var(--label-blue-fgColor-active,#003d99)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=cyan]){--label-bgColor-rest:var(--label-cyan-bgColor-rest,#bdf4ff);--label-bgColor-hover:var(--label-cyan-bgColor-hover,#7ae9ff);--label-bgColor-active:var(--label-cyan-bgColor-active,#00d0fa);--label-fgColor:var(--label-cyan-fgColor-rest,#006a80);--label-fgColor-hover:var(--label-cyan-fgColor-hover,#00596b);--label-fgColor-active:var(--label-cyan-fgColor-active,#004857)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=teal]){--label-bgColor-rest:var(--label-teal-bgColor-rest,#c7f5ef);--label-bgColor-hover:var(--label-teal-bgColor-hover,#89ebe1);--label-bgColor-active:var(--label-teal-bgColor-active,#22d3c7);--label-fgColor:var(--label-teal-fgColor-rest,#106e75);--label-fgColor-hover:var(--label-teal-fgColor-hover,#0d5b63);--label-fgColor-active:var(--label-teal-fgColor-active,#0a4852)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=pine]){--label-bgColor-rest:var(--label-pine-bgColor-rest,#bff8db);--label-bgColor-hover:var(--label-pine-bgColor-hover,#80efb9);--label-bgColor-active:var(--label-pine-bgColor-active,#1dd781);--label-fgColor:var(--label-pine-fgColor-rest,#156f4b);--label-fgColor-hover:var(--label-pine-fgColor-hover,#135d41);--label-fgColor-active:var(--label-pine-fgColor-active,#114b36)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=green]){--label-bgColor-rest:var(--label-green-bgColor-rest,#caf7ca);--label-bgColor-hover:var(--label-green-bgColor-hover,#9ceda0);--label-bgColor-active:var(--label-green-bgColor-active,#54d961);--label-fgColor:var(--label-green-fgColor-rest,#2b6e3f);--label-fgColor-hover:var(--label-green-fgColor-hover,#285c3b);--label-fgColor-active:var(--label-green-fgColor-active,#254b34)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=lime]){--label-bgColor-rest:var(--label-lime-bgColor-rest,#e3f2b5);--label-bgColor-hover:var(--label-lime-bgColor-hover,#c7e580);--label-bgColor-active:var(--label-lime-bgColor-active,#9bd039);--label-fgColor:var(--label-lime-fgColor-rest,#476c28);--label-fgColor-hover:var(--label-lime-fgColor-hover,#3a5b25);--label-fgColor-active:var(--label-lime-fgColor-active,#2f4a21)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=olive]){--label-bgColor-rest:var(--label-olive-bgColor-rest,#f0f0ad);--label-bgColor-hover:var(--label-olive-bgColor-hover,#dbe170);--label-bgColor-active:var(--label-olive-bgColor-active,#b9c832);--label-fgColor:var(--label-olive-fgColor-rest,#56682c);--label-fgColor-hover:var(--label-olive-fgColor-hover,#495a2b);--label-fgColor-active:var(--label-olive-fgColor-active,#3b4927)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=lemon]){--label-bgColor-rest:var(--label-lemon-bgColor-rest,#f7eea1);--label-bgColor-hover:var(--label-lemon-bgColor-hover,#f0db3d);--label-bgColor-active:var(--label-lemon-bgColor-active,#d8bd0e);--label-fgColor:var(--label-lemon-fgColor-rest,#786002);--label-fgColor-hover:var(--label-lemon-fgColor-hover,#654f01);--label-fgColor-active:var(--label-lemon-fgColor-active,#523f00)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=yellow]){--label-bgColor-rest:var(--label-yellow-bgColor-rest,#ffec9e);--label-bgColor-hover:var(--label-yellow-bgColor-hover,#ffd642);--label-bgColor-active:var(--label-yellow-bgColor-active,#ebb400);--label-fgColor:var(--label-yellow-fgColor-rest,#805900);--label-fgColor-hover:var(--label-yellow-fgColor-hover,#704d00);--label-fgColor-active:var(--label-yellow-fgColor-active,#5c3d00)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=orange]){--label-bgColor-rest:var(--label-orange-bgColor-rest,#ffe7d1);--label-bgColor-hover:var(--label-orange-bgColor-hover,#fecfaa);--label-bgColor-active:var(--label-orange-bgColor-active,#fbaf74);--label-fgColor:var(--label-orange-fgColor-rest,#a24610);--label-fgColor-hover:var(--label-orange-fgColor-hover,#8d3c11);--label-fgColor-active:var(--label-orange-fgColor-active,#70300f)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=red]){--label-bgColor-rest:var(--label-red-bgColor-rest,#ffe2e0);--label-bgColor-hover:var(--label-red-bgColor-hover,#fecdcd);--label-bgColor-active:var(--label-red-bgColor-active,#fda5a7);--label-fgColor:var(--label-red-fgColor-rest,#c50d28);--label-fgColor-hover:var(--label-red-fgColor-hover,#a60c29);--label-fgColor-active:var(--label-red-fgColor-active,#880c27)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=coral]){--label-bgColor-rest:var(--label-coral-bgColor-rest,#ffe5db);--label-bgColor-hover:var(--label-coral-bgColor-hover,#fecebe);--label-bgColor-active:var(--label-coral-bgColor-active,#fcab92);--label-fgColor:var(--label-coral-fgColor-rest,#ba2e12);--label-fgColor-hover:var(--label-coral-fgColor-hover,#9b2712);--label-fgColor-active:var(--label-coral-fgColor-active,#7e2011)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=gray]){--label-bgColor-rest:var(--label-gray-bgColor-rest,#e8ecf2);--label-bgColor-hover:var(--label-gray-bgColor-hover,#d2dae4);--label-bgColor-active:var(--label-gray-bgColor-active,#b4c0cf);--label-fgColor:var(--label-gray-fgColor-rest,#5c6570);--label-fgColor-hover:var(--label-gray-fgColor-hover,#4e535a);--label-fgColor-active:var(--label-gray-fgColor-active,#424448)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=brown]){--label-bgColor-rest:var(--label-brown-bgColor-rest,#eeeae2);--label-bgColor-hover:var(--label-brown-bgColor-hover,#dfd7c8);--label-bgColor-active:var(--label-brown-bgColor-active,#cbbda4);--label-fgColor:var(--label-brown-fgColor-rest,#755f43);--label-fgColor-hover:var(--label-brown-fgColor-hover,#64513a);--label-fgColor-active:var(--label-brown-fgColor-active,#51412f)}.prc-IssueLabel-IssueLabel-WJ5y-:where([data-variant=auburn]){--label-bgColor-rest:var(--label-auburn-bgColor-rest,#f2e9e9);--label-bgColor-hover:var(--label-auburn-bgColor-hover,#e6d6d5);--label-bgColor-active:var(--label-auburn-bgColor-active,#d4b7b5);--label-fgColor:var(--label-auburn-fgColor-rest,#8a5551);--label-fgColor-hover:var(--label-auburn-fgColor-hover,#744744);--label-fgColor-active:var(--label-auburn-fgColor-active,#5d3937)}
2
- /*# sourceMappingURL=IssueLabel-5507fbf3.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/experimental/IssueLabel/IssueLabel.module.css","../../../postcss-preset-primer/src/mixins/focusOutline.css"],"names":[],"mappings":"AAAA,iCAgBE,kBAAmB,CANnB,0CAA2C,CAC3C,QAAS,CACT,kDAAuC,CAGvC,iEAA6C,CAR7C,0BAA2B,CAN3B,mBAAoB,CAEpB,4CAAsC,CACtC,gDAA6C,CAC7C,oDAA8C,CAH9C,sCAA+B,CAgB/B,eAAgB,CADhB,uCAAkC,CATlC,kBA6MF,CAjME,iDACE,4BAAqB,CAArB,oBAoBF,CAlBE,uDAKE,2CAA4C,CAH5C,gCAAiC,CACjC,cAGF,CAEA,wDAIE,4CAA6C,CAF7C,iCAGF,CAEA,+DCnCF,eAAgB,CAFhB,kEAAgC,CAChC,kBDsCE,CAGF,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,8DACE,6DAAsD,CACtD,+DAAwD,CACxD,iEAA0D,CAC1D,wDAAiD,CACjD,+DAAwD,CACxD,iEACF,CAEA,8DACE,6DAAsD,CACtD,+DAAwD,CACxD,iEAA0D,CAC1D,wDAAiD,CACjD,+DAAwD,CACxD,iEACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,6DACE,4DAAqD,CACrD,8DAAuD,CACvD,gEAAyD,CACzD,uDAAgD,CAChD,8DAAuD,CACvD,gEACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,6DACE,4DAAqD,CACrD,8DAAuD,CACvD,gEAAyD,CACzD,uDAAgD,CAChD,8DAAuD,CACvD,gEACF,CAEA,6DACE,4DAAqD,CACrD,8DAAuD,CACvD,gEAAyD,CACzD,uDAAgD,CAChD,8DAAuD,CACvD,gEACF,CAEA,8DACE,6DAAsD,CACtD,+DAAwD,CACxD,iEAA0D,CAC1D,wDAAiD,CACjD,+DAAwD,CACxD,iEACF,CAEA,8DACE,6DAAsD,CACtD,+DAAwD,CACxD,iEAA0D,CAC1D,wDAAiD,CACjD,+DAAwD,CACxD,iEACF,CAEA,2DACE,0DAAmD,CACnD,4DAAqD,CACrD,8DAAuD,CACvD,qDAA8C,CAC9C,4DAAqD,CACrD,8DACF,CAEA,6DACE,4DAAqD,CACrD,8DAAuD,CACvD,gEAAyD,CACzD,uDAAgD,CAChD,8DAAuD,CACvD,gEACF,CAEA,4DACE,2DAAoD,CACpD,6DAAsD,CACtD,+DAAwD,CACxD,sDAA+C,CAC/C,6DAAsD,CACtD,+DACF,CAEA,6DACE,4DAAqD,CACrD,8DAAuD,CACvD,gEAAyD,CACzD,uDAAgD,CAChD,8DAAuD,CACvD,gEACF,CAEA,8DACE,6DAAsD,CACtD,+DAAwD,CACxD,iEAA0D,CAC1D,wDAAiD,CACjD,+DAAwD,CACxD,iEACF","file":"IssueLabel-5507fbf3.css","sourcesContent":[".IssueLabel {\n display: inline-flex;\n min-height: var(--base-size-20);\n font-size: var(--text-body-size-small);\n font-weight: var(--base-text-weight-semibold);\n line-height: var(--text-body-lineHeight-small);\n /* stylelint-disable-next-line primer/colors */\n color: var(--label-fgColor);\n white-space: nowrap;\n /* stylelint-disable-next-line primer/colors */\n background-color: var(--label-bgColor-rest);\n border: 0;\n border-radius: var(--borderRadius-full);\n\n /* use color var for box-shadow (border) in future for high contrast themes */\n box-shadow: var(--boxShadow-thin) transparent;\n align-items: center;\n padding-inline: var(--base-size-8);\n padding-block: 0;\n\n &:where(button, a) {\n text-decoration: none;\n\n &:hover {\n /* stylelint-disable-next-line primer/colors */\n color: var(--label-fgColor-hover);\n cursor: pointer;\n /* stylelint-disable-next-line primer/colors */\n background-color: var(--label-bgColor-hover);\n }\n\n &:active {\n /* stylelint-disable-next-line primer/colors */\n color: var(--label-fgColor-active);\n /* stylelint-disable-next-line primer/colors */\n background-color: var(--label-bgColor-active);\n }\n\n &:focus-visible {\n @mixin focusOutline 2px;\n }\n }\n\n &:where([data-variant='pink']) {\n --label-bgColor-rest: var(--label-pink-bgColor-rest);\n --label-bgColor-hover: var(--label-pink-bgColor-hover);\n --label-bgColor-active: var(--label-pink-bgColor-active);\n --label-fgColor: var(--label-pink-fgColor-rest);\n --label-fgColor-hover: var(--label-pink-fgColor-hover);\n --label-fgColor-active: var(--label-pink-fgColor-active);\n }\n\n &:where([data-variant='plum']) {\n --label-bgColor-rest: var(--label-plum-bgColor-rest);\n --label-bgColor-hover: var(--label-plum-bgColor-hover);\n --label-bgColor-active: var(--label-plum-bgColor-active);\n --label-fgColor: var(--label-plum-fgColor-rest);\n --label-fgColor-hover: var(--label-plum-fgColor-hover);\n --label-fgColor-active: var(--label-plum-fgColor-active);\n }\n\n &:where([data-variant='purple']) {\n --label-bgColor-rest: var(--label-purple-bgColor-rest);\n --label-bgColor-hover: var(--label-purple-bgColor-hover);\n --label-bgColor-active: var(--label-purple-bgColor-active);\n --label-fgColor: var(--label-purple-fgColor-rest);\n --label-fgColor-hover: var(--label-purple-fgColor-hover);\n --label-fgColor-active: var(--label-purple-fgColor-active);\n }\n\n &:where([data-variant='indigo']) {\n --label-bgColor-rest: var(--label-indigo-bgColor-rest);\n --label-bgColor-hover: var(--label-indigo-bgColor-hover);\n --label-bgColor-active: var(--label-indigo-bgColor-active);\n --label-fgColor: var(--label-indigo-fgColor-rest);\n --label-fgColor-hover: var(--label-indigo-fgColor-hover);\n --label-fgColor-active: var(--label-indigo-fgColor-active);\n }\n\n &:where([data-variant='blue']) {\n --label-bgColor-rest: var(--label-blue-bgColor-rest);\n --label-bgColor-hover: var(--label-blue-bgColor-hover);\n --label-bgColor-active: var(--label-blue-bgColor-active);\n --label-fgColor: var(--label-blue-fgColor-rest);\n --label-fgColor-hover: var(--label-blue-fgColor-hover);\n --label-fgColor-active: var(--label-blue-fgColor-active);\n }\n\n &:where([data-variant='cyan']) {\n --label-bgColor-rest: var(--label-cyan-bgColor-rest);\n --label-bgColor-hover: var(--label-cyan-bgColor-hover);\n --label-bgColor-active: var(--label-cyan-bgColor-active);\n --label-fgColor: var(--label-cyan-fgColor-rest);\n --label-fgColor-hover: var(--label-cyan-fgColor-hover);\n --label-fgColor-active: var(--label-cyan-fgColor-active);\n }\n\n &:where([data-variant='teal']) {\n --label-bgColor-rest: var(--label-teal-bgColor-rest);\n --label-bgColor-hover: var(--label-teal-bgColor-hover);\n --label-bgColor-active: var(--label-teal-bgColor-active);\n --label-fgColor: var(--label-teal-fgColor-rest);\n --label-fgColor-hover: var(--label-teal-fgColor-hover);\n --label-fgColor-active: var(--label-teal-fgColor-active);\n }\n\n &:where([data-variant='pine']) {\n --label-bgColor-rest: var(--label-pine-bgColor-rest);\n --label-bgColor-hover: var(--label-pine-bgColor-hover);\n --label-bgColor-active: var(--label-pine-bgColor-active);\n --label-fgColor: var(--label-pine-fgColor-rest);\n --label-fgColor-hover: var(--label-pine-fgColor-hover);\n --label-fgColor-active: var(--label-pine-fgColor-active);\n }\n\n &:where([data-variant='green']) {\n --label-bgColor-rest: var(--label-green-bgColor-rest);\n --label-bgColor-hover: var(--label-green-bgColor-hover);\n --label-bgColor-active: var(--label-green-bgColor-active);\n --label-fgColor: var(--label-green-fgColor-rest);\n --label-fgColor-hover: var(--label-green-fgColor-hover);\n --label-fgColor-active: var(--label-green-fgColor-active);\n }\n\n &:where([data-variant='lime']) {\n --label-bgColor-rest: var(--label-lime-bgColor-rest);\n --label-bgColor-hover: var(--label-lime-bgColor-hover);\n --label-bgColor-active: var(--label-lime-bgColor-active);\n --label-fgColor: var(--label-lime-fgColor-rest);\n --label-fgColor-hover: var(--label-lime-fgColor-hover);\n --label-fgColor-active: var(--label-lime-fgColor-active);\n }\n\n &:where([data-variant='olive']) {\n --label-bgColor-rest: var(--label-olive-bgColor-rest);\n --label-bgColor-hover: var(--label-olive-bgColor-hover);\n --label-bgColor-active: var(--label-olive-bgColor-active);\n --label-fgColor: var(--label-olive-fgColor-rest);\n --label-fgColor-hover: var(--label-olive-fgColor-hover);\n --label-fgColor-active: var(--label-olive-fgColor-active);\n }\n\n &:where([data-variant='lemon']) {\n --label-bgColor-rest: var(--label-lemon-bgColor-rest);\n --label-bgColor-hover: var(--label-lemon-bgColor-hover);\n --label-bgColor-active: var(--label-lemon-bgColor-active);\n --label-fgColor: var(--label-lemon-fgColor-rest);\n --label-fgColor-hover: var(--label-lemon-fgColor-hover);\n --label-fgColor-active: var(--label-lemon-fgColor-active);\n }\n\n &:where([data-variant='yellow']) {\n --label-bgColor-rest: var(--label-yellow-bgColor-rest);\n --label-bgColor-hover: var(--label-yellow-bgColor-hover);\n --label-bgColor-active: var(--label-yellow-bgColor-active);\n --label-fgColor: var(--label-yellow-fgColor-rest);\n --label-fgColor-hover: var(--label-yellow-fgColor-hover);\n --label-fgColor-active: var(--label-yellow-fgColor-active);\n }\n\n &:where([data-variant='orange']) {\n --label-bgColor-rest: var(--label-orange-bgColor-rest);\n --label-bgColor-hover: var(--label-orange-bgColor-hover);\n --label-bgColor-active: var(--label-orange-bgColor-active);\n --label-fgColor: var(--label-orange-fgColor-rest);\n --label-fgColor-hover: var(--label-orange-fgColor-hover);\n --label-fgColor-active: var(--label-orange-fgColor-active);\n }\n\n &:where([data-variant='red']) {\n --label-bgColor-rest: var(--label-red-bgColor-rest);\n --label-bgColor-hover: var(--label-red-bgColor-hover);\n --label-bgColor-active: var(--label-red-bgColor-active);\n --label-fgColor: var(--label-red-fgColor-rest);\n --label-fgColor-hover: var(--label-red-fgColor-hover);\n --label-fgColor-active: var(--label-red-fgColor-active);\n }\n\n &:where([data-variant='coral']) {\n --label-bgColor-rest: var(--label-coral-bgColor-rest);\n --label-bgColor-hover: var(--label-coral-bgColor-hover);\n --label-bgColor-active: var(--label-coral-bgColor-active);\n --label-fgColor: var(--label-coral-fgColor-rest);\n --label-fgColor-hover: var(--label-coral-fgColor-hover);\n --label-fgColor-active: var(--label-coral-fgColor-active);\n }\n\n &:where([data-variant='gray']) {\n --label-bgColor-rest: var(--label-gray-bgColor-rest);\n --label-bgColor-hover: var(--label-gray-bgColor-hover);\n --label-bgColor-active: var(--label-gray-bgColor-active);\n --label-fgColor: var(--label-gray-fgColor-rest);\n --label-fgColor-hover: var(--label-gray-fgColor-hover);\n --label-fgColor-active: var(--label-gray-fgColor-active);\n }\n\n &:where([data-variant='brown']) {\n --label-bgColor-rest: var(--label-brown-bgColor-rest);\n --label-bgColor-hover: var(--label-brown-bgColor-hover);\n --label-bgColor-active: var(--label-brown-bgColor-active);\n --label-fgColor: var(--label-brown-fgColor-rest);\n --label-fgColor-hover: var(--label-brown-fgColor-hover);\n --label-fgColor-active: var(--label-brown-fgColor-active);\n }\n\n &:where([data-variant='auburn']) {\n --label-bgColor-rest: var(--label-auburn-bgColor-rest);\n --label-bgColor-hover: var(--label-auburn-bgColor-hover);\n --label-bgColor-active: var(--label-auburn-bgColor-active);\n --label-fgColor: var(--label-auburn-fgColor-rest);\n --label-fgColor-hover: var(--label-auburn-fgColor-hover);\n --label-fgColor-active: var(--label-auburn-fgColor-active);\n }\n}\n","@define-mixin focusOutline $outlineOffset: -2px, $outlineColor: var(--focus-outlineColor) {\n outline: 2px solid $outlineColor;\n outline-offset: $outlineOffset;\n box-shadow: none;\n}\n"]}
@@ -1,2 +0,0 @@
1
- .prc-Skeleton-SkeletonAvatar-TYNvX:where([data-component=SkeletonAvatar]){border-radius:50%;display:inline-block;height:var(--avatarSize-regular);line-height:1;width:var(--avatarSize-regular)}.prc-Skeleton-SkeletonAvatar-TYNvX:where([data-square]){border-radius:clamp(4px,var(--avatarSize-regular) - 24px,var(--borderRadius-medium,.375rem))}@media screen and (max-width:calc(48rem - 0.02px)){.prc-Skeleton-SkeletonAvatar-TYNvX:where([data-responsive]){height:var(--avatarSize-narrow);width:var(--avatarSize-narrow)}}@media screen and (min-width:48rem){.prc-Skeleton-SkeletonAvatar-TYNvX:where([data-responsive]){height:var(--avatarSize-regular);width:var(--avatarSize-regular)}}@media screen and (min-width:87.5rem){.prc-Skeleton-SkeletonAvatar-TYNvX:where([data-responsive]){height:var(--avatarSize-wide);width:var(--avatarSize-wide)}}
2
- /*# sourceMappingURL=SkeletonAvatar-e00fff32.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/experimental/Skeleton/SkeletonAvatar.module.css"],"names":[],"mappings":"AACE,0EAME,iBAAkB,CALlB,oBAAqB,CAErB,gCAAiC,CAEjC,aAAc,CAHd,+BAKF,CAEA,wDAEE,4FACF,CAGE,mDADF,4DAGI,+BAAgC,CADhC,8BAaJ,CAXE,CAEA,oCANF,4DAQI,gCAAiC,CADjC,+BAQJ,CANE,CAEA,sCAXF,4DAaI,6BAA8B,CAD9B,4BAGJ,CADE","file":"SkeletonAvatar-e00fff32.css","sourcesContent":[".SkeletonAvatar {\n &:where([data-component='SkeletonAvatar']) {\n display: inline-block;\n width: var(--avatarSize-regular);\n height: var(--avatarSize-regular);\n /* stylelint-disable-next-line primer/typography */\n line-height: 1;\n border-radius: 50%;\n }\n\n &:where([data-square]) {\n /* stylelint-disable-next-line primer/borders */\n border-radius: clamp(4px, var(--avatarSize-regular) - 24px, var(--borderRadius-medium));\n }\n\n &:where([data-responsive]) {\n @media screen and (--viewportRange-narrow) {\n width: var(--avatarSize-narrow);\n height: var(--avatarSize-narrow);\n }\n\n @media screen and (--viewportRange-regular) {\n width: var(--avatarSize-regular);\n height: var(--avatarSize-regular);\n }\n\n @media screen and (--viewportRange-wide) {\n width: var(--avatarSize-wide);\n height: var(--avatarSize-wide);\n }\n }\n}\n"]}
@@ -1,8 +0,0 @@
1
- import type React from 'react';
2
- import type { AvatarProps } from '../../Avatar';
3
- export type SkeletonAvatarProps = Pick<AvatarProps, 'size' | 'square'> & {
4
- /** Class name for custom styling */
5
- className?: string;
6
- } & Omit<React.HTMLProps<HTMLDivElement>, 'size'>;
7
- export declare const SkeletonAvatar: React.FC<SkeletonAvatarProps>;
8
- //# sourceMappingURL=SkeletonAvatar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletonAvatar.d.ts","sourceRoot":"","sources":["../../../src/experimental/Skeleton/SkeletonAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,cAAc,CAAA;AAO7C,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,QAAQ,CAAC,GAAG;IACvE,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAA;AAEjD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA4BxD,CAAA"}
@@ -1,2 +0,0 @@
1
- .prc-Skeleton-SkeletonText-o0dUS{--font-size:var(--text-body-size-medium,0.875rem);--line-height:var(--text-body-lineHeight-medium,1.4285);--leading:calc(var(--font-size)*var(--line-height) - var(--font-size))}@supports (margin-block:mod(1px,1px)){.prc-Skeleton-SkeletonText-o0dUS{--leading:mod(var(--font-size) * var(--line-height),var(--font-size))}}.prc-Skeleton-SkeletonText-o0dUS{border-radius:var(--borderRadius-small,.1875rem);height:var(--font-size);margin-block:calc(var(--leading)/2)}.prc-Skeleton-SkeletonText-o0dUS:where([data-in-multiline]){margin-block-end:calc(var(--leading)*2)}.prc-Skeleton-SkeletonText-o0dUS:where([data-in-multiline]):last-child{margin-bottom:0;max-width:65%;min-width:50px}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=display]),.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=titleLarge]){border-radius:var(--borderRadius-medium,.375rem)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=display]){--font-size:var(--text-display-size,2.5rem);--line-height:var(--text-display-lineHeight,1.4)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=titleLarge]){--font-size:var(--text-title-size-large,2rem);--line-height:var(--text-title-lineHeight-large,1.5)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=titleMedium]){--font-size:var(--text-title-size-medium,1.25rem);--line-height:var(--text-title-lineHeight-medium,1.6)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=titleSmall]){--font-size:var(--text-title-size-small,1rem);--line-height:var(--text-title-lineHeight-small,1.5)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=subtitle]){--font-size:var(--text-subtitle-size,1.25rem);--line-height:var(--text-subtitle-lineHeight,1.6)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=bodyLarge]){--font-size:var(--text-body-size-large,1rem);--line-height:var(--text-body-lineHeight-large,1.5)}.prc-Skeleton-SkeletonText-o0dUS:where([data-text-skeleton-size=bodySmall]){--font-size:var(--text-body-size-small,0.75rem);--line-height:var(--text-body-lineHeight-small,1.6666)}.prc-Skeleton-SkeletonTextWrapper-QRoBW{padding-block:.1px}
2
- /*# sourceMappingURL=SkeletonText-5cf908c1.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/experimental/Skeleton/SkeletonText.module.css"],"names":[],"mappings":"AAAA,iCACE,iDAAyC,CACzC,uDAAiD,CACjD,sEA6DF,CA3DE,sCALF,iCAMI,qEA0DJ,CAzDE,CAPF,iCAUE,gDAAwC,CADxC,uBAAwB,CAGxB,mCAoDF,CAlDE,4DAEE,uCAOF,CALE,uEAGE,eAAgB,CADhB,aAAc,CADd,cAGF,CAGF,uJAEE,gDACF,CAEA,0EACE,2CAAqC,CACrC,gDACF,CAEA,6EACE,6CAAyC,CACzC,oDACF,CAEA,8EACE,iDAA0C,CAC1C,qDACF,CAEA,6EACE,6CAAyC,CACzC,oDACF,CAEA,2EACE,6CAAsC,CACtC,iDACF,CAEA,4EACE,4CAAwC,CACxC,mDACF,CAEA,4EACE,+CAAwC,CACxC,sDACF,CAGF,wCAEE,kBACF","file":"SkeletonText-5cf908c1.css","sourcesContent":[".SkeletonText {\n --font-size: var(--text-body-size-medium);\n --line-height: var(--text-body-lineHeight-medium);\n --leading: calc(var(--font-size) * var(--line-height) - var(--font-size));\n\n @supports (margin-block: mod(1px, 1px)) {\n --leading: mod(var(--font-size) * var(--line-height), var(--font-size));\n }\n\n height: var(--font-size);\n border-radius: var(--borderRadius-small);\n /* stylelint-disable-next-line primer/spacing */\n margin-block: calc(var(--leading) / 2);\n\n &:where([data-in-multiline]) {\n /* stylelint-disable-next-line primer/spacing */\n margin-block-end: calc(var(--leading) * 2);\n\n &:last-child {\n min-width: 50px;\n max-width: 65%;\n margin-bottom: 0;\n }\n }\n\n &:where([data-text-skeleton-size='display']),\n &:where([data-text-skeleton-size='titleLarge']) {\n border-radius: var(--borderRadius-medium);\n }\n\n &:where([data-text-skeleton-size='display']) {\n --font-size: var(--text-display-size);\n --line-height: var(--text-display-lineHeight);\n }\n\n &:where([data-text-skeleton-size='titleLarge']) {\n --font-size: var(--text-title-size-large);\n --line-height: var(--text-title-lineHeight-large);\n }\n\n &:where([data-text-skeleton-size='titleMedium']) {\n --font-size: var(--text-title-size-medium);\n --line-height: var(--text-title-lineHeight-medium);\n }\n\n &:where([data-text-skeleton-size='titleSmall']) {\n --font-size: var(--text-title-size-small);\n --line-height: var(--text-title-lineHeight-small);\n }\n\n &:where([data-text-skeleton-size='subtitle']) {\n --font-size: var(--text-subtitle-size);\n --line-height: var(--text-subtitle-lineHeight);\n }\n\n &:where([data-text-skeleton-size='bodyLarge']) {\n --font-size: var(--text-body-size-large);\n --line-height: var(--text-body-lineHeight-large);\n }\n\n &:where([data-text-skeleton-size='bodySmall']) {\n --font-size: var(--text-body-size-small);\n --line-height: var(--text-body-lineHeight-small);\n }\n}\n\n.SkeletonTextWrapper {\n /* stylelint-disable-next-line primer/spacing */\n padding-block: 0.1px;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletonText.d.ts","sourceRoot":"","sources":["../../../src/experimental/Skeleton/SkeletonText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAqB,KAAK,SAAS,EAAC,MAAM,OAAO,CAAA;AAMxD,KAAK,iBAAiB,GAAG;IACvB,uDAAuD;IACvD,IAAI,CAAC,EAAE,SAAS,GAAG,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,UAAU,CAAA;IACtH,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,6GAA6G;IAC7G,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAA;IAC1C,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,GAAG,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAA;AAE3C,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuCpD,CAAA"}
@@ -1,149 +0,0 @@
1
- 'use strict';
2
-
3
- var reactCompilerRuntime = require('react-compiler-runtime');
4
- var SkeletonText_module = require('./SkeletonText.module.css.js');
5
- var clsx = require('clsx');
6
- require('@styled-system/css');
7
- var merge = require('deepmerge');
8
- var SkeletonBox = require('../../Skeleton/SkeletonBox.js');
9
- var jsxRuntime = require('react/jsx-runtime');
10
-
11
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
12
-
13
- var merge__default = /*#__PURE__*/_interopDefault(merge);
14
-
15
- const SkeletonText = t0 => {
16
- const $ = reactCompilerRuntime.c(32);
17
- let className;
18
- let maxWidth;
19
- let rest;
20
- let style;
21
- let t1;
22
- let t2;
23
- if ($[0] !== t0) {
24
- ({
25
- lines: t1,
26
- maxWidth,
27
- size: t2,
28
- className,
29
- style,
30
- ...rest
31
- } = t0);
32
- $[0] = t0;
33
- $[1] = className;
34
- $[2] = maxWidth;
35
- $[3] = rest;
36
- $[4] = style;
37
- $[5] = t1;
38
- $[6] = t2;
39
- } else {
40
- className = $[1];
41
- maxWidth = $[2];
42
- rest = $[3];
43
- style = $[4];
44
- t1 = $[5];
45
- t2 = $[6];
46
- }
47
- const lines = t1 === undefined ? 1 : t1;
48
- const size = t2 === undefined ? "bodyMedium" : t2;
49
- if (lines < 2) {
50
- let t3;
51
- if ($[7] !== className) {
52
- t3 = clsx.clsx(className, SkeletonText_module.SkeletonText);
53
- $[7] = className;
54
- $[8] = t3;
55
- } else {
56
- t3 = $[8];
57
- }
58
- const t4 = style;
59
- let t5;
60
- if ($[9] !== maxWidth || $[10] !== t4) {
61
- t5 = merge__default.default(t4, {
62
- maxWidth
63
- });
64
- $[9] = maxWidth;
65
- $[10] = t4;
66
- $[11] = t5;
67
- } else {
68
- t5 = $[11];
69
- }
70
- let t6;
71
- if ($[12] !== rest || $[13] !== size || $[14] !== t3 || $[15] !== t5) {
72
- t6 = /*#__PURE__*/jsxRuntime.jsx(SkeletonBox.SkeletonBox, {
73
- "data-component": "SkeletonText",
74
- "data-text-skeleton-size": size,
75
- width: "100%",
76
- className: t3,
77
- style: t5,
78
- ...rest
79
- });
80
- $[12] = rest;
81
- $[13] = size;
82
- $[14] = t3;
83
- $[15] = t5;
84
- $[16] = t6;
85
- } else {
86
- t6 = $[16];
87
- }
88
- return t6;
89
- } else {
90
- const t3 = style;
91
- let t4;
92
- if ($[17] !== maxWidth || $[18] !== t3) {
93
- t4 = merge__default.default(t3, {
94
- maxWidth
95
- });
96
- $[17] = maxWidth;
97
- $[18] = t3;
98
- $[19] = t4;
99
- } else {
100
- t4 = $[19];
101
- }
102
- let t5;
103
- if ($[20] !== className || $[21] !== lines || $[22] !== rest || $[23] !== size) {
104
- let t6;
105
- if ($[25] !== className || $[26] !== rest || $[27] !== size) {
106
- t6 = (_, index) => /*#__PURE__*/jsxRuntime.jsx(SkeletonBox.SkeletonBox, {
107
- "data-component": "SkeletonText",
108
- "data-in-multiline": "true",
109
- "data-text-skeleton-size": size,
110
- className: clsx.clsx(className, SkeletonText_module.SkeletonText),
111
- ...rest
112
- }, index);
113
- $[25] = className;
114
- $[26] = rest;
115
- $[27] = size;
116
- $[28] = t6;
117
- } else {
118
- t6 = $[28];
119
- }
120
- t5 = Array.from({
121
- length: lines
122
- }, t6);
123
- $[20] = className;
124
- $[21] = lines;
125
- $[22] = rest;
126
- $[23] = size;
127
- $[24] = t5;
128
- } else {
129
- t5 = $[24];
130
- }
131
- let t6;
132
- if ($[29] !== t4 || $[30] !== t5) {
133
- t6 = /*#__PURE__*/jsxRuntime.jsx("div", {
134
- "data-component": "multilineContainer",
135
- className: SkeletonText_module.SkeletonTextWrapper,
136
- style: t4,
137
- children: t5
138
- });
139
- $[29] = t4;
140
- $[30] = t5;
141
- $[31] = t6;
142
- } else {
143
- t6 = $[31];
144
- }
145
- return t6;
146
- }
147
- };
148
-
149
- exports.SkeletonText = SkeletonText;
@@ -1,7 +0,0 @@
1
- 'use strict';
2
-
3
- require('./SkeletonText-5cf908c1.css');
4
-
5
- var classes = {"SkeletonText":"prc-Skeleton-SkeletonText-o0dUS","SkeletonTextWrapper":"prc-Skeleton-SkeletonTextWrapper-QRoBW"};
6
-
7
- module.exports = classes;
@@ -1,4 +0,0 @@
1
- export { SkeletonBox } from '../../Skeleton/SkeletonBox';
2
- export { SkeletonText } from './SkeletonText';
3
- export { SkeletonAvatar } from './SkeletonAvatar';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/experimental/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,4BAA4B,CAAA;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAA;AAC3C,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAA"}
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- type CSSModulesProps = {
3
- as?: string | React.ComponentType<any>;
4
- sx?: React.CSSProperties;
5
- };
6
- /**
7
- * Utility to toggle rendering a styled component or a "plain" component based
8
- * on the provided `as` prop. When the provided feature flag is enabled, the
9
- * props will be passed through to an element or component created with the `as`
10
- * prop. When it is disabled, the provided styled component is used instead.
11
- *
12
- * @param flag - the feature flag that will control whether or not the provided
13
- * styled component is used
14
- * @param defaultAs - the default component to use when `as` is not provided
15
- * @param Component - the styled component that will be used if the feature flag
16
- * is disabled
17
- */
18
- export declare function toggleStyledComponent<T, P extends CSSModulesProps>(flag: string, defaultAs: string | React.ComponentType<any>, Component: React.ComponentType<P>): React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>;
19
- export {};
20
- //# sourceMappingURL=toggleStyledComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toggleStyledComponent.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/toggleStyledComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,KAAK,eAAe,GAAG;IAErB,EAAE,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAA;IACtC,EAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CACzB,CAAA;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,CAAC,SAAS,eAAe,EAChE,IAAI,EAAE,MAAM,EAEZ,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EAC5C,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,sFAiBlC"}
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- type CSSModulesProps = {
3
- as?: string | React.ComponentType<any>;
4
- sx?: React.CSSProperties;
5
- };
6
- /**
7
- * Utility to toggle rendering a Box component that receives sx props
8
- * or a "plain" component based on the provided `as` prop. Other props will be passed through to an element or component created with the `as` prop.
9
- *
10
- * @param sx - the sx prop to check against the default sx prop
11
- * @param defaultAs - the default component to use when `as` is not provided
12
- */
13
- export declare function toggleSxComponent<T, P extends CSSModulesProps>(defaultAs: string | React.ComponentType<any>): React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>;
14
- export {};
15
- //# sourceMappingURL=toggleSxComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toggleSxComponent.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/toggleSxComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,KAAK,eAAe,GAAG;IAErB,EAAE,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAA;IACtC,EAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CACzB,CAAA;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,CAAC,SAAS,eAAe,EAE5D,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,sFAa7C"}
@@ -1,83 +0,0 @@
1
- 'use strict';
2
-
3
- var reactCompilerRuntime = require('react-compiler-runtime');
4
- var React = require('react');
5
- var defaultSxProp = require('../../utils/defaultSxProp.js');
6
- var includeSystemProps = require('../../utils/includeSystemProps.js');
7
- var jsxRuntime = require('react/jsx-runtime');
8
- var Box = require('../../Box/Box.js');
9
-
10
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
11
-
12
- var React__default = /*#__PURE__*/_interopDefault(React);
13
-
14
- /**
15
- * Utility to toggle rendering a Box component that receives sx props
16
- * or a "plain" component based on the provided `as` prop. Other props will be passed through to an element or component created with the `as` prop.
17
- *
18
- * @param sx - the sx prop to check against the default sx prop
19
- * @param defaultAs - the default component to use when `as` is not provided
20
- */
21
- function toggleSxComponent(
22
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
23
- defaultAs) {
24
- const Wrapper = /*#__PURE__*/React__default.default.forwardRef(function Wrapper(t0, ref) {
25
- const $ = reactCompilerRuntime.c(13);
26
- let rest;
27
- let t1;
28
- let t2;
29
- if ($[0] !== t0) {
30
- ({
31
- as: t1,
32
- sx: t2,
33
- ...rest
34
- } = t0);
35
- $[0] = t0;
36
- $[1] = rest;
37
- $[2] = t1;
38
- $[3] = t2;
39
- } else {
40
- rest = $[1];
41
- t1 = $[2];
42
- t2 = $[3];
43
- }
44
- const BaseComponent = t1 === undefined ? defaultAs : t1;
45
- const sxProp = t2 === undefined ? defaultSxProp.defaultSxProp : t2;
46
- if (sxProp !== defaultSxProp.defaultSxProp || includeSystemProps.includesSystemProps(rest)) {
47
- let t3;
48
- if ($[4] !== BaseComponent || $[5] !== ref || $[6] !== rest || $[7] !== sxProp) {
49
- t3 = /*#__PURE__*/jsxRuntime.jsx(Box, {
50
- as: BaseComponent,
51
- ...rest,
52
- sx: sxProp,
53
- ref: ref
54
- });
55
- $[4] = BaseComponent;
56
- $[5] = ref;
57
- $[6] = rest;
58
- $[7] = sxProp;
59
- $[8] = t3;
60
- } else {
61
- t3 = $[8];
62
- }
63
- return t3;
64
- }
65
- let t3;
66
- if ($[9] !== BaseComponent || $[10] !== ref || $[11] !== rest) {
67
- t3 = /*#__PURE__*/jsxRuntime.jsx(BaseComponent, {
68
- ...rest,
69
- ref: ref
70
- });
71
- $[9] = BaseComponent;
72
- $[10] = ref;
73
- $[11] = rest;
74
- $[12] = t3;
75
- } else {
76
- t3 = $[12];
77
- }
78
- return t3;
79
- });
80
- return Wrapper;
81
- }
82
-
83
- exports.toggleSxComponent = toggleSxComponent;
@@ -1,43 +0,0 @@
1
- 'use strict';
2
-
3
- function throttle(callback, wait = 0, { start = true, middle = true, once = false } = {}) {
4
- let innerStart = start;
5
- let last = 0;
6
- let timer;
7
- let cancelled = false;
8
- function fn(...args) {
9
- if (cancelled)
10
- return;
11
- const delta = Date.now() - last;
12
- last = Date.now();
13
- if (start && middle && delta >= wait) {
14
- innerStart = true;
15
- }
16
- if (innerStart) {
17
- innerStart = false;
18
- callback.apply(this, args);
19
- if (once)
20
- fn.cancel();
21
- }
22
- else if ((middle && delta < wait) || !middle) {
23
- clearTimeout(timer);
24
- timer = setTimeout(() => {
25
- last = Date.now();
26
- callback.apply(this, args);
27
- if (once)
28
- fn.cancel();
29
- }, !middle ? wait : wait - delta);
30
- }
31
- }
32
- fn.cancel = () => {
33
- clearTimeout(timer);
34
- cancelled = true;
35
- };
36
- return fn;
37
- }
38
- function debounce(callback, wait = 0, { start = false, middle = false, once = false } = {}) {
39
- return throttle(callback, wait, { start, middle, once });
40
- }
41
-
42
- exports.debounce = debounce;
43
- exports.throttle = throttle;
@@ -1,2 +0,0 @@
1
- .prc-ActionList-ActionList-X4RiC,.prc-ActionList-ActionList-X4RiC ul{list-style:none;margin:0;padding:0}.prc-ActionList-ActionList-X4RiC:where([data-variant=inset]){padding-block:var(--base-size-8,.5rem)}.prc-ActionList-ActionList-X4RiC:where([data-variant=inset],[data-variant=horizontal-inset]) .prc-ActionList-ActionListItem-uq6I7{margin-inline:var(--base-size-8,.5rem)}.prc-ActionList-ActionList-X4RiC:where([data-variant=horizontal-inset]){padding-bottom:var(--base-size-8,.5rem)}.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) .prc-ActionList-ActionListSubContent-lP9xj:before{background:var(--borderColor-muted,var(--color-border-muted));content:"";display:block;height:1px;position:absolute;top:-7px;width:100%}:is(.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) [data-description-variant=inline]):before{background:var(--borderColor-muted,var(--color-border-muted));content:"";display:block;height:var(--borderWidth-thin,.0625rem);position:absolute;top:-7px;width:100%}:is(.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) [data-description-variant=inline]) .prc-ActionList-ActionListSubContent-lP9xj:before{content:unset}.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) .prc-ActionList-ActionListItem-uq6I7:first-of-type .prc-ActionList-ActionListSubContent-lP9xj:before,.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) .prc-ActionList-Divider-rsZFG+.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-ActionListSubContent-lP9xj:before{visibility:hidden}.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) .prc-ActionList-ActionListItem-uq6I7:first-of-type [data-description-variant=inline]:before,.prc-ActionList-ActionList-X4RiC:where([data-dividers=true]) .prc-ActionList-Divider-rsZFG+.prc-ActionList-ActionListItem-uq6I7 [data-description-variant=inline]:before{visibility:hidden}.prc-ActionList-ActionList-X4RiC .prc-ActionList-Divider-rsZFG:first-child{display:none}.prc-ActionList-ActionListItem-uq6I7{background-color:var(--control-transparent-bgColor-rest,transparent);border-radius:var(--borderRadius-medium,.375rem);list-style:none;position:relative}.prc-ActionList-ActionListItem-uq6I7:has(>.prc-ActionList-TrailingAction-RmUk1){display:flex;flex-wrap:nowrap}@media (forced-colors:active){.prc-ActionList-ActionListItem-uq6I7 :focus,.prc-ActionList-ActionListItem-uq6I7:focus-visible,.prc-ActionList-ActionListItem-uq6I7>a.prc-ActionList-focus-visible-o4yra,.prc-ActionList-ActionListItem-uq6I7[data-is-active-descendant]{outline:1px solid transparent!important}}@media (hover:hover){.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):active,.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover{cursor:pointer}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover{background-color:var(--control-transparent-bgColor-hover,var(--color-action-list-item-default-hover-bg))}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover:not([data-active],:focus-visible){box-shadow:var(--boxShadow-thin,inset 0 0 0 .0625rem) var(--control-transparent-borderColor-active,var(--color-action-list-item-default-active-border));outline:solid var(--borderWidth-thin,.0625rem) transparent;outline-offset:calc(var(--borderWidth-thin,.0625rem)*-1)}}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):active{background-color:var(--control-transparent-bgColor-active,var(--color-action-list-item-default-active-bg))}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):active:not([data-active]){box-shadow:var(--boxShadow-thin,inset 0 0 0 .0625rem) var(--control-transparent-borderColor-active,var(--color-action-list-item-default-active-border));outline:solid var(--borderWidth-thin,.0625rem) transparent;outline-offset:calc(var(--borderWidth-thin,.0625rem)*-1)}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor,var(--color-accent-fg));outline-offset:0}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):focus-visible .prc-ActionList-ActionListSubContent-lP9xj:before,.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):focus-visible+.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-ActionListSubContent-lP9xj:before{visibility:hidden}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-variant=danger]) * :not([popover],.prc-ActionList-TrailingVisual-XocgV){color:var(--control-danger-fgColor-rest,var(--color-danger-fg))}@media (hover:hover){.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-variant=danger]):hover{background:var(--control-danger-bgColor-hover,var(--color-action-list-item-danger-hover-bg))}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-variant=danger]):hover * :not([popover]){color:var(--control-danger-fgColor-hover,var(--color-action-list-item-danger-hover-text))}}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-variant=danger]):active{background:var(--control-danger-bgColor-active,var(--color-action-list-item-danger-active-bg))}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-variant=danger]):active * :not([popover]){color:var(--control-danger-fgColor-hover,var(--color-action-list-item-danger-hover-text))}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-active]){background:var(--control-transparent-bgColor-selected,var(--color-action-list-item-default-selected-bg));outline:2px solid transparent}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-active]) .prc-ActionList-ItemLabel-TmBhn{color:var(--control-fgColor-rest,var(--color-fg-default));font-weight:var(--base-text-weight-semibold,600)}@media (hover:hover){.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-active]):hover{background-color:var(--control-transparent-bgColor-hover,var(--color-action-list-item-default-hover-bg))}}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-active]) .prc-ActionList-ActionListSubContent-lP9xj:before,.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-active])+.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-ActionListSubContent-lP9xj:before{visibility:hidden}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-active]):after{background:var(--borderColor-accent-emphasis,var(--color-accent-emphasis));border-radius:var(--borderRadius-medium,.375rem);content:"";height:var(--base-size-24,1.5rem);left:calc(var(--base-size-8,.5rem)*-1);position:absolute;top:calc(50% - var(--base-size-12,.75rem));width:var(--base-size-4,.25rem)}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-is-active-descendant]){background:var(--control-transparent-bgColor-selected,var(--color-action-list-item-default-selected-bg));outline:2px solid transparent}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-is-active-descendant]):after{background:var(--borderColor-accent-emphasis,var(--color-accent-emphasis));border-radius:var(--borderRadius-medium,.375rem);content:"";height:var(--base-size-24,1.5rem);left:calc(var(--base-size-8,.5rem)*-1);position:absolute;top:calc(50% - var(--base-size-12,.75rem));width:var(--base-size-4,.25rem)}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-inactive=true]) * :not([popover],.prc-ActionList-InactiveWarning-YRMKV){color:var(--fgColor-muted,var(--color-fg-muted))}@media (hover:hover){.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-inactive=true]):hover{background-color:transparent;cursor:not-allowed}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-inactive=true]):hover * :not([popover],.prc-ActionList-InactiveWarning-YRMKV){color:var(--fgColor-muted,var(--color-fg-muted))}}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-inactive=true]):active{background:transparent}:is(.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):where([data-loading=true]),.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):has([data-loading=true])) *{color:var(--fgColor-muted,var(--color-fg-muted))}@media (hover:hover){.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover .prc-ActionList-ActionListSubContent-lP9xj:before,.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover+.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-ActionListSubContent-lP9xj:before{visibility:hidden}.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover [data-description-variant=inline]:before,.prc-ActionList-ActionListItem-uq6I7:not(:has([aria-disabled],[disabled]),[data-has-subitem=true]):hover+.prc-ActionList-ActionListItem-uq6I7 [data-description-variant=inline]:before{visibility:hidden}}.prc-ActionList-ActionListItem-uq6I7[data-has-subitem=true]>.prc-ActionList-ActionListContent-sg9-x{z-index:1}@media (hover:hover){:is(.prc-ActionList-ActionListItem-uq6I7[data-has-subitem=true]>.prc-ActionList-ActionListContent-sg9-x):hover{background-color:var(--control-transparent-bgColor-hover,var(--color-action-list-item-default-hover-bg));cursor:pointer}}:is(.prc-ActionList-ActionListItem-uq6I7[data-has-subitem=true]>.prc-ActionList-ActionListContent-sg9-x):active{background-color:var(--control-transparent-bgColor-active,var(--color-action-list-item-default-active-bg))}.prc-ActionList-ActionListItem-uq6I7[data-has-subitem=true] .prc-ActionList-Spacer-dydlX{display:block}:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled])) .prc-ActionList-ActionListContent-sg9-x *{color:var(--control-fgColor-disabled,var(--color-primer-fg-disabled))}@media (hover:hover){:is(:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled])) .prc-ActionList-ActionListContent-sg9-x):hover{background-color:transparent;cursor:not-allowed}}@media (hover:hover){:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled])):hover{background-color:transparent}}:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled])) .prc-ActionList-MultiSelectCheckbox-nK6PJ{background-color:var(--control-bgColor-disabled,var(--color-input-disabled-bg));border-color:var(--control-borderColor-disabled,var(--color-btn-border))}:is([aria-checked=true]:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled])),[aria-selected=true]:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled]))) .prc-ActionList-MultiSelectCheckbox-nK6PJ{background-color:var(--control-checked-bgColor-disabled,var(--color-switch-track-disabled-bg));border-color:var(--control-checked-bgColor-disabled,var(--color-switch-track-disabled-bg))}:is(:is([aria-checked=true]:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled])),[aria-selected=true]:is(.prc-ActionList-ActionListItem-uq6I7[aria-disabled=true],.prc-ActionList-ActionListItem-uq6I7:has([aria-disabled=true],[disabled]))) .prc-ActionList-MultiSelectCheckbox-nK6PJ):before{background-color:var(--control-checked-fgColor-disabled,var(--color-switch-track-checked-disabled-fg))}.prc-ActionList-ActionListItem-uq6I7:has(.prc-ActionList-TrailingAction-RmUk1 [data-loading=true]):not([aria-disabled=true]) .prc-ActionList-ItemLabel-TmBhn{color:var(--fgColor-default,var(--color-fg-default))}.prc-ActionList-ActionListItem-uq6I7:has(.prc-ActionList-TrailingAction-RmUk1 [data-loading=true]):not([aria-disabled=true]) .prc-ActionList-Description-G0lJ3{color:var(--fgColor-default,var(--color-fg-default))}.prc-ActionList-ActionListItem-uq6I7[aria-hidden]+.prc-ActionList-Divider-rsZFG{display:none}.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-MultiSelectCheckbox-nK6PJ{background-color:var(--bgColor-default,var(--color-canvas-default));border:var(--borderWidth-thin,.0625rem) solid var(--control-borderColor-emphasis,var(--color-switch-knob-border));border-radius:var(--borderRadius-small,.1875rem);cursor:pointer;display:grid;height:var(--base-size-16,1rem);margin:0;place-content:center;position:relative;transition:background-color,border-color 80ms cubic-bezier(.33,1,.68,1);width:var(--base-size-16,1rem)}:is(.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-MultiSelectCheckbox-nK6PJ):before{animation:prc-ActionList-checkmarkOut-XHM8j 80ms cubic-bezier(.65,0,.35,1);background-color:var(--control-checked-fgColor-rest,var(--color-switch-track-checked-fg));clip-path:inset(var(--base-size-16,1rem) 0 0 0);content:"";height:var(--base-size-16,1rem);mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgOSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzguMjJhLjc1Ljc1IDAgMCAxIDAgMS4wNjFMNC41MiA4LjU0MWEuNzUuNzUgMCAwIDEtMS4wNjIgMEwuMjAyIDUuMjg1YS43NS43NSAwIDAgMSAxLjA2MS0xLjA2MWwyLjcyNSAyLjcyM0wxMC43MTguMjJhLjc1Ljc1IDAgMCAxIDEuMDYyIDAiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");mask-position:center;mask-repeat:no-repeat;mask-size:75%;transition:visibility 0s linear .23s;width:var(--base-size-16,1rem)}@media (forced-colors:active){.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-MultiSelectCheckbox-nK6PJ{border-width:var(--borderWidth-thin,.0625rem)}}:is(.prc-ActionList-ActionListItem-uq6I7[aria-checked=true],.prc-ActionList-ActionListItem-uq6I7[aria-selected=true]) .prc-ActionList-MultiSelectCheckbox-nK6PJ{background-color:var(--control-checked-bgColor-rest,var(--color-switch-track-checked-bg));border-color:var(--control-checked-borderColor-rest,var(--color-switch-track-checked-bg));transition:background-color,border-color 80ms cubic-bezier(.32,0,.67,0) 0s}:is(:is(.prc-ActionList-ActionListItem-uq6I7[aria-checked=true],.prc-ActionList-ActionListItem-uq6I7[aria-selected=true]) .prc-ActionList-MultiSelectCheckbox-nK6PJ):before{animation:prc-ActionList-checkmarkIn-Q8dLp 80ms cubic-bezier(.65,0,.35,1) 80ms forwards;transition:visibility 0s linear 0s;visibility:visible}@media (forced-colors:active){:is(.prc-ActionList-ActionListItem-uq6I7[aria-checked=true],.prc-ActionList-ActionListItem-uq6I7[aria-selected=true]) .prc-ActionList-MultiSelectCheckbox-nK6PJ{border-width:8px}}:is(.prc-ActionList-ActionListItem-uq6I7[aria-checked=true],.prc-ActionList-ActionListItem-uq6I7[aria-selected=true]) .prc-ActionList-SingleSelectCheckmark-Vqn87{visibility:visible}:is(:is(.prc-ActionList-ActionListItem-uq6I7[aria-checked=false],.prc-ActionList-ActionListItem-uq6I7[aria-selected=false]) .prc-ActionList-MultiSelectCheckbox-nK6PJ):before{visibility:hidden}:is(.prc-ActionList-ActionListItem-uq6I7[aria-checked=false],.prc-ActionList-ActionListItem-uq6I7[aria-selected=false]) .prc-ActionList-SingleSelectCheckmark-Vqn87{visibility:hidden}.prc-ActionList-SingleSelectCheckmark-Vqn87{visibility:hidden}.prc-ActionList-ActionListContent-sg9-x{--subitem-depth:0px;background-color:transparent;border:none;border-radius:var(--borderRadius-medium,.375rem);color:var(--control-fgColor-rest,var(--color-fg-default));display:grid;padding-block:var(--control-medium-paddingBlock,.375rem);padding-inline:var(--control-medium-paddingInline-condensed,.5rem);position:relative;text-align:left;touch-action:manipulation;transition:background 33.333ms linear;-webkit-user-select:none;user-select:none;width:100%;-webkit-tap-highlight-color:transparent;align-items:start;grid-template-areas:"spacer leadingAction leadingVisual content";grid-template-columns:min-content min-content min-content minmax(0,auto);grid-template-rows:min-content}.prc-ActionList-ActionListContent-sg9-x>:not(:last-child,.prc-ActionList-Spacer-dydlX){margin-right:var(--control-medium-gap,.5rem)}.prc-ActionList-ActionListContent-sg9-x:hover{cursor:pointer;-webkit-text-decoration:none;text-decoration:none}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=true] .prc-ActionList-ExpandIcon-SKUGP{transform:scaleY(-1)}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false] .prc-ActionList-ExpandIcon-SKUGP{transform:scaleY(1)}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false]+.prc-ActionList-SubGroup-24eK2{display:none}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false]:has(+.prc-ActionList-SubGroup-24eK2 [data-active=true]){background:var(--control-transparent-bgColor-selected,var(--color-action-list-item-default-selected-bg))}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false]:has(+.prc-ActionList-SubGroup-24eK2 [data-active=true]) .prc-ActionList-ItemLabel-TmBhn{font-weight:var(--base-text-weight-semibold,600)}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false]:has(+.prc-ActionList-SubGroup-24eK2 [data-active=true]) .prc-ActionList-ActionListSubContent-lP9xj:before,.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false]:has(+.prc-ActionList-SubGroup-24eK2 [data-active=true])+.prc-ActionList-ActionListItem-uq6I7 .prc-ActionList-ActionListSubContent-lP9xj:before{visibility:hidden}.prc-ActionList-ActionListContent-sg9-x[aria-expanded=false]:has(+.prc-ActionList-SubGroup-24eK2 [data-active=true]):after{background:var(--borderColor-accent-emphasis,var(--color-accent-emphasis));border-radius:var(--borderRadius-medium,.375rem);content:"";height:var(--base-size-24,1.5rem);left:calc(var(--base-size-8,.5rem)*-1);position:absolute;top:calc(50% - var(--base-size-12,.75rem));width:var(--base-size-4,.25rem)}.prc-ActionList-ActionListSubContent-lP9xj{align-items:start;display:grid;grid-area:content;grid-template-areas:"label trailingVisual trailingAction";grid-template-columns:minmax(0,auto) min-content min-content;grid-template-rows:min-content;position:relative;width:100%}.prc-ActionList-ActionListSubContent-lP9xj>:not(:last-child){margin-right:var(--control-medium-gap,.5rem)}.prc-ActionList-Spacer-dydlX{display:none;grid-area:spacer;width:max(0px,var(--subitem-depth) * 8px)}.prc-ActionList-LeadingAction-Oy04M{grid-area:leadingAction}.prc-ActionList-LeadingVisual-dxXxW{grid-area:leadingVisual}.prc-ActionList-TrailingVisual-XocgV{font-size:var(--text-body-size-medium,.875rem);grid-area:trailingVisual}.prc-ActionList-TrailingAction-RmUk1{grid-area:trailingAction}.prc-ActionList-ItemDescriptionWrap-VJA7h{display:flex;flex-direction:column;gap:var(--base-size-4,.25rem);grid-area:label}.prc-ActionList-ItemDescriptionWrap-VJA7h .prc-ActionList-ItemLabel-TmBhn{font-weight:var(--base-text-weight-semibold,600);word-break:break-word}.prc-ActionList-ItemDescriptionWrap-VJA7h:where([data-description-variant=inline]){align-items:baseline;flex-direction:row;gap:var(--base-size-8,.5rem);position:relative;word-break:normal}.prc-ActionList-ItemDescriptionWrap-VJA7h:where([data-description-variant=inline]) .prc-ActionList-ItemLabel-TmBhn{word-break:normal}.prc-ActionList-ItemDescriptionWrap-VJA7h:where([data-description-variant=inline]):has([data-truncate=true]) .prc-ActionList-ItemLabel-TmBhn{flex:1 0 auto}.prc-ActionList-ItemDescriptionWrap-VJA7h:where([data-description-variant=inline]) .prc-ActionList-Description-G0lJ3{line-height:16px}.prc-ActionList-Description-G0lJ3{font-size:var(--text-body-size-small,.75rem);font-weight:var(--base-text-weight-normal,400);line-height:16px}.prc-ActionList-Description-G0lJ3,.prc-ActionList-VisualWrap-rfjV-{color:var(--fgColor-muted,var(--color-fg-muted))}.prc-ActionList-VisualWrap-rfjV-{display:flex;line-height:20px;min-height:var(--control-medium-lineBoxHeight,1.25rem);min-width:max-content;pointer-events:none;fill:var(--fgColor-muted,var(--color-fg-muted));align-items:center}.prc-ActionList-ItemLabel-TmBhn{color:var(--fgColor-default,var(--color-fg-default));font-size:var(--text-body-size-medium,.875rem);font-weight:var(--base-text-weight-normal,400);grid-area:label;line-height:20px;position:relative;word-break:break-word}.prc-ActionList-SubGroup-24eK2 .prc-ActionList-ItemLabel-TmBhn{font-size:var(--text-body-size-small,.75rem)}.prc-ActionList-SubGroup-24eK2 .prc-ActionList-ActionListItem-uq6I7{margin-inline:0}.prc-ActionList-TrailingActionButton-i2wnc{border-bottom-left-radius:0;border-top-left-radius:0}.prc-ActionList-TrailingActionButton-i2wnc[data-loading=true]:has([data-component=buttonContent]){padding:0 0 0 calc(var(--base-size-12,.75rem)*2)}.prc-ActionList-TrailingActionButton-i2wnc[data-loading=true]:has([data-component=buttonContent]) [data-component=loadingSpinner]{align-items:center;display:flex;height:var(--control-medium-size,2rem);justify-content:center;place-self:end;width:var(--control-medium-size,2rem)}.prc-ActionList-InactiveButtonWrap-T6Jfa:has(.prc-ActionList-TrailingVisual-XocgV){grid-area:trailingVisual}.prc-ActionList-InactiveButtonWrap-T6Jfa:has(.prc-ActionList-LeadingVisual-dxXxW){grid-area:leadingVisual}.prc-ActionList-Divider-rsZFG{background:var(--borderColor-muted,var(--color-border-muted));border:0;display:block;height:var(--borderWidth-thin,.0625rem);list-style:none;margin-block-end:var(--base-size-8,.5rem);margin-block-start:calc(var(--base-size-8,.5rem) - var(--borderWidth-thin,.0625rem));padding:0}.prc-ActionList-InactiveButtonReset-3lIQX{background:none;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;padding:0}.prc-ActionList-InactiveWarning-YRMKV{color:var(--fgColor-attention,var(--color-attention-fg));font-size:var(--text-body-size-small,.75rem);grid-row:2/2;line-height:16px}@keyframes prc-ActionList-checkmarkIn-Q8dLp{0%{clip-path:inset(var(--base-size-16,1rem) 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes prc-ActionList-checkmarkOut-XHM8j{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(var(--base-size-16,1rem) 0 0 0)}}
2
- /*# sourceMappingURL=ActionList-49cba224.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/ActionList/ActionList.module.css","../../postcss-preset-primer/src/mixins/focusOutline.css","../../postcss-preset-primer/src/mixins/activeIndicatorLine.css"],"names":[],"mappings":"AAOE,qEAGE,eAAgB,CADhB,QAAS,CADT,SAGF,CAEA,6DACE,sCACF,CAIE,kIACE,sCACF,CAGF,wEACE,uCACF,CAIE,+GAaE,6DAAoC,CAFpC,UAAW,CAHX,aAAc,CAEd,UAAW,CATX,iBAAkB,CAMlB,QAAS,CAET,UAKF,CAIE,2GAaE,6DAAoC,CAFpC,UAAW,CAHX,aAAc,CAEd,uCAA+B,CAT/B,iBAAkB,CAMlB,QAAS,CAET,UAKF,CAGA,sJACE,aACF,CAIF,oVAEE,iBACF,CAGA,kUAEE,iBACF,CAIF,2EACE,YACF,CAKF,qCAGE,oEAAyD,CACzD,gDAAyC,CAFzC,eAAgB,CADhB,iBAsWF,CAhWE,gFACE,YAAa,CACb,gBACF,CAIA,8BACE,yOAME,uCACF,CACF,CAGE,qBACE,mNAEE,cACF,CAEA,yGACE,wGAQF,CANE,2IAIE,uJAA+E,CAF/E,0DAAkD,CAClD,wDAEF,CAEJ,CAEA,0GACE,0GAQF,CANE,6HAIE,uJAA+E,CAF/E,0DAAkD,CAClD,wDAEF,CAGF,iHC/IF,eAAgB,CAFhB,kEAAgC,CAChC,gBDuJE,CAJE,2WAEE,iBACF,CAKA,uLACE,+DACF,CAEA,qBACE,sIACE,4FAKF,CAHE,wJACE,yFACF,CAEJ,CAEA,uIACE,8FAKF,CAHE,yJACE,yFACF,CAKJ,wHACE,wGAAuD,CAGvD,6BAwBF,CAtBE,wJAEE,yDAAkC,CADlC,gDAEF,CAEA,qBACE,8HACE,wGACF,CACF,CAIA,yXAEE,iBACF,CAGA,8HEtMJ,0EAA8C,CAC9C,gDAAyC,CAHzC,UAAW,CADX,iCAA2B,CAF3B,sCAAmC,CAFnC,iBAAkB,CAClB,0CAAoC,CAEpC,+BF4MI,CAGF,sIACE,wGAAuD,CAGvD,6BAeF,CAHE,4IE3NJ,0EAA8C,CAC9C,gDAAyC,CAHzC,UAAW,CADX,iCAA2B,CAF3B,sCAAmC,CAFnC,iBAAkB,CAClB,0CAAoC,CAEpC,+BFiOI,CAMA,uLACE,gDACF,CAEA,qBACE,qIAEE,4BAA6B,CAD7B,kBAMF,CAHE,6LACE,gDACF,CAEJ,CAEA,sIACE,sBACF,CAKA,iQACE,gDACF,CAIF,qBAEI,2VAEE,iBACF,CAEA,yUAEE,iBACF,CAEJ,CAMA,oGACE,SAYF,CAVE,qBACE,+GAEE,wGAA0D,CAD1D,cAEF,CACF,CAEA,gHACE,0GACF,CAGF,yFACE,aACF,CAOA,kLACE,qEACF,CAGE,qBACE,2LAEE,4BAA6B,CAD7B,kBAEF,CACF,CAGF,qBACE,8IACE,4BACF,CACF,CAEA,kLACE,+EAAiD,CACjD,wEACF,CAIE,sWACE,8FAAyD,CAEzD,0FAMF,CAJE,kXAEE,sGACF,CAQJ,6JACE,oDACF,CAEA,+JACE,oDACF,CAIF,gFACE,YACF,CAOA,+EAOE,mEAAwC,CACxC,iHAAyE,CACzE,gDAAwC,CAHxC,cAAe,CAJf,YAAa,CAEb,+BAA2B,CAC3B,QAAS,CAUT,oBAAqB,CAdrB,iBAAkB,CASlB,uEAEkD,CATlD,8BAsCF,CAxBE,2FAcE,0EAA2D,CAT3D,yFAAqD,CAErD,+CAA2C,CAJ3C,UAAW,CADX,+BAA2B,CAQ3B,ocAA69B,CAG79B,oBAAqB,CADrB,qBAAsB,CADtB,aAAc,CALd,oCAAsC,CALtC,8BAeF,CAEA,8BAnCF,+EAuCI,6CAEJ,CADE,CAKA,gKACE,yFAAqD,CACrD,yFAAqD,CACrD,0EAiBF,CAZE,4KAGE,uFAAwE,CADxE,kCAAmC,CADnC,kBAGF,CAEA,8BAdF,gKAkBI,gBAEJ,CADE,CAGF,kKACE,kBACF,CAME,8KACE,iBACF,CAGF,oKACE,iBACF,CAKJ,4CACE,iBACF,CAKA,wCACE,mBAAoB,CAQpB,4BAA6B,CAC7B,WAAY,CACZ,gDAAyC,CALzC,yDAAkC,CAFlC,YAAa,CAUb,wDAAiD,CAEjD,kEAA6D,CAb7D,iBAAkB,CAIlB,eAAgB,CAUhB,yBAA0B,CAL1B,qCAAsC,CAJtC,wBAAiB,CAAjB,gBAAiB,CAHjB,UAAW,CAaX,uCAAwC,CAIxC,iBAAkB,CAFlB,gEAAiE,CACjE,wEAA0E,CAF1E,8BAoDF,CA9CE,uFAEE,4CACF,CAEA,8CAEE,cAAe,CADf,4BAAqB,CAArB,oBAEF,CAKE,6FACE,oBACF,CAIA,8FACE,mBACF,CAEA,4FACE,YACF,CAGA,qHACE,wGAeF,CAbE,qJACE,gDACF,CAEA,mXAEE,iBACF,CAGA,2HEtgBJ,0EAA8C,CAC9C,gDAAyC,CAHzC,UAAW,CADX,iCAA2B,CAF3B,sCAAmC,CAFnC,iBAAkB,CAClB,0CAAoC,CAEpC,+BF4gBI,CAMN,2CAQE,iBAAkB,CALlB,YAAa,CAFb,iBAAkB,CAKlB,yDAA0D,CAC1D,4DAA8D,CAF9D,8BAA+B,CAH/B,iBAAkB,CAElB,UAWF,CAJE,6DAEE,4CACF,CAOF,6BACE,YAAa,CAEb,gBAAiB,CADjB,yCAEF,CAEA,oCACE,uBACF,CAEA,oCACE,uBACF,CAEA,qCAEE,8CAAuC,CADvC,wBAEF,CAEA,qCACE,wBACF,CAIA,0CAEE,YAAa,CACb,qBAAsB,CACtB,6BAAuB,CAHvB,eAqCF,CAhCE,0EACE,gDAA6C,CAE7C,qBACF,CAGA,mFAIE,oBAAqB,CADrB,kBAAmB,CAEnB,4BAAuB,CAJvB,iBAAkB,CAClB,iBAsBF,CAjBE,mHACE,iBACF,CAGE,6IACE,aACF,CAGF,qHAKE,gBACF,CAKJ,kCACE,4CAAsC,CACtC,8CAA2C,CAM3C,gBAEF,CAIA,mEALE,gDAgBF,CAXA,iCACE,YAAa,CAIb,gBAAiB,CAFjB,sDAA+C,CAD/C,qBAAsB,CAMtB,mBAAoB,CACpB,+CAA0B,CAC1B,kBACF,CAGA,gCAOE,oDAA6B,CAL7B,8CAAuC,CACvC,8CAA2C,CAK3C,eAAgB,CAHhB,gBAAiB,CAJjB,iBAAkB,CASlB,qBACF,CAGE,+DACE,4CACF,CAEA,oEACE,eACF,CAKF,2CAEE,2BAA4B,CAD5B,wBAoBF,CAhBE,kGAEE,gDAaF,CAVE,kIAOE,kBAAmB,CADnB,YAAa,CAFb,sCAAwC,CAIxC,sBAAuB,CAPvB,cAAe,CAEf,qCAMF,CAKF,mFACE,wBACF,CAEA,kFACE,uBACF,CAGF,8BASE,6DAAoC,CACpC,QAAS,CATT,aAAc,CACd,uCAA+B,CAK/B,eAAgB,CADhB,yCAAoC,CADpC,oFAAsE,CAFtE,SAQF,CAEA,0CAME,eAAgB,CAChB,WAAY,CAHZ,aAAc,CACd,cAAe,CAJf,YAAa,CAEb,YAAa,CADb,SAMF,CAEA,sCAQE,wDAA+B,CAP/B,4CAAsC,CAQtC,YAAa,CAFb,gBAGF,CAEA,4CACE,GACE,+CACF,CAEA,GACE,wBACF,CACF,CAEA,6CACE,GACE,wBACF,CAEA,GACE,+CACF,CACF","file":"ActionList-49cba224.css","sourcesContent":["/* stylelint-disable max-nesting-depth, selector-max-specificity, selector-max-compound-selectors */\n\n.ActionList {\n padding: 0;\n margin: 0;\n list-style: none;\n\n ul {\n padding: 0;\n margin: 0;\n list-style: none;\n }\n\n &:where([data-variant='inset']) {\n padding-block: var(--base-size-8);\n }\n\n &:where([data-variant='inset'], [data-variant='horizontal-inset']) {\n /* this is only to match default experience */\n & .ActionListItem {\n margin-inline: var(--base-size-8);\n }\n }\n\n &:where([data-variant='horizontal-inset']) {\n padding-bottom: var(--base-size-8);\n }\n\n &:where([data-dividers='true']) {\n /* place dividers on the wrapper that excludes leading visuals/actions */\n & .ActionListSubContent::before {\n position: absolute;\n\n /* use this top size after FF removed */\n\n /* top: calc(-1 * var(--control-medium-paddingBlock)); */\n /* stylelint-disable-next-line primer/spacing */\n top: -7px;\n display: block;\n width: 100%;\n height: 1px;\n content: '';\n /* stylelint-disable-next-line primer/colors */\n background: var(--borderColor-muted);\n }\n\n /* if inline description, move pseudo divider to description wrapper */\n & [data-description-variant='inline'] {\n &::before {\n position: absolute;\n\n /* use this top size after FF removed */\n\n /* top: calc(-1 * var(--control-medium-paddingBlock)); */\n /* stylelint-disable-next-line primer/spacing */\n top: -7px;\n display: block;\n width: 100%;\n height: var(--borderWidth-thin);\n content: '';\n /* stylelint-disable-next-line primer/colors */\n background: var(--borderColor-muted);\n }\n\n /* remove the default divider */\n & .ActionListSubContent::before {\n content: unset;\n }\n }\n\n /* hide if item is first of type with label::before, or is the first item after a sectionDivider */\n .ActionListItem:first-of-type .ActionListSubContent::before,\n .Divider + .ActionListItem .ActionListSubContent::before {\n visibility: hidden;\n }\n\n /* hide if item is first of type with label::before, or is the first item after a sectionDivider */\n .ActionListItem:first-of-type [data-description-variant='inline']::before,\n .Divider + .ActionListItem [data-description-variant='inline']::before {\n visibility: hidden;\n }\n }\n\n /* Make sure that the first visible item isn't a divider */\n & .Divider:first-child {\n display: none;\n }\n}\n\n/* ActionListItem is a li that handles visual state, while ActionListItemContent controls actual state via button or link */\n\n.ActionListItem {\n position: relative;\n list-style: none;\n background-color: var(--control-transparent-bgColor-rest);\n border-radius: var(--borderRadius-medium);\n\n /* apply flex if trailing action exists as an immediate child */\n &:has(> .TrailingAction) {\n display: flex;\n flex-wrap: nowrap;\n }\n\n /* state */\n\n @media (forced-colors: active) {\n :focus,\n &:focus-visible,\n /* stylelint-disable-next-line selector-no-qualifying-type */\n >a.focus-visible,\n &[data-is-active-descendant] {\n /* Support for Windows high contrast https://sarahmhigley.com/writing/whcm-quick-tips */\n outline: solid 1px transparent !important;\n }\n }\n\n &:not(:has([aria-disabled], [disabled]), [data-has-subitem='true']) {\n @media (hover: hover) {\n &:hover,\n &:active {\n cursor: pointer;\n }\n\n &:hover {\n background-color: var(--control-transparent-bgColor-hover);\n\n &:not([data-active], :focus-visible) {\n /* Support for \"Windows high contrast mode\" https:sarahmhigley.com/writing/whcm-quick-tips/ */\n outline: solid var(--borderWidth-thin) transparent;\n outline-offset: calc(-1 * var(--borderWidth-thin));\n box-shadow: var(--boxShadow-thin) var(--control-transparent-borderColor-active);\n }\n }\n }\n\n &:active {\n background-color: var(--control-transparent-bgColor-active);\n\n &:not([data-active]) {\n /* Support for \"Windows high contrast mode\" https:sarahmhigley.com/writing/whcm-quick-tips/ */\n outline: solid var(--borderWidth-thin) transparent;\n outline-offset: calc(-1 * var(--borderWidth-thin));\n box-shadow: var(--boxShadow-thin) var(--control-transparent-borderColor-active);\n }\n }\n\n &:focus-visible {\n @mixin focusOutline 0;\n\n & .ActionListSubContent::before,\n & + .ActionListItem .ActionListSubContent::before {\n visibility: hidden;\n }\n }\n\n /* danger */\n &:where([data-variant='danger']) {\n & * :not([popover], .TrailingVisual) {\n color: var(--control-danger-fgColor-rest);\n }\n\n @media (hover: hover) {\n &:hover {\n background: var(--control-danger-bgColor-hover);\n\n & * :not([popover]) {\n color: var(--control-danger-fgColor-hover);\n }\n }\n }\n\n &:active {\n background: var(--control-danger-bgColor-active);\n\n & * :not([popover]) {\n color: var(--control-danger-fgColor-hover);\n }\n }\n }\n\n /* active state [aria-current] */\n &:where([data-active]) {\n background: var(--control-transparent-bgColor-selected);\n\n /* provides a visual indication of the current item for Windows high-contrast mode */\n outline: 2px solid transparent;\n\n & .ItemLabel {\n font-weight: var(--base-text-weight-semibold);\n color: var(--control-fgColor-rest);\n }\n\n @media (hover: hover) {\n &:hover {\n background-color: var(--control-transparent-bgColor-hover);\n }\n }\n\n /* hide dividers if showDividers is true and item is active */\n\n & .ActionListSubContent::before,\n & + .ActionListItem .ActionListSubContent::before {\n visibility: hidden;\n }\n\n /* blue accent line */\n &::after {\n @mixin activeIndicatorLine;\n }\n }\n\n &:where([data-is-active-descendant]) {\n background: var(--control-transparent-bgColor-selected);\n\n /* provides a visual indication of the current item for Windows high-contrast mode */\n outline: 2px solid transparent;\n\n /* hide dividers if showDividers is true and item is active */\n\n /* add back in after FF ship */\n\n /* & .ActionListSubContent::before,\n & + .ActionListItem .ActionListSubContent::before {\n visibility: hidden;\n } */\n\n /* blue accent line */\n &::after {\n @mixin activeIndicatorLine;\n }\n }\n\n /* inactive */\n &:where([data-inactive='true']) {\n /* ignore tooltip */\n & * :not([popover], .InactiveWarning) {\n color: var(--fgColor-muted);\n }\n\n @media (hover: hover) {\n &:hover {\n cursor: not-allowed;\n background-color: transparent;\n\n & * :not([popover], .InactiveWarning) {\n color: var(--fgColor-muted);\n }\n }\n }\n\n &:active {\n background: transparent;\n }\n }\n\n &:where([data-loading='true']),\n &:has([data-loading='true']) {\n & * {\n color: var(--fgColor-muted);\n }\n }\n\n /* hide dividers */\n @media (hover: hover) {\n &:hover {\n & .ActionListSubContent::before,\n & + .ActionListItem .ActionListSubContent::before {\n visibility: hidden;\n }\n\n & [data-description-variant='inline']::before,\n & + .ActionListItem [data-description-variant='inline']::before {\n visibility: hidden;\n }\n }\n }\n }\n\n /* if item has subitem, move hover styles to ActionListContent */\n &[data-has-subitem='true'] {\n /* first child */\n & > .ActionListContent {\n z-index: 1;\n\n @media (hover: hover) {\n &:hover {\n cursor: pointer;\n background-color: var(--control-transparent-bgColor-hover);\n }\n }\n\n &:active {\n background-color: var(--control-transparent-bgColor-active);\n }\n }\n\n & .Spacer {\n display: block;\n }\n }\n\n /* disabled */\n\n &[aria-disabled='true'],\n &:has([aria-disabled='true'], [disabled]) {\n & .ActionListContent * {\n color: var(--control-fgColor-disabled);\n }\n\n & .ActionListContent {\n @media (hover: hover) {\n &:hover {\n cursor: not-allowed;\n background-color: transparent;\n }\n }\n }\n\n @media (hover: hover) {\n &:hover {\n background-color: transparent;\n }\n }\n\n & .MultiSelectCheckbox {\n background-color: var(--control-bgColor-disabled);\n border-color: var(--control-borderColor-disabled);\n }\n\n &[aria-checked='true'],\n &[aria-selected='true'] {\n & .MultiSelectCheckbox {\n background-color: var(--control-checked-bgColor-disabled);\n /* stylelint-disable-next-line primer/colors */\n border-color: var(--control-checked-bgColor-disabled);\n\n &::before {\n /* stylelint-disable-next-line primer/colors */\n background-color: var(--control-checked-fgColor-disabled);\n }\n }\n }\n }\n\n /* When TrailingAction is in loading state, keep labels and descriptions accessible */\n &:has(.TrailingAction [data-loading='true']):not([aria-disabled='true']) {\n /* Ensure labels and descriptions maintain accessibility contrast */\n & .ItemLabel {\n color: var(--fgColor-default);\n }\n\n & .Description {\n color: var(--fgColor-default);\n }\n }\n\n /* Make sure that the first visible item isn't a divider */\n &[aria-hidden] + .Divider {\n display: none;\n }\n\n /*\n * checkbox item [aria-checked]\n * listbox [aria-selected]\n */\n\n & .MultiSelectCheckbox {\n position: relative;\n display: grid;\n width: var(--base-size-16);\n height: var(--base-size-16);\n margin: 0;\n cursor: pointer;\n background-color: var(--bgColor-default);\n border: var(--borderWidth-thin) solid var(--control-borderColor-emphasis);\n border-radius: var(--borderRadius-small);\n transition:\n background-color,\n border-color 80ms cubic-bezier(0.33, 1, 0.68, 1);\n /* checked -> unchecked - add 120ms delay to fully see animation-out */\n\n place-content: center;\n\n &::before {\n width: var(--base-size-16);\n height: var(--base-size-16);\n content: '';\n /* stylelint-disable-next-line primer/colors */\n background-color: var(--control-checked-fgColor-rest);\n transition: visibility 0s linear 230ms;\n clip-path: inset(var(--base-size-16) 0 0 0);\n\n /* octicon checkmark image */\n mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzgwMyAwLjIxOTYyNUMxMS45MjEgMC4zNjA0MjcgMTIgMC41NTEzMDUgMTIgMC43NTAzMTNDMTIgMC45NDkzMjEgMTEuOTIxIDEuMTQwMTkgMTEuNzgwMyAxLjI4MUw0LjUxODYgOC41NDA0MkM0LjM3Nzc1IDguNjgxIDQuMTg2ODIgOC43NiAzLjk4Nzc0IDguNzZDMy43ODg2NyA4Ljc2IDMuNTk3NzMgOC42ODEgMy40NTY4OSA4LjU0MDQyTDAuMjAxNjIyIDUuMjg2MkMwLjA2ODkyNzcgNS4xNDM4MyAtMC4wMDMzMDkwNSA0Ljk1NTU1IDAuMDAwMTE2NDkzIDQuNzYwOThDMC4wMDM1NTIwNSA0LjU2NjQzIDAuMDgyMzg5NCA0LjM4MDgxIDAuMjIwMDMyIDQuMjQzMjFDMC4zNTc2NjUgNC4xMDU2MiAwLjU0MzM1NSA0LjAyNjgxIDAuNzM3OTcgNC4wMjMzOEMwLjkzMjU4NCA0LjAxOTk0IDEuMTIwOTMgNC4wOTIxNyAxLjI2MzM0IDQuMjI0ODJMMy45ODc3NCA2Ljk0ODM1TDEwLjcxODYgMC4yMTk2MjVDMTAuODU5NSAwLjA3ODk5MjMgMTEuMDUwNCAwIDExLjI0OTUgMEMxMS40NDg1IDAgMTEuNjM5NSAwLjA3ODk5MjMgMTEuNzgwMyAwLjIxOTYyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');\n mask-size: 75%;\n mask-repeat: no-repeat;\n mask-position: center;\n animation: checkmarkOut 80ms cubic-bezier(0.65, 0, 0.35, 1);\n /* forwards; slightly snappier animation out */\n }\n\n @media (forced-colors: active) {\n /* Support for Windows high contrast https://sarahmhigley.com/writing/whcm-quick-tips */\n\n /* background-color will be overriden but border-width is a workaround */\n border-width: var(--borderWidth-thin);\n }\n }\n\n &[aria-checked='true'],\n &[aria-selected='true'] {\n & .MultiSelectCheckbox {\n background-color: var(--control-checked-bgColor-rest);\n border-color: var(--control-checked-borderColor-rest);\n transition:\n background-color,\n border-color 80ms cubic-bezier(0.32, 0, 0.67, 0) 0ms;\n /* unchecked -> checked */\n\n &::before {\n visibility: visible;\n transition: visibility 0s linear 0s;\n animation: checkmarkIn 80ms cubic-bezier(0.65, 0, 0.35, 1) forwards 80ms;\n }\n\n @media (forced-colors: active) {\n /* Support for Windows high contrast https://sarahmhigley.com/writing/whcm-quick-tips\n background-color will be overriden but border-width is a workaround */\n /* stylelint-disable-next-line primer/borders */\n border-width: 8px;\n }\n }\n\n & .SingleSelectCheckmark {\n visibility: visible;\n }\n }\n\n &[aria-checked='false'],\n &[aria-selected='false'] {\n & .MultiSelectCheckbox {\n &::before {\n visibility: hidden;\n }\n }\n\n & .SingleSelectCheckmark {\n visibility: hidden;\n }\n }\n}\n\n/* hide by default to support inactive state where role cannot be menuitemradio or menuitemcheckbox */\n.SingleSelectCheckmark {\n visibility: hidden;\n}\n\n/* button or a tag */\n\n/* [ [spacer] [leadingAction] [leadingVisual] [content] ] */\n.ActionListContent {\n --subitem-depth: 0px;\n\n position: relative;\n display: grid;\n width: 100%;\n color: var(--control-fgColor-rest);\n text-align: left;\n user-select: none;\n background-color: transparent;\n border: none;\n border-radius: var(--borderRadius-medium);\n transition: background 33.333ms linear;\n /* stylelint-disable-next-line primer/spacing */\n padding-block: var(--control-medium-paddingBlock);\n /* stylelint-disable-next-line primer/spacing */\n padding-inline: var(--control-medium-paddingInline-condensed);\n touch-action: manipulation;\n -webkit-tap-highlight-color: transparent;\n grid-template-rows: min-content;\n grid-template-areas: 'spacer leadingAction leadingVisual content';\n grid-template-columns: min-content min-content min-content minmax(0, auto);\n align-items: start;\n\n /* column-gap persists with empty grid-areas, margin applies only when children exist */\n & > :not(:last-child, .Spacer) {\n /* stylelint-disable-next-line primer/spacing */\n margin-right: var(--control-medium-gap);\n }\n\n &:hover {\n text-decoration: none;\n cursor: pointer;\n }\n\n /* collapsible item [aria-expanded] */\n\n &[aria-expanded='true'] {\n & .ExpandIcon {\n transform: scaleY(-1);\n }\n }\n\n &[aria-expanded='false'] {\n & .ExpandIcon {\n transform: scaleY(1);\n }\n\n & + .SubGroup {\n display: none;\n }\n\n /* show active indicator on parent collapse if child is active */\n &:has(+ .SubGroup [data-active='true']) {\n background: var(--control-transparent-bgColor-selected);\n\n & .ItemLabel {\n font-weight: var(--base-text-weight-semibold);\n }\n\n & .ActionListSubContent::before,\n & + .ActionListItem .ActionListSubContent::before {\n visibility: hidden;\n }\n\n /* blue accent line */\n &::after {\n @mixin activeIndicatorLine;\n }\n }\n }\n}\n\n/* [ [content] [trailingVisual] [trailingAction] ] */\n.ActionListSubContent {\n grid-area: content;\n position: relative;\n display: grid;\n width: 100%;\n grid-template-rows: min-content;\n grid-template-areas: 'label trailingVisual trailingAction';\n grid-template-columns: minmax(0, auto) min-content min-content;\n align-items: start;\n\n /* column-gap persists with empty grid-areas, margin applies only when children exist */\n & > :not(:last-child) {\n /* stylelint-disable-next-line primer/spacing */\n margin-right: var(--control-medium-gap);\n }\n}\n\n/* place children on grid */\n\n/* spacer used to create depth for nested lists */\n\n.Spacer {\n display: none;\n width: max(0px, var(--subitem-depth) * 8px);\n grid-area: spacer;\n}\n\n.LeadingAction {\n grid-area: leadingAction;\n}\n\n.LeadingVisual {\n grid-area: leadingVisual;\n}\n\n.TrailingVisual {\n grid-area: trailingVisual;\n font-size: var(--text-body-size-medium);\n}\n\n.TrailingAction {\n grid-area: trailingAction;\n}\n\n/* wrapper span\ndefault block */\n.ItemDescriptionWrap {\n grid-area: label;\n display: flex;\n flex-direction: column;\n gap: var(--base-size-4);\n\n & .ItemLabel {\n font-weight: var(--base-text-weight-semibold);\n /* stylelint-disable-next-line declaration-property-value-keyword-no-deprecated */\n word-break: break-word;\n }\n\n /* inline */\n &:where([data-description-variant='inline']) {\n position: relative;\n word-break: normal;\n flex-direction: row;\n align-items: baseline;\n gap: var(--base-size-8);\n\n & .ItemLabel {\n word-break: normal;\n }\n\n &:has([data-truncate='true']) {\n & .ItemLabel {\n flex: 1 0 auto;\n }\n }\n\n & .Description {\n /* adjust line-height for baseline alignment */\n\n /* line-height: calc(var(--control-medium-lineBoxHeight) - var(--base-size-2)); */\n /* stylelint-disable-next-line primer/typography */\n line-height: 16px;\n }\n }\n}\n\n/* description */\n.Description {\n font-size: var(--text-body-size-small);\n font-weight: var(--base-text-weight-normal);\n\n /* line-height: var(--text-caption-lineHeight); */\n\n /* remove after FF ships */\n /* stylelint-disable-next-line primer/typography */\n line-height: 16px;\n color: var(--fgColor-muted);\n}\n\n/* helper for grid alignment with multi-line content\nspan wrapping svg or text */\n.VisualWrap {\n display: flex;\n min-width: max-content;\n min-height: var(--control-medium-lineBoxHeight);\n /* stylelint-disable-next-line primer/typography */\n line-height: 20px;\n /* temporary until we fix line-height rounding in primitives */\n color: var(--fgColor-muted);\n pointer-events: none;\n fill: var(--fgColor-muted);\n align-items: center;\n}\n\n/* text */\n.ItemLabel {\n position: relative;\n font-size: var(--text-body-size-medium);\n font-weight: var(--base-text-weight-normal);\n /* stylelint-disable-next-line primer/typography */\n line-height: 20px;\n /* temporary until we fix line-height rounding in primitives */\n color: var(--fgColor-default);\n grid-area: label;\n /* stylelint-disable-next-line declaration-property-value-keyword-no-deprecated */\n word-break: break-word;\n}\n\n.SubGroup {\n & .ItemLabel {\n font-size: var(--text-body-size-small);\n }\n\n & .ActionListItem {\n margin-inline: 0;\n }\n}\n\n/* trailing action icon button */\n\n.TrailingActionButton {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n\n /* Preserve width consistency when loading state is active for text buttons only */\n &[data-loading='true']:has([data-component='buttonContent']) {\n /* Double the left padding to compensate for missing right padding */\n padding: 0 0 0 calc(var(--base-size-12) * 2);\n\n /* Position spinner at the end to align with IconButton */\n & [data-component='loadingSpinner'] {\n place-self: end;\n /* Match the IconButton spinner size */\n width: var(--control-medium-size, 2rem);\n height: var(--control-medium-size, 2rem);\n /* Ensure spinner is properly centered */\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n}\n\n.InactiveButtonWrap {\n &:has(.TrailingVisual) {\n grid-area: trailingVisual;\n }\n\n &:has(.LeadingVisual) {\n grid-area: leadingVisual;\n }\n}\n\n.Divider {\n display: block;\n height: var(--borderWidth-thin);\n padding: 0;\n /* stylelint-disable-next-line primer/spacing */\n margin-block-start: calc(var(--base-size-8) - var(--borderWidth-thin));\n margin-block-end: var(--base-size-8);\n list-style: none;\n /* stylelint-disable-next-line primer/colors */\n background: var(--borderColor-muted);\n border: 0;\n}\n\n.InactiveButtonReset {\n display: flex;\n padding: 0;\n font: inherit;\n color: inherit;\n cursor: pointer;\n background: none;\n border: none;\n}\n\n.InactiveWarning {\n font-size: var(--text-body-size-small);\n\n /* line-height: var(--text-caption-lineHeight); */\n\n /* use variable when FF removed */\n /* stylelint-disable-next-line primer/typography */\n line-height: 16px;\n color: var(--fgColor-attention);\n grid-row: 2/2;\n}\n\n@keyframes checkmarkIn {\n from {\n clip-path: inset(var(--base-size-16) 0 0 0);\n }\n\n to {\n clip-path: inset(0 0 0 0);\n }\n}\n\n@keyframes checkmarkOut {\n from {\n clip-path: inset(0 0 0 0);\n }\n\n to {\n clip-path: inset(var(--base-size-16) 0 0 0);\n }\n}\n","@define-mixin focusOutline $outlineOffset: -2px, $outlineColor: var(--focus-outlineColor) {\n outline: 2px solid $outlineColor;\n outline-offset: $outlineOffset;\n box-shadow: none;\n}\n","@define-mixin activeIndicatorLine {\n position: absolute;\n top: calc(50% - var(--base-size-12));\n left: calc(-1 * var(--base-size-8));\n width: var(--base-size-4);\n height: var(--base-size-24);\n content: '';\n /* stylelint-disable-next-line primer/colors */\n background: var(--borderColor-accent-emphasis);\n border-radius: var(--borderRadius-medium);\n}\n"]}
@@ -1,2 +0,0 @@
1
- .prc-AvatarPair-AvatarPair-Av0UV{display:inline-flex;position:relative}.prc-AvatarPair-AvatarPair-Av0UV [data-component=Avatar]:last-child,.prc-AvatarPair-AvatarPair-Av0UV [data-component=SkeletonAvatar]:last-child{bottom:-9%;box-shadow:var(--avatar-shadow,var(--color-avatar-child-shadow));position:absolute;right:-15%}.prc-AvatarPair-AvatarPair-Av0UV [data-component=SkeletonAvatar]:last-child{box-shadow:inset var(--avatar-shadow,var(--color-avatar-child-shadow))}.prc-AvatarPair-AvatarChild-icdQd{background-color:var(--bgColor-default,var(--color-canvas-default))}
2
- /*# sourceMappingURL=AvatarPair-68990abe.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/AvatarPair/AvatarPair.module.css"],"names":[],"mappings":"AAAA,iCAEE,mBAAoB,CADpB,iBAcF,CAXE,gJAIE,UAAW,CACX,gEAAgC,CAHhC,iBAAkB,CAClB,UAGF,CAEA,4EACE,sEACF,CAGF,kCACE,mEACF","file":"AvatarPair-68990abe.css","sourcesContent":[".AvatarPair {\n position: relative;\n display: inline-flex;\n\n [data-component='Avatar']:last-child,\n [data-component='SkeletonAvatar']:last-child {\n position: absolute;\n right: -15%;\n bottom: -9%;\n box-shadow: var(--avatar-shadow);\n }\n\n [data-component='SkeletonAvatar']:last-child {\n box-shadow: inset var(--avatar-shadow);\n }\n}\n\n.AvatarChild {\n background-color: var(--bgColor-default);\n}\n"]}
@@ -1,8 +0,0 @@
1
- import React, { type HTMLProps } from 'react';
2
- export type AvatarPairProps = HTMLProps<HTMLDivElement>;
3
- declare const AvatarPair: {
4
- ({ children, className, ...rest }: AvatarPairProps): React.JSX.Element;
5
- displayName: string;
6
- };
7
- export default AvatarPair;
8
- //# sourceMappingURL=AvatarPair.d.ts.map