vira 28.19.6 → 28.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/elements/define-vira-element.d.ts +18 -0
- package/dist/elements/define-vira-element.js +19 -0
- package/dist/elements/form/vira-form-fields.d.ts +100 -0
- package/dist/elements/form/vira-form-fields.js +60 -0
- package/dist/elements/form/vira-form.element.d.ts +35 -0
- package/dist/elements/form/vira-form.element.js +151 -0
- package/dist/elements/index.js +25 -0
- package/dist/elements/pop-up/pop-up-helpers.d.ts +33 -0
- package/dist/elements/pop-up/pop-up-helpers.js +58 -0
- package/{src/elements/pop-up/pop-up-menu-item.ts → dist/elements/pop-up/pop-up-menu-item.d.ts} +3 -4
- package/dist/elements/pop-up/pop-up-menu-item.js +1 -0
- package/dist/elements/pop-up/vira-menu-item.element.d.ts +19 -0
- package/{src/elements/pop-up/vira-menu-item.element.ts → dist/elements/pop-up/vira-menu-item.element.js} +11 -28
- package/dist/elements/pop-up/vira-menu-trigger.element.d.ts +41 -0
- package/dist/elements/pop-up/vira-menu-trigger.element.js +121 -0
- package/dist/elements/pop-up/vira-menu.element.d.ts +38 -0
- package/{src/elements/pop-up/vira-menu.element.ts → dist/elements/pop-up/vira-menu.element.js} +49 -76
- package/dist/elements/pop-up/vira-pop-up-menu.element.d.ts +35 -0
- package/{src/elements/pop-up/vira-pop-up-menu.element.ts → dist/elements/pop-up/vira-pop-up-menu.element.js} +22 -34
- package/dist/elements/pop-up/vira-pop-up-trigger.element.d.ts +105 -0
- package/{src/elements/pop-up/vira-pop-up-trigger.element.ts → dist/elements/pop-up/vira-pop-up-trigger.element.js} +104 -199
- package/dist/elements/shared-text-input-logic.d.ts +63 -0
- package/dist/elements/shared-text-input-logic.js +101 -0
- package/dist/elements/vira-bold-text.element.d.ts +9 -0
- package/{src/elements/vira-bold-text.element.ts → dist/elements/vira-bold-text.element.js} +7 -8
- package/dist/elements/vira-button.element.d.ts +31 -0
- package/{src/elements/vira-button.element.ts → dist/elements/vira-button.element.js} +35 -66
- package/dist/elements/vira-card.element.d.ts +18 -0
- package/{src/elements/vira-card.element.ts → dist/elements/vira-card.element.js} +13 -16
- package/dist/elements/vira-checkbox.element.d.ts +34 -0
- package/{src/elements/vira-checkbox.element.ts → dist/elements/vira-checkbox.element.js} +28 -71
- package/dist/elements/vira-collapsible-wrapper.element.d.ts +16 -0
- package/{src/elements/vira-collapsible-wrapper.element.ts → dist/elements/vira-collapsible-wrapper.element.js} +26 -18
- package/dist/elements/vira-dropdown.element.d.ts +46 -0
- package/{src/elements/vira-dropdown.element.ts → dist/elements/vira-dropdown.element.js} +48 -94
- package/dist/elements/vira-error.element.d.ts +7 -0
- package/{src/elements/vira-error.element.ts → dist/elements/vira-error.element.js} +5 -6
- package/dist/elements/vira-icon.element.d.ts +13 -0
- package/{src/elements/vira-icon.element.ts → dist/elements/vira-icon.element.js} +6 -13
- package/dist/elements/vira-image.element.d.ts +45 -0
- package/{src/elements/vira-image.element.ts → dist/elements/vira-image.element.js} +43 -63
- package/dist/elements/vira-input.element.d.ts +62 -0
- package/{src/elements/vira-input.element.ts → dist/elements/vira-input.element.js} +85 -151
- package/dist/elements/vira-link.element.d.ts +73 -0
- package/{src/elements/vira-link.element.ts → dist/elements/vira-link.element.js} +11 -62
- package/dist/elements/vira-modal.element.d.ts +39 -0
- package/{src/elements/vira-modal.element.ts → dist/elements/vira-modal.element.js} +50 -89
- package/dist/elements/vira-overflow-switch.element.d.ts +21 -0
- package/dist/elements/vira-overflow-switch.element.js +110 -0
- package/dist/elements/vira-progress.element.d.ts +18 -0
- package/{src/elements/vira-progress.element.ts → dist/elements/vira-progress.element.js} +11 -26
- package/dist/elements/vira-select.element.d.ts +48 -0
- package/{src/elements/vira-select.element.ts → dist/elements/vira-select.element.js} +41 -96
- package/dist/icons/icon-color.test-helper.d.ts +6 -0
- package/dist/icons/icon-color.test-helper.js +9 -0
- package/dist/icons/icon-css-vars.d.ts +14 -0
- package/{src/icons/icon-css-vars.ts → dist/icons/icon-css-vars.js} +1 -2
- package/dist/icons/icon-svg.d.ts +27 -0
- package/dist/icons/icon-svg.js +48 -0
- package/dist/icons/icon-svgs/bell-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/bell-24.icon.ts → dist/icons/icon-svgs/bell-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/chat-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/chat-24.icon.ts → dist/icons/icon-svgs/chat-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/check-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/check-24.icon.ts → dist/icons/icon-svgs/check-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/chevron-down-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/chevron-down-24.icon.ts → dist/icons/icon-svgs/chevron-down-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/chevron-up-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/chevron-up-24.icon.ts → dist/icons/icon-svgs/chevron-up-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/close-x-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/close-x-24.icon.ts → dist/icons/icon-svgs/close-x-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/commit-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/commit-24.icon.ts → dist/icons/icon-svgs/commit-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/copy-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/copy-24.icon.ts → dist/icons/icon-svgs/copy-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/document-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/document-24.icon.ts → dist/icons/icon-svgs/document-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/document-search-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/document-search-24.icon.ts → dist/icons/icon-svgs/document-search-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/double-chevron-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/double-chevron-24.icon.ts → dist/icons/icon-svgs/double-chevron-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/element-16.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/element-16.icon.ts → dist/icons/icon-svgs/element-16.icon.js} +4 -5
- package/dist/icons/icon-svgs/element-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/element-24.icon.ts → dist/icons/icon-svgs/element-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/external-link-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/external-link-24.icon.ts → dist/icons/icon-svgs/external-link-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/eye-closed-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/eye-closed-24.icon.ts → dist/icons/icon-svgs/eye-closed-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/eye-open-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/eye-open-24.icon.ts → dist/icons/icon-svgs/eye-open-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/filter-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/filter-24.icon.ts → dist/icons/icon-svgs/filter-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/link-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/link-24.icon.ts → dist/icons/icon-svgs/link-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/loader-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/loader-24.icon.ts → dist/icons/icon-svgs/loader-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/loader-animated-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/loader-animated-24.icon.ts → dist/icons/icon-svgs/loader-animated-24.icon.js} +6 -8
- package/dist/icons/icon-svgs/lock-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/lock-24.icon.ts → dist/icons/icon-svgs/lock-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/options-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/options-24.icon.ts → dist/icons/icon-svgs/options-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/pencil-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/pencil-24.icon.ts → dist/icons/icon-svgs/pencil-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/shield-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/shield-24.icon.ts → dist/icons/icon-svgs/shield-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/sort-ascending-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/sort-ascending-24.icon.ts → dist/icons/icon-svgs/sort-ascending-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/sort-descending-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/sort-descending-24.icon.ts → dist/icons/icon-svgs/sort-descending-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/speaker-loud-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/speaker-loud-24.icon.ts → dist/icons/icon-svgs/speaker-loud-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/speaker-medium-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/speaker-medium-24.icon.ts → dist/icons/icon-svgs/speaker-medium-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/speaker-muted-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/speaker-muted-24.icon.ts → dist/icons/icon-svgs/speaker-muted-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/speaker-quiet-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/speaker-quiet-24.icon.ts → dist/icons/icon-svgs/speaker-quiet-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/star-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/star-24.icon.ts → dist/icons/icon-svgs/star-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/status-failure-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/status-failure-24.icon.ts → dist/icons/icon-svgs/status-failure-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/status-in-progress-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/status-in-progress-24.icon.ts → dist/icons/icon-svgs/status-in-progress-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/status-success-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/status-success-24.icon.ts → dist/icons/icon-svgs/status-success-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/status-unknown-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/status-unknown-24.icon.ts → dist/icons/icon-svgs/status-unknown-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/status-warning-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/status-warning-24.icon.ts → dist/icons/icon-svgs/status-warning-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/upload-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/upload-24.icon.ts → dist/icons/icon-svgs/upload-24.icon.js} +4 -5
- package/dist/icons/icon-svgs/x-24.icon.d.ts +8 -0
- package/{src/icons/icon-svgs/x-24.icon.ts → dist/icons/icon-svgs/x-24.icon.js} +4 -5
- package/dist/icons/index.d.ts +86 -0
- package/{src/icons/index.ts → dist/icons/index.js} +39 -43
- package/dist/index.js +4 -0
- package/dist/styles/border.d.ts +9 -0
- package/{src/styles/border.ts → dist/styles/border.js} +1 -2
- package/dist/styles/disabled.d.ts +6 -0
- package/{src/styles/disabled.ts → dist/styles/disabled.js} +2 -3
- package/dist/styles/durations.d.ts +22 -0
- package/{src/styles/durations.ts → dist/styles/durations.js} +1 -2
- package/dist/styles/focus.d.ts +34 -0
- package/{src/styles/focus.ts → dist/styles/focus.js} +8 -29
- package/dist/styles/font.d.ts +9 -0
- package/{src/styles/font.ts → dist/styles/font.js} +1 -2
- package/dist/styles/form-styles.d.ts +20 -0
- package/{src/styles/form-styles.ts → dist/styles/form-styles.js} +1 -6
- package/{src/styles/index.ts → dist/styles/index.d.ts} +0 -1
- package/dist/styles/index.js +13 -0
- package/dist/styles/native-styles.d.ts +13 -0
- package/{src/styles/native-styles.ts → dist/styles/native-styles.js} +3 -5
- package/dist/styles/scrollbar.d.ts +6 -0
- package/{src/styles/scrollbar.ts → dist/styles/scrollbar.js} +3 -4
- package/dist/styles/shadows.d.ts +20 -0
- package/{src/styles/shadows.ts → dist/styles/shadows.js} +6 -8
- package/dist/styles/user-select.d.ts +6 -0
- package/{src/styles/user-select.ts → dist/styles/user-select.js} +2 -3
- package/dist/styles/vira-color-palette.d.ts +95 -0
- package/{src/styles/vira-color-palette.ts → dist/styles/vira-color-palette.js} +1 -11
- package/dist/styles/vira-color-theme.d.ts +1184 -0
- package/dist/styles/vira-color-theme.js +1138 -0
- package/dist/util/define-table.d.ts +110 -0
- package/dist/util/define-table.js +115 -0
- package/dist/util/dynamic-element.d.ts +63 -0
- package/dist/util/dynamic-element.js +61 -0
- package/dist/util/index.js +3 -0
- package/dist/util/pop-up-manager.d.ts +186 -0
- package/dist/util/pop-up-manager.js +214 -0
- package/package.json +6 -6
- package/src/elements/define-vira-element.ts +0 -29
- package/src/elements/form/vira-form-fields.ts +0 -140
- package/src/elements/form/vira-form.element.ts +0 -204
- package/src/elements/pop-up/pop-up-helpers.ts +0 -85
- package/src/elements/pop-up/vira-menu-trigger.element.ts +0 -158
- package/src/elements/shared-text-input-logic.ts +0 -173
- package/src/elements/vira-overflow-switch.element.ts +0 -137
- package/src/icons/icon-color.test-helper.ts +0 -9
- package/src/icons/icon-svg.ts +0 -71
- package/src/styles/vira-color-theme.ts +0 -1142
- package/src/util/define-table.ts +0 -279
- package/src/util/dynamic-element.ts +0 -129
- package/src/util/pop-up-manager.ts +0 -380
- /package/{src/elements/index.ts → dist/elements/index.d.ts} +0 -0
- /package/{src/index.ts → dist/index.d.ts} +0 -0
- /package/{src/util/index.ts → dist/util/index.d.ts} +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A status icon with an x that indicates something failed (like a build pipeline).
|
|
3
|
+
*
|
|
4
|
+
* @category Icon
|
|
5
|
+
* @category SVG
|
|
6
|
+
* @see https://electrovir.github.io/vira/book/icons/statusfailure24icon
|
|
7
|
+
*/
|
|
8
|
+
export declare const StatusFailure24Icon: import("../icon-svg.js").ViraIconSvg;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* A status icon with an x that indicates something failed (like a build pipeline).
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const StatusFailure24Icon = defineIcon({
|
|
13
12
|
name: 'StatusFailure24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg
|
|
16
15
|
xmlns="http://www.w3.org/2000/svg"
|
|
17
16
|
width="24"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A status icon that indicates that something is still in progress.
|
|
3
|
+
*
|
|
4
|
+
* @category Icon
|
|
5
|
+
* @category SVG
|
|
6
|
+
* @see https://electrovir.github.io/vira/book/icons/statusinprogress24icon
|
|
7
|
+
*/
|
|
8
|
+
export declare const StatusInProgress24Icon: import("../icon-svg.js").ViraIconSvg;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* A status icon that indicates that something is still in progress.
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const StatusInProgress24Icon = defineIcon({
|
|
13
12
|
name: 'StatusInProgress24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
16
15
|
<circle
|
|
17
16
|
cx="12"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* A status icon that indicates success.
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const StatusSuccess24Icon = defineIcon({
|
|
13
12
|
name: 'StatusSuccess24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
16
15
|
<circle
|
|
17
16
|
cx="12"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A status icon with a ? that indicates the status is unknown.
|
|
3
|
+
*
|
|
4
|
+
* @category Icon
|
|
5
|
+
* @category SVG
|
|
6
|
+
* @see https://electrovir.github.io/vira/book/icons/statusunknown24icon
|
|
7
|
+
*/
|
|
8
|
+
export declare const StatusUnknown24Icon: import("../icon-svg.js").ViraIconSvg;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* A status icon with a ? that indicates the status is unknown.
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const StatusUnknown24Icon = defineIcon({
|
|
13
12
|
name: 'StatusUnknown24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg
|
|
16
15
|
xmlns="http://www.w3.org/2000/svg"
|
|
17
16
|
xml:space="preserve"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* A status icon that indicates a warning.
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const StatusWarning24Icon = defineIcon({
|
|
13
12
|
name: 'StatusWarning24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg
|
|
16
15
|
xmlns="http://www.w3.org/2000/svg"
|
|
17
16
|
xml:space="preserve"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* An upload icon.
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const Upload24Icon = defineIcon({
|
|
13
12
|
name: 'Upload24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg
|
|
16
15
|
xmlns="http://www.w3.org/2000/svg"
|
|
17
16
|
xml:space="preserve"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {html} from 'element-vir';
|
|
2
|
-
import {viraIconCssVars} from '../icon-css-vars.js';
|
|
3
|
-
import {defineIcon} from '../icon-svg.js';
|
|
4
|
-
|
|
1
|
+
import { html } from 'element-vir';
|
|
2
|
+
import { viraIconCssVars } from '../icon-css-vars.js';
|
|
3
|
+
import { defineIcon } from '../icon-svg.js';
|
|
5
4
|
/**
|
|
6
5
|
* A plain X icon.
|
|
7
6
|
*
|
|
@@ -11,7 +10,7 @@ import {defineIcon} from '../icon-svg.js';
|
|
|
11
10
|
*/
|
|
12
11
|
export const X24Icon = defineIcon({
|
|
13
12
|
name: 'X24Icon',
|
|
14
|
-
svgTemplate: html`
|
|
13
|
+
svgTemplate: html `
|
|
15
14
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
16
15
|
<path
|
|
17
16
|
d="M18 6L6 18M6 6l12 12"
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/** This file is automatically updated by update-icon-exports.ts */
|
|
2
|
+
export * from './icon-css-vars.js';
|
|
3
|
+
export * from './icon-svg.js';
|
|
4
|
+
export * from './icon-svgs/bell-24.icon.js';
|
|
5
|
+
export * from './icon-svgs/chat-24.icon.js';
|
|
6
|
+
export * from './icon-svgs/check-24.icon.js';
|
|
7
|
+
export * from './icon-svgs/chevron-down-24.icon.js';
|
|
8
|
+
export * from './icon-svgs/chevron-up-24.icon.js';
|
|
9
|
+
export * from './icon-svgs/close-x-24.icon.js';
|
|
10
|
+
export * from './icon-svgs/commit-24.icon.js';
|
|
11
|
+
export * from './icon-svgs/copy-24.icon.js';
|
|
12
|
+
export * from './icon-svgs/document-24.icon.js';
|
|
13
|
+
export * from './icon-svgs/document-search-24.icon.js';
|
|
14
|
+
export * from './icon-svgs/double-chevron-24.icon.js';
|
|
15
|
+
export * from './icon-svgs/element-16.icon.js';
|
|
16
|
+
export * from './icon-svgs/element-24.icon.js';
|
|
17
|
+
export * from './icon-svgs/external-link-24.icon.js';
|
|
18
|
+
export * from './icon-svgs/eye-closed-24.icon.js';
|
|
19
|
+
export * from './icon-svgs/eye-open-24.icon.js';
|
|
20
|
+
export * from './icon-svgs/filter-24.icon.js';
|
|
21
|
+
export * from './icon-svgs/link-24.icon.js';
|
|
22
|
+
export * from './icon-svgs/loader-24.icon.js';
|
|
23
|
+
export * from './icon-svgs/loader-animated-24.icon.js';
|
|
24
|
+
export * from './icon-svgs/lock-24.icon.js';
|
|
25
|
+
export * from './icon-svgs/options-24.icon.js';
|
|
26
|
+
export * from './icon-svgs/pencil-24.icon.js';
|
|
27
|
+
export * from './icon-svgs/shield-24.icon.js';
|
|
28
|
+
export * from './icon-svgs/sort-ascending-24.icon.js';
|
|
29
|
+
export * from './icon-svgs/sort-descending-24.icon.js';
|
|
30
|
+
export * from './icon-svgs/speaker-loud-24.icon.js';
|
|
31
|
+
export * from './icon-svgs/speaker-medium-24.icon.js';
|
|
32
|
+
export * from './icon-svgs/speaker-muted-24.icon.js';
|
|
33
|
+
export * from './icon-svgs/speaker-quiet-24.icon.js';
|
|
34
|
+
export * from './icon-svgs/star-24.icon.js';
|
|
35
|
+
export * from './icon-svgs/status-failure-24.icon.js';
|
|
36
|
+
export * from './icon-svgs/status-in-progress-24.icon.js';
|
|
37
|
+
export * from './icon-svgs/status-success-24.icon.js';
|
|
38
|
+
export * from './icon-svgs/status-unknown-24.icon.js';
|
|
39
|
+
export * from './icon-svgs/status-warning-24.icon.js';
|
|
40
|
+
export * from './icon-svgs/upload-24.icon.js';
|
|
41
|
+
export * from './icon-svgs/x-24.icon.js';
|
|
42
|
+
/**
|
|
43
|
+
* All icons within vira by name.
|
|
44
|
+
*
|
|
45
|
+
* @category Icon
|
|
46
|
+
*/
|
|
47
|
+
export declare const allIconsByName: {
|
|
48
|
+
readonly Bell24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
49
|
+
readonly Chat24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
50
|
+
readonly Check24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
51
|
+
readonly ChevronDown24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
52
|
+
readonly ChevronUp24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
53
|
+
readonly CloseX24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
54
|
+
readonly Commit24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
55
|
+
readonly Copy24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
56
|
+
readonly Document24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
57
|
+
readonly DocumentSearch24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
58
|
+
readonly DoubleChevron24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
59
|
+
readonly Element16Icon: import("./icon-svg.js").ViraIconSvg;
|
|
60
|
+
readonly Element24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
61
|
+
readonly ExternalLink24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
62
|
+
readonly EyeClosed24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
63
|
+
readonly EyeOpen24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
64
|
+
readonly Filter24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
65
|
+
readonly Link24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
66
|
+
readonly Loader24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
67
|
+
readonly LoaderAnimated24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
68
|
+
readonly Lock24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
69
|
+
readonly Options24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
70
|
+
readonly Pencil24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
71
|
+
readonly Shield24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
72
|
+
readonly SortAscending24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
73
|
+
readonly SortDescending24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
74
|
+
readonly SpeakerLoud24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
75
|
+
readonly SpeakerMedium24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
76
|
+
readonly SpeakerMuted24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
77
|
+
readonly SpeakerQuiet24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
78
|
+
readonly Star24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
79
|
+
readonly StatusFailure24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
80
|
+
readonly StatusInProgress24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
81
|
+
readonly StatusSuccess24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
82
|
+
readonly StatusUnknown24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
83
|
+
readonly StatusWarning24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
84
|
+
readonly Upload24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
85
|
+
readonly X24Icon: import("./icon-svg.js").ViraIconSvg;
|
|
86
|
+
};
|
|
@@ -1,47 +1,44 @@
|
|
|
1
1
|
/** This file is automatically updated by update-icon-exports.ts */
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {X24Icon} from './icon-svgs/x-24.icon.js';
|
|
41
|
-
|
|
2
|
+
import { Bell24Icon } from './icon-svgs/bell-24.icon.js';
|
|
3
|
+
import { Chat24Icon } from './icon-svgs/chat-24.icon.js';
|
|
4
|
+
import { Check24Icon } from './icon-svgs/check-24.icon.js';
|
|
5
|
+
import { ChevronDown24Icon } from './icon-svgs/chevron-down-24.icon.js';
|
|
6
|
+
import { ChevronUp24Icon } from './icon-svgs/chevron-up-24.icon.js';
|
|
7
|
+
import { CloseX24Icon } from './icon-svgs/close-x-24.icon.js';
|
|
8
|
+
import { Commit24Icon } from './icon-svgs/commit-24.icon.js';
|
|
9
|
+
import { Copy24Icon } from './icon-svgs/copy-24.icon.js';
|
|
10
|
+
import { Document24Icon } from './icon-svgs/document-24.icon.js';
|
|
11
|
+
import { DocumentSearch24Icon } from './icon-svgs/document-search-24.icon.js';
|
|
12
|
+
import { DoubleChevron24Icon } from './icon-svgs/double-chevron-24.icon.js';
|
|
13
|
+
import { Element16Icon } from './icon-svgs/element-16.icon.js';
|
|
14
|
+
import { Element24Icon } from './icon-svgs/element-24.icon.js';
|
|
15
|
+
import { ExternalLink24Icon } from './icon-svgs/external-link-24.icon.js';
|
|
16
|
+
import { EyeClosed24Icon } from './icon-svgs/eye-closed-24.icon.js';
|
|
17
|
+
import { EyeOpen24Icon } from './icon-svgs/eye-open-24.icon.js';
|
|
18
|
+
import { Filter24Icon } from './icon-svgs/filter-24.icon.js';
|
|
19
|
+
import { Link24Icon } from './icon-svgs/link-24.icon.js';
|
|
20
|
+
import { Loader24Icon } from './icon-svgs/loader-24.icon.js';
|
|
21
|
+
import { LoaderAnimated24Icon } from './icon-svgs/loader-animated-24.icon.js';
|
|
22
|
+
import { Lock24Icon } from './icon-svgs/lock-24.icon.js';
|
|
23
|
+
import { Options24Icon } from './icon-svgs/options-24.icon.js';
|
|
24
|
+
import { Pencil24Icon } from './icon-svgs/pencil-24.icon.js';
|
|
25
|
+
import { Shield24Icon } from './icon-svgs/shield-24.icon.js';
|
|
26
|
+
import { SortAscending24Icon } from './icon-svgs/sort-ascending-24.icon.js';
|
|
27
|
+
import { SortDescending24Icon } from './icon-svgs/sort-descending-24.icon.js';
|
|
28
|
+
import { SpeakerLoud24Icon } from './icon-svgs/speaker-loud-24.icon.js';
|
|
29
|
+
import { SpeakerMedium24Icon } from './icon-svgs/speaker-medium-24.icon.js';
|
|
30
|
+
import { SpeakerMuted24Icon } from './icon-svgs/speaker-muted-24.icon.js';
|
|
31
|
+
import { SpeakerQuiet24Icon } from './icon-svgs/speaker-quiet-24.icon.js';
|
|
32
|
+
import { Star24Icon } from './icon-svgs/star-24.icon.js';
|
|
33
|
+
import { StatusFailure24Icon } from './icon-svgs/status-failure-24.icon.js';
|
|
34
|
+
import { StatusInProgress24Icon } from './icon-svgs/status-in-progress-24.icon.js';
|
|
35
|
+
import { StatusSuccess24Icon } from './icon-svgs/status-success-24.icon.js';
|
|
36
|
+
import { StatusUnknown24Icon } from './icon-svgs/status-unknown-24.icon.js';
|
|
37
|
+
import { StatusWarning24Icon } from './icon-svgs/status-warning-24.icon.js';
|
|
38
|
+
import { Upload24Icon } from './icon-svgs/upload-24.icon.js';
|
|
39
|
+
import { X24Icon } from './icon-svgs/x-24.icon.js';
|
|
42
40
|
export * from './icon-css-vars.js';
|
|
43
41
|
export * from './icon-svg.js';
|
|
44
|
-
|
|
45
42
|
export * from './icon-svgs/bell-24.icon.js';
|
|
46
43
|
export * from './icon-svgs/chat-24.icon.js';
|
|
47
44
|
export * from './icon-svgs/check-24.icon.js';
|
|
@@ -80,7 +77,6 @@ export * from './icon-svgs/status-unknown-24.icon.js';
|
|
|
80
77
|
export * from './icon-svgs/status-warning-24.icon.js';
|
|
81
78
|
export * from './icon-svgs/upload-24.icon.js';
|
|
82
79
|
export * from './icon-svgs/x-24.icon.js';
|
|
83
|
-
|
|
84
80
|
/**
|
|
85
81
|
* All icons within vira by name.
|
|
86
82
|
*
|
|
@@ -125,4 +121,4 @@ export const allIconsByName = {
|
|
|
125
121
|
StatusWarning24Icon,
|
|
126
122
|
Upload24Icon,
|
|
127
123
|
X24Icon,
|
|
128
|
-
}
|
|
124
|
+
};
|
package/dist/index.js
ADDED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {css} from 'element-vir';
|
|
2
|
-
|
|
1
|
+
import { css } from 'element-vir';
|
|
3
2
|
/**
|
|
4
3
|
* A chunk of CSS that styles an element with Vira's default disabled styles.
|
|
5
4
|
*
|
|
6
5
|
* @category Styles
|
|
7
6
|
*/
|
|
8
|
-
export const viraDisabledStyles = css`
|
|
7
|
+
export const viraDisabledStyles = css `
|
|
9
8
|
pointer-events: none;
|
|
10
9
|
opacity: 0.3;
|
|
11
10
|
cursor: not-allowed;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CSS vars for animation or transition durations from Vira.
|
|
3
|
+
*
|
|
4
|
+
* @category Styles
|
|
5
|
+
* @category CSS Vars
|
|
6
|
+
*/
|
|
7
|
+
export declare const viraAnimationDurations: import("lit-css-vars").CssVarDefinitions<{
|
|
8
|
+
/**
|
|
9
|
+
* A longer duration used to show a full animation. Use this sparingly; make sure to not block
|
|
10
|
+
* any user input with this animation.
|
|
11
|
+
*/
|
|
12
|
+
readonly 'vira-extended-animation-duration': "1.2s";
|
|
13
|
+
/** A longer duration used to emphasize the animation without totally aggravating a user. */
|
|
14
|
+
readonly 'vira-pretty-animation-duration': "300ms";
|
|
15
|
+
/**
|
|
16
|
+
* A short duration used for user interactions. This duration is very short to ensure snappy
|
|
17
|
+
* responses to user interactions.
|
|
18
|
+
*
|
|
19
|
+
* The default duration of 84ms gives us 5 frames on a 60Hz screen.
|
|
20
|
+
*/
|
|
21
|
+
readonly 'vira-interaction-animation-duration': "84ms";
|
|
22
|
+
}>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type PartialWithUndefined } from '@augment-vir/common';
|
|
2
|
+
/**
|
|
3
|
+
* CSS vars for Vira focus colors.
|
|
4
|
+
*
|
|
5
|
+
* @category CSS Vars
|
|
6
|
+
* @category Styles
|
|
7
|
+
*/
|
|
8
|
+
export declare const viraFocusCssVars: import("lit-css-vars").CssVarDefinitions<{
|
|
9
|
+
readonly 'vira-focus-outline-color': "#59b1ff";
|
|
10
|
+
readonly 'vira-focus-outline-border-radius': {
|
|
11
|
+
readonly initialValue: "10px";
|
|
12
|
+
readonly default: import("element-vir").CSSResult;
|
|
13
|
+
};
|
|
14
|
+
}>;
|
|
15
|
+
/**
|
|
16
|
+
* Create styles that look like an outline for the given selector.
|
|
17
|
+
*
|
|
18
|
+
* It is recommended to use the pseudo selector chain ":focus:focus-visible:not(:active)" to
|
|
19
|
+
* preventing clicking an element from creating focus styles in Chrome.
|
|
20
|
+
*
|
|
21
|
+
* @category Styles
|
|
22
|
+
*/
|
|
23
|
+
export declare function createFocusStyles({ elementBorderSize, outlineGap, outlineWidth, noNesting, }: {
|
|
24
|
+
/**
|
|
25
|
+
* ElementBorderSize here is used to fix the outline when the element these styles are attached
|
|
26
|
+
* to has a border. The dev must specify that border size here for the offsets to be calculated
|
|
27
|
+
* correctly.
|
|
28
|
+
*/
|
|
29
|
+
elementBorderSize: number;
|
|
30
|
+
} & PartialWithUndefined<{
|
|
31
|
+
outlineGap: number;
|
|
32
|
+
outlineWidth: number;
|
|
33
|
+
noNesting: boolean;
|
|
34
|
+
}>): import("element-vir").CSSResult;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {addPx
|
|
2
|
-
import {css, unsafeCSS} from 'element-vir';
|
|
3
|
-
import {defineCssVars} from 'lit-css-vars';
|
|
4
|
-
import {viraBorders} from './border.js';
|
|
5
|
-
|
|
1
|
+
import { addPx } from '@augment-vir/common';
|
|
2
|
+
import { css, unsafeCSS } from 'element-vir';
|
|
3
|
+
import { defineCssVars } from 'lit-css-vars';
|
|
4
|
+
import { viraBorders } from './border.js';
|
|
6
5
|
/**
|
|
7
6
|
* CSS vars for Vira focus colors.
|
|
8
7
|
*
|
|
@@ -13,10 +12,9 @@ export const viraFocusCssVars = defineCssVars({
|
|
|
13
12
|
'vira-focus-outline-color': '#59b1ff',
|
|
14
13
|
'vira-focus-outline-border-radius': {
|
|
15
14
|
initialValue: '10px',
|
|
16
|
-
default: css`calc(${viraBorders['vira-form-input-radius'].value} + 2px)`,
|
|
15
|
+
default: css `calc(${viraBorders['vira-form-input-radius'].value} + 2px)`,
|
|
17
16
|
},
|
|
18
17
|
});
|
|
19
|
-
|
|
20
18
|
/**
|
|
21
19
|
* Create styles that look like an outline for the given selector.
|
|
22
20
|
*
|
|
@@ -25,26 +23,9 @@ export const viraFocusCssVars = defineCssVars({
|
|
|
25
23
|
*
|
|
26
24
|
* @category Styles
|
|
27
25
|
*/
|
|
28
|
-
export function createFocusStyles({
|
|
29
|
-
elementBorderSize,
|
|
30
|
-
outlineGap = 2,
|
|
31
|
-
outlineWidth = 2,
|
|
32
|
-
noNesting,
|
|
33
|
-
}: {
|
|
34
|
-
/**
|
|
35
|
-
* ElementBorderSize here is used to fix the outline when the element these styles are attached
|
|
36
|
-
* to has a border. The dev must specify that border size here for the offsets to be calculated
|
|
37
|
-
* correctly.
|
|
38
|
-
*/
|
|
39
|
-
elementBorderSize: number;
|
|
40
|
-
} & PartialWithUndefined<{
|
|
41
|
-
outlineGap: number;
|
|
42
|
-
outlineWidth: number;
|
|
43
|
-
noNesting: boolean;
|
|
44
|
-
}>) {
|
|
26
|
+
export function createFocusStyles({ elementBorderSize, outlineGap = 2, outlineWidth = 2, noNesting, }) {
|
|
45
27
|
const outlineSpacing = unsafeCSS(addPx(outlineWidth + outlineGap + elementBorderSize));
|
|
46
|
-
|
|
47
|
-
const styles = css`
|
|
28
|
+
const styles = css `
|
|
48
29
|
content: '';
|
|
49
30
|
top: calc(${outlineSpacing} * -1);
|
|
50
31
|
left: calc(${outlineSpacing} * -1);
|
|
@@ -57,12 +38,10 @@ export function createFocusStyles({
|
|
|
57
38
|
border-radius: ${viraFocusCssVars['vira-focus-outline-border-radius'].value};
|
|
58
39
|
z-index: 100;
|
|
59
40
|
`;
|
|
60
|
-
|
|
61
41
|
if (noNesting) {
|
|
62
42
|
return styles;
|
|
63
43
|
}
|
|
64
|
-
|
|
65
|
-
return css`
|
|
44
|
+
return css `
|
|
66
45
|
outline: none;
|
|
67
46
|
|
|
68
47
|
&:focus {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CSS vars for vira form elements.
|
|
3
|
+
*
|
|
4
|
+
* @category CSS Vars
|
|
5
|
+
* @category Styles
|
|
6
|
+
*/
|
|
7
|
+
export declare const viraFormCssVars: import("lit-css-vars").CssVarDefinitions<{
|
|
8
|
+
readonly 'vira-form-border-color': "#cccccc";
|
|
9
|
+
readonly 'vira-form-placeholder-color': "#cccccc";
|
|
10
|
+
readonly 'vira-form-background-color': "white";
|
|
11
|
+
readonly 'vira-form-foreground-color': "black";
|
|
12
|
+
readonly 'vira-form-text-selection-color': "#cfe9ff";
|
|
13
|
+
readonly 'vira-form-selection-hover-background-color': "#e6f9fe";
|
|
14
|
+
readonly 'vira-form-selection-hover-foreground-color': "black";
|
|
15
|
+
readonly 'vira-form-selection-active-background-color': "#e6f9fe";
|
|
16
|
+
readonly 'vira-form-selection-active-foreground-color': "black";
|
|
17
|
+
readonly 'vira-form-error-foreground-color': "red";
|
|
18
|
+
readonly 'vira-form-success-foreground-color': "green";
|
|
19
|
+
readonly 'vira-form-label-font-weight': "bold";
|
|
20
|
+
}>;
|