Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface, surface selection, fulfillment tile #182

Merged
merged 71 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 57 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
eaef5d0
progress check
sikhote Apr 19, 2024
171ce20
progress check
sikhote Apr 23, 2024
ec128b8
progress check
sikhote Apr 24, 2024
48dd0ab
progress check
sikhote Apr 24, 2024
a89f272
progress check
sikhote Apr 30, 2024
bd01061
progress check
sikhote May 1, 2024
30d4ff9
progress check
sikhote May 31, 2024
2b9f0fc
progress check
sikhote May 31, 2024
ca1aa2a
progress check
sikhote May 31, 2024
2cf92b0
progress check
sikhote Jun 3, 2024
ec3f7aa
progress check
sikhote Jun 3, 2024
be88487
progress check
sikhote Jun 4, 2024
4750555
progress check
sikhote Jun 18, 2024
c51959e
progress check
sikhote Jun 20, 2024
b57035e
progress check
sikhote Jun 25, 2024
8e00b52
progress check
sikhote Jul 2, 2024
c338043
progress check
sikhote Jul 2, 2024
a0e9fe7
test complete
sikhote Jul 10, 2024
bc211dd
merge main
sikhote Jul 25, 2024
f740d08
progress
sikhote Jul 25, 2024
1a3ac56
progress
sikhote Jul 30, 2024
beee45d
progress
sikhote Jul 31, 2024
41e8d48
progress
sikhote Aug 5, 2024
3939f28
progress
sikhote Aug 5, 2024
8bd16de
progress
sikhote Aug 5, 2024
7d8018d
progress
sikhote Aug 19, 2024
4d2eead
progress
sikhote Aug 19, 2024
a524543
progress
sikhote Aug 19, 2024
9879074
progress
sikhote Aug 19, 2024
384b32c
progress
sikhote Aug 19, 2024
ef9bd15
progress
sikhote Aug 20, 2024
b747723
progress
sikhote Aug 20, 2024
2749010
progress
sikhote Aug 20, 2024
f7bc529
progress
sikhote Aug 20, 2024
9d22ce5
progress
sikhote Aug 22, 2024
007178d
progress
sikhote Aug 22, 2024
d13f9c3
progress
sikhote Aug 22, 2024
0f7fb82
progress
sikhote Aug 22, 2024
e10f7e0
progress
sikhote Aug 22, 2024
7c88cd4
progress
sikhote Aug 27, 2024
bf708d8
progress
sikhote Aug 27, 2024
69cb4e6
progress
sikhote Aug 27, 2024
5ce6314
progress
sikhote Aug 27, 2024
bee7e6e
progress
sikhote Aug 27, 2024
3581983
progress
sikhote Aug 27, 2024
3633922
progress
sikhote Aug 27, 2024
71ff96a
progress
sikhote Aug 28, 2024
ca1ffdc
progress
sikhote Aug 29, 2024
1735e58
progress
sikhote Aug 29, 2024
f5411dc
progress
sikhote Aug 29, 2024
78f3591
progress
sikhote Aug 29, 2024
be80bff
progress
sikhote Aug 30, 2024
cc2b7a5
progress
sikhote Sep 3, 2024
905a6ad
progress
sikhote Sep 3, 2024
10b8f05
progress
sikhote Sep 3, 2024
7bc063e
progress
sikhote Sep 3, 2024
8465cef
progress
sikhote Sep 3, 2024
15c2a71
name change to selectable surface
sikhote Sep 9, 2024
9e58bbd
name change to selectable surface
sikhote Sep 9, 2024
0bf0223
name change to surface selection
sikhote Sep 18, 2024
761cd0d
progress
sikhote Sep 18, 2024
1962232
progress
sikhote Sep 19, 2024
360b3a2
progress
sikhote Sep 19, 2024
0e73196
progress
sikhote Sep 19, 2024
e648e6f
progress
sikhote Sep 19, 2024
e904fb5
change button prop validation
sikhote Sep 20, 2024
9626a14
progress
sikhote Sep 20, 2024
a8a84ef
tokens version
sikhote Sep 23, 2024
438a430
progress
sikhote Sep 23, 2024
884b815
title updates
sikhote Sep 23, 2024
8b54be2
unit test warnings
sikhote Sep 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*.{js,css,scss}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100

[*.java]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
18 changes: 18 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "auto",
"singleAttributePerLine": true
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Runs unit tests in watch mode. This also allows you to inspect snapshot discrepa

Runs [Nightwatch](http://nightwatchjs.org/) end-to-end tests and Axe a11y tests.

Tests run using Chromedriver. To upgrade Chromedriver, determine the latest version of Chrome and Puppeteer that are compatible by visiting [this](https://pptr.dev/supported-browsers) page.

`npm run test`

Runs both unit and e2e/accessibility tests.
Expand Down
12 changes: 12 additions & 0 deletions build/copy-css.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Copy cdr-fonts and cdr-reset to root folder.
// Cedar 15 expects these files to be in root.
// For 16, it would be helpful to remove this and have all styles in /style.

const path = require('path');
const fs = require('fs-extra');

const DIST = 'dist';

['cdr-fonts.css', 'cdr-reset.css'].forEach(file => {
fs.copyFileSync(path.join(DIST, '/style', file), path.join(DIST, file));
})
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<meta name="description" content="Welcome to the REI Digital Design System presentation framework. A home for modular components based on our evolving design patterns.">
<meta name="author" content="REI">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="cdr-fonts.css">
<link rel="stylesheet" href="cdr-reset.css">
<!-- <link rel="stylesheet" href="./dist/cedar-compiled.css"> -->
</head>
<body>
<div id="main"></div>
Expand Down
Loading
Loading