@pnx-mixtape/mxds 0.0.2 → 0.0.4

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 (265) hide show
  1. package/README.md +13 -13
  2. package/package.json +5 -4
  3. package/src/Atom/Background/__snapshots__/Backgrounds.stories.ts.snap +3 -3
  4. package/src/Atom/Background/_background.css +1 -22
  5. package/src/Atom/Blockquote/_blockquote.css +1 -1
  6. package/src/Atom/Button/Button.stories.ts +4 -6
  7. package/src/Atom/Button/README.md +3 -3
  8. package/src/Atom/Button/__snapshots__/Button.stories.ts.snap +23 -11
  9. package/src/Atom/Button/__snapshots__/Button.stories.tsx.snap +2 -2
  10. package/src/Atom/Button/_buttons-styles.css +1 -1
  11. package/src/Atom/Button/_buttons.css +5 -1
  12. package/src/Atom/Button/button.twig +6 -4
  13. package/src/Atom/Button/twig/story-button.twig +11 -0
  14. package/src/Atom/DefinitionList/__snapshots__/DefinitionList.stories.tsx.snap +1 -1
  15. package/src/Atom/Heading/__snapshots__/Heading.stories.ts.snap +2 -2
  16. package/src/Atom/Heading/__snapshots__/Heading.stories.tsx.snap +1 -1
  17. package/src/Atom/Heading/_headings.css +1 -1
  18. package/src/Atom/Heading/heading.twig +19 -1
  19. package/src/Atom/Icon/README.md +1 -1
  20. package/src/Atom/Icon/__snapshots__/Icon.stories.ts.snap +3 -3
  21. package/src/Atom/Icon/__snapshots__/Icon.stories.tsx.snap +3 -3
  22. package/src/Atom/Icon/_extended-set.css +1 -1
  23. package/src/Atom/Icon/_icon.css +5 -5
  24. package/src/Atom/Image/__snapshots__/Image.stories.ts.snap +1 -1
  25. package/src/Atom/Image/_image.css +1 -1
  26. package/src/Atom/Link/Link.stories.ts +31 -7
  27. package/src/Atom/Link/__snapshots__/Link.stories.ts.snap +46 -6
  28. package/src/Atom/Link/__snapshots__/Link.stories.tsx.snap +3 -3
  29. package/src/Atom/Link/_links.css +24 -2
  30. package/src/Atom/Link/link.twig +8 -6
  31. package/src/Atom/Link/twig/story-link.twig +11 -0
  32. package/src/Atom/Media/Media.stories.ts +17 -1
  33. package/src/Atom/Media/__snapshots__/Media.stories.ts.snap +17 -2
  34. package/src/Atom/Media/__snapshots__/Media.stories.tsx.snap +2 -2
  35. package/src/Atom/Media/_media.css +1 -1
  36. package/src/Atom/Media/media.twig +1 -5
  37. package/src/Atom/Media/twig/story-media.twig +11 -0
  38. package/src/Atom/NavList/__snapshots__/NavList.stories.ts.snap +1 -1
  39. package/src/Atom/NavList/nav-list.css +1 -1
  40. package/src/Atom/README.md +1 -1
  41. package/src/Atom/Spacing/__snapshots__/Spacing.stories.ts.snap +1 -1
  42. package/src/Atom/Spacing/_spacing.css +1 -1
  43. package/src/Atom/Table/__snapshots__/Table.stories.ts.snap +4 -4
  44. package/src/Atom/Table/__snapshots__/TableResponsive.stories.ts.snap +1 -1
  45. package/src/Atom/Table/_table.css +1 -1
  46. package/src/Atom/Text/__snapshots__/Text.stories.tsx.snap +1 -1
  47. package/src/Atom/Text/__snapshots__/TextSizes.stories.ts.snap +2 -2
  48. package/src/Atom/Text/_text-align.css +1 -1
  49. package/src/Atom/Text/_text-sizes.css +1 -1
  50. package/src/Atom/Video/Video.stories.ts +5 -3
  51. package/src/Atom/Video/__snapshots__/Video.stories.ts.snap +3 -13
  52. package/src/Atom/Video/_video.css +6 -1
  53. package/src/Atom/Video/video.twig +10 -4
  54. package/src/Atom/_animated.css +1 -1
  55. package/src/Atom/_flow-legacy.css +1 -1
  56. package/src/Atom/_flow.css +1 -1
  57. package/src/Atom/_generic.css +1 -1
  58. package/src/Atom/_hr.css +1 -1
  59. package/src/Atom/base.css +2 -2
  60. package/src/Component/Accordion/README.md +7 -17
  61. package/src/Component/Accordion/__snapshots__/Accordion.stories.ts.snap +4 -4
  62. package/src/Component/Accordion/__snapshots__/Accordion.stories.tsx.snap +1 -1
  63. package/src/Component/Accordion/accordion.css +2 -2
  64. package/src/Component/Accordion/accordion.entry.js +2 -0
  65. package/src/Component/Breadcrumb/__snapshots__/Breadcrumb.stories.ts.snap +1 -1
  66. package/src/Component/Breadcrumb/__snapshots__/Breadcrumb.stories.tsx.snap +2 -2
  67. package/src/Component/Breadcrumb/breadcrumb.css +1 -1
  68. package/src/Component/Callout/__snapshots__/Callout.stories.ts.snap +12 -0
  69. package/src/Component/Callout/callout.css +1 -1
  70. package/src/Component/Card/README.md +7 -13
  71. package/src/Component/Card/__snapshots__/Card.stories.ts.snap +34 -24
  72. package/src/Component/Card/__snapshots__/Card.stories.tsx.snap +3 -3
  73. package/src/Component/Card/card.css +3 -3
  74. package/src/Component/ContentBlock/README.md +7 -13
  75. package/src/Component/ContentBlock/__snapshots__/ContentBlock.stories.ts.snap +6 -23
  76. package/src/Component/ContentBlock/__snapshots__/ContentBlock.stories.tsx.snap +1 -1
  77. package/src/Component/ContentBlock/content-block.css +2 -2
  78. package/src/Component/Dialog/README.md +15 -49
  79. package/src/Component/Dialog/__snapshots__/Dialog.stories.ts.snap +2 -2
  80. package/src/Component/Dialog/__snapshots__/Dialog.stories.tsx.snap +1 -1
  81. package/src/Component/Dialog/dialog.css +3 -3
  82. package/src/Component/Dialog/dialog.entry.js +1 -0
  83. package/src/Component/DropMenu/README.md +19 -4
  84. package/src/Component/DropMenu/__snapshots__/DropMenu.stories.ts.snap +1 -1
  85. package/src/Component/DropMenu/__snapshots__/DropMenu.stories.tsx.snap +1 -1
  86. package/src/Component/DropMenu/drop-menu.css +1 -1
  87. package/src/Component/DropMenu/drop-menu.entry.js +1 -0
  88. package/src/Component/{InPageAlert/Elements/InPageAlert.ts → GlobalAlert/Elements/ClosableAlert.ts} +21 -10
  89. package/src/Component/GlobalAlert/GlobalAlert.stories.ts +49 -0
  90. package/src/Component/GlobalAlert/GlobalAlert.stories.tsx +33 -0
  91. package/src/Component/GlobalAlert/GlobalAlert.tsx +50 -0
  92. package/src/Component/GlobalAlert/README.md +27 -0
  93. package/src/Component/GlobalAlert/__snapshots__/GlobalAlert.stories.ts.snap +43 -0
  94. package/src/Component/GlobalAlert/__snapshots__/GlobalAlert.stories.tsx.snap +48 -0
  95. package/src/Component/GlobalAlert/global-alert.css +55 -0
  96. package/src/Component/GlobalAlert/global-alert.entry.js +1 -0
  97. package/src/Component/GlobalAlert/global-alert.twig +30 -0
  98. package/src/Component/GlobalAlert/twig/story-global-alert.twig +14 -0
  99. package/src/Component/HeroBanner/__snapshots__/HeroBanner.stories.ts.snap +74 -0
  100. package/src/Component/HeroBanner/__snapshots__/{PageTitle.stories.tsx.snap → HeroBanner.stories.tsx.snap} +4 -4
  101. package/src/Component/HeroBanner/hero-banner.css +1 -1
  102. package/src/Component/HeroBanner/hero-banner.twig +1 -0
  103. package/src/Component/InPageAlert/InPageAlert.stories.ts +20 -22
  104. package/src/Component/InPageAlert/InPageAlert.stories.tsx +5 -5
  105. package/src/Component/InPageAlert/InPageAlert.tsx +15 -41
  106. package/src/Component/InPageAlert/README.md +4 -4
  107. package/src/Component/InPageAlert/__snapshots__/InPageAlert.stories.ts.snap +9 -36
  108. package/src/Component/InPageAlert/__snapshots__/InPageAlert.stories.tsx.snap +56 -56
  109. package/src/Component/InPageAlert/in-page-alert.css +2 -2
  110. package/src/Component/InPageAlert/in-page-alert.twig +13 -16
  111. package/src/Component/InPageAlert/twig/story-in-page-alert.twig +11 -0
  112. package/src/Component/InPageNavigation/README.md +10 -15
  113. package/src/Component/InPageNavigation/__snapshots__/InPageNavigation.stories.ts.snap +6 -70
  114. package/src/Component/InPageNavigation/__snapshots__/InPageNavigation.stories.tsx.snap +1 -1
  115. package/src/Component/InPageNavigation/in-page-navigation.css +2 -2
  116. package/src/Component/InPageNavigation/in-page-navigation.entry.js +1 -0
  117. package/src/Component/LinkList/README.md +3 -3
  118. package/src/Component/LinkList/__snapshots__/LinkList.stories.ts.snap +24 -55
  119. package/src/Component/LinkList/link-list.css +1 -1
  120. package/src/Component/Navigation/README.md +16 -7
  121. package/src/Component/Navigation/__snapshots__/Collapsible.stories.ts.snap +1 -1
  122. package/src/Component/Navigation/__snapshots__/Dropdown.stories.ts.snap +1 -1
  123. package/src/Component/Navigation/__snapshots__/Dropdown.stories.tsx.snap +1 -1
  124. package/src/Component/Navigation/__snapshots__/Navigation.stories.ts.snap +1 -1
  125. package/src/Component/Navigation/__snapshots__/Navigation.stories.tsx.snap +2 -2
  126. package/src/Component/Navigation/_navigation-collapsible.css +1 -1
  127. package/src/Component/Navigation/_navigation-dropdown.css +1 -1
  128. package/src/Component/Navigation/_navigation-mega.css +1 -1
  129. package/src/Component/Navigation/_navigation.css +1 -1
  130. package/src/Component/Navigation/navigation.entry.js +1 -0
  131. package/src/Component/Pagination/README.md +3 -3
  132. package/src/Component/Pagination/__snapshots__/Pagination.stories.ts.snap +1 -1
  133. package/src/Component/Pagination/__snapshots__/Pagination.stories.tsx.snap +1 -1
  134. package/src/Component/Pagination/pagination.css +1 -1
  135. package/src/Component/Sticky/README.md +12 -5
  136. package/src/Component/Sticky/__snapshots__/Sticky.stories.ts.snap +9 -82
  137. package/src/Component/Sticky/__snapshots__/Sticky.stories.tsx.snap +1 -1
  138. package/src/Component/Sticky/sticky.css +2 -2
  139. package/src/Component/Sticky/sticky.entry.js +1 -0
  140. package/src/Component/Tabs/README.md +11 -4
  141. package/src/Component/Tabs/__snapshots__/Tabs.stories.ts.snap +1 -1
  142. package/src/Component/Tabs/__snapshots__/Tabs.stories.tsx.snap +1 -1
  143. package/src/Component/Tabs/tabs.css +2 -2
  144. package/src/Component/Tabs/tabs.entry.js +1 -0
  145. package/src/Component/Tag/README.md +2 -2
  146. package/src/Component/Tag/__snapshots__/Tag.stories.ts.snap +3 -3
  147. package/src/Component/Tag/__snapshots__/Tag.stories.tsx.snap +1 -1
  148. package/src/Component/Tag/tag.css +1 -1
  149. package/src/Component/Tile/__snapshots__/Tile.stories.ts.snap +1 -1
  150. package/src/Component/Tile/__snapshots__/Tile.stories.tsx.snap +2 -2
  151. package/src/Component/Tile/tiles.css +1 -1
  152. package/src/Form/README.md +2 -2
  153. package/src/Form/form.css +12 -12
  154. package/src/Layout/Footer/FooterMenu/__snapshots__/FooterMenu.stories.ts.snap +1 -1
  155. package/src/Layout/Footer/FooterMenu/footer-menu.css +1 -1
  156. package/src/Layout/Footer/footer.css +1 -1
  157. package/src/Layout/Grid/__snapshots__/Grid.stories.ts.snap +33 -90
  158. package/src/Layout/Grid/container-grid.css +2 -2
  159. package/src/Layout/Grid/grid.css +2 -2
  160. package/src/Layout/Header/_header.css +1 -1
  161. package/src/Layout/Header/_toggles.css +1 -1
  162. package/src/Layout/Header/header.entry.js +1 -0
  163. package/src/Layout/Masthead/__snapshots__/Masthead.stories.ts.snap +2 -2
  164. package/src/Layout/Masthead/masthead.css +5 -5
  165. package/src/Layout/Masthead/masthead.twig +2 -2
  166. package/src/Layout/Page/README.md +2 -2
  167. package/src/Layout/Page/__snapshots__/Page.stories.tsx.snap +1 -1
  168. package/src/Layout/Page/page.css +2 -2
  169. package/src/Layout/README.md +3 -2
  170. package/src/Layout/Section/Section.stories.ts +1 -2
  171. package/src/Layout/Section/__snapshots__/Background.stories.ts.snap +59 -0
  172. package/src/Layout/Section/__snapshots__/Breakouts.stories.ts.snap +80 -0
  173. package/src/Layout/Section/__snapshots__/Flow.stories.ts.snap +91 -0
  174. package/src/Layout/Section/__snapshots__/Section.stories.ts.snap +22 -14
  175. package/src/Layout/Section/section.css +4 -4
  176. package/src/Layout/Section/twig/section-story.twig +1 -1
  177. package/src/Layout/Sidebar/sidebar.css +1 -1
  178. package/src/Utility/Drupal/README.md +1 -1
  179. package/src/Utility/README.md +1 -1
  180. package/src/Utility/_layout-utils.css +1 -1
  181. package/src/Utility/utilities.css +3 -3
  182. package/src/elements.ts +1 -1
  183. package/dist/build/Accordion.js +0 -61
  184. package/dist/build/Accordion.js.map +0 -1
  185. package/dist/build/AccordionDiv.js +0 -62
  186. package/dist/build/AccordionDiv.js.map +0 -1
  187. package/dist/build/AccordionGroup.js +0 -85
  188. package/dist/build/AccordionGroup.js.map +0 -1
  189. package/dist/build/AccordionMobile.js +0 -31
  190. package/dist/build/AccordionMobile.js.map +0 -1
  191. package/dist/build/Dialog.js +0 -116
  192. package/dist/build/Dialog.js.map +0 -1
  193. package/dist/build/DropMenu.js +0 -132
  194. package/dist/build/DropMenu.js.map +0 -1
  195. package/dist/build/GlobalToggle.js +0 -103
  196. package/dist/build/GlobalToggle.js.map +0 -1
  197. package/dist/build/InPageAlert.js +0 -61
  198. package/dist/build/InPageAlert.js.map +0 -1
  199. package/dist/build/InPageNavigation.js +0 -92
  200. package/dist/build/InPageNavigation.js.map +0 -1
  201. package/dist/build/Navigation.js +0 -126
  202. package/dist/build/Navigation.js.map +0 -1
  203. package/dist/build/Sticky.js +0 -63
  204. package/dist/build/Sticky.js.map +0 -1
  205. package/dist/build/Tabs.js +0 -164
  206. package/dist/build/Tabs.js.map +0 -1
  207. package/dist/build/accordion.css +0 -108
  208. package/dist/build/base.css +0 -1000
  209. package/dist/build/breadcrumb.css +0 -47
  210. package/dist/build/breakpoint-loader.js +0 -52
  211. package/dist/build/breakpoint-loader.js.map +0 -1
  212. package/dist/build/button.css +0 -126
  213. package/dist/build/callout.css +0 -11
  214. package/dist/build/card.css +0 -135
  215. package/dist/build/chunks/js.cookie-CiMiGxWx.js +0 -101
  216. package/dist/build/chunks/js.cookie-CiMiGxWx.js.map +0 -1
  217. package/dist/build/chunks/polyfills-CJ5uTmUJ.js +0 -749
  218. package/dist/build/chunks/polyfills-CJ5uTmUJ.js.map +0 -1
  219. package/dist/build/chunks/popover-wbPSyFRj.js +0 -654
  220. package/dist/build/chunks/popover-wbPSyFRj.js.map +0 -1
  221. package/dist/build/chunks/utilities-BIk0P2KX.js +0 -61
  222. package/dist/build/chunks/utilities-BIk0P2KX.js.map +0 -1
  223. package/dist/build/constants.css +0 -120
  224. package/dist/build/container-grid.css +0 -207
  225. package/dist/build/content-block.css +0 -23
  226. package/dist/build/cookie-compliance.js +0 -122
  227. package/dist/build/cookie-compliance.js.map +0 -1
  228. package/dist/build/dialog.css +0 -98
  229. package/dist/build/disclosure-widget.js +0 -124
  230. package/dist/build/disclosure-widget.js.map +0 -1
  231. package/dist/build/drop-menu.css +0 -78
  232. package/dist/build/drupal.css +0 -74
  233. package/dist/build/footer-menu.css +0 -32
  234. package/dist/build/footer.css +0 -61
  235. package/dist/build/form.css +0 -589
  236. package/dist/build/grid.css +0 -200
  237. package/dist/build/header.css +0 -131
  238. package/dist/build/hero-banner.css +0 -62
  239. package/dist/build/icon.css +0 -399
  240. package/dist/build/in-page-alert.css +0 -94
  241. package/dist/build/in-page-navigation.css +0 -17
  242. package/dist/build/index.css +0 -4980
  243. package/dist/build/io-loader.js +0 -44
  244. package/dist/build/io-loader.js.map +0 -1
  245. package/dist/build/keyboard.js +0 -101
  246. package/dist/build/keyboard.js.map +0 -1
  247. package/dist/build/link-list.css +0 -72
  248. package/dist/build/masthead.css +0 -39
  249. package/dist/build/nav-list.css +0 -29
  250. package/dist/build/navigation.css +0 -371
  251. package/dist/build/page.css +0 -184
  252. package/dist/build/pagination.css +0 -123
  253. package/dist/build/section.css +0 -160
  254. package/dist/build/sidebar.css +0 -105
  255. package/dist/build/sticky.css +0 -47
  256. package/dist/build/tabs.css +0 -106
  257. package/dist/build/tag.css +0 -67
  258. package/dist/build/tiles.css +0 -61
  259. package/dist/build/utilities.css +0 -175
  260. package/src/Component/Card/__snapshots__/CardGrid.stories.ts.snap +0 -89
  261. package/src/Component/HeroBanner/__snapshots__/PageTitle.stories.ts.snap +0 -31
  262. package/src/Layout/Section/__snapshots__/SectionBackground.stories.ts.snap +0 -55
  263. package/src/Layout/Section/__snapshots__/SectionsBreakouts.stories.ts.snap +0 -78
  264. package/src/Layout/Section/__snapshots__/SectionsFlowsGroups.stories.ts.snap +0 -89
  265. package/src/index.css +0 -27
@@ -2,7 +2,7 @@
2
2
  * Dynamic Grid
3
3
  */
4
4
 
5
- @layer layout {
5
+ @layer design-system.layouts {
6
6
  .grid {
7
7
  --grid-repeat: auto-fit;
8
8
  --grid-min: 20ch;
@@ -111,7 +111,7 @@
111
111
  /**
112
112
  * Grid items.
113
113
  */
114
- @layer layout {
114
+ @layer design-system.layouts {
115
115
  [class*="grid-item__span-"] {
116
116
  grid-column: auto / var(--grid-span, auto);
117
117
  }
@@ -2,7 +2,7 @@
2
2
  * Primary Header
3
3
  */
4
4
 
5
- @layer components {
5
+ @layer design-system.layouts {
6
6
  .header {
7
7
  position: relative;
8
8
 
@@ -2,7 +2,7 @@
2
2
  * Global Header
3
3
  */
4
4
 
5
- @layer components {
5
+ @layer design-system.layouts {
6
6
  .header__toggles {
7
7
  display: flex;
8
8
  gap: var(--toggle-gap, var(--spacing-xs));
@@ -0,0 +1 @@
1
+ import "./Elements/GlobalToggle"
@@ -1,12 +1,12 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`Layout/Header/Secondary Secondary smoke-test 1`] = `
4
- <div class="global__secondary section section__full section--top-xs section--bottom-xs background--reverse foreground--reverse">
4
+ <div class="masthead section section__full section--top-xs section--bottom-xs background--reverse foreground--reverse">
5
5
  <div class="flex">
6
6
  <span class="text--s">
7
7
  Global message
8
8
  </span>
9
- <nav class="nav global__secondary__nav nav--inline text--s"
9
+ <nav class="nav masthead__nav nav--inline text--s"
10
10
  aria-label="Navigation"
11
11
  >
12
12
  <ul>
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Secondary Header
2
+ * Masthead
3
3
  */
4
4
 
5
- @layer components {
6
- .global__secondary {
5
+ @layer design-system.layouts {
6
+ .masthead {
7
7
  & .flex {
8
8
  justify-content: space-between;
9
9
  align-items: center;
@@ -16,7 +16,7 @@
16
16
  }
17
17
  }
18
18
 
19
- .global__secondary__nav {
19
+ .masthead__nav {
20
20
  display: none;
21
21
 
22
22
  @media (--global-nav-up) {
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  @media print {
33
- .global__secondary {
33
+ .masthead {
34
34
  display: none;
35
35
  }
36
36
  }
@@ -1,10 +1,10 @@
1
- <div class="global__secondary section section__full section--top-xs section--bottom-xs background--reverse foreground--reverse">
1
+ <div class="masthead section section__full section--top-xs section--bottom-xs background--reverse foreground--reverse">
2
2
  <div class="flex">
3
3
  {% block left %}
4
4
  <span class="text--s">Global message</span>
5
5
  {% endblock %}
6
6
  {% block right %}
7
- {% include "@mixtape/Component/Navigation/navigation.twig" with { 'modifier_class': 'global__secondary__nav nav--inline text--s' } %}
7
+ {% include "@mixtape/Component/Navigation/navigation.twig" with { 'modifier_class': 'masthead__nav nav--inline text--s' } %}
8
8
  {% endblock %}
9
9
  </div>
10
10
  </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  **CSS**
6
6
 
7
- `@import '@pnx-mixtape/mxds/page.css';`
7
+ `@import '@pnx-mixtape/mxds/src/Layout/Page/page.css';`
8
8
 
9
9
  **Twig**
10
10
 
@@ -16,4 +16,4 @@ Alternatively copy/paste the file for more control.
16
16
 
17
17
  **JSX Components**
18
18
 
19
- - JSX import: `import { Page, PageSidebar, HeroBanner } from '@pnx-mixtape/mxds/react';`
19
+ - JSX import: `import { Page, PageSidebar, HeroBanner } from '@pnx-mixtape/mxds/src/react';`
@@ -55,7 +55,7 @@ exports[`Layout/Page Page smoke-test 1`] = `
55
55
  </header>
56
56
  <main class="section">
57
57
  <div class="page section--xl">
58
- <div class="page-title vertical-flow">
58
+ <div class="hero-banner vertical-flow">
59
59
  <h1 class="headline"
60
60
  id="always-put-your-best-"
61
61
  >
@@ -2,7 +2,7 @@
2
2
  * Page
3
3
  */
4
4
 
5
- @layer layout {
5
+ @layer design-system.layouts {
6
6
  :where(.page) {
7
7
  --plus: token("size.container.plus");
8
8
  --minus: token("size.container.minus");
@@ -83,7 +83,7 @@
83
83
  * Page with Sidebar
84
84
  */
85
85
 
86
- @layer layout {
86
+ @layer design-system.layouts {
87
87
  .grid--sidebar {
88
88
  &:where(:not(:has(> aside))) {
89
89
  grid-column: narrow;
@@ -4,7 +4,8 @@
4
4
 
5
5
  **CSS**
6
6
 
7
- `@import '@pnx-mixtape/mxds/grid.css';`
7
+ `@import '@pnx-mixtape/mxds/src/Layout/Grid/grid.css';`
8
+ `@import '@pnx-mixtape/mxds/src/Layout/Section/section.css';`
8
9
 
9
10
  **Twig**
10
11
 
@@ -16,4 +17,4 @@ Alternatively copy/paste the file for more control.
16
17
 
17
18
  **JSX Components**
18
19
 
19
- - JSX import: `import { Section, Grid, SectionGrid } from '@pnx-mixtape/mxds/react';`
20
+ - JSX import: `import { Section, Grid, SectionGrid } from '@pnx-mixtape/mxds/src/react';`
@@ -26,9 +26,8 @@ const meta: Meta<SectionType> = {
26
26
  href: "#",
27
27
  title: "See more content",
28
28
  more: true,
29
- icon: {
29
+ iconEnd: {
30
30
  icon: Icons.ARROW_RIGHT,
31
- align: AlignmentTypes.END,
32
31
  },
33
32
  },
34
33
  content:
@@ -0,0 +1,59 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Layout/Section/Background Background smoke-test 1`] = `
4
+ <div class="page">
5
+ <section class="section background--alt">
6
+ <figure class="background--image section__full"
7
+ aria-hidden="true"
8
+ >
9
+ <img src="https://picsum.photos/id/56/1642/560?grayscale"
10
+ alt
11
+ >
12
+ </figure>
13
+ <div class="section--xl">
14
+ <div class="section__header">
15
+ <h2>
16
+ Section with background image
17
+ </h2>
18
+ <a class="button button--dark"
19
+ href="#"
20
+ >
21
+ Learn more
22
+ </a>
23
+ </div>
24
+ <p>
25
+ A short description to help explain enough about the subject matter to encourage visitors to learn more.
26
+ </p>
27
+ </div>
28
+ </section>
29
+ </div>
30
+ `;
31
+
32
+ exports[`Layout/Section/Background Dark smoke-test 1`] = `
33
+ <div class="page">
34
+ <section class="section background--reverse">
35
+ <figure class="background--image section__full"
36
+ aria-hidden="true"
37
+ >
38
+ <img src="https://picsum.photos/id/56/1642/560?grayscale"
39
+ alt
40
+ >
41
+ </figure>
42
+ <div class="section--xl">
43
+ <div class="section__header">
44
+ <h2>
45
+ Section with background image
46
+ </h2>
47
+ <a class="button button--dark"
48
+ href="#"
49
+ >
50
+ Learn more
51
+ </a>
52
+ </div>
53
+ <p>
54
+ A short description to help explain enough about the subject matter to encourage visitors to learn more.
55
+ </p>
56
+ </div>
57
+ </section>
58
+ </div>
59
+ `;
@@ -0,0 +1,80 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Layout/Section/Breakouts Breakouts smoke-test 1`] = `
4
+ <div class="page">
5
+ <section class="section section--flow">
6
+ <p>
7
+ Default is container width, with an inline gutter for smaller screens.
8
+ </p>
9
+ </section>
10
+ <section class="section section__full section--flow">
11
+ <p>
12
+ Section can have children with different content widths;
13
+ </p>
14
+ <p class="section__narrow">
15
+ like the optimum content width with .section__narrow
16
+ </p>
17
+ <p class="section__feature">
18
+ or slightly larger feature widths with .section__feature
19
+ </p>
20
+ <p class="section__full">
21
+ or full width with .section__full
22
+ </p>
23
+ </section>
24
+ <section class="section section--flow">
25
+ <p>
26
+ Sections can be nested
27
+ </p>
28
+ <section class="section">
29
+ <p>
30
+ and have the same content width options are un-nested ones;
31
+ </p>
32
+ <p class="section__narrow">
33
+ like the optimum content widths with .section__narrow
34
+ </p>
35
+ <p class="section__feature">
36
+ or slightly larger feature widths with .section__feature
37
+ </p>
38
+ <p class="section__full">
39
+ or full width with .section__full
40
+ </p>
41
+ </section>
42
+ </section>
43
+ <section class="section section__narrow section--flow">
44
+ <p>
45
+ Sections can say for all children to have a certain width
46
+ </p>
47
+ <p>
48
+ by using .section__narrow or .section__feature or .section__full
49
+ </p>
50
+ <p>
51
+ on the parent.
52
+ </p>
53
+ </section>
54
+ <section class="section section--flow background--reverse">
55
+ <p>
56
+ Any section can have a background color, or utilise any of the section vertical spacing classes
57
+ </p>
58
+ <section class="section--bottom-l">
59
+ <p>
60
+ even children
61
+ </p>
62
+ </section>
63
+ <section class="section--l background--reset">
64
+ <p>
65
+ and ones with their own backgrounds.
66
+ </p>
67
+ </section>
68
+ </section>
69
+ <section class="section section--group">
70
+ <p>
71
+ Sections can be grouped together
72
+ </p>
73
+ </section>
74
+ <section class="section section__feature section--group">
75
+ <p>
76
+ even if they have different content widths.
77
+ </p>
78
+ </section>
79
+ </div>
80
+ `;
@@ -0,0 +1,91 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Layout/Section/Flow Flow smoke-test 1`] = `
4
+ <div class="page">
5
+ <section class="section section--flow">
6
+ <p>
7
+ first section has top and bottom spacing
8
+ </p>
9
+ </section>
10
+ <section class="section section--flow">
11
+ <p>
12
+ section with normal flow
13
+ </p>
14
+ </section>
15
+ <section class="section section--flow">
16
+ <p>
17
+ section with normal flow
18
+ </p>
19
+ </section>
20
+ <section class="section section--group background--alt">
21
+ <p>
22
+ certain sections can be
23
+ </p>
24
+ </section>
25
+ <section class="section section--group background--alt">
26
+ <p>
27
+ grouped togther as siblings
28
+ </p>
29
+ </section>
30
+ <section class="section section--group background--alt">
31
+ <p>
32
+ with their own spacing rules
33
+ </p>
34
+ </section>
35
+ <section class="section section--flow">
36
+ <p>
37
+ section on it's own has top and bottom spacing
38
+ </p>
39
+ </section>
40
+ <section class="section section--group background--alt">
41
+ <p>
42
+ groups can be combined with flow
43
+ </p>
44
+ </section>
45
+ <section class="section section--flow section--group background--alt">
46
+ <p>
47
+ for standard spacing
48
+ </p>
49
+ </section>
50
+ <section class="section section--flow">
51
+ <p>
52
+ section after group own has top and bottom spacing
53
+ </p>
54
+ </section>
55
+ <section class="section section--flow">
56
+ <p>
57
+ section with normal flow
58
+ </p>
59
+ </section>
60
+ <section class="section section--flow background--alt">
61
+ <p>
62
+ section with background that breaks the flow, also has top and bottom spacing
63
+ </p>
64
+ </section>
65
+ <section class="section section--flow">
66
+ <p>
67
+ section after background own has top and bottom spacing
68
+ </p>
69
+ </section>
70
+ <section class="section section--flow">
71
+ <p>
72
+ section with normal flow
73
+ </p>
74
+ </section>
75
+ <section class="section section--group">
76
+ <p>
77
+ groups can be used normally for larger spacing
78
+ </p>
79
+ </section>
80
+ <section class="section section--group background--alt">
81
+ <p>
82
+ adding a background breaks the grouping
83
+ </p>
84
+ </section>
85
+ <section class="section section--group background--alt">
86
+ <p>
87
+ into a new group
88
+ </p>
89
+ </section>
90
+ </div>
91
+ `;
@@ -1,19 +1,27 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`Layout/Section Section smoke-test 1`] = `
4
- <section class="section xl">
5
- <div class="vertical-flow">
6
- <h2>
7
- Key feature or Section Name
8
- </h2>
9
- <p>
10
- A short description to help explain enough about the subject matter to encourage visitors to learn more.
11
- </p>
12
- <a class="link--more"
13
- href="#"
14
- >
15
- Learn more
16
- </a>
4
+ <div class="page">
5
+ <div class="section section--xl">
6
+ <div class="container">
7
+ <div class="section__header">
8
+ <h2 class>
9
+ Section name
10
+ </h2>
11
+ <a class="link link--more "
12
+ href="#"
13
+ >
14
+ <span>
15
+ See more content
16
+ </span>
17
+ <span class="icon icon--arrow-right ">
18
+ </span>
19
+ </a>
20
+ </div>
21
+ <p class="text--lede">
22
+ A short description to help explain enough about the subject matter to encourage visitors to learn more.
23
+ </p>
24
+ </div>
17
25
  </div>
18
- </section>
26
+ </div>
19
27
  `;
@@ -2,7 +2,7 @@
2
2
  * Section
3
3
  */
4
4
 
5
- @layer layout {
5
+ @layer design-system.layouts {
6
6
  .container {
7
7
  --container-name: container;
8
8
 
@@ -76,7 +76,7 @@
76
76
  * see https://www.bram.us/2022/12/13/quantity-queries-for-islands-of-elements-with-the-same-class-thanks-to-css-has/
77
77
  */
78
78
 
79
- @layer layout {
79
+ @layer design-system.layouts {
80
80
  .section--flow {
81
81
  --flow-spacing: var(--section-l, var(--spacing-xl));
82
82
 
@@ -126,7 +126,7 @@
126
126
  * Section header
127
127
  */
128
128
 
129
- @layer layout {
129
+ @layer design-system.layouts {
130
130
  .section__header {
131
131
  margin-block-end: var(--spacing-m);
132
132
  display: flex;
@@ -144,7 +144,7 @@
144
144
  * Section Background image
145
145
  */
146
146
 
147
- @layer layout {
147
+ @layer design-system.layouts {
148
148
  :is(.section--has-background, .section:has(.background--image)) {
149
149
  overflow: hidden;
150
150
  position: relative;
@@ -4,7 +4,7 @@
4
4
  {% endset %}
5
5
  {% if link %}
6
6
  {% set link %}
7
- {% include '@mixtape/Atom/Link/link.twig' with { href: link.href, title: link.title, more: link.more, icon: link.icon } only %}
7
+ {% include '@mixtape/Atom/Link/twig/story-link.twig' with { href: link.href, title: link.title, more: link.more, iconEnd: link.iconEnd } only %}
8
8
  {% endset %}
9
9
  {% endif %}
10
10
  {% if content %}
@@ -2,7 +2,7 @@
2
2
  * Sidebar
3
3
  */
4
4
 
5
- @layer layout {
5
+ @layer design-system.layouts {
6
6
  .grid--sidebar {
7
7
  &:where(:not(:has(> aside))) {
8
8
  grid-column: narrow;
@@ -6,4 +6,4 @@ Helper components for Drupal specific elements.
6
6
 
7
7
  **CSS**
8
8
 
9
- `@import '@pnx-mixtape/mxds/drupal.css';`
9
+ `@import '@pnx-mixtape/mxds/src/drupal.css';`
@@ -6,7 +6,7 @@ Common code, used by other components, and utility classes.
6
6
 
7
7
  **CSS**
8
8
 
9
- `@import '@pnx-mixtape/mxds/utilities.css';`
9
+ `@import '@pnx-mixtape/mxds/src/Utility/utilities.css';`
10
10
 
11
11
  **JS**
12
12
 
@@ -1,4 +1,4 @@
1
- @layer utilities {
1
+ @layer design-system.utilities {
2
2
  .stack {
3
3
  display: grid;
4
4
  grid-template-areas: "stack";
@@ -1,6 +1,6 @@
1
1
  @import "_layout-utils.css";
2
2
 
3
- @layer utilities {
3
+ @layer design-system.utilities {
4
4
  .hidden,
5
5
  .visually-hidden,
6
6
  .sr-only {
@@ -24,7 +24,7 @@
24
24
  * Responsive utility class
25
25
  */
26
26
 
27
- @layer utilities {
27
+ @layer design-system.utilities {
28
28
  .mobile-only {
29
29
  @media (--large-up) {
30
30
  display: none;
@@ -56,7 +56,7 @@
56
56
  /**
57
57
  * Skeleton and loading UI.
58
58
  */
59
- @layer utilities {
59
+ @layer design-system.utilities {
60
60
  .skeleton {
61
61
  --background: hsl(0deg 0% 0% / 10%);
62
62
  --opacity-low: 0.5;
package/src/elements.ts CHANGED
@@ -4,7 +4,7 @@ export { default as AccordionMobile } from "./Component/Accordion/Elements/Accor
4
4
  export { default as AccordionDiv } from "./Component/Accordion/Elements/AccordionDiv"
5
5
  export { default as Dialog } from "./Component/Dialog/Elements/Dialog"
6
6
  export { default as DropMenu } from "./Component/DropMenu/Elements/DropMenu"
7
- export { default as InPageAlert } from "./Component/InPageAlert/Elements/InPageAlert"
7
+ export { default as ClosableAlert } from "./Component/GlobalAlert/Elements/ClosableAlert"
8
8
  export { default as Sticky } from "./Component/Sticky/Elements/Sticky"
9
9
  export { default as Tabs } from "./Component/Tabs/Elements/Tabs"
10
10
  export { default as GlobalToggle } from "./Layout/Header/Elements/GlobalToggle"
@@ -1,61 +0,0 @@
1
- import { m as makeAnchor } from "./chunks/utilities-BIk0P2KX.js";
2
- class Accordion extends HTMLElement {
3
- constructor() {
4
- super();
5
- this.handleOpen = () => {
6
- if (!this.details) return;
7
- this.details.open = true;
8
- };
9
- this.handleClose = () => {
10
- if (!this.details) return;
11
- this.details.open = false;
12
- };
13
- this.handleHash = () => {
14
- const { hash } = window.location;
15
- if (hash && hash === `#${this.details?.id}`) {
16
- this.handleOpen();
17
- }
18
- };
19
- this.generatedId = () => {
20
- const string = this.trigger?.textContent?.trim();
21
- return !string ? "" : makeAnchor(string);
22
- };
23
- this.internals_ = this.attachInternals();
24
- this.controller = new AbortController();
25
- }
26
- connectedCallback() {
27
- if (!this.details || !this.trigger) return;
28
- const { signal } = this.controller;
29
- document.addEventListener("beforeprint", this.handleOpen, {
30
- signal
31
- });
32
- document.addEventListener("afterprint", this.handleClose, {
33
- signal
34
- });
35
- this.handleHash();
36
- document.addEventListener("hashchange", this.handleHash, { signal });
37
- }
38
- disconnectedCallback() {
39
- this.controller.abort();
40
- }
41
- get details() {
42
- const details = this.querySelector("details");
43
- if (!details) {
44
- throw new Error(`${this.localName} must contain a <details> element.`);
45
- }
46
- details.id = details.id || this.generatedId();
47
- return details;
48
- }
49
- get trigger() {
50
- const trigger = this.querySelector("summary");
51
- if (!trigger) {
52
- throw new Error(`${this.localName} must contain a <summary> element.`);
53
- }
54
- return trigger;
55
- }
56
- }
57
- customElements.define("mx-accordion", Accordion);
58
- export {
59
- Accordion as default
60
- };
61
- //# sourceMappingURL=Accordion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Accordion.js","sources":["../../src/Component/Accordion/Elements/Accordion.ts"],"sourcesContent":["/**\n * Accordion\n * @file Support opening on hash, adding an ID attribute and toggling on print.\n */\n\nimport { makeAnchor } from \"../../../Utility/utilities\"\n\nexport default class Accordion extends HTMLElement {\n internals_: ElementInternals\n controller: AbortController\n\n constructor() {\n super()\n this.internals_ = this.attachInternals()\n this.controller = new AbortController()\n }\n\n connectedCallback(): void {\n if (!this.details || !this.trigger) return\n\n const { signal }: AbortController = this.controller\n document.addEventListener(\"beforeprint\", this.handleOpen, {\n signal,\n })\n document.addEventListener(\"afterprint\", this.handleClose, {\n signal,\n })\n this.handleHash()\n document.addEventListener(\"hashchange\", this.handleHash, { signal })\n }\n\n disconnectedCallback(): void {\n this.controller.abort()\n }\n\n handleOpen = (): void => {\n if (!this.details) return\n this.details.open = true\n }\n\n handleClose = (): void => {\n if (!this.details) return\n this.details.open = false\n }\n\n handleHash = (): void => {\n const { hash }: Location = window.location\n if (hash && hash === `#${this.details?.id}`) {\n this.handleOpen()\n }\n }\n\n get details(): HTMLDetailsElement | null {\n const details: HTMLDetailsElement | null = this.querySelector(\"details\")\n if (!details) {\n throw new Error(`${this.localName} must contain a <details> element.`)\n }\n details.id = details.id || this.generatedId()\n return details\n }\n\n get trigger(): HTMLElement | null {\n const trigger: HTMLElement | null = this.querySelector(\"summary\")\n if (!trigger) {\n throw new Error(`${this.localName} must contain a <summary> element.`)\n }\n return trigger\n }\n\n generatedId = (): string => {\n const string: string | undefined = this.trigger?.textContent?.trim()\n return !string ? \"\" : makeAnchor(string)\n }\n}\n\ncustomElements.define(\"mx-accordion\", Accordion)\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"mx-accordion\": Accordion\n }\n}\n"],"names":[],"mappings":";AAOA,MAAqB,kBAAkB,YAAY;AAAA,EAIjD,cAAc;AACN;AAuBR,SAAA,aAAa,MAAY;AACnB,UAAA,CAAC,KAAK,QAAS;AACnB,WAAK,QAAQ,OAAO;AAAA,IAAA;AAGtB,SAAA,cAAc,MAAY;AACpB,UAAA,CAAC,KAAK,QAAS;AACnB,WAAK,QAAQ,OAAO;AAAA,IAAA;AAGtB,SAAA,aAAa,MAAY;AACjB,YAAA,EAAE,KAAK,IAAc,OAAO;AAClC,UAAI,QAAQ,SAAS,IAAI,KAAK,SAAS,EAAE,IAAI;AAC3C,aAAK,WAAW;AAAA,MAClB;AAAA,IAAA;AAoBF,SAAA,cAAc,MAAc;AAC1B,YAAM,SAA6B,KAAK,SAAS,aAAa,KAAK;AACnE,aAAO,CAAC,SAAS,KAAK,WAAW,MAAM;AAAA,IAAA;AA1DlC,SAAA,aAAa,KAAK;AAClB,SAAA,aAAa,IAAI;EACxB;AAAA,EAEA,oBAA0B;AACxB,QAAI,CAAC,KAAK,WAAW,CAAC,KAAK,QAAS;AAE9B,UAAA,EAAE,OAAO,IAAqB,KAAK;AAChC,aAAA,iBAAiB,eAAe,KAAK,YAAY;AAAA,MACxD;AAAA,IAAA,CACD;AACQ,aAAA,iBAAiB,cAAc,KAAK,aAAa;AAAA,MACxD;AAAA,IAAA,CACD;AACD,SAAK,WAAW;AAChB,aAAS,iBAAiB,cAAc,KAAK,YAAY,EAAE,QAAQ;AAAA,EACrE;AAAA,EAEA,uBAA6B;AAC3B,SAAK,WAAW;EAClB;AAAA,EAmBA,IAAI,UAAqC;AACjC,UAAA,UAAqC,KAAK,cAAc,SAAS;AACvE,QAAI,CAAC,SAAS;AACZ,YAAM,IAAI,MAAM,GAAG,KAAK,SAAS,oCAAoC;AAAA,IACvE;AACA,YAAQ,KAAK,QAAQ,MAAM,KAAK,YAAY;AACrC,WAAA;AAAA,EACT;AAAA,EAEA,IAAI,UAA8B;AAC1B,UAAA,UAA8B,KAAK,cAAc,SAAS;AAChE,QAAI,CAAC,SAAS;AACZ,YAAM,IAAI,MAAM,GAAG,KAAK,SAAS,oCAAoC;AAAA,IACvE;AACO,WAAA;AAAA,EACT;AAMF;AAEA,eAAe,OAAO,gBAAgB,SAAS;"}