Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Spec/fields/address-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that validates physical addresses and provides a suitable editor.",
"specType": "field",
"ref": {
"module": "@cardstack/base/address",
"module": "https://cardstack.com/base/address",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/amount-with-currency-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a numeric amount paired with a currency",
"specType": "field",
"ref": {
"module": "@cardstack/base/amount-with-currency",
"module": "https://cardstack.com/base/amount-with-currency",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/base64-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field capable of representing an image via base64 encoding.",
"specType": "field",
"ref": {
"module": "@cardstack/base/base64-image",
"module": "https://cardstack.com/base/base64-image",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/biginteger-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures big int values",
"specType": "field",
"ref": {
"module": "@cardstack/base/big-integer",
"module": "https://cardstack.com/base/big-integer",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/boolean-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures boolean values (true/false)",
"specType": "field",
"ref": {
"module": "@cardstack/base/boolean",
"module": "https://cardstack.com/base/boolean",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/brand-functional-palette-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a brand functional color palette (used by the brand-guide system)",
"specType": "field",
"ref": {
"module": "@cardstack/base/brand-functional-palette",
"module": "https://cardstack.com/base/brand-functional-palette",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/brand-logo-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a brand logo (used by the brand-guide system)",
"specType": "field",
"ref": {
"module": "@cardstack/base/brand-logo",
"module": "https://cardstack.com/base/brand-logo",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/code-ref-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a reference to a card or field type",
"specType": "field",
"ref": {
"module": "@cardstack/base/code-ref",
"module": "https://cardstack.com/base/code-ref",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/color-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures color values.",
"specType": "field",
"ref": {
"module": "@cardstack/base/color",
"module": "https://cardstack.com/base/color",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/command-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that represents an executable command within a skill",
"specType": "field",
"ref": {
"module": "@cardstack/base/skill",
"module": "https://cardstack.com/base/skill",
"name": "CommandField"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/coordinate-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a 2D coordinate (x, y)",
"specType": "field",
"ref": {
"module": "@cardstack/base/coordinate",
"module": "https://cardstack.com/base/coordinate",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/country-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures country values.",
"specType": "field",
"ref": {
"module": "@cardstack/base/country",
"module": "https://cardstack.com/base/country",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/css-value-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a CSS value (e.g. length, color, keyword)",
"specType": "field",
"ref": {
"module": "@cardstack/base/css-value",
"module": "https://cardstack.com/base/css-value",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/currency-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a currency (symbol, code, name)",
"specType": "field",
"ref": {
"module": "@cardstack/base/currency",
"module": "https://cardstack.com/base/currency",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/date-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"cardTitle": "Date Field",
"cardDescription": "A field that captures date values",
"ref": {
"module": "@cardstack/base/date",
"module": "https://cardstack.com/base/date",
"name": "default"
},
"specType": "field"
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/date-range-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"cardTitle": "Date Range Field",
"cardDescription": "A field that captures date range values.",
"ref": {
"module": "@cardstack/base/date-range-field",
"module": "https://cardstack.com/base/date-range-field",
"name": "default"
},
"specType": "field"
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/datetime-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures date-time values",
"specType": "field",
"ref": {
"module": "@cardstack/base/datetime",
"module": "https://cardstack.com/base/datetime",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/datetime-stamp-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A datetime field that captures a precise timestamp",
"specType": "field",
"ref": {
"module": "@cardstack/base/datetime-stamp",
"module": "https://cardstack.com/base/datetime-stamp",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/email-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "An email field that validates email addresses and provides a suitable editor.",
"specType": "field",
"ref": {
"module": "@cardstack/base/email",
"module": "https://cardstack.com/base/email",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/enum-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures a value from a configured set of options",
"specType": "field",
"ref": {
"module": "@cardstack/base/enum",
"module": "https://cardstack.com/base/enum",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/ethereum-address-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures checksum ethereum addresses",
"specType": "field",
"ref": {
"module": "@cardstack/base/ethereum-address",
"module": "https://cardstack.com/base/ethereum-address",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A general field that can contain any field type.",
"specType": "field",
"ref": {
"module": "@cardstack/base/card-api",
"module": "https://cardstack.com/base/card-api",
"name": "FieldDef"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/markdown-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures markdown values",
"specType": "field",
"ref": {
"module": "@cardstack/base/markdown",
"module": "https://cardstack.com/base/markdown",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Spec/fields/number-field.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"cardDescription": "A field that captures number values",
"specType": "field",
"ref": {
"module": "@cardstack/base/number",
"module": "https://cardstack.com/base/number",
"name": "default"
}
},
"meta": {
"adoptsFrom": {
"module": "@cardstack/base/spec",
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
Expand Down
Loading
Loading