@ndla/ui 55.0.13-alpha.0 → 55.0.15-alpha.0
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.
- package/dist/panda.buildinfo.json +142 -1
- package/dist/styles.css +597 -0
- package/es/Article/ArticleByline.js +7 -7
- package/es/Article/ArticleParagraph.js +11 -13
- package/es/AudioPlayer/AudioPlayer.js +1 -0
- package/es/CampaignBlock/CampaignBlock.js +103 -68
- package/es/Concept/Concept.js +69 -0
- package/es/ContactBlock/ContactBlock.js +17 -17
- package/es/ContentTypeBadge/ContentTypeBadgeNew.js +48 -0
- package/es/Embed/AudioEmbed.js +1 -2
- package/es/Embed/BrightcoveEmbed.js +13 -25
- package/es/Embed/ConceptEmbed.js +57 -301
- package/es/Embed/ConceptListEmbed.js +18 -24
- package/es/Embed/ContentLinkEmbed.js +10 -10
- package/es/Embed/CopyrightEmbed.js +3 -21
- package/es/Embed/ExternalEmbed.js +10 -18
- package/es/Embed/FootnoteEmbed.js +11 -8
- package/es/Embed/GlossEmbed.js +68 -0
- package/es/Embed/H5pEmbed.js +19 -19
- package/es/Embed/IframeEmbed.js +9 -6
- package/es/Embed/InlineTriggerButton.js +70 -0
- package/es/Embed/UnknownEmbed.js +9 -9
- package/es/Embed/UuDisclaimerEmbed.js +14 -25
- package/es/Embed/index.js +1 -3
- package/es/ErrorMessage/ErrorMessage.js +41 -22
- package/es/ErrorMessage/ErrorResourceAccessDenied.js +8 -6
- package/es/FactBox/FactBox.js +118 -47
- package/es/FileList/PdfFile.js +23 -5
- package/es/Gloss/Gloss.js +116 -86
- package/es/Gloss/GlossExample.js +49 -51
- package/es/LicenseByline/EmbedByline.js +143 -33
- package/es/LicenseByline/LicenseLink.js +16 -9
- package/es/LicenseByline/index.js +2 -2
- package/es/LinkBlock/LinkBlock.js +61 -33
- package/es/LinkBlock/LinkBlockSection.js +9 -6
- package/es/Logo/Logo.js +1 -30
- package/es/RelatedArticleList/RelatedArticleList.js +70 -87
- package/es/ResourceBox/ResourceBox.js +65 -37
- package/es/TagSelector/TagSelector.js +124 -131
- package/es/i18n/index.js +2 -1
- package/es/i18n/useComponentTranslations.js +83 -0
- package/es/index.js +4 -12
- package/es/locale/messages-en.js +30 -4
- package/es/locale/messages-nb.js +30 -4
- package/es/locale/messages-nn.js +30 -4
- package/es/locale/messages-se.js +30 -4
- package/es/locale/messages-sma.js +30 -4
- package/es/model/ContentType.js +3 -0
- package/es/styles.css +597 -0
- package/lib/Article/ArticleByline.js +8 -8
- package/lib/Article/ArticleParagraph.js +12 -14
- package/lib/AudioPlayer/AudioPlayer.js +1 -0
- package/lib/CampaignBlock/CampaignBlock.d.ts +2 -2
- package/lib/CampaignBlock/CampaignBlock.js +106 -68
- package/lib/Concept/Concept.d.ts +18 -0
- package/lib/Concept/Concept.js +75 -0
- package/lib/ContactBlock/ContactBlock.js +18 -18
- package/lib/ContentTypeBadge/ContentTypeBadgeNew.d.ts +17 -0
- package/lib/ContentTypeBadge/ContentTypeBadgeNew.js +56 -0
- package/lib/Embed/AudioEmbed.js +2 -3
- package/lib/Embed/BrightcoveEmbed.d.ts +1 -2
- package/lib/Embed/BrightcoveEmbed.js +16 -26
- package/lib/Embed/ConceptEmbed.d.ts +15 -21
- package/lib/Embed/ConceptEmbed.js +58 -301
- package/lib/Embed/ConceptListEmbed.js +21 -26
- package/lib/Embed/ContentLinkEmbed.js +10 -11
- package/lib/Embed/CopyrightEmbed.js +5 -22
- package/lib/Embed/ExternalEmbed.d.ts +1 -2
- package/lib/Embed/ExternalEmbed.js +13 -19
- package/lib/Embed/FootnoteEmbed.js +11 -9
- package/lib/Embed/GlossEmbed.d.ts +13 -0
- package/lib/Embed/GlossEmbed.js +76 -0
- package/lib/Embed/H5pEmbed.d.ts +1 -2
- package/lib/Embed/H5pEmbed.js +21 -19
- package/lib/Embed/IframeEmbed.d.ts +1 -2
- package/lib/Embed/IframeEmbed.js +11 -8
- package/lib/Embed/InlineTriggerButton.d.ts +11 -0
- package/lib/Embed/InlineTriggerButton.js +76 -0
- package/lib/Embed/UnknownEmbed.js +9 -10
- package/lib/Embed/UuDisclaimerEmbed.js +16 -26
- package/lib/Embed/index.d.ts +2 -3
- package/lib/Embed/index.js +2 -9
- package/lib/ErrorMessage/ErrorMessage.js +40 -23
- package/lib/ErrorMessage/ErrorResourceAccessDenied.js +7 -6
- package/lib/FactBox/FactBox.d.ts +0 -1
- package/lib/FactBox/FactBox.js +119 -46
- package/lib/FileList/PdfFile.js +23 -5
- package/lib/Gloss/Gloss.d.ts +10 -2
- package/lib/Gloss/Gloss.js +116 -85
- package/lib/Gloss/GlossExample.d.ts +3 -5
- package/lib/Gloss/GlossExample.js +49 -52
- package/lib/LicenseByline/EmbedByline.d.ts +2 -4
- package/lib/LicenseByline/EmbedByline.js +145 -35
- package/lib/LicenseByline/LicenseLink.d.ts +2 -2
- package/lib/LicenseByline/LicenseLink.js +16 -9
- package/lib/LicenseByline/index.d.ts +2 -2
- package/lib/LicenseByline/index.js +4 -5
- package/lib/LinkBlock/LinkBlock.js +62 -34
- package/lib/LinkBlock/LinkBlockSection.js +9 -7
- package/lib/Logo/Logo.d.ts +1 -3
- package/lib/Logo/Logo.js +2 -30
- package/lib/RelatedArticleList/RelatedArticleList.d.ts +4 -4
- package/lib/RelatedArticleList/RelatedArticleList.js +74 -90
- package/lib/ResourceBox/ResourceBox.js +64 -37
- package/lib/TagSelector/TagSelector.d.ts +27 -12
- package/lib/TagSelector/TagSelector.js +126 -131
- package/lib/i18n/index.d.ts +1 -0
- package/lib/i18n/index.js +20 -1
- package/lib/i18n/useComponentTranslations.d.ts +14 -0
- package/lib/i18n/useComponentTranslations.js +93 -0
- package/lib/index.d.ts +5 -15
- package/lib/index.js +70 -102
- package/lib/locale/messages-en.d.ts +26 -0
- package/lib/locale/messages-en.js +30 -4
- package/lib/locale/messages-nb.d.ts +26 -0
- package/lib/locale/messages-nb.js +30 -4
- package/lib/locale/messages-nn.d.ts +26 -0
- package/lib/locale/messages-nn.js +30 -4
- package/lib/locale/messages-se.d.ts +26 -0
- package/lib/locale/messages-se.js +30 -4
- package/lib/locale/messages-sma.d.ts +26 -0
- package/lib/locale/messages-sma.js +30 -4
- package/lib/model/ContentType.d.ts +3 -0
- package/lib/model/ContentType.js +4 -1
- package/lib/styles.css +597 -0
- package/package.json +11 -13
- package/src/Article/ArticleByline.tsx +1 -1
- package/src/Article/ArticleParagraph.tsx +11 -9
- package/src/AudioPlayer/AudioPlayer.tsx +1 -0
- package/src/CampaignBlock/CampaignBlock.tsx +92 -55
- package/src/Concept/Concept.stories.tsx +142 -0
- package/src/Concept/Concept.tsx +73 -0
- package/src/ContactBlock/ContactBlock.tsx +1 -1
- package/src/ContentTypeBadge/ContentTypeBadgeNew.stories.tsx +70 -0
- package/src/ContentTypeBadge/ContentTypeBadgeNew.tsx +69 -0
- package/src/Embed/AudioEmbed.tsx +2 -2
- package/src/Embed/BrightcoveEmbed.stories.tsx +0 -3
- package/src/Embed/BrightcoveEmbed.tsx +18 -20
- package/src/Embed/ConceptEmbed.stories.tsx +1 -105
- package/src/Embed/ConceptEmbed.tsx +60 -385
- package/src/Embed/ConceptListEmbed.tsx +20 -19
- package/src/Embed/ContentLinkEmbed.tsx +8 -10
- package/src/Embed/CopyrightEmbed.tsx +1 -11
- package/src/Embed/ExternalEmbed.tsx +14 -17
- package/src/Embed/FootnoteEmbed.stories.tsx +2 -5
- package/src/Embed/FootnoteEmbed.tsx +13 -16
- package/src/Embed/GlossEmbed.stories.tsx +140 -0
- package/src/Embed/GlossEmbed.tsx +64 -0
- package/src/Embed/H5pEmbed.tsx +22 -16
- package/src/Embed/IframeEmbed.tsx +12 -6
- package/src/Embed/InlineTriggerButton.tsx +72 -0
- package/src/Embed/UnknownEmbed.tsx +6 -7
- package/src/Embed/UuDisclaimerEmbed.stories.tsx +4 -4
- package/src/Embed/UuDisclaimerEmbed.tsx +17 -25
- package/src/Embed/index.ts +2 -3
- package/src/ErrorMessage/ErrorMessage.tsx +40 -29
- package/src/ErrorMessage/ErrorResourceAccessDenied.tsx +8 -6
- package/src/FactBox/FactBox.tsx +115 -115
- package/src/FactBox/Factbox.stories.tsx +43 -27
- package/src/FileList/FileList.stories.tsx +6 -1
- package/src/FileList/PdfFile.tsx +22 -5
- package/src/Gloss/Gloss.stories.tsx +107 -1
- package/src/Gloss/Gloss.tsx +143 -156
- package/src/Gloss/GlossExample.tsx +51 -77
- package/src/LicenseByline/EmbedByline.stories.tsx +9 -4
- package/src/LicenseByline/EmbedByline.tsx +139 -53
- package/src/LicenseByline/LicenseLink.tsx +15 -15
- package/src/LicenseByline/index.tsx +2 -2
- package/src/LinkBlock/LinkBlock.stories.tsx +8 -10
- package/src/LinkBlock/LinkBlock.tsx +54 -59
- package/src/LinkBlock/LinkBlockSection.tsx +9 -12
- package/src/Logo/Logo.stories.tsx +0 -1
- package/src/Logo/Logo.tsx +2 -30
- package/src/RelatedArticleList/RelatedArticleList.tsx +69 -88
- package/src/ResourceBox/ResourceBox.tsx +63 -59
- package/src/TagSelector/TagSelector.stories.tsx +92 -68
- package/src/TagSelector/TagSelector.tsx +161 -126
- package/src/i18n/index.ts +5 -0
- package/src/i18n/useComponentTranslations.ts +72 -0
- package/src/index.ts +23 -19
- package/src/locale/messages-en.ts +28 -2
- package/src/locale/messages-nb.ts +28 -2
- package/src/locale/messages-nn.ts +28 -2
- package/src/locale/messages-se.ts +28 -2
- package/src/locale/messages-sma.ts +28 -2
- package/src/model/ContentType.ts +3 -0
- package/es/DefinitionList/DefinitionDescription.js +0 -28
- package/es/DefinitionList/DefinitionTerm.js +0 -28
- package/es/DefinitionList/index.js +0 -10
- package/es/Embed/conceptComponents.js +0 -155
- package/es/ExpandableBox/ExpandableBox.js +0 -29
- package/es/ExpandableBox/index.js +0 -9
- package/es/Figure/Figure.js +0 -73
- package/es/Figure/index.js +0 -9
- package/es/FramedContent/FramedContent.js +0 -28
- package/es/FramedContent/index.js +0 -10
- package/es/Image/Image.js +0 -99
- package/es/Image/ImageLink.js +0 -39
- package/es/Image/index.js +0 -12
- package/es/LetterFilter/LetterFilter.js +0 -54
- package/es/LetterFilter/alphabet.js +0 -9
- package/es/LetterFilter/index.js +0 -10
- package/es/LicenseByline/LicenseDescription.js +0 -63
- package/es/List/OrderedList.js +0 -41
- package/es/List/UnOrderedList.js +0 -28
- package/es/List/index.js +0 -10
- package/es/Notion/Notion.js +0 -76
- package/es/Notion/NotionImage.js +0 -46
- package/es/Notion/index.js +0 -9
- package/es/Table/Table.js +0 -141
- package/es/Table/index.js +0 -11
- package/es/TagSelector/Control.js +0 -28
- package/es/TagSelector/DropdownIndicator.js +0 -60
- package/es/TagSelector/Input.js +0 -22
- package/es/TagSelector/Menu.js +0 -27
- package/es/TagSelector/MenuList.js +0 -28
- package/es/TagSelector/Option.js +0 -60
- package/es/TagSelector/SelectContainer.js +0 -27
- package/es/TagSelector/ValueButton.js +0 -53
- package/es/TagSelector/ariaMessages.js +0 -94
- package/es/TagSelector/index.js +0 -10
- package/es/TagSelector/types.js +0 -1
- package/lib/DefinitionList/DefinitionDescription.d.ts +0 -10
- package/lib/DefinitionList/DefinitionDescription.js +0 -35
- package/lib/DefinitionList/DefinitionTerm.d.ts +0 -10
- package/lib/DefinitionList/DefinitionTerm.js +0 -35
- package/lib/DefinitionList/index.d.ts +0 -9
- package/lib/DefinitionList/index.js +0 -20
- package/lib/Embed/conceptComponents.d.ts +0 -40
- package/lib/Embed/conceptComponents.js +0 -163
- package/lib/ExpandableBox/ExpandableBox.d.ts +0 -15
- package/lib/ExpandableBox/ExpandableBox.js +0 -37
- package/lib/ExpandableBox/index.d.ts +0 -8
- package/lib/ExpandableBox/index.js +0 -18
- package/lib/Figure/Figure.d.ts +0 -16
- package/lib/Figure/Figure.js +0 -81
- package/lib/Figure/index.d.ts +0 -9
- package/lib/Figure/index.js +0 -13
- package/lib/FramedContent/FramedContent.d.ts +0 -12
- package/lib/FramedContent/FramedContent.js +0 -35
- package/lib/FramedContent/index.d.ts +0 -9
- package/lib/FramedContent/index.js +0 -16
- package/lib/Image/Image.d.ts +0 -38
- package/lib/Image/Image.js +0 -105
- package/lib/Image/ImageLink.d.ts +0 -18
- package/lib/Image/ImageLink.js +0 -44
- package/lib/Image/index.d.ts +0 -12
- package/lib/Image/index.js +0 -30
- package/lib/LetterFilter/LetterFilter.d.ts +0 -14
- package/lib/LetterFilter/LetterFilter.js +0 -61
- package/lib/LetterFilter/alphabet.d.ts +0 -8
- package/lib/LetterFilter/alphabet.js +0 -15
- package/lib/LetterFilter/index.d.ts +0 -9
- package/lib/LetterFilter/index.js +0 -16
- package/lib/LicenseByline/LicenseDescription.d.ts +0 -15
- package/lib/LicenseByline/LicenseDescription.js +0 -70
- package/lib/List/OrderedList.d.ts +0 -16
- package/lib/List/OrderedList.js +0 -48
- package/lib/List/UnOrderedList.d.ts +0 -10
- package/lib/List/UnOrderedList.js +0 -35
- package/lib/List/index.d.ts +0 -9
- package/lib/List/index.js +0 -20
- package/lib/Notion/Notion.d.ts +0 -20
- package/lib/Notion/Notion.js +0 -82
- package/lib/Notion/NotionImage.d.ts +0 -13
- package/lib/Notion/NotionImage.js +0 -54
- package/lib/Notion/index.d.ts +0 -8
- package/lib/Notion/index.js +0 -13
- package/lib/Table/Table.d.ts +0 -19
- package/lib/Table/Table.js +0 -145
- package/lib/Table/index.d.ts +0 -10
- package/lib/Table/index.js +0 -23
- package/lib/TagSelector/Control.d.ts +0 -11
- package/lib/TagSelector/Control.js +0 -35
- package/lib/TagSelector/DropdownIndicator.d.ts +0 -11
- package/lib/TagSelector/DropdownIndicator.js +0 -64
- package/lib/TagSelector/Input.d.ts +0 -12
- package/lib/TagSelector/Input.js +0 -29
- package/lib/TagSelector/Menu.d.ts +0 -12
- package/lib/TagSelector/Menu.js +0 -34
- package/lib/TagSelector/MenuList.d.ts +0 -16
- package/lib/TagSelector/MenuList.js +0 -35
- package/lib/TagSelector/Option.d.ts +0 -12
- package/lib/TagSelector/Option.js +0 -67
- package/lib/TagSelector/SelectContainer.d.ts +0 -11
- package/lib/TagSelector/SelectContainer.js +0 -34
- package/lib/TagSelector/ValueButton.d.ts +0 -20
- package/lib/TagSelector/ValueButton.js +0 -60
- package/lib/TagSelector/ariaMessages.d.ts +0 -16
- package/lib/TagSelector/ariaMessages.js +0 -101
- package/lib/TagSelector/index.d.ts +0 -11
- package/lib/TagSelector/index.js +0 -13
- package/lib/TagSelector/types.d.ts +0 -11
- package/lib/TagSelector/types.js +0 -5
- package/src/DefinitionList/DefinitionDescription.tsx +0 -26
- package/src/DefinitionList/DefinitionTerm.tsx +0 -26
- package/src/DefinitionList/index.tsx +0 -10
- package/src/Embed/conceptComponents.tsx +0 -293
- package/src/ExpandableBox/ExpandableBox.stories.tsx +0 -41
- package/src/ExpandableBox/ExpandableBox.tsx +0 -23
- package/src/ExpandableBox/index.ts +0 -9
- package/src/Figure/Figure.tsx +0 -167
- package/src/Figure/index.ts +0 -11
- package/src/FramedContent/FramedContent.stories.tsx +0 -152
- package/src/FramedContent/FramedContent.tsx +0 -26
- package/src/FramedContent/index.ts +0 -10
- package/src/Image/Image.stories.tsx +0 -61
- package/src/Image/Image.tsx +0 -147
- package/src/Image/ImageLink.tsx +0 -37
- package/src/Image/index.ts +0 -14
- package/src/LetterFilter/LetterFilter.stories.tsx +0 -29
- package/src/LetterFilter/LetterFilter.tsx +0 -78
- package/src/LetterFilter/alphabet.ts +0 -39
- package/src/LetterFilter/index.ts +0 -11
- package/src/LicenseByline/LicenseDescription.tsx +0 -100
- package/src/List/OrderedList.stories.tsx +0 -135
- package/src/List/OrderedList.tsx +0 -158
- package/src/List/UnOrderedList.tsx +0 -43
- package/src/List/UnorderedList.stories.tsx +0 -72
- package/src/List/index.ts +0 -10
- package/src/Notion/Notion.tsx +0 -96
- package/src/Notion/NotionImage.tsx +0 -64
- package/src/Notion/index.ts +0 -9
- package/src/Table/Table.stories.tsx +0 -738
- package/src/Table/Table.tsx +0 -284
- package/src/Table/index.ts +0 -12
- package/src/TagSelector/Control.tsx +0 -34
- package/src/TagSelector/DropdownIndicator.tsx +0 -55
- package/src/TagSelector/Input.tsx +0 -31
- package/src/TagSelector/Menu.tsx +0 -38
- package/src/TagSelector/MenuList.tsx +0 -30
- package/src/TagSelector/Option.tsx +0 -58
- package/src/TagSelector/SelectContainer.tsx +0 -31
- package/src/TagSelector/ValueButton.tsx +0 -47
- package/src/TagSelector/ariaMessages.ts +0 -96
- package/src/TagSelector/index.ts +0 -14
- package/src/TagSelector/types.ts +0 -12
|
@@ -1,738 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2016-present, NDLA.
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the GPLv3 license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { Meta, StoryFn } from "@storybook/react";
|
|
10
|
-
import Table from "./Table";
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Tabeller skal brukes til å presentere data (tabulære data), ikke til utforming. Det anbefales å holde tabellene så enkle som mulig. Ved mer kompleksitet kan data heller deles opp i flere tabeller.
|
|
14
|
-
*
|
|
15
|
-
* Tekstformatering, høyrestilling av tekst osv. angis ikke i tabellens stilsett, men gjøres i redaktørgrensesnittet.
|
|
16
|
-
*
|
|
17
|
-
* Titlene kan kuttes ut, plasseres som en topprad (thead), eller som første rad i en tabell (innenfor tbody). De vil bli stilet etter plassering.
|
|
18
|
-
*
|
|
19
|
-
* Dersom du bruker titler både på rader og kolonner må du definere i koden hvilken vei tittelen peker:
|
|
20
|
-
*
|
|
21
|
-
* `<th scope="row">`
|
|
22
|
-
*
|
|
23
|
-
* Tabeller kan ha en tilknyttet tittel ved bruk av elementet: `<caption>`
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
const meta: Meta = {
|
|
27
|
-
component: Table,
|
|
28
|
-
tags: ["autodocs"],
|
|
29
|
-
decorators: [
|
|
30
|
-
(Story) => (
|
|
31
|
-
<div style={{ padding: "24px" }}>
|
|
32
|
-
<Story />
|
|
33
|
-
</div>
|
|
34
|
-
),
|
|
35
|
-
],
|
|
36
|
-
title: "Base styles/Tables",
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export default meta;
|
|
40
|
-
|
|
41
|
-
export const Tables: StoryFn = () => (
|
|
42
|
-
<Table>
|
|
43
|
-
<caption>Tabelltittel</caption>
|
|
44
|
-
<thead>
|
|
45
|
-
<tr>
|
|
46
|
-
<th>
|
|
47
|
-
10<sup>n</sup>
|
|
48
|
-
</th>
|
|
49
|
-
<th>Prefiks</th>
|
|
50
|
-
<th>Symbol</th>
|
|
51
|
-
<th>Namn</th>
|
|
52
|
-
<th>Eksempel</th>
|
|
53
|
-
</tr>
|
|
54
|
-
</thead>
|
|
55
|
-
<tbody>
|
|
56
|
-
<tr>
|
|
57
|
-
<td>
|
|
58
|
-
10<sup>12</sup>
|
|
59
|
-
</td>
|
|
60
|
-
<td>tera</td>
|
|
61
|
-
<td>T</td>
|
|
62
|
-
<td>billion</td>
|
|
63
|
-
<td>1000000000000</td>
|
|
64
|
-
</tr>
|
|
65
|
-
<tr>
|
|
66
|
-
<td>
|
|
67
|
-
10<sup>9</sup>
|
|
68
|
-
</td>
|
|
69
|
-
<td>giga</td>
|
|
70
|
-
<td>G</td>
|
|
71
|
-
<td>milliard</td>
|
|
72
|
-
<td>1000000000</td>
|
|
73
|
-
</tr>
|
|
74
|
-
<tr>
|
|
75
|
-
<td>
|
|
76
|
-
10<sup>6</sup>
|
|
77
|
-
</td>
|
|
78
|
-
<td>mega</td>
|
|
79
|
-
<td>M</td>
|
|
80
|
-
<td>million</td>
|
|
81
|
-
<td>1000000</td>
|
|
82
|
-
</tr>
|
|
83
|
-
<tr>
|
|
84
|
-
<td>
|
|
85
|
-
10<sup>3</sup>
|
|
86
|
-
</td>
|
|
87
|
-
<td>kilo</td>
|
|
88
|
-
<td>k</td>
|
|
89
|
-
<td>tusen</td>
|
|
90
|
-
<td>1000</td>
|
|
91
|
-
</tr>
|
|
92
|
-
<tr>
|
|
93
|
-
<td>
|
|
94
|
-
10<sup>2</sup>
|
|
95
|
-
</td>
|
|
96
|
-
<td>hekto</td>
|
|
97
|
-
<td>h</td>
|
|
98
|
-
<td>hundre</td>
|
|
99
|
-
<td>100</td>
|
|
100
|
-
</tr>
|
|
101
|
-
<tr>
|
|
102
|
-
<td>
|
|
103
|
-
10<sup>1</sup>
|
|
104
|
-
</td>
|
|
105
|
-
<td>deka</td>
|
|
106
|
-
<td>da</td>
|
|
107
|
-
<td>ti</td>
|
|
108
|
-
<td>10</td>
|
|
109
|
-
</tr>
|
|
110
|
-
<tr>
|
|
111
|
-
<td>
|
|
112
|
-
10<sup>-1</sup>
|
|
113
|
-
</td>
|
|
114
|
-
<td>desi</td>
|
|
115
|
-
<td>d</td>
|
|
116
|
-
<td>tidel</td>
|
|
117
|
-
<td>0,1</td>
|
|
118
|
-
</tr>
|
|
119
|
-
<tr>
|
|
120
|
-
<td>
|
|
121
|
-
10<sup>-2</sup>
|
|
122
|
-
</td>
|
|
123
|
-
<td>centi</td>
|
|
124
|
-
<td>c</td>
|
|
125
|
-
<td>hundredel</td>
|
|
126
|
-
<td>0,01</td>
|
|
127
|
-
</tr>
|
|
128
|
-
<tr>
|
|
129
|
-
<td>
|
|
130
|
-
10<sup>-3</sup>
|
|
131
|
-
</td>
|
|
132
|
-
<td>milli</td>
|
|
133
|
-
<td>m</td>
|
|
134
|
-
<td>tusendel</td>
|
|
135
|
-
<td>0,001</td>
|
|
136
|
-
</tr>
|
|
137
|
-
<tr>
|
|
138
|
-
<td>
|
|
139
|
-
10<sup>-6</sup>
|
|
140
|
-
</td>
|
|
141
|
-
<td>mikro</td>
|
|
142
|
-
<td />
|
|
143
|
-
<td>milliondel</td>
|
|
144
|
-
<td>0,000001</td>
|
|
145
|
-
</tr>
|
|
146
|
-
<tr>
|
|
147
|
-
<td>
|
|
148
|
-
10<sup>-9</sup>
|
|
149
|
-
</td>
|
|
150
|
-
<td>nano</td>
|
|
151
|
-
<td>n</td>
|
|
152
|
-
<td>milliarddel</td>
|
|
153
|
-
<td>
|
|
154
|
-
<p>0,000000001</p>
|
|
155
|
-
</td>
|
|
156
|
-
</tr>
|
|
157
|
-
</tbody>
|
|
158
|
-
</Table>
|
|
159
|
-
);
|
|
160
|
-
|
|
161
|
-
export const WithFormatting: StoryFn = () => (
|
|
162
|
-
<Table>
|
|
163
|
-
<thead>
|
|
164
|
-
<tr>
|
|
165
|
-
<th>
|
|
166
|
-
10<sup>n</sup>
|
|
167
|
-
</th>
|
|
168
|
-
<th>Prefiks</th>
|
|
169
|
-
<th>Symbol</th>
|
|
170
|
-
<th>Namn</th>
|
|
171
|
-
<th style={{ textAlign: "right" }}>Eksempel</th>
|
|
172
|
-
</tr>
|
|
173
|
-
</thead>
|
|
174
|
-
<tbody>
|
|
175
|
-
<tr>
|
|
176
|
-
<td>
|
|
177
|
-
10<sup>15</sup>
|
|
178
|
-
</td>
|
|
179
|
-
<td>peta</td>
|
|
180
|
-
<td>P</td>
|
|
181
|
-
<td>billiard</td>
|
|
182
|
-
<td style={{ textAlign: "right" }}>1000000000000000</td>
|
|
183
|
-
</tr>
|
|
184
|
-
<tr>
|
|
185
|
-
<td>
|
|
186
|
-
10<sup>12</sup>
|
|
187
|
-
</td>
|
|
188
|
-
<td>tera</td>
|
|
189
|
-
<td>T</td>
|
|
190
|
-
<td>billion</td>
|
|
191
|
-
<td style={{ textAlign: "right" }}>1000000000000</td>
|
|
192
|
-
</tr>
|
|
193
|
-
<tr>
|
|
194
|
-
<td>
|
|
195
|
-
10<sup>9</sup>
|
|
196
|
-
</td>
|
|
197
|
-
<td>giga</td>
|
|
198
|
-
<td>G</td>
|
|
199
|
-
<td>milliard</td>
|
|
200
|
-
<td style={{ textAlign: "right" }}>1000000000</td>
|
|
201
|
-
</tr>
|
|
202
|
-
<tr>
|
|
203
|
-
<td>
|
|
204
|
-
10<sup>6</sup>
|
|
205
|
-
</td>
|
|
206
|
-
<td>mega</td>
|
|
207
|
-
<td>M</td>
|
|
208
|
-
<td>million</td>
|
|
209
|
-
<td style={{ textAlign: "right" }}>1000000</td>
|
|
210
|
-
</tr>
|
|
211
|
-
<tr>
|
|
212
|
-
<td>
|
|
213
|
-
10<sup>3</sup>
|
|
214
|
-
</td>
|
|
215
|
-
<td>kilo</td>
|
|
216
|
-
<td>k</td>
|
|
217
|
-
<td>tusen</td>
|
|
218
|
-
<td style={{ textAlign: "right" }}>1000</td>
|
|
219
|
-
</tr>
|
|
220
|
-
<tr>
|
|
221
|
-
<td>
|
|
222
|
-
10<sup>2</sup>
|
|
223
|
-
</td>
|
|
224
|
-
<td>hekto</td>
|
|
225
|
-
<td>h</td>
|
|
226
|
-
<td>hundre</td>
|
|
227
|
-
<td style={{ textAlign: "right" }}>100</td>
|
|
228
|
-
</tr>
|
|
229
|
-
<tr>
|
|
230
|
-
<td>
|
|
231
|
-
10<sup>1</sup>
|
|
232
|
-
</td>
|
|
233
|
-
<td>deka</td>
|
|
234
|
-
<td>da</td>
|
|
235
|
-
<td>ti</td>
|
|
236
|
-
<td style={{ textAlign: "right" }}>10</td>
|
|
237
|
-
</tr>
|
|
238
|
-
<tr>
|
|
239
|
-
<td>
|
|
240
|
-
10<sup>-1</sup>
|
|
241
|
-
</td>
|
|
242
|
-
<td>desi</td>
|
|
243
|
-
<td>d</td>
|
|
244
|
-
<td>tidel</td>
|
|
245
|
-
<td style={{ textAlign: "right" }}>0,1</td>
|
|
246
|
-
</tr>
|
|
247
|
-
<tr>
|
|
248
|
-
<td>
|
|
249
|
-
<strong>
|
|
250
|
-
10<sup>-2</sup>
|
|
251
|
-
</strong>
|
|
252
|
-
</td>
|
|
253
|
-
<td>
|
|
254
|
-
<strong>centi</strong>
|
|
255
|
-
</td>
|
|
256
|
-
<td>
|
|
257
|
-
<strong>c</strong>
|
|
258
|
-
</td>
|
|
259
|
-
<td>
|
|
260
|
-
<strong>hundredel</strong>
|
|
261
|
-
</td>
|
|
262
|
-
<td style={{ textAlign: "right" }}>
|
|
263
|
-
<strong>0,01</strong>
|
|
264
|
-
</td>
|
|
265
|
-
</tr>
|
|
266
|
-
<tr>
|
|
267
|
-
<td>
|
|
268
|
-
10<sup>-3</sup>
|
|
269
|
-
</td>
|
|
270
|
-
<td>milli</td>
|
|
271
|
-
<td>m</td>
|
|
272
|
-
<td>tusendel</td>
|
|
273
|
-
<td style={{ textAlign: "right" }}>0,001</td>
|
|
274
|
-
</tr>
|
|
275
|
-
<tr>
|
|
276
|
-
<td>
|
|
277
|
-
10<sup>-6</sup>
|
|
278
|
-
</td>
|
|
279
|
-
<td>mikro</td>
|
|
280
|
-
<td />
|
|
281
|
-
<td>milliondel</td>
|
|
282
|
-
<td style={{ textAlign: "right" }}>0,000001</td>
|
|
283
|
-
</tr>
|
|
284
|
-
<tr>
|
|
285
|
-
<td>
|
|
286
|
-
10<sup>-9</sup>
|
|
287
|
-
</td>
|
|
288
|
-
<td>nano</td>
|
|
289
|
-
<td>n</td>
|
|
290
|
-
<td>milliarddel</td>
|
|
291
|
-
<td style={{ textAlign: "right" }}>
|
|
292
|
-
<p>0,000000001</p>
|
|
293
|
-
</td>
|
|
294
|
-
</tr>
|
|
295
|
-
</tbody>
|
|
296
|
-
</Table>
|
|
297
|
-
);
|
|
298
|
-
|
|
299
|
-
export const WithTitleInFirstColumn: StoryFn = () => (
|
|
300
|
-
<Table>
|
|
301
|
-
<tbody>
|
|
302
|
-
<tr>
|
|
303
|
-
<th scope="row">Tittel</th>
|
|
304
|
-
<td>peta</td>
|
|
305
|
-
<td>P</td>
|
|
306
|
-
<td>billiard</td>
|
|
307
|
-
<td>1000000000000000</td>
|
|
308
|
-
</tr>
|
|
309
|
-
<tr>
|
|
310
|
-
<th scope="row">Tittel</th>
|
|
311
|
-
<td>tera</td>
|
|
312
|
-
<td>T</td>
|
|
313
|
-
<td>billion</td>
|
|
314
|
-
<td>1000000000000</td>
|
|
315
|
-
</tr>
|
|
316
|
-
<tr>
|
|
317
|
-
<th scope="row">Tittel</th>
|
|
318
|
-
<td>giga</td>
|
|
319
|
-
<td>G</td>
|
|
320
|
-
<td>milliard</td>
|
|
321
|
-
<td>1000000000</td>
|
|
322
|
-
</tr>
|
|
323
|
-
<tr>
|
|
324
|
-
<th scope="row">Tittel</th>
|
|
325
|
-
<td>mega</td>
|
|
326
|
-
<td>M</td>
|
|
327
|
-
<td>million</td>
|
|
328
|
-
<td>1000000</td>
|
|
329
|
-
</tr>
|
|
330
|
-
<tr>
|
|
331
|
-
<th scope="row">Tittel</th>
|
|
332
|
-
<td>kilo</td>
|
|
333
|
-
<td>k</td>
|
|
334
|
-
<td>tusen</td>
|
|
335
|
-
<td>1000</td>
|
|
336
|
-
</tr>
|
|
337
|
-
</tbody>
|
|
338
|
-
</Table>
|
|
339
|
-
);
|
|
340
|
-
|
|
341
|
-
export const WithTitleOnFirstColumnAndTopRow: StoryFn = () => (
|
|
342
|
-
<Table>
|
|
343
|
-
<thead>
|
|
344
|
-
<tr>
|
|
345
|
-
<th />
|
|
346
|
-
<th scope="col">Prefiks</th>
|
|
347
|
-
<th scope="col">Symbol</th>
|
|
348
|
-
<th scope="col">Namn</th>
|
|
349
|
-
<th scope="col">Eksempel</th>
|
|
350
|
-
</tr>
|
|
351
|
-
</thead>
|
|
352
|
-
<tbody>
|
|
353
|
-
<tr>
|
|
354
|
-
<th scope="row">Tittel</th>
|
|
355
|
-
<td>peta</td>
|
|
356
|
-
<td>P</td>
|
|
357
|
-
<td>billiard</td>
|
|
358
|
-
<td>1000000000000000</td>
|
|
359
|
-
</tr>
|
|
360
|
-
<tr>
|
|
361
|
-
<th scope="row">Tittel</th>
|
|
362
|
-
<td>tera</td>
|
|
363
|
-
<td>T</td>
|
|
364
|
-
<td>billion</td>
|
|
365
|
-
<td>1000000000000</td>
|
|
366
|
-
</tr>
|
|
367
|
-
<tr>
|
|
368
|
-
<th scope="row">Tittel</th>
|
|
369
|
-
<td>giga</td>
|
|
370
|
-
<td>G</td>
|
|
371
|
-
<td>milliard</td>
|
|
372
|
-
<td>1000000000</td>
|
|
373
|
-
</tr>
|
|
374
|
-
<tr>
|
|
375
|
-
<th scope="row">Tittel</th>
|
|
376
|
-
<td>mega</td>
|
|
377
|
-
<td>M</td>
|
|
378
|
-
<td>million</td>
|
|
379
|
-
<td>1000000</td>
|
|
380
|
-
</tr>
|
|
381
|
-
<tr>
|
|
382
|
-
<th scope="row">Tittel</th>
|
|
383
|
-
<td>kilo</td>
|
|
384
|
-
<td>k</td>
|
|
385
|
-
<td>tusen</td>
|
|
386
|
-
<td>1000</td>
|
|
387
|
-
</tr>
|
|
388
|
-
</tbody>
|
|
389
|
-
</Table>
|
|
390
|
-
);
|
|
391
|
-
|
|
392
|
-
export const WithTitleSpanningSeveralRows: StoryFn = () => (
|
|
393
|
-
<Table>
|
|
394
|
-
<thead>
|
|
395
|
-
<tr>
|
|
396
|
-
<th colSpan={2}>Tittel over flere kolonner</th>
|
|
397
|
-
<th>Tittel</th>
|
|
398
|
-
</tr>
|
|
399
|
-
</thead>
|
|
400
|
-
<tbody>
|
|
401
|
-
<tr>
|
|
402
|
-
<td>Data 1</td>
|
|
403
|
-
<td>Data 2</td>
|
|
404
|
-
<td>Data 3</td>
|
|
405
|
-
</tr>
|
|
406
|
-
<tr>
|
|
407
|
-
<td>Data 1</td>
|
|
408
|
-
<td>Data 2</td>
|
|
409
|
-
<td>Data 3</td>
|
|
410
|
-
</tr>
|
|
411
|
-
<tr>
|
|
412
|
-
<td>Data 1</td>
|
|
413
|
-
<td>Data 2</td>
|
|
414
|
-
<td>Data 3</td>
|
|
415
|
-
</tr>
|
|
416
|
-
<tr>
|
|
417
|
-
<td>Data 1</td>
|
|
418
|
-
<td>Data 2</td>
|
|
419
|
-
<td>Data 3</td>
|
|
420
|
-
</tr>
|
|
421
|
-
</tbody>
|
|
422
|
-
</Table>
|
|
423
|
-
);
|
|
424
|
-
|
|
425
|
-
export const WithCelleSpanningSeveralRows: StoryFn = () => (
|
|
426
|
-
<Table>
|
|
427
|
-
<tbody>
|
|
428
|
-
<tr>
|
|
429
|
-
<th rowSpan={2} scope="row">
|
|
430
|
-
Tittel 1
|
|
431
|
-
</th>
|
|
432
|
-
<td>Data 1</td>
|
|
433
|
-
<td>Data 2</td>
|
|
434
|
-
</tr>
|
|
435
|
-
<tr>
|
|
436
|
-
<td>Data 1</td>
|
|
437
|
-
<td>Data 2</td>
|
|
438
|
-
</tr>
|
|
439
|
-
<tr>
|
|
440
|
-
<th scope="row">Tittel 2</th>
|
|
441
|
-
<td>Data 1</td>
|
|
442
|
-
<td>Data 2</td>
|
|
443
|
-
</tr>
|
|
444
|
-
</tbody>
|
|
445
|
-
</Table>
|
|
446
|
-
);
|
|
447
|
-
export const WithSeveralTitleRows: StoryFn = () => (
|
|
448
|
-
<Table>
|
|
449
|
-
<thead>
|
|
450
|
-
<tr>
|
|
451
|
-
<th>Tittel 1</th>
|
|
452
|
-
<th colSpan={3} align="center">
|
|
453
|
-
Tittel 2
|
|
454
|
-
</th>
|
|
455
|
-
<th>Tittel 3</th>
|
|
456
|
-
</tr>
|
|
457
|
-
<tr>
|
|
458
|
-
<th />
|
|
459
|
-
<th>Tittel 1</th>
|
|
460
|
-
<th>Tittel 2</th>
|
|
461
|
-
<th>Tittel 3</th>
|
|
462
|
-
<th />
|
|
463
|
-
</tr>
|
|
464
|
-
</thead>
|
|
465
|
-
<tbody>
|
|
466
|
-
{[1, 2, 3, 4].map((index) => (
|
|
467
|
-
<tr key={index}>
|
|
468
|
-
<td>Data</td>
|
|
469
|
-
<td>Data 1</td>
|
|
470
|
-
<td>Data 2</td>
|
|
471
|
-
<td>Data 3</td>
|
|
472
|
-
<td>Data 4</td>
|
|
473
|
-
</tr>
|
|
474
|
-
))}
|
|
475
|
-
</tbody>
|
|
476
|
-
</Table>
|
|
477
|
-
);
|
|
478
|
-
|
|
479
|
-
export const WithHeaderColumn: StoryFn = () => (
|
|
480
|
-
<Table>
|
|
481
|
-
<thead>
|
|
482
|
-
<tr>
|
|
483
|
-
<th colSpan={3} align="center">
|
|
484
|
-
Tittel
|
|
485
|
-
</th>
|
|
486
|
-
</tr>
|
|
487
|
-
</thead>
|
|
488
|
-
<tbody>
|
|
489
|
-
{[1, 2, 3, 4].map((index) => (
|
|
490
|
-
<tr key={index}>
|
|
491
|
-
<td>Data</td>
|
|
492
|
-
<td>Data 1</td>
|
|
493
|
-
<td>Data 2</td>
|
|
494
|
-
</tr>
|
|
495
|
-
))}
|
|
496
|
-
</tbody>
|
|
497
|
-
</Table>
|
|
498
|
-
);
|
|
499
|
-
|
|
500
|
-
export const WithPicture: StoryFn = () => (
|
|
501
|
-
<Table>
|
|
502
|
-
<caption>Caption</caption>
|
|
503
|
-
<thead>
|
|
504
|
-
<tr>
|
|
505
|
-
<th />
|
|
506
|
-
<th style={{ textAlign: "center" }} scope="col">
|
|
507
|
-
Fly
|
|
508
|
-
</th>
|
|
509
|
-
<th style={{ textAlign: "center" }} scope="col">
|
|
510
|
-
Buss
|
|
511
|
-
</th>
|
|
512
|
-
<th style={{ textAlign: "center" }} scope="col">
|
|
513
|
-
Sykkel
|
|
514
|
-
</th>
|
|
515
|
-
</tr>
|
|
516
|
-
</thead>
|
|
517
|
-
<tbody>
|
|
518
|
-
<tr>
|
|
519
|
-
<th scope="row">Bilde</th>
|
|
520
|
-
<td>
|
|
521
|
-
<img
|
|
522
|
-
alt="Fly"
|
|
523
|
-
src="https://images.pexels.com/photos/249581/pexels-photo-249581.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=187&w=315"
|
|
524
|
-
/>
|
|
525
|
-
</td>
|
|
526
|
-
<td>
|
|
527
|
-
<img
|
|
528
|
-
alt="Buss"
|
|
529
|
-
src="https://images.pexels.com/photos/34729/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=187&w=315"
|
|
530
|
-
/>
|
|
531
|
-
</td>
|
|
532
|
-
<td>
|
|
533
|
-
<img
|
|
534
|
-
alt="Sykkel"
|
|
535
|
-
src="https://images.pexels.com/photos/326678/pexels-photo-326678.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=187&w=315"
|
|
536
|
-
/>
|
|
537
|
-
</td>
|
|
538
|
-
</tr>
|
|
539
|
-
<tr>
|
|
540
|
-
<th scope="row">Symbol</th>
|
|
541
|
-
<td style={{ textAlign: "center" }}>
|
|
542
|
-
<svg style={{ width: "24px", height: "24px" }} viewBox="0 0 24 24">
|
|
543
|
-
<path
|
|
544
|
-
fill="#6F6F6F"
|
|
545
|
-
d="M21,16V14L13,9V3.5A1.5,1.5 0 0,0 11.5,2A1.5,1.5 0 0,0 10,3.5V9L2,14V16L10,13.5V19L8,20.5V22L11.5,21L15,22V20.5L13,19V13.5L21,16Z"
|
|
546
|
-
/>
|
|
547
|
-
</svg>
|
|
548
|
-
</td>
|
|
549
|
-
<td style={{ textAlign: "center" }}>
|
|
550
|
-
<svg style={{ width: "24px", height: "24px" }} viewBox="0 0 24 24">
|
|
551
|
-
<path
|
|
552
|
-
fill="#6F6F6F"
|
|
553
|
-
d="M18,11H6V6H18M16.5,17A1.5,1.5 0 0,1 15,15.5A1.5,1.5 0 0,1 16.5,14A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 16.5,17M7.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,14A1.5,1.5 0 0,1 9,15.5A1.5,1.5 0 0,1 7.5,17M4,16C4,16.88 4.39,17.67 5,18.22V20A1,1 0 0,0 6,21H7A1,1 0 0,0 8,20V19H16V20A1,1 0 0,0 17,21H18A1,1 0 0,0 19,20V18.22C19.61,17.67 20,16.88 20,16V6C20,2.5 16.42,2 12,2C7.58,2 4,2.5 4,6V16Z"
|
|
554
|
-
/>
|
|
555
|
-
</svg>
|
|
556
|
-
</td>
|
|
557
|
-
<td style={{ textAlign: "center" }}>
|
|
558
|
-
<svg style={{ width: "24px", height: "24px" }} viewBox="0 0 24 24">
|
|
559
|
-
<path
|
|
560
|
-
fill="#6F6F6F"
|
|
561
|
-
d="M5,20.5A3.5,3.5 0 0,1 1.5,17A3.5,3.5 0 0,1 5,13.5A3.5,3.5 0 0,1 8.5,17A3.5,3.5 0 0,1 5,20.5M5,12A5,5 0 0,0 0,17A5,5 0 0,0 5,22A5,5 0 0,0 10,17A5,5 0 0,0 5,12M14.8,10H19V8.2H15.8L13.86,4.93C13.57,4.43 13,4.1 12.4,4.1C11.93,4.1 11.5,4.29 11.2,4.6L7.5,8.29C7.19,8.6 7,9 7,9.5C7,10.13 7.33,10.66 7.85,10.97L11.2,13V18H13V11.5L10.75,9.85L13.07,7.5M19,20.5A3.5,3.5 0 0,1 15.5,17A3.5,3.5 0 0,1 19,13.5A3.5,3.5 0 0,1 22.5,17A3.5,3.5 0 0,1 19,20.5M19,12A5,5 0 0,0 14,17A5,5 0 0,0 19,22A5,5 0 0,0 24,17A5,5 0 0,0 19,12M16,4.8C17,4.8 17.8,4 17.8,3C17.8,2 17,1.2 16,1.2C15,1.2 14.2,2 14.2,3C14.2,4 15,4.8 16,4.8Z"
|
|
562
|
-
/>
|
|
563
|
-
</svg>
|
|
564
|
-
</td>
|
|
565
|
-
</tr>
|
|
566
|
-
<tr>
|
|
567
|
-
<th scope="row">Ord</th>
|
|
568
|
-
<td style={{ textAlign: "center" }}>Fly</td>
|
|
569
|
-
<td style={{ textAlign: "center" }}>Buss</td>
|
|
570
|
-
<td style={{ textAlign: "center" }}>Sykkel</td>
|
|
571
|
-
</tr>
|
|
572
|
-
</tbody>
|
|
573
|
-
</Table>
|
|
574
|
-
);
|
|
575
|
-
|
|
576
|
-
export const WithScrollbar: StoryFn = () => (
|
|
577
|
-
<Table>
|
|
578
|
-
<thead>
|
|
579
|
-
<tr>
|
|
580
|
-
<th>Id</th>
|
|
581
|
-
<th>Fornavn</th>
|
|
582
|
-
<th>Etternavn</th>
|
|
583
|
-
<th>Epost</th>
|
|
584
|
-
<th>Adresse</th>
|
|
585
|
-
<th>Land</th>
|
|
586
|
-
<th>Språk</th>
|
|
587
|
-
<th>Brukernavn</th>
|
|
588
|
-
</tr>
|
|
589
|
-
</thead>
|
|
590
|
-
<tbody>
|
|
591
|
-
<tr>
|
|
592
|
-
<td>1</td>
|
|
593
|
-
<td>Rogers</td>
|
|
594
|
-
<td>Hearson</td>
|
|
595
|
-
<td>rhearson0@nifty.com</td>
|
|
596
|
-
|
|
597
|
-
<td style={{ whiteSpace: "nowrap" }}>34704 Duke Circle</td>
|
|
598
|
-
<td>Brazil</td>
|
|
599
|
-
<td>Fijian</td>
|
|
600
|
-
<td>rhearson0</td>
|
|
601
|
-
</tr>
|
|
602
|
-
<tr>
|
|
603
|
-
<td>2</td>
|
|
604
|
-
<td>Lucie</td>
|
|
605
|
-
<td>Jikylls</td>
|
|
606
|
-
<td>ljikylls1@csmonitor.com</td>
|
|
607
|
-
<td style={{ whiteSpace: "nowrap" }}>9824 Swallow Place</td>
|
|
608
|
-
<td style={{ whiteSpace: "nowrap" }}>Sweden/Denmark/Norway</td>
|
|
609
|
-
<td>Italian</td>
|
|
610
|
-
<td>ljikylls1</td>
|
|
611
|
-
</tr>
|
|
612
|
-
<tr>
|
|
613
|
-
<td>3</td>
|
|
614
|
-
<td>Kippie</td>
|
|
615
|
-
<td>Reeveley</td>
|
|
616
|
-
<td>kreeveley2@ebay.com</td>
|
|
617
|
-
<td style={{ whiteSpace: "nowrap" }}>1 Stephen Court</td>
|
|
618
|
-
<td>Namibia</td>
|
|
619
|
-
<td>West Frisian</td>
|
|
620
|
-
<td>kreeveley2</td>
|
|
621
|
-
</tr>
|
|
622
|
-
<tr>
|
|
623
|
-
<td>4</td>
|
|
624
|
-
<td>Klarrisa</td>
|
|
625
|
-
<td>Minghetti</td>
|
|
626
|
-
<td>kminghetti3@163.com</td>
|
|
627
|
-
<td style={{ whiteSpace: "nowrap" }}>7 Truax Point</td>
|
|
628
|
-
<td>Greece</td>
|
|
629
|
-
<td>Luxembourgish</td>
|
|
630
|
-
<td>kminghetti3</td>
|
|
631
|
-
</tr>
|
|
632
|
-
<tr>
|
|
633
|
-
<td>5</td>
|
|
634
|
-
<td>Trefor</td>
|
|
635
|
-
<td>Lambregts</td>
|
|
636
|
-
<td>tlambregts4@youtu.be</td>
|
|
637
|
-
<td style={{ whiteSpace: "nowrap" }}>61 Monica Center</td>
|
|
638
|
-
<td>Sweden</td>
|
|
639
|
-
<td>Northern Sotho</td>
|
|
640
|
-
<td>tlambregts4</td>
|
|
641
|
-
</tr>
|
|
642
|
-
<tr>
|
|
643
|
-
<td>6</td>
|
|
644
|
-
<td>Aridatha</td>
|
|
645
|
-
<td>Kuhnt</td>
|
|
646
|
-
<td>akuhnt5@sitemeter.com</td>
|
|
647
|
-
<td style={{ whiteSpace: "nowrap" }}>2898 Wayridge Terrace</td>
|
|
648
|
-
<td>China</td>
|
|
649
|
-
<td>Latvian</td>
|
|
650
|
-
<td>akuhnt5</td>
|
|
651
|
-
</tr>
|
|
652
|
-
<tr>
|
|
653
|
-
<td>7</td>
|
|
654
|
-
<td>Kalie</td>
|
|
655
|
-
<td>Olander</td>
|
|
656
|
-
<td>kolander6@loc.gov</td>
|
|
657
|
-
<td style={{ whiteSpace: "nowrap" }}>554 Maywood Parkway</td>
|
|
658
|
-
<td>China</td>
|
|
659
|
-
<td>Czech</td>
|
|
660
|
-
<td>kolander6</td>
|
|
661
|
-
</tr>
|
|
662
|
-
</tbody>
|
|
663
|
-
</Table>
|
|
664
|
-
);
|
|
665
|
-
|
|
666
|
-
export const WithColumnWidth: StoryFn = () => (
|
|
667
|
-
<Table>
|
|
668
|
-
<thead>
|
|
669
|
-
<tr>
|
|
670
|
-
<th style={{ width: "33.333%" }}>Fremragende</th>
|
|
671
|
-
<th style={{ width: "33.333%" }}>Kompetent</th>
|
|
672
|
-
<th style={{ width: "33.333%" }}>På vei</th>
|
|
673
|
-
</tr>
|
|
674
|
-
</thead>
|
|
675
|
-
<tbody>
|
|
676
|
-
<tr>
|
|
677
|
-
<td>mestrer ulike formater for nettreklame</td>
|
|
678
|
-
<td>mestrer ett format godt, og er på god vei til å mestre flere</td>
|
|
679
|
-
<td>mestrer ett reklameformat</td>
|
|
680
|
-
</tr>
|
|
681
|
-
<tr>
|
|
682
|
-
<td>bruker de samme prinsippene for layout og komposisjon i begge annonsene</td>
|
|
683
|
-
<td>bruker layout og komposisjon i annonsene</td>
|
|
684
|
-
<td>bruker til dels prinsipper for layout og komposisjon, men hvilke og hvor de er brukt, kan være uklart</td>
|
|
685
|
-
</tr>
|
|
686
|
-
<tr>
|
|
687
|
-
<td>har reflekterte argumenter for hvorfor farger og fonter er valgt og prioritert</td>
|
|
688
|
-
<td>bruker farger og fonter som virkemidler i annonsene</td>
|
|
689
|
-
<td>Noen designvalg er gode, andre er mindre gjennomført.</td>
|
|
690
|
-
</tr>
|
|
691
|
-
<tr>
|
|
692
|
-
<td>Godt teknisk håndverk kjennetegner annonsene.</td>
|
|
693
|
-
<td>Dette er bra, men noen elementer og piksler er upresist plassert eller på avveier.</td>
|
|
694
|
-
<td>Noen elementer er godt bearbeidet, men det gjenstår litt før annonsen er ferdig designet.</td>
|
|
695
|
-
</tr>
|
|
696
|
-
<tr />
|
|
697
|
-
</tbody>
|
|
698
|
-
</Table>
|
|
699
|
-
);
|
|
700
|
-
|
|
701
|
-
export const WithCellAlignment: StoryFn = () => (
|
|
702
|
-
<Table>
|
|
703
|
-
<thead>
|
|
704
|
-
<tr>
|
|
705
|
-
<th style={{ width: "33.333%" }}>Fremragende</th>
|
|
706
|
-
<th style={{ width: "33.333%" }}>Kompetent</th>
|
|
707
|
-
<th style={{ width: "33.333%" }}>På vei</th>
|
|
708
|
-
</tr>
|
|
709
|
-
</thead>
|
|
710
|
-
<tbody>
|
|
711
|
-
<tr>
|
|
712
|
-
<td data-align="left">mestrer ulike formater for nettreklame</td>
|
|
713
|
-
<td data-align="center">mestrer ett format godt, og er på god vei til å mestre flere</td>
|
|
714
|
-
<td data-align="right">mestrer ett reklameformat</td>
|
|
715
|
-
</tr>
|
|
716
|
-
<tr>
|
|
717
|
-
<td data-align="left">bruker de samme prinsippene for layout og komposisjon i begge annonsene</td>
|
|
718
|
-
<td data-align="center">bruker layout og komposisjon i annonsene</td>
|
|
719
|
-
<td data-align="right">
|
|
720
|
-
bruker til dels prinsipper for layout og komposisjon, men hvilke og hvor de er brukt, kan være uklart
|
|
721
|
-
</td>
|
|
722
|
-
</tr>
|
|
723
|
-
<tr>
|
|
724
|
-
<td data-align="left">har reflekterte argumenter for hvorfor farger og fonter er valgt og prioritert</td>
|
|
725
|
-
<td data-align="center">bruker farger og fonter som virkemidler i annonsene</td>
|
|
726
|
-
<td data-align="right">Noen designvalg er gode, andre er mindre gjennomført.</td>
|
|
727
|
-
</tr>
|
|
728
|
-
<tr>
|
|
729
|
-
<td data-align="left">Godt teknisk håndverk kjennetegner annonsene.</td>
|
|
730
|
-
<td data-align="center">Dette er bra, men noen elementer og piksler er upresist plassert eller på avveier.</td>
|
|
731
|
-
<td data-align="right">
|
|
732
|
-
Noen elementer er godt bearbeidet, men det gjenstår litt før annonsen er ferdig designet.
|
|
733
|
-
</td>
|
|
734
|
-
</tr>
|
|
735
|
-
<tr />
|
|
736
|
-
</tbody>
|
|
737
|
-
</Table>
|
|
738
|
-
);
|