diff --git a/.storybook/components/DesignTokens/Tier1/Animation.jsx b/.storybook/components/DesignTokens/Tier1/Animation.jsx index 284199215..849c935de 100755 --- a/.storybook/components/DesignTokens/Tier1/Animation.jsx +++ b/.storybook/components/DesignTokens/Tier1/Animation.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/Borders.jsx b/.storybook/components/DesignTokens/Tier1/Borders.jsx index 44583e23a..0de5059e9 100755 --- a/.storybook/components/DesignTokens/Tier1/Borders.jsx +++ b/.storybook/components/DesignTokens/Tier1/Borders.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/Colors.tsx b/.storybook/components/DesignTokens/Tier1/Colors.tsx index 3621486b0..4c0d2c808 100755 --- a/.storybook/components/DesignTokens/Tier1/Colors.tsx +++ b/.storybook/components/DesignTokens/Tier1/Colors.tsx @@ -1,6 +1,6 @@ import React from 'react'; import '../DesignTokens.css'; -import { Section } from '../../../../src'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { ColorList } from '../../ColorList/ColorList'; diff --git a/.storybook/components/DesignTokens/Tier1/FontFamilies.tsx b/.storybook/components/DesignTokens/Tier1/FontFamilies.tsx index 8c7e30e2e..65d040c8f 100644 --- a/.storybook/components/DesignTokens/Tier1/FontFamilies.tsx +++ b/.storybook/components/DesignTokens/Tier1/FontFamilies.tsx @@ -1,5 +1,6 @@ import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/FontSizes.tsx b/.storybook/components/DesignTokens/Tier1/FontSizes.tsx index 5cc6e57f3..ead010d23 100644 --- a/.storybook/components/DesignTokens/Tier1/FontSizes.tsx +++ b/.storybook/components/DesignTokens/Tier1/FontSizes.tsx @@ -1,5 +1,6 @@ import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/FontWeights.tsx b/.storybook/components/DesignTokens/Tier1/FontWeights.tsx index f9d48bb27..f1e86e0db 100644 --- a/.storybook/components/DesignTokens/Tier1/FontWeights.tsx +++ b/.storybook/components/DesignTokens/Tier1/FontWeights.tsx @@ -1,5 +1,6 @@ import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/Layout.jsx b/.storybook/components/DesignTokens/Tier1/Layout.jsx index fcca01f3e..f93e9b36a 100755 --- a/.storybook/components/DesignTokens/Tier1/Layout.jsx +++ b/.storybook/components/DesignTokens/Tier1/Layout.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/Shadows.jsx b/.storybook/components/DesignTokens/Tier1/Shadows.jsx index 54a10d70b..46aba822f 100755 --- a/.storybook/components/DesignTokens/Tier1/Shadows.jsx +++ b/.storybook/components/DesignTokens/Tier1/Shadows.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/Sizes.jsx b/.storybook/components/DesignTokens/Tier1/Sizes.jsx index fffb98f2f..46d0e4b0c 100755 --- a/.storybook/components/DesignTokens/Tier1/Sizes.jsx +++ b/.storybook/components/DesignTokens/Tier1/Sizes.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/TypographyPresets.jsx b/.storybook/components/DesignTokens/Tier1/TypographyPresets.jsx index 13f0cc8b8..5f918a955 100755 --- a/.storybook/components/DesignTokens/Tier1/TypographyPresets.jsx +++ b/.storybook/components/DesignTokens/Tier1/TypographyPresets.jsx @@ -1,7 +1,8 @@ import { at, forEach } from 'lodash'; import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import presets from '../../../../src/design-tokens/tier-1-definitions/typography.json'; import flatten from '../../../util/flattenToken'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier1/TypographyTokens.jsx b/.storybook/components/DesignTokens/Tier1/TypographyTokens.jsx index 15557cb20..fbfefa33d 100755 --- a/.storybook/components/DesignTokens/Tier1/TypographyTokens.jsx +++ b/.storybook/components/DesignTokens/Tier1/TypographyTokens.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier2/Borders.stories.tsx b/.storybook/components/DesignTokens/Tier2/Borders.stories.tsx index d5c66c268..6003c6099 100755 --- a/.storybook/components/DesignTokens/Tier2/Borders.stories.tsx +++ b/.storybook/components/DesignTokens/Tier2/Borders.stories.tsx @@ -1,6 +1,7 @@ import type { StoryObj } from '@storybook/react'; import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier2/Colors.stories.tsx b/.storybook/components/DesignTokens/Tier2/Colors.stories.tsx index d59c20571..013603b6f 100755 --- a/.storybook/components/DesignTokens/Tier2/Colors.stories.tsx +++ b/.storybook/components/DesignTokens/Tier2/Colors.stories.tsx @@ -1,6 +1,6 @@ import type { StoryObj } from '@storybook/react'; import React from 'react'; -import { Section } from '../../../../src'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { ColorList } from '../../ColorList/ColorList'; diff --git a/.storybook/components/DesignTokens/Tier2/Forms.stories.tsx b/.storybook/components/DesignTokens/Tier2/Forms.stories.tsx index 779a80c16..8b9f995a4 100755 --- a/.storybook/components/DesignTokens/Tier2/Forms.stories.tsx +++ b/.storybook/components/DesignTokens/Tier2/Forms.stories.tsx @@ -1,6 +1,7 @@ import type { StoryObj } from '@storybook/react'; import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier2/TypographyUsage.stories.tsx b/.storybook/components/DesignTokens/Tier2/TypographyUsage.stories.tsx index 7c8b3607f..93fa52d5a 100755 --- a/.storybook/components/DesignTokens/Tier2/TypographyUsage.stories.tsx +++ b/.storybook/components/DesignTokens/Tier2/TypographyUsage.stories.tsx @@ -2,7 +2,8 @@ import type { StoryObj } from '@storybook/react'; import { at, capitalize, forEach } from 'lodash'; import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import usages from '../../../../src/design-tokens/tier-2-usage/typography.json'; // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore importing of a legacy utility file results in some 'any's, which is acceptable for this docs page diff --git a/.storybook/components/DesignTokens/Tier3/Colors.stories.tsx b/.storybook/components/DesignTokens/Tier3/Colors.stories.tsx index af986646c..186ef24fa 100755 --- a/.storybook/components/DesignTokens/Tier3/Colors.stories.tsx +++ b/.storybook/components/DesignTokens/Tier3/Colors.stories.tsx @@ -1,6 +1,6 @@ import type { StoryObj } from '@storybook/react'; import React from 'react'; -import { Section } from '../../../../src'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { ColorList } from '../../ColorList/ColorList'; diff --git a/.storybook/components/DesignTokens/Tier3/Sizes.stories.tsx b/.storybook/components/DesignTokens/Tier3/Sizes.stories.tsx index 46413aaf2..672017d7b 100644 --- a/.storybook/components/DesignTokens/Tier3/Sizes.stories.tsx +++ b/.storybook/components/DesignTokens/Tier3/Sizes.stories.tsx @@ -1,6 +1,7 @@ import type { StoryObj } from '@storybook/react'; import React from 'react'; -import { Section, Grid } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import filterTokens from '../../../util/filterTokens'; import { TokenSpecimen } from '../../TokenSpecimen/TokenSpecimen'; diff --git a/.storybook/components/DesignTokens/Tier3/TypographyComponents.stories.tsx b/.storybook/components/DesignTokens/Tier3/TypographyComponents.stories.tsx index fb7c55956..42daeee6d 100755 --- a/.storybook/components/DesignTokens/Tier3/TypographyComponents.stories.tsx +++ b/.storybook/components/DesignTokens/Tier3/TypographyComponents.stories.tsx @@ -2,7 +2,8 @@ import type { StoryObj } from '@storybook/react'; import { at, capitalize, forEach, merge } from 'lodash'; import React from 'react'; -import { Grid, Section } from '../../../../src'; +import Grid from '../../../../src/components/Grid'; +import Section from '../../../../src/components/Section'; import breadcrumb from '../../../../src/design-tokens/tier-3-component/breadcrumb-typography.json'; import button from '../../../../src/design-tokens/tier-3-component/buttons-typography.json'; import form from '../../../../src/design-tokens/tier-3-component/forms-typography.json'; diff --git a/.storybook/pages/WireframeDemo/WireframeDemo.tsx b/.storybook/pages/WireframeDemo/WireframeDemo.tsx index df15d78bf..89e8e09c2 100644 --- a/.storybook/pages/WireframeDemo/WireframeDemo.tsx +++ b/.storybook/pages/WireframeDemo/WireframeDemo.tsx @@ -10,7 +10,6 @@ import { Link, Select, Tabs, - Tab, Text, Tooltip, } from '../../../src'; @@ -79,8 +78,8 @@ const LoggedOutPage = ({ onLogin }: { onLogin: () => void }) => ( src={PlaceholderImage} />
- Application - Sign in + Application + Sign in Remember to use your school email to sign in:
- {studentName.slice(0, 1)} + {studentName.slice(0, 1)}
- + {studentName} @@ -195,7 +194,7 @@ const WatchPage = ({ onLogout }: { onLogout: () => void }) => {
Playing reflections in response to: - + What's something in your life, big or small, that you're proud of? Why are you proud of it? @@ -221,26 +220,26 @@ const WatchPage = ({ onLogout }: { onLogout: () => void }) => {
- +
-
+ - +
-
+ - +
-
+
@@ -250,12 +249,12 @@ const WatchPage = ({ onLogout }: { onLogout: () => void }) => {
- M + M
- Mikaela - 3d + Mikaela + 3d
void }) => {