diff --git a/.storybook/preview.js b/.storybook/preview.js index bf9f7720d..1be93e475 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -25,7 +25,9 @@ import '../lib/link-treatment/link-treatment.scss'; export const decorators = [ (StoryFn, context) => { useEffect(() => Drupal.attachBehaviors(), [context]); - return `
${StoryFn(context)}
`; + return `
${StoryFn( + context, + )}
`; }, ]; @@ -42,12 +44,13 @@ export const globalTypes = { { value: 'two', title: 'New Haven Green' }, { value: 'three', title: 'Shoreline Summer' }, { value: 'four', title: 'Onha' }, + { value: 'five', title: 'It\'s Your Yale'}, ], showName: true, title: 'Site: Global Theme (lever)', }, - } -} + }, +}; export const tags = ['autodocs', 'autodocs']; export const parameters = { diff --git a/package-lock.json b/package-lock.json index 266961566..6c3502ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5354,9 +5354,9 @@ } }, "node_modules/@yalesites-org/tokens": { - "version": "1.31.0", - "resolved": "https://npm.pkg.github.com/download/@yalesites-org/tokens/1.31.0/8af06f74b4db038ee19aae0aedf9571a3bdc7e1e", - "integrity": "sha512-rZiD6gO0ikWe50NnK+tQWXbZYL198iB8Wswy/+0O9y7Ch93eNKVs7/MLdU0IFLRXSRRYE8RYrBzRVaQFT6onzg==" + "version": "1.35.0", + "resolved": "https://npm.pkg.github.com/download/@yalesites-org/tokens/1.35.0/1e35947381b8bc62ea3a08eec26e6e4948b1537b", + "integrity": "sha512-28WllxpLvHiNO29HMi/FUPpGXU53yi0EygIxUHDE9UEr5EP8g0F6NGequAzKqHJ5GfSW+zDxnT179SKM/OvbTw==" }, "node_modules/accepts": { "version": "1.3.8", @@ -12463,9 +12463,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index c13f753fb..95470c261 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,8 @@ "highlight.js": "^11.9.0", "imagemin-webpack-plugin": "^2.4.2", "jquery": "^3.7.1", - "micromodal": "^0.4.10", "linkpurpose": "github:itmaybejj/linkpurpose", + "micromodal": "^0.4.10", "mini-css-extract-plugin": "^1.6.2", "node-sass-glob-importer": "^5.3.2", "normalize.css": "^8.0.1",