Skip to content

Commit

Permalink
Merge pull request #2267 from Teradata/date-and-time
Browse files Browse the repository at this point in the history
Date and time (in Product & UI) ready to publish - Mary Ellen Matthews
  • Loading branch information
knapsack-cloud[bot] authored Nov 1, 2024
2 parents a0f398d + 89f17a3 commit 6f125c7
Show file tree
Hide file tree
Showing 65 changed files with 3,907 additions and 37 deletions.
28 changes: 28 additions & 0 deletions apps/knapsack/data/blocks/block.0o8mwyfGej.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"id": "0o8mwyfGej",
"data": {
"content": {
"type": "doc",
"content": [
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "Months",
"type": "text",
"marks": [
{
"type": "bold"
}
]
}
]
}
]
}
},
"blockType": "text-editor"
}
36 changes: 36 additions & 0 deletions apps/knapsack/data/blocks/block.1n5EI0yFsK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "1n5EI0yFsK",
"data": {
"content": {
"type": "doc",
"content": [
{
"type": "heading",
"attrs": {
"level": 1,
"textAlign": "left"
},
"content": [
{
"text": "User preferences",
"type": "text"
}
]
},
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "Depending on user account settings for dates and times, the formats users see on a UI might vary from UI content you create. When designing for a UI, consider user date and time options and available space.",
"type": "text"
}
]
}
]
}
},
"blockType": "text-editor"
}
123 changes: 123 additions & 0 deletions apps/knapsack/data/blocks/block.1t7cGNHDfc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
{
"id": "1t7cGNHDfc",
"data": {
"content": {
"type": "doc",
"content": [
{
"type": "heading",
"attrs": {
"level": 2,
"textAlign": "left"
},
"content": [
{
"text": "Time period",
"type": "text"
}
]
},
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "To indicate a time period, use an ",
"type": "text"
},
{
"text": "en dash",
"type": "text",
"marks": [
{
"type": "link",
"attrs": {
"rel": "noopener noreferrer nofollow",
"href": "https://www.w3schools.com/charsets/ref_utf_punctuation.asp",
"class": null,
"target": "_blank"
}
}
]
},
{
"text": " (not a hyphen) with no spaces around it. ",
"type": "text"
}
]
},
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "For a 12-hour clock, include the AM or PM after both times.",
"type": "text"
}
]
},
{
"type": "bulletList",
"content": [
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "7:00 AM–10:30 AM ",
"type": "text"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "8:00 AM–5:00 PM",
"type": "text"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"attrs": {
"textAlign": "left"
},
"content": [
{
"text": "16:30–18:30",
"type": "text"
}
]
}
]
}
]
}
]
}
},
"blockType": "text-editor"
}
14 changes: 12 additions & 2 deletions apps/knapsack/data/blocks/block.2B7SsZfi8P.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
"content": [
{
"text": "Tone",
"type": "text"
"type": "text",
"marks": [
{
"type": "bold"
}
]
}
]
}
Expand All @@ -51,7 +56,12 @@
"content": [
{
"text": "What this means",
"type": "text"
"type": "text",
"marks": [
{
"type": "bold"
}
]
}
]
}
Expand Down
94 changes: 94 additions & 0 deletions apps/knapsack/data/blocks/block.2OYCPY3xf0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"id": "2OYCPY3xf0",
"data": {
"content": {
"type": "doc",
"content": [
{
"type": "table",
"attrs": {
"equalColumns": true
},
"content": [
{
"type": "tableRow",
"content": [
{
"type": "tableHeader",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"attrs": {
"textAlign": "right"
},
"content": [
{
"text": "Next run (PT)",
"type": "text"
}
]
}
]
}
]
},
{
"type": "tableRow",
"content": [
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"attrs": {
"textAlign": "right"
},
"content": [
{
"text": "Today, 11:00 PM",
"type": "text"
}
]
},
{
"type": "paragraph",
"attrs": {
"textAlign": "right"
},
"content": [
{
"text": "Saturday, 20 January, 11:00 PM",
"type": "text"
},
{
"type": "hardBreak"
},
{
"text": "Saturday, 13 January, 11:00 PM",
"type": "text"
}
]
}
]
}
]
}
]
}
]
}
},
"blockType": "table",
"size": "medium",
"spacing": "large"
}
Loading

0 comments on commit 6f125c7

Please sign in to comment.