diff --git a/package-lock.json b/package-lock.json
index eb96b60..43a0b6b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@sharpen-com/kezuri",
- "version": "0.13.4",
+ "version": "0.13.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@sharpen-com/kezuri",
- "version": "0.13.4",
+ "version": "0.13.5",
"license": "MIT",
"dependencies": {
"@stencil/core": "4.11",
diff --git a/package.json b/package.json
index 1d0dc14..1d47f4d 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@sharpen-com/kezuri",
"description": "The Sharpen Design System",
"license": "MIT",
- "version": "0.13.4",
+ "version": "0.13.5",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
diff --git a/src/components/sharpen-alert/sharpen-alert.scss b/src/components/sharpen-alert/sharpen-alert.scss
index 20b1c8d..4f4e2d4 100644
--- a/src/components/sharpen-alert/sharpen-alert.scss
+++ b/src/components/sharpen-alert/sharpen-alert.scss
@@ -5,9 +5,26 @@ sharpen-alert {
display: flex;
margin-bottom: var(--spacing-md);
- &[type="success"] { background-color: var(--color-light-green); }
- &[type="warning"] { background-color: var(--color-light-orange); }
- &[type="danger"] { background-color: var(--color-light-red); }
+ &[type="success"] {
+ background-color: var(--color-light-green);
+ a { color: var(--color-dark-green); }
+ }
+
+ &[type="warning"] {
+ background-color: var(--color-light-orange);
+ a { color: var(--color-dark-orange); }
+ }
+
+ &[type="danger"] {
+ background-color: var(--color-light-red);
+ a { color: var(--color-dark-red); }
+ }
+
+ &[type="info"] {
+ background-color: var(--color-gray-4);
+ a { color: var(--color-gray-1); }
+ }
+
.sharpen-alert--icon {
padding-right: var(--spacing-md);
diff --git a/src/index.html b/src/index.html
index 16472c0..40b5428 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,7 +3,7 @@
- prototypes.sharpen.com
+ Sharpen User Experience Prototypes Library
@@ -23,7 +23,7 @@
-
prototypes.sharpen.com
+
Sharpen User Experience Prototypes Library
diff --git a/src/index.ts b/src/index.ts
index dcaee2a..e213cc4 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -24,4 +24,4 @@ export * from './components/sharpen-simple-navigation/sharpen-simple-navigation'
export * from './components/sharpen-story-header/sharpen-story-header'
export * from './components/sharpen-story-page/sharpen-story-page'
export * from './components/sharpen-waiting-bar/sharpen-waiting-bar'
-export * from './components/sharpen-wizard-header/sharpen-wizard-header'
\ No newline at end of file
+export * from './components/sharpen-wizard-header/sharpen-wizard-header'
diff --git a/src/prototypes/enterprise-layout/enterprise-layout.css b/src/prototypes/enterprise-layout/enterprise-layout.css
index c3d10aa..1f915eb 100644
--- a/src/prototypes/enterprise-layout/enterprise-layout.css
+++ b/src/prototypes/enterprise-layout/enterprise-layout.css
@@ -72,4 +72,50 @@ html, body, .sharpen-enterprise-container {
.sharpen-button-bar form {
flex: 1;
+}
+
+
+
+
+
+/*
+** TABS
+*/
+
+.sharpen-tabs {
+ list-style-type: none;
+ display: flex;
+ gap: var(--spacing-xs);
+ border-bottom: 1px solid var(--color-gray-2);
+ margin-bottom: var(--spacing-md);
+}
+
+.sharpen-tabs .tab {
+ border: 1px solid var(--color-gray-3);
+ border-bottom: transparent;
+ border-top-left-radius: var(--border-radius-sm);
+ border-top-right-radius: var(--border-radius-sm);
+ margin-bottom: -1px;
+}
+
+.sharpen-tabs .tab.selected {
+ border: 1px solid var(--color-gray-2);
+ border-bottom-color: white;
+}
+
+.sharpen-tabs .tab.selected > a {
+ color: #333;
+ font-weight: 600;
+}
+
+.sharpen-tabs .tab > a {
+ display: block;
+ padding: var(--spacing-sm) var(--spacing-md);
+ text-decoration: none;
+}
+
+.sharpen-tabs .tab > a .sharpen-icon {
+ vertical-align: -6px;
+ margin-right: 0.25em;
+ margin-left: -3px;
}
\ No newline at end of file
diff --git a/src/prototypes/enterprise-layout/index.html b/src/prototypes/enterprise-layout/index.html
index 6da03c3..6e8c498 100644
--- a/src/prototypes/enterprise-layout/index.html
+++ b/src/prototypes/enterprise-layout/index.html
@@ -1,167 +1,131 @@
-
-
-
- Sharpen Prototype: Enterprise Layout
-
-
-
+
+
+
+ Sharpen Prototype: Enterprise Management
+
+
+
+
+
+
-
-
-
-
+
-
-
-
+
Sharpen User Experience Prototypes Library
-
Public Schools of Brookline
+
-
+ PROTOTYPE
+ Enterprise Management
-
-
-
-
-
-
- Students
-
+
-
-
-
-
-
-
-
+
-
-
-
- |
- Name |
- Class |
- Sharpen Level |
- |
-
-
-
-
- face |
- Abelli, Onni |
-
- Runkle School
- G1 · Mrs. Elliott
- |
- A |
-
-
-
- |
-
-
- face |
- Houk, Ranko |
-
- Runkle School
- G1 · Mrs. Elliott
- |
- A |
-
-
-
- |
-
-
- face |
- Khachaturian, Ruf |
-
- Runkle School
- G1 · Mrs. Elliott
- |
- A |
-
-
-
- |
-
-
-
+
-
+
-
-
-
-
+
+
\ No newline at end of file
diff --git a/src/prototypes/enterprise-layout/students.html b/src/prototypes/enterprise-layout/students.html
new file mode 100644
index 0000000..4f8e04b
--- /dev/null
+++ b/src/prototypes/enterprise-layout/students.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+ Sharpen Prototype: Enterprise Layout
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Public Schools of Brookline
+
+
+
+
+
+
+
+
+
+ Students
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ Name |
+ Class |
+ Sharpen Level |
+ |
+
+
+
+
+ face |
+ Abelli, Onni |
+
+ Runkle School
+ G1 · Mrs. Elliott
+ |
+ A |
+
+
+
+ |
+
+
+ face |
+ Houk, Ranko |
+
+ Runkle School
+ G1 · Mrs. Elliott
+ |
+ A |
+
+
+
+ |
+
+
+ face |
+ Khachaturian, Ruf |
+
+ Runkle School
+ G1 · Mrs. Elliott
+ |
+ A |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/prototypes/milestones/img/book5.jpg b/src/prototypes/milestones/img/book5.jpg
new file mode 100644
index 0000000..078689d
Binary files /dev/null and b/src/prototypes/milestones/img/book5.jpg differ
diff --git a/src/prototypes/milestones/img/book6.jpg b/src/prototypes/milestones/img/book6.jpg
new file mode 100644
index 0000000..b9b65af
Binary files /dev/null and b/src/prototypes/milestones/img/book6.jpg differ
diff --git a/src/prototypes/milestones/img/book7.jpg b/src/prototypes/milestones/img/book7.jpg
new file mode 100644
index 0000000..9314e42
Binary files /dev/null and b/src/prototypes/milestones/img/book7.jpg differ
diff --git a/src/prototypes/milestones/img/book8.jpg b/src/prototypes/milestones/img/book8.jpg
new file mode 100644
index 0000000..04aa822
Binary files /dev/null and b/src/prototypes/milestones/img/book8.jpg differ
diff --git a/src/prototypes/milestones/img/book9.jpg b/src/prototypes/milestones/img/book9.jpg
new file mode 100644
index 0000000..6791a0b
Binary files /dev/null and b/src/prototypes/milestones/img/book9.jpg differ
diff --git a/src/prototypes/milestones/index.html b/src/prototypes/milestones/index.html
index 96a2d36..b75441b 100644
--- a/src/prototypes/milestones/index.html
+++ b/src/prototypes/milestones/index.html
@@ -3,83 +3,73 @@
- Sharpen Prototype: One-Device Reading Lesson
+ Sharpen Prototype: One-Device Milestones
-
-
-
-
-
-
+
-
+
-
-
-
-
- check_circle
- You finished Level A, Unit 1
- Lesson 1
-
-
-
-
-