@openmrs/esm-framework
Version:
129 lines (71 loc) • 3.82 kB
Markdown
[@openmrs/esm-framework](../API.md) / StyleguideConfigObject
# Interface: StyleguideConfigObject
## Table of contents
### Properties
- [Brand color #1](StyleguideConfigObject.md#brand color #1)
- [Brand color #2](StyleguideConfigObject.md#brand color #2)
- [Brand color #3](StyleguideConfigObject.md#brand color #3)
- [diagnosisTags](StyleguideConfigObject.md#diagnosistags)
- [excludePatientIdentifierCodeTypes](StyleguideConfigObject.md#excludepatientidentifiercodetypes)
- [implementationName](StyleguideConfigObject.md#implementationname)
- [patientPhotoConceptUuid](StyleguideConfigObject.md#patientphotoconceptuuid)
- [preferredCalendar](StyleguideConfigObject.md#preferredcalendar)
- [preferredDateLocale](StyleguideConfigObject.md#preferreddatelocale)
## Properties
### Brand color #1
• **Brand color #1**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:4](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L4)
___
### Brand color #2
• **Brand color #2**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:5](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L5)
___
### Brand color #3
• **Brand color #3**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:6](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L6)
___
### diagnosisTags
• **diagnosisTags**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `primaryColor` | ``"red"`` \| ``"magenta"`` \| ``"purple"`` \| ``"blue"`` \| ``"teal"`` \| ``"cyan"`` \| ``"gray"`` \| ``"orange"`` \| ``"green"`` \| ``"warm-gray"`` \| ``"cool-gray"`` \| ``"high-contrast"`` \| ``"outline"`` |
| `secondaryColor` | ``"red"`` \| ``"magenta"`` \| ``"purple"`` \| ``"blue"`` \| ``"teal"`` \| ``"cyan"`` \| ``"gray"`` \| ``"orange"`` \| ``"green"`` \| ``"warm-gray"`` \| ``"cool-gray"`` \| ``"high-contrast"`` \| ``"outline"`` |
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L18)
___
### excludePatientIdentifierCodeTypes
• **excludePatientIdentifierCodeTypes**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `uuids` | `string`[] |
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L7)
___
### implementationName
• **implementationName**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L10)
___
### patientPhotoConceptUuid
• **patientPhotoConceptUuid**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L11)
___
### preferredCalendar
• **preferredCalendar**: `Object`
#### Index signature
▪ [key: `string`]: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L12)
___
### preferredDateLocale
• **preferredDateLocale**: `Object`
#### Index signature
▪ [key: `string`]: `string`
#### Defined in
[packages/framework/esm-styleguide/src/config-schema.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/config-schema.ts#L15)