-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package classes | ||
|
||
// Default class used for Avatar component | ||
// AvatarBase is the default class used for Avatar component | ||
const AvatarBase = "popui-avatar" | ||
|
||
// Default class used for the initial of the Avatar component | ||
// AvatarInitial is the default class used for the initial of the Avatar component | ||
const AvatarInitial = "popui-avatar--initial" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package classes | ||
|
||
// Default class used for the Button component | ||
// ButtonBase is the default class used for the Button component | ||
const ButtonBase = "popui-button" | ||
|
||
// Default class used for the danger variant of the Button component | ||
// ButtonDanger is the default class used for the danger variant of the Button component | ||
const ButtonDanger = "popui-button--danger" | ||
|
||
// Default class used for the primary variant of the Button component | ||
// ButtonPrimary is the default class used for the primary variant of the Button component | ||
const ButtonPrimary = "popui-button--primary" | ||
|
||
// Default class used for the small version of the Button component | ||
// ButtonSmall is the default class used for the small version of the Button component | ||
const ButtonSmall = "popui-button--small" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package classes | ||
|
||
// Default class used for the wrapper of the Checkbox component | ||
// CheckboxWrapper is the default class used for the wrapper of the Checkbox component | ||
const CheckboxWrapper = "popui-checkbox-wrapper" | ||
|
||
// Default class used for the input of the Checkbox component | ||
// CheckboxInput is the default class used for the input of the Checkbox component | ||
const CheckboxInput = "popui-checkbox-input" | ||
|
||
// Default class used for the label of the Checkbox component | ||
// CheckboxLabel is the default class used for the label of the Checkbox component | ||
const CheckboxLabel = "popui-checkbox-label" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package classes | ||
|
||
// Default class used for the wrapper of the config popup layout | ||
// PopupConfigContainer is the default class used for the wrapper of the config popup layout | ||
const PopupConfigContainer = "popui-container-config" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package classes | ||
|
||
// Default class used for the Image component | ||
// Image is the default class used for the Image component | ||
const Image = "popui-image" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
package classes | ||
|
||
// Default class used for the wrapper of the InputText component | ||
// InputTextWrapper is the default class used for the wrapper of the InputText component | ||
const InputTextWrapper = "popui-input-wrapper" | ||
|
||
// Default class used for the InputText component | ||
// InputTextBase is the default class used for the InputText component | ||
const InputTextBase = "popui-input" | ||
|
||
// Default class used for the error state of the InputText component | ||
// InputTextError is the default class used for the error state of the InputText component | ||
const InputTextError = "popui-input--error" | ||
|
||
// Default class used for the label of the InputText component | ||
// Label is the default class used for the label of the InputText component | ||
const Label = "popui-label" | ||
|
||
// Default class used for the error text of the InputText component | ||
// Error is the default class used for the error text of the InputText component | ||
const Error = "popui-error" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
package classes | ||
|
||
// Default class used for the P component | ||
// P is the default class used for the P component | ||
const P = "popui-paragraph" | ||
|
||
// Default class used for the Title component | ||
// Title is the default class used for the Title component | ||
const Title = "popui-title" | ||
|
||
// Default class used for the Subtitle component | ||
// Subtitle is the default class used for the Subtitle component | ||
const Subtitle = "popui-subtitle" | ||
|
||
// Default class used for the Info component | ||
// Info is the default class used for the Info component | ||
const Info = "popui-info" | ||
|
||
// Default class used for the InfoText component | ||
// InfoText is the default class used for the InfoText component | ||
const InfoText = "popui-info-text" | ||
|
||
// Default class used for the Prose component | ||
// Prose is the default class used for the Prose component | ||
const Prose = "popui-prose" | ||
|
||
// Default class used for the HorizontalDivider component | ||
// HorizontalDivider is the default class used for the HorizontalDivider component | ||
const HorizontalDivider = "popui-divider" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package classes | ||
|
||
// Default class used for list of the Popover component | ||
// PopoverList is the default class used for list of the Popover component | ||
const PopoverList = "popui-popover-list" | ||
|
||
// Default class used for list item of the Popover component | ||
// PopoverListItem is the default class used for list item of the Popover component | ||
const PopoverListItem = "popui-popover-list-item" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package classes | ||
|
||
// Default class used for the wrapper of the Select component | ||
// SelectWrapper is the default class used for the wrapper of the Select component | ||
const SelectWrapper = "popui-select-wrapper" | ||
|
||
// Default class used for the input of the Select component | ||
// SelectBase is the default class used for the input of the Select component | ||
const SelectBase = "popui-select" | ||
|
||
// Default class used for the error of the Select component | ||
// SelectError is the default class used for the error of the Select component | ||
const SelectError = "popui-input--error" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package classes | ||
|
||
// Default class used for the Tags component | ||
// Tags is the default class used for the Tags component | ||
const Tags = "popui-tags" | ||
|
||
// Default class used for the item of the Tags component | ||
// Tag is the default class used for the item of the Tags component | ||
const Tag = "popui-tag" | ||
|
||
// Default class used for the button of the Select component | ||
// TagButton is the default class used for the button of the Select component | ||
const TagButton = "popui-tag-button" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package classes | ||
|
||
// Default class used for the wrapper of the Textarea component | ||
// TextareaWrapper is the default class used for the wrapper of the Textarea component | ||
const TextareaWrapper = "popui-textarea-wrapper" | ||
|
||
// Default class used for the input of the Textarea component | ||
// TextareaBase is the default class used for the input of the Textarea component | ||
const TextareaBase = "popui-textarea" | ||
|
||
// Default class used for the error of the Textarea component | ||
// TextareaError is the default class used for the error of the Textarea component | ||
const TextareaError = "popui-input--error" | ||
|
||
// Default class used for using monospace text on the Textarea component | ||
// TextareaMonospaced is the default class used for using monospace text on the Textarea component | ||
const TextareaMonospaced = "popui-textarea--monospaced" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package classes | ||
|
||
// Default class used for the wrapper of the UploadFile component | ||
// UploadFile is the default class used for the wrapper of the UploadFile component | ||
const UploadFile = "popui-upload_file" | ||
|
||
// Default class used for the image of the UploadFile component | ||
// UploadFileImg is the default class used for the image of the UploadFile component | ||
const UploadFileImg = "popui-upload_file-image" | ||
|
||
// Default class used for the placeholder image of the UploadFile component | ||
// UploadFilePlaceholder is the default class used for the placeholder image of the UploadFile component | ||
const UploadFilePlaceholder = "popui-upload_file-placeholder" | ||
|
||
// Default class used for the text of the UploadFile component | ||
// UploadFileText is the default class used for the text of the UploadFile component | ||
const UploadFileText = "popui-upload_file-text" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters