Skip to content

Commit

Permalink
feat: reorganize atoms, update status
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed May 19, 2020
1 parent 6d87d10 commit 319c5e3
Show file tree
Hide file tree
Showing 73 changed files with 10 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Colors',
status: 'ready',
order: 10,
context: {
colors: {
brand: [
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
title: 'Text Input',
label: 'Text Input',
status: 'wip',
order: 1,
inverse: false,
context: {
standAlone: false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Text Areas',
status: 'wip',
order: 2,
context: {
name: 'text',
standAlone: false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Selects',
status: 'wip',
order: 3,
context: {
standAlone: false,
selects: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Checkboxes',
status: 'wip',
order: 4,
status: 'ready',
context: {
standAlone: false,
checkboxes: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
title: 'Radio Buttons',
label: 'Radio Buttons',
order: 5,
status: 'wip',
status: 'ready',
context: {
radioButtons: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
title: 'Submit Button',
label: 'Submit Button',
status: 'wip',
order: 6,
status: 'ready',
context: {
label: 'Submit',
id: 'submit',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
title: 'Custom Checkboxes',
status: 'wip',
standAlone: 'false',
order: 7,
status: 'ready',
standAlone: 'false',
context: {
label: 'Nested Checkboxes',
items: [
Expand Down Expand Up @@ -30,7 +29,7 @@ module.exports = {
{ label: 'Sub item 9', checked: true }
]
}
]
]
},
variants: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module.exports = {
title: 'Form Elements',
order: 100,
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Image',
status: 'wip',
order: 110,
status: 'ready',
context: {
src: '/images/person.jpg',
width: 367,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Icons',
status: 'ready',
order: 20,
context: {
iconsTitle: 'Icons',
icons: [
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Heading',
status: 'ready',
order: 1,
context: {
level: 'all'
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
status: 'ready',
title: 'Paragraph',
order: 2,
context: {
text: 'In the face of widespread dissatisfaction with capitalism, it is time to ask, “What kind of new economy do we want to create?”',
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
status: 'ready',
title: 'Quote',
order: 3,
context: {
quote: 'The problems of labor abuse and surveillance that have arisen with the “sharing economy”… have much in common with struggles on nineteenth-century factory floors. By considering the emerging platforms in light of well-hewn cooperative principles and practices, we find an optimistic vision for the future of work and life.',
citation: 'Trebor Scholz',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
status: 'ready',
title: 'List',
order: 4,
context: {
items: [
'Higher quality jobs',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
status: 'ready',
title: 'Stack',
order: 5,
context: {
paragraphs: [
'In the face of widespread dissatisfaction with capitalism, it is time to ask, “What kind of new economy do we want to create?”',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
status: 'ready',
title: 'Repertoire',
order: 6,
context: {}
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
title: 'Typography',
status: 'wip',
order: 30
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
status: 'ready',
title: 'Dividers',
order: 40,
context: {
dividers: [
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Link',
status: 'wip',
order: 50,
context: {
href: '/internal-link',
label: 'Link'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
title: 'Call to Action',
status: 'wip',
status: 'ready',
order: 60,
context: {
href: 'https://example.com/call-to-action',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Tag',
status: 'wip',
order: 70,
context: {
label: 'Platform Cooperativism',
standAlone: false
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Badge',
status: 'wip',
order: 80,
status: 'ready',
context: {
label: 'Platform Cooperativism',
standAlone: false
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
title: 'Button',
status: 'wip',
order: 90,
status: 'ready',
context: {
label: 'Filter',
labelVisuallyHidden: false,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 319c5e3

Please sign in to comment.