@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.3 → 0.0.0-pr624.31
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/components/bibtemplate/dist/auro-bibtemplate.d.ts +13 -2
- package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +1292 -79
- package/components/bibtemplate/dist/registered.js +1292 -79
- package/components/checkbox/README.md +1 -1
- package/components/checkbox/demo/api.md +47 -14
- package/components/checkbox/demo/api.min.js +35 -29
- package/components/checkbox/demo/index.md +2 -2
- package/components/checkbox/demo/index.min.js +35 -29
- package/components/checkbox/demo/readme.md +1 -1
- package/components/checkbox/dist/auro-checkbox-group.d.ts +1 -1
- package/components/checkbox/dist/auro-checkbox.d.ts +3 -3
- package/components/checkbox/dist/index.js +35 -29
- package/components/checkbox/dist/registered.js +35 -29
- package/components/combobox/demo/api.md +101 -2
- package/components/combobox/demo/api.min.js +2935 -794
- package/components/combobox/demo/index.md +6 -30
- package/components/combobox/demo/index.min.js +2935 -794
- package/components/combobox/dist/auro-combobox.d.ts +45 -16
- package/components/combobox/dist/index.js +2832 -832
- package/components/combobox/dist/registered.js +2832 -832
- package/components/counter/demo/api.md +21 -19
- package/components/counter/demo/api.min.js +3648 -929
- package/components/counter/demo/index.md +99 -34
- package/components/counter/demo/index.min.js +3648 -929
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/auro-counter-group.d.ts +105 -6
- package/components/counter/dist/auro-counter.d.ts +6 -0
- package/components/counter/dist/helptextVersion.d.ts +2 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +3648 -929
- package/components/counter/dist/registered.js +3648 -929
- package/components/datepicker/demo/api.md +36 -19
- package/components/datepicker/demo/api.min.js +14662 -10980
- package/components/datepicker/demo/index.md +80 -0
- package/components/datepicker/demo/index.min.js +14662 -10980
- package/components/datepicker/dist/auro-datepicker.d.ts +71 -3
- package/components/datepicker/dist/buttonVersion.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +11706 -8024
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +11706 -8024
- package/components/dropdown/demo/api.md +6 -7
- package/components/dropdown/demo/api.min.js +238 -144
- package/components/dropdown/demo/index.md +57 -9
- package/components/dropdown/demo/index.min.js +238 -144
- package/components/dropdown/dist/auro-dropdown.d.ts +10 -9
- package/components/dropdown/dist/auro-dropdownBib.d.ts +22 -0
- package/components/dropdown/dist/index.js +238 -144
- package/components/dropdown/dist/registered.js +238 -144
- package/components/form/demo/api.min.js +1 -1
- package/components/form/demo/index.min.js +1 -1
- package/components/form/dist/index.js +1 -1
- package/components/form/dist/registered.js +1 -1
- package/components/helptext/dist/index.js +2 -2
- package/components/helptext/dist/registered.js +2 -2
- package/components/input/README.md +1 -1
- package/components/input/demo/api.md +133 -97
- package/components/input/demo/api.min.js +972 -269
- package/components/input/demo/index.md +14 -14
- package/components/input/demo/index.min.js +971 -268
- package/components/input/demo/readme.md +1 -1
- package/components/input/dist/auro-input.d.ts +197 -15
- package/components/input/dist/base-input.d.ts +32 -8
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +971 -268
- package/components/input/dist/registered.js +971 -268
- package/components/layoutElement/dist/index.js +13 -10
- package/components/menu/demo/api.html +38 -0
- package/components/menu/demo/api.md +68 -7
- package/components/menu/demo/api.min.js +278 -42
- package/components/menu/demo/index.min.js +278 -42
- package/components/menu/dist/auro-menu.d.ts +28 -5
- package/components/menu/dist/auro-menuoption.d.ts +15 -3
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +278 -42
- package/components/menu/dist/registered.js +278 -42
- package/components/menu/dist/styles/default/color-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menu-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
- package/components/radio/demo/api.md +7 -7
- package/components/radio/demo/api.min.js +16 -13
- package/components/radio/demo/index.min.js +16 -13
- package/components/radio/dist/auro-radio-group.d.ts +1 -1
- package/components/radio/dist/auro-radio.d.ts +1 -1
- package/components/radio/dist/index.js +16 -13
- package/components/radio/dist/registered.js +16 -13
- package/components/select/demo/api.js +2 -0
- package/components/select/demo/api.md +124 -13
- package/components/select/demo/api.min.js +2802 -538
- package/components/select/demo/index.html +1 -0
- package/components/select/demo/index.md +325 -763
- package/components/select/demo/index.min.js +2795 -543
- package/components/select/dist/auro-select.d.ts +112 -11
- package/components/select/dist/helptextVersion.d.ts +2 -0
- package/components/select/dist/index.js +2538 -427
- package/components/select/dist/registered.js +2538 -427
- package/components/select/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/select/dist/styles/tokens-css.d.ts +2 -0
- package/package.json +6 -4
- /package/components/{dropdown/dist/styles/default/bibColors-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{dropdown → datepicker}/dist/styles/default/color-css.d.ts +0 -0
- /package/components/{dropdown/dist/styles/default/bibStyles-css.d.ts → datepicker/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles/default/style-css.d.ts → datepicker/dist/styles/snowflake/color-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles → datepicker/dist/styles/snowflake}/style-css.d.ts +0 -0
- /package/components/{menu/dist/styles/color-menu-css.d.ts → dropdown/dist/styles/classic/bibColors-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menuoption-css.d.ts → dropdown/dist/styles/classic/bibStyles-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menu-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menuoption-css.d.ts → dropdown/dist/styles/classic/style-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{tokens-css.d.ts → default/color-menu-css.d.ts} +0 -0
|
@@ -7,59 +7,61 @@ Generate unique names for dependency components.
|
|
|
7
7
|
|
|
8
8
|
## Properties
|
|
9
9
|
|
|
10
|
-
| Property | Attribute |
|
|
11
|
-
|
|
12
|
-
| `a11yControls` | `a11yControls` |
|
|
13
|
-
| `a11yExpanded` | `a11yExpanded` |
|
|
14
|
-
| `a11yRole` | `a11yRole` |
|
|
15
|
-
| [activeLabel](#activeLabel) | `activeLabel` |
|
|
16
|
-
| [autocapitalize](#autocapitalize) | `autocapitalize` |
|
|
17
|
-
| [autocomplete](#autocomplete) | `autocomplete` |
|
|
18
|
-
| [autocorrect](#autocorrect) | `autocorrect` |
|
|
19
|
-
| [
|
|
20
|
-
| [
|
|
21
|
-
| [
|
|
22
|
-
| [
|
|
23
|
-
| [
|
|
24
|
-
| [
|
|
25
|
-
| [
|
|
26
|
-
| [
|
|
27
|
-
| [
|
|
28
|
-
| [
|
|
29
|
-
| [
|
|
30
|
-
| [
|
|
31
|
-
| [
|
|
32
|
-
| [
|
|
33
|
-
| [
|
|
34
|
-
| [
|
|
35
|
-
| [
|
|
36
|
-
| [noValidate](#noValidate) | `noValidate` |
|
|
37
|
-
| [onDark](#onDark) | `onDark` |
|
|
38
|
-
| [pattern](#pattern) | `pattern` |
|
|
39
|
-
| [placeholder](#placeholder) | `placeholder` |
|
|
40
|
-
| [readonly](#readonly) | `readonly` |
|
|
41
|
-
| [required](#required) | `required` |
|
|
42
|
-
| [setCustomValidity](#setCustomValidity) | `setCustomValidity` |
|
|
43
|
-
| [setCustomValidityBadInput](#setCustomValidityBadInput) | `setCustomValidityBadInput` |
|
|
44
|
-
| [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` |
|
|
45
|
-
| [setCustomValidityForType](#setCustomValidityForType) | `setCustomValidityForType` |
|
|
46
|
-
| [setCustomValidityRangeOverflow](#setCustomValidityRangeOverflow) | `setCustomValidityRangeOverflow` |
|
|
47
|
-
| [setCustomValidityRangeUnderflow](#setCustomValidityRangeUnderflow) | `setCustomValidityRangeUnderflow` |
|
|
48
|
-
| [setCustomValidityTooLong](#setCustomValidityTooLong) | `setCustomValidityTooLong` |
|
|
49
|
-
| [setCustomValidityTooShort](#setCustomValidityTooShort) | `setCustomValidityTooShort` |
|
|
50
|
-
| [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` |
|
|
51
|
-
| [shape](#shape) | |
|
|
52
|
-
| [
|
|
53
|
-
| [
|
|
54
|
-
| [
|
|
55
|
-
| [
|
|
56
|
-
| [
|
|
57
|
-
| [
|
|
10
|
+
| Property | Attribute | Type | Default | Description |
|
|
11
|
+
|-----------------------------------|-----------------------------------|-----------|-------------|--------------------------------------------------|
|
|
12
|
+
| `a11yControls` | `a11yControls` | `string` | | The value for the aria-controls attribute. |
|
|
13
|
+
| `a11yExpanded` | `a11yExpanded` | `boolean` | | The value for the aria-expanded attribute. |
|
|
14
|
+
| `a11yRole` | `a11yRole` | `string` | | The value for the role attribute. |
|
|
15
|
+
| [activeLabel](#activeLabel) | `activeLabel` | `boolean` | false | If set, the label will remain fixed in the active position. |
|
|
16
|
+
| [autocapitalize](#autocapitalize) | `autocapitalize` | `string` | | An enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user. [off/none, on/sentences, words, characters]. |
|
|
17
|
+
| [autocomplete](#autocomplete) | `autocomplete` | `string` | | An enumerated attribute that defines what the user agent can suggest for autofill. At this time, only `autocomplete="off"` is supported. |
|
|
18
|
+
| [autocorrect](#autocorrect) | `autocorrect` | `string` | | When set to `off`, stops iOS from auto-correcting words when typed into a text box. |
|
|
19
|
+
| [customValidityTypeEmail](#customValidityTypeEmail) | `customValidityTypeEmail` | `string` | | Custom help text message for email type validity. |
|
|
20
|
+
| [disabled](#disabled) | `disabled` | `boolean` | false | If set, disables the input. |
|
|
21
|
+
| [error](#error) | `error` | `string` | | When defined, sets persistent validity to `customError` and sets `setCustomValidity` = attribute value. |
|
|
22
|
+
| [errorMessage](#errorMessage) | `errorMessage` | `string` | | Contains the help text message for the current validity error. |
|
|
23
|
+
| [format](#format) | `format` | `string` | | Specifies the input mask format. |
|
|
24
|
+
| [hideInputVisually](#hideInputVisually) | `hideInputVisually` | `boolean` | | |
|
|
25
|
+
| [icon](#icon) | `icon` | `boolean` | false | If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format. |
|
|
26
|
+
| [id](#id) | `id` | `string` | | The id global attribute defines an identifier (ID) which must be unique in the whole document. |
|
|
27
|
+
| [inputmode](#inputmode) | `inputmode` | `string` | | Exposes inputmode attribute for input. |
|
|
28
|
+
| [lang](#lang) | `lang` | `string` | | Defines the language of an element. |
|
|
29
|
+
| [layout](#layout) | | `string` | "classic" | |
|
|
30
|
+
| [max](#max) | `max` | `string` | "undefined" | The maximum value allowed. This only applies for inputs with a type of `number` and all date formats. |
|
|
31
|
+
| [maxLength](#maxLength) | `maxLength` | `number` | "undefined" | The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher. |
|
|
32
|
+
| [min](#min) | `min` | `string` | "undefined" | The minimum value allowed. This only applies for inputs with a type of `number` and all date formats. |
|
|
33
|
+
| [minLength](#minLength) | `minLength` | `number` | "undefined" | The minimum number of characters the user can enter into the text input. This must be a non-negative integer value smaller than or equal to the value specified by `maxlength`. |
|
|
34
|
+
| [name](#name) | `name` | `string` | | Populates the `name` attribute on the input. |
|
|
35
|
+
| [nested](#nested) | `nested` | `boolean` | | Sets styles for nested operation - removes borders, hides help + error text, and<br />hides accents. |
|
|
36
|
+
| [noValidate](#noValidate) | `noValidate` | `boolean` | false | If set, disables auto-validation on blur. |
|
|
37
|
+
| [onDark](#onDark) | `onDark` | `boolean` | false | Sets onDark styles on input. |
|
|
38
|
+
| [pattern](#pattern) | `pattern` | `string` | | Specifies a regular expression the form control's value should match. |
|
|
39
|
+
| [placeholder](#placeholder) | `placeholder` | `string` | | Define custom placeholder text, only supported by date input formats. |
|
|
40
|
+
| [readonly](#readonly) | `readonly` | `boolean` | | Makes the input read-only, but can be set programmatically. |
|
|
41
|
+
| [required](#required) | `required` | `boolean` | false | Populates the `required` attribute on the input. Used for client-side validation. |
|
|
42
|
+
| [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
|
|
43
|
+
| [setCustomValidityBadInput](#setCustomValidityBadInput) | `setCustomValidityBadInput` | `string` | | Custom help text message to display when validity = `badInput`. |
|
|
44
|
+
| [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | `string` | | Custom help text message to display when validity = `customError`. |
|
|
45
|
+
| [setCustomValidityForType](#setCustomValidityForType) | `setCustomValidityForType` | `string` | "undefined" | Custom help text message to display for the declared element `type` and type validity fails. |
|
|
46
|
+
| [setCustomValidityRangeOverflow](#setCustomValidityRangeOverflow) | `setCustomValidityRangeOverflow` | `string` | | Custom help text message to display when validity = `rangeOverflow`. |
|
|
47
|
+
| [setCustomValidityRangeUnderflow](#setCustomValidityRangeUnderflow) | `setCustomValidityRangeUnderflow` | `string` | | Custom help text message to display when validity = `rangeUnderflow`. |
|
|
48
|
+
| [setCustomValidityTooLong](#setCustomValidityTooLong) | `setCustomValidityTooLong` | `string` | | Custom help text message to display when validity = `tooLong`. |
|
|
49
|
+
| [setCustomValidityTooShort](#setCustomValidityTooShort) | `setCustomValidityTooShort` | `string` | | Custom help text message to display when validity = `tooShort`. |
|
|
50
|
+
| [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
|
|
51
|
+
| [shape](#shape) | | `string` | "classic" | |
|
|
52
|
+
| [simple](#simple) | `simple` | `boolean` | | Simple makes the input render without a border. |
|
|
53
|
+
| [size](#size) | | `string` | "lg" | |
|
|
54
|
+
| [spellcheck](#spellcheck) | `spellcheck` | `string` | | An enumerated attribute defines whether the element may be checked for spelling errors. [true, false]. When set to `false` the attribute `autocorrect` is set to `off` and `autocapitalize` is set to `none`. |
|
|
55
|
+
| [type](#type) | `type` | `string` | | Populates the `type` attribute on the input. Allowed values are `password`, `email`, `credit-card`, `date`, `tel` or `text`. If given value is not allowed or set, defaults to `text`. |
|
|
56
|
+
| [validateOnInput](#validateOnInput) | `validateOnInput` | `boolean` | | Sets validation mode to re-eval with each input. |
|
|
57
|
+
| [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
|
|
58
|
+
| [value](#value) | `value` | `string` | | Populates the `value` attribute on the input. Can also be read to retrieve the current value of the input. |
|
|
58
59
|
|
|
59
60
|
## Methods
|
|
60
61
|
|
|
61
62
|
| Method | Type | Description |
|
|
62
63
|
|------------|----------------------------------------|--------------------------------------------------|
|
|
64
|
+
| [focus](#focus) | `(): void` | Function to set element focus. |
|
|
63
65
|
| [reset](#reset) | `(): void` | Resets component to initial state. |
|
|
64
66
|
| [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
|
|
65
67
|
|
|
@@ -73,18 +75,23 @@ Generate unique names for dependency components.
|
|
|
73
75
|
|
|
74
76
|
## Slots
|
|
75
77
|
|
|
76
|
-
| Name
|
|
77
|
-
|
|
78
|
-
| [
|
|
79
|
-
| [
|
|
78
|
+
| Name | Description |
|
|
79
|
+
|-----------------|--------------------------------------------------|
|
|
80
|
+
| [displayValue](#displayValue) | Allows custom HTML content to display in place of the value when the input is not focused. |
|
|
81
|
+
| [helpText](#helpText) | Sets the help text displayed below the input. |
|
|
82
|
+
| [label](#label) | Sets the label text for the input. |
|
|
83
|
+
| [optionalLabel](#optionalLabel) | Allows overriding the optional display text "(optional)", which appears next to the label. |
|
|
80
84
|
|
|
81
85
|
## CSS Shadow Parts
|
|
82
86
|
|
|
83
87
|
| Part | Description |
|
|
84
|
-
|-----------------|--------------------------------------------------|
|
|
88
|
+
|-----------------|--------------------------------------------------|
|
|
89
|
+
| `accent-left` | Use for customizing the style of the left accent element (e.g. padding, margin) |
|
|
90
|
+
| `accent-right` | Use for customizing the style of the right accent element (e.g. padding, margin) |
|
|
85
91
|
| [accentIcon](#accentIcon) | Use for customizing the style of the accentIcon element (e.g. credit card icon, calendar icon) |
|
|
86
92
|
| [helpText](#helpText) | Use for customizing the style of the helpText element |
|
|
87
93
|
| [iconContainer](#iconContainer) | Use for customizing the style of the iconContainer (e.g. X icon for clearing input value) |
|
|
94
|
+
| [input](#input) | Use for customizing the style of the input element |
|
|
88
95
|
| [label](#label) | Use for customizing the style of the label element |
|
|
89
96
|
| [wrapper](#wrapper) | Use for customizing the style of the root element |
|
|
90
97
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -209,7 +216,7 @@ Use the `placeholder` attribute to add a custom placeholder message within the e
|
|
|
209
216
|
<!-- The below content is automatically added from ../apiExamples/placeholder.html -->
|
|
210
217
|
<auro-input placeholder="John Doe" bordered required>
|
|
211
218
|
<span slot="label">Full name</span>
|
|
212
|
-
<span slot="
|
|
219
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
213
220
|
</auro-input>
|
|
214
221
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
215
222
|
</div>
|
|
@@ -221,7 +228,7 @@ Use the `placeholder` attribute to add a custom placeholder message within the e
|
|
|
221
228
|
```html
|
|
222
229
|
<auro-input placeholder="John Doe" bordered required>
|
|
223
230
|
<span slot="label">Full name</span>
|
|
224
|
-
<span slot="
|
|
231
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
225
232
|
</auro-input>
|
|
226
233
|
```
|
|
227
234
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -235,7 +242,7 @@ Use the `value` attribute to programmatically set the value of the input.
|
|
|
235
242
|
<!-- The below content is automatically added from ../apiExamples/programmaticValue.html -->
|
|
236
243
|
<auro-input value="Alaska Airlines is the best!" bordered>
|
|
237
244
|
<span slot="label">Name</span>
|
|
238
|
-
<span slot="
|
|
245
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
239
246
|
</auro-input>
|
|
240
247
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
241
248
|
</div>
|
|
@@ -247,7 +254,7 @@ Use the `value` attribute to programmatically set the value of the input.
|
|
|
247
254
|
```html
|
|
248
255
|
<auro-input value="Alaska Airlines is the best!" bordered>
|
|
249
256
|
<span slot="label">Name</span>
|
|
250
|
-
<span slot="
|
|
257
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
251
258
|
</auro-input>
|
|
252
259
|
```
|
|
253
260
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -267,7 +274,7 @@ Note: Setting the `value` to `undefined` will also reset the element.
|
|
|
267
274
|
<br /><br />
|
|
268
275
|
<auro-input id="setProgrammaticValueExample" value="Press one of the buttons above!" bordered>
|
|
269
276
|
<span slot="label">Name</span>
|
|
270
|
-
<span slot="
|
|
277
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
271
278
|
</auro-input>
|
|
272
279
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
273
280
|
</div>
|
|
@@ -282,7 +289,7 @@ Note: Setting the `value` to `undefined` will also reset the element.
|
|
|
282
289
|
<br /><br />
|
|
283
290
|
<auro-input id="setProgrammaticValueExample" value="Press one of the buttons above!" bordered>
|
|
284
291
|
<span slot="label">Name</span>
|
|
285
|
-
<span slot="
|
|
292
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
286
293
|
</auro-input>
|
|
287
294
|
```
|
|
288
295
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -419,7 +426,7 @@ The `setCustomValidityTooLong` attribute may optionally be used in combination w
|
|
|
419
426
|
<!-- The below content is automatically added from ../apiExamples/maxLength.html -->
|
|
420
427
|
<auro-input maxlength="12" setCustomValidityTooLong="Oops! There were too many characters entered." bordered required>
|
|
421
428
|
<span slot="label">Voucher Code</span>
|
|
422
|
-
<span slot="
|
|
429
|
+
<span slot="helpText">Please enter your 12 character voucher code.</span>
|
|
423
430
|
</auro-input>
|
|
424
431
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
425
432
|
</div>
|
|
@@ -431,7 +438,7 @@ The `setCustomValidityTooLong` attribute may optionally be used in combination w
|
|
|
431
438
|
```html
|
|
432
439
|
<auro-input maxlength="12" setCustomValidityTooLong="Oops! There were too many characters entered." bordered required>
|
|
433
440
|
<span slot="label">Voucher Code</span>
|
|
434
|
-
<span slot="
|
|
441
|
+
<span slot="helpText">Please enter your 12 character voucher code.</span>
|
|
435
442
|
</auro-input>
|
|
436
443
|
```
|
|
437
444
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -447,7 +454,7 @@ The `setCustomValidityTooShort` attribute may optionally be used in combination
|
|
|
447
454
|
<!-- The below content is automatically added from ../apiExamples/minLength.html -->
|
|
448
455
|
<auro-input minlength="4" setCustomValidityTooShort="Please enter a full voucher code." bordered required>
|
|
449
456
|
<span slot="label">Voucher Code</span>
|
|
450
|
-
<span slot="
|
|
457
|
+
<span slot="helpText">Please enter your 4 character voucher code.</span>
|
|
451
458
|
</auro-input>
|
|
452
459
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
453
460
|
</div>
|
|
@@ -459,7 +466,7 @@ The `setCustomValidityTooShort` attribute may optionally be used in combination
|
|
|
459
466
|
```html
|
|
460
467
|
<auro-input minlength="4" setCustomValidityTooShort="Please enter a full voucher code." bordered required>
|
|
461
468
|
<span slot="label">Voucher Code</span>
|
|
462
|
-
<span slot="
|
|
469
|
+
<span slot="helpText">Please enter your 4 character voucher code.</span>
|
|
463
470
|
</auro-input>
|
|
464
471
|
```
|
|
465
472
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -475,7 +482,7 @@ The `<auro-input>` component supports setting a custom validity message specific
|
|
|
475
482
|
<!-- The below content is automatically added from ../apiExamples/pattern.html -->
|
|
476
483
|
<auro-input pattern="[a-z]{1,15}" spellcheck="false" setCustomValidityPatternMismatch="Only contain lowercase letters w/no spaces" bordered>
|
|
477
484
|
<span slot="label">Username</span>
|
|
478
|
-
<span slot="
|
|
485
|
+
<span slot="helpText">Please enter a username.</span>
|
|
479
486
|
</auro-input>
|
|
480
487
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
481
488
|
</div>
|
|
@@ -487,7 +494,7 @@ The `<auro-input>` component supports setting a custom validity message specific
|
|
|
487
494
|
```html
|
|
488
495
|
<auro-input pattern="[a-z]{1,15}" spellcheck="false" setCustomValidityPatternMismatch="Only contain lowercase letters w/no spaces" bordered>
|
|
489
496
|
<span slot="label">Username</span>
|
|
490
|
-
<span slot="
|
|
497
|
+
<span slot="helpText">Please enter a username.</span>
|
|
491
498
|
</auro-input>
|
|
492
499
|
```
|
|
493
500
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -506,7 +513,7 @@ In this example, the user is able to programmatically change the value of the in
|
|
|
506
513
|
<br /><br />
|
|
507
514
|
<auro-input readonly bordered id="readonlyExample">
|
|
508
515
|
<span slot="label">Name</span>
|
|
509
|
-
<span slot="
|
|
516
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
510
517
|
</auro-input>
|
|
511
518
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
512
519
|
</div>
|
|
@@ -521,7 +528,7 @@ In this example, the user is able to programmatically change the value of the in
|
|
|
521
528
|
<br /><br />
|
|
522
529
|
<auro-input readonly bordered id="readonlyExample">
|
|
523
530
|
<span slot="label">Name</span>
|
|
524
|
-
<span slot="
|
|
531
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
525
532
|
</auro-input>
|
|
526
533
|
```
|
|
527
534
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -553,7 +560,7 @@ Example use cases for auro-input support the `activeLabel` attribute. If set, th
|
|
|
553
560
|
<!-- The below content is automatically added from ../apiExamples/activeLabel.html -->
|
|
554
561
|
<auro-input activeLabel bordered>
|
|
555
562
|
<span slot="label">Address</span>
|
|
556
|
-
<span slot="
|
|
563
|
+
<span slot="helpText">Please enter your home address.</span>
|
|
557
564
|
</auro-input>
|
|
558
565
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
559
566
|
</div>
|
|
@@ -565,7 +572,7 @@ Example use cases for auro-input support the `activeLabel` attribute. If set, th
|
|
|
565
572
|
```html
|
|
566
573
|
<auro-input activeLabel bordered>
|
|
567
574
|
<span slot="label">Address</span>
|
|
568
|
-
<span slot="
|
|
575
|
+
<span slot="helpText">Please enter your home address.</span>
|
|
569
576
|
</auro-input>
|
|
570
577
|
```
|
|
571
578
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -579,7 +586,7 @@ For use cases where the field is `required`, but live validation is not wanted,
|
|
|
579
586
|
<!-- The below content is automatically added from ../apiExamples/noValidate.html -->
|
|
580
587
|
<auro-input noValidate required bordered>
|
|
581
588
|
<span slot="label">Address</span>
|
|
582
|
-
<span slot="
|
|
589
|
+
<span slot="helpText">Please enter your home address.</span>
|
|
583
590
|
</auro-input>
|
|
584
591
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
585
592
|
</div>
|
|
@@ -591,7 +598,7 @@ For use cases where the field is `required`, but live validation is not wanted,
|
|
|
591
598
|
```html
|
|
592
599
|
<auro-input noValidate required bordered>
|
|
593
600
|
<span slot="label">Address</span>
|
|
594
|
-
<span slot="
|
|
601
|
+
<span slot="helpText">Please enter your home address.</span>
|
|
595
602
|
</auro-input>
|
|
596
603
|
```
|
|
597
604
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -640,7 +647,7 @@ When the validity check fails, the validityState equals `valueMissing`. The erro
|
|
|
640
647
|
<!-- The below content is automatically added from ../apiExamples/required.html -->
|
|
641
648
|
<auro-input required bordered placeholder="John Doe">
|
|
642
649
|
<span slot="label">Full name</span>
|
|
643
|
-
<span slot="
|
|
650
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
644
651
|
</auro-input>
|
|
645
652
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
646
653
|
</div>
|
|
@@ -652,7 +659,35 @@ When the validity check fails, the validityState equals `valueMissing`. The erro
|
|
|
652
659
|
```html
|
|
653
660
|
<auro-input required bordered placeholder="John Doe">
|
|
654
661
|
<span slot="label">Full name</span>
|
|
655
|
-
<span slot="
|
|
662
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
663
|
+
</auro-input>
|
|
664
|
+
```
|
|
665
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
666
|
+
</auro-accordion>
|
|
667
|
+
|
|
668
|
+
### Custom optional label <a name="optionalLabel"></a>
|
|
669
|
+
The `<auro-input>` supports an `optionalLabel` slot, where users can can override the default `(optional)` notification text.
|
|
670
|
+
|
|
671
|
+
<div class="exampleWrapper">
|
|
672
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/optionalLabel.html) -->
|
|
673
|
+
<!-- The below content is automatically added from ./../apiExamples/optionalLabel.html -->
|
|
674
|
+
<auro-input placeholder="John Doe" bordered>
|
|
675
|
+
<span slot="label">Full name</span>
|
|
676
|
+
<span slot="optionalLabel" style="color: grey; font-size: small"> - optional</span>
|
|
677
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
678
|
+
</auro-input>
|
|
679
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
680
|
+
</div>
|
|
681
|
+
<auro-accordion alignRight>
|
|
682
|
+
<span slot="trigger">See code</span>
|
|
683
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/optionalLabel.html) -->
|
|
684
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/optionalLabel.html -->
|
|
685
|
+
|
|
686
|
+
```html
|
|
687
|
+
<auro-input placeholder="John Doe" bordered>
|
|
688
|
+
<span slot="label">Full name</span>
|
|
689
|
+
<span slot="optionalLabel" style="color: grey; font-size: small"> - optional</span>
|
|
690
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
656
691
|
</auro-input>
|
|
657
692
|
```
|
|
658
693
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -666,7 +701,7 @@ Use the `validateOnInput` attribute to enable live validation on the `input` eve
|
|
|
666
701
|
<!-- The below content is automatically added from ../apiExamples/validateOnInput.html -->
|
|
667
702
|
<auro-input validateOnInput bordered required pattern="[a-zA-Z-.']+( +[a-zA-Z-.']+)+" setCustomValidityPatternMismatch="Full name requires two or more names with at least one space.">
|
|
668
703
|
<span slot="label">Full Name</span>
|
|
669
|
-
<span slot="
|
|
704
|
+
<span slot="helpText">Please enter your full name as it appears on the card.</span>
|
|
670
705
|
</auro-input>
|
|
671
706
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
672
707
|
</div>
|
|
@@ -678,7 +713,7 @@ Use the `validateOnInput` attribute to enable live validation on the `input` eve
|
|
|
678
713
|
```html
|
|
679
714
|
<auro-input validateOnInput bordered required pattern="[a-zA-Z-.']+( +[a-zA-Z-.']+)+" setCustomValidityPatternMismatch="Full name requires two or more names with at least one space.">
|
|
680
715
|
<span slot="label">Full Name</span>
|
|
681
|
-
<span slot="
|
|
716
|
+
<span slot="helpText">Please enter your full name as it appears on the card.</span>
|
|
682
717
|
</auro-input>
|
|
683
718
|
```
|
|
684
719
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -694,7 +729,7 @@ The `setCustomValidity` attribute can be used to set a custom string for all val
|
|
|
694
729
|
<!-- The below content is automatically added from ../apiExamples/setCustomValidity.html -->
|
|
695
730
|
<auro-input bordered required minlength="3" setCustomValidity="Sorry, please enter your first and last name (one space required).">
|
|
696
731
|
<span slot="label">Full Name</span>
|
|
697
|
-
<span slot="
|
|
732
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
698
733
|
</auro-input>
|
|
699
734
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
700
735
|
</div>
|
|
@@ -706,7 +741,7 @@ The `setCustomValidity` attribute can be used to set a custom string for all val
|
|
|
706
741
|
```html
|
|
707
742
|
<auro-input bordered required minlength="3" setCustomValidity="Sorry, please enter your first and last name (one space required).">
|
|
708
743
|
<span slot="label">Full Name</span>
|
|
709
|
-
<span slot="
|
|
744
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
710
745
|
</auro-input>
|
|
711
746
|
```
|
|
712
747
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -725,7 +760,7 @@ A custom error message can be set using the `error` attribute, or it can be used
|
|
|
725
760
|
<br /><br />
|
|
726
761
|
<auro-input id="setCustomErrorExample" error="Initial error attribute value" bordered>
|
|
727
762
|
<span slot="label">Name</span>
|
|
728
|
-
<span slot="
|
|
763
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
729
764
|
</auro-input>
|
|
730
765
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
731
766
|
</div>
|
|
@@ -740,7 +775,7 @@ A custom error message can be set using the `error` attribute, or it can be used
|
|
|
740
775
|
<br /><br />
|
|
741
776
|
<auro-input id="setCustomErrorExample" error="Initial error attribute value" bordered>
|
|
742
777
|
<span slot="label">Name</span>
|
|
743
|
-
<span slot="
|
|
778
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
744
779
|
</auro-input>
|
|
745
780
|
```
|
|
746
781
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -774,7 +809,7 @@ export function customError() {
|
|
|
774
809
|
<br /><br />
|
|
775
810
|
<auro-input onDark id="setCustomErrorExampleOnDark" error="Initial error attribute value" bordered>
|
|
776
811
|
<span slot="label">Name</span>
|
|
777
|
-
<span slot="
|
|
812
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
778
813
|
</auro-input>
|
|
779
814
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
780
815
|
</div>
|
|
@@ -789,7 +824,7 @@ export function customError() {
|
|
|
789
824
|
<br /><br />
|
|
790
825
|
<auro-input onDark id="setCustomErrorExampleOnDark" error="Initial error attribute value" bordered>
|
|
791
826
|
<span slot="label">Name</span>
|
|
792
|
-
<span slot="
|
|
827
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
793
828
|
</auro-input>
|
|
794
829
|
```
|
|
795
830
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -826,7 +861,7 @@ Default help text will be added to the input `type="password"` if custom help te
|
|
|
826
861
|
<!-- The below content is automatically added from ../apiExamples/password.html -->
|
|
827
862
|
<auro-input type="password" required bordered>
|
|
828
863
|
<span slot="label">Password</span>
|
|
829
|
-
<span slot="
|
|
864
|
+
<span slot="helpText">Please enter a secure password.</span>
|
|
830
865
|
</auro-input>
|
|
831
866
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
832
867
|
</div>
|
|
@@ -835,7 +870,7 @@ Default help text will be added to the input `type="password"` if custom help te
|
|
|
835
870
|
<!-- The below content is automatically added from ../apiExamples/onDarkPassword.html -->
|
|
836
871
|
<auro-input onDark type="password" required bordered>
|
|
837
872
|
<span slot="label">Password</span>
|
|
838
|
-
<span slot="
|
|
873
|
+
<span slot="helpText">Please enter a secure password.</span>
|
|
839
874
|
</auro-input>
|
|
840
875
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
841
876
|
</div>
|
|
@@ -847,7 +882,7 @@ Default help text will be added to the input `type="password"` if custom help te
|
|
|
847
882
|
```html
|
|
848
883
|
<auro-input onDark type="password" required bordered>
|
|
849
884
|
<span slot="label">Password</span>
|
|
850
|
-
<span slot="
|
|
885
|
+
<span slot="helpText">Please enter a secure password.</span>
|
|
851
886
|
</auro-input>
|
|
852
887
|
```
|
|
853
888
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -864,7 +899,7 @@ Default help text will be added to the input `type="email"` if custom help text
|
|
|
864
899
|
<!-- The below content is automatically added from ../apiExamples/email.html -->
|
|
865
900
|
<auro-input type="email" bordered required>
|
|
866
901
|
<span slot="label">Email address</span>
|
|
867
|
-
<span slot="
|
|
902
|
+
<span slot="helpText">Please enter your email address.</span>
|
|
868
903
|
</auro-input>
|
|
869
904
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
870
905
|
</div>
|
|
@@ -876,7 +911,7 @@ Default help text will be added to the input `type="email"` if custom help text
|
|
|
876
911
|
```html
|
|
877
912
|
<auro-input type="email" bordered required>
|
|
878
913
|
<span slot="label">Email address</span>
|
|
879
|
-
<span slot="
|
|
914
|
+
<span slot="helpText">Please enter your email address.</span>
|
|
880
915
|
</auro-input>
|
|
881
916
|
```
|
|
882
917
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -893,7 +928,7 @@ This `number` input type should only be used for incremental numeric values, mea
|
|
|
893
928
|
<!-- The below content is automatically added from ../apiExamples/number.html -->
|
|
894
929
|
<auro-input type="number" bordered required>
|
|
895
930
|
<span slot="label">Number of Passengers</span>
|
|
896
|
-
<span slot="
|
|
931
|
+
<span slot="helpText">Please enter the number of passengers.</span>
|
|
897
932
|
</auro-input>
|
|
898
933
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
899
934
|
</div>
|
|
@@ -905,7 +940,7 @@ This `number` input type should only be used for incremental numeric values, mea
|
|
|
905
940
|
```html
|
|
906
941
|
<auro-input type="number" bordered required>
|
|
907
942
|
<span slot="label">Number of Passengers</span>
|
|
908
|
-
<span slot="
|
|
943
|
+
<span slot="helpText">Please enter the number of passengers.</span>
|
|
909
944
|
</auro-input>
|
|
910
945
|
```
|
|
911
946
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -922,7 +957,7 @@ Default help text will be added to the input `type="credit-card"` if custom help
|
|
|
922
957
|
<!-- The below content is automatically added from ../apiExamples/creditCard.html -->
|
|
923
958
|
<auro-input type="credit-card" bordered required>
|
|
924
959
|
<span slot="label">Card number</span>
|
|
925
|
-
<span slot="
|
|
960
|
+
<span slot="helpText">Valid credit card numbers must include 16 digits (15 for Amex).</span>
|
|
926
961
|
</auro-input>
|
|
927
962
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
928
963
|
</div>
|
|
@@ -934,7 +969,7 @@ Default help text will be added to the input `type="credit-card"` if custom help
|
|
|
934
969
|
```html
|
|
935
970
|
<auro-input type="credit-card" bordered required>
|
|
936
971
|
<span slot="label">Card number</span>
|
|
937
|
-
<span slot="
|
|
972
|
+
<span slot="helpText">Valid credit card numbers must include 16 digits (15 for Amex).</span>
|
|
938
973
|
</auro-input>
|
|
939
974
|
```
|
|
940
975
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -948,7 +983,7 @@ Use the `type="credit-card"` and `icon` attributes for a credit card formatted i
|
|
|
948
983
|
<!-- The below content is automatically added from ../apiExamples/creditCardIcon.html -->
|
|
949
984
|
<auro-input icon type="credit-card" bordered required>
|
|
950
985
|
<span slot="label">Card number</span>
|
|
951
|
-
<span slot="
|
|
986
|
+
<span slot="helpText">Valid credit card numbers must include 16 digits (15 for Amex).</span>
|
|
952
987
|
</auro-input>
|
|
953
988
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
954
989
|
</div>
|
|
@@ -961,7 +996,7 @@ Use the `type="credit-card"` and `icon` attributes for a credit card formatted i
|
|
|
961
996
|
```html
|
|
962
997
|
<auro-input icon type="credit-card" bordered required>
|
|
963
998
|
<span slot="label">Card number</span>
|
|
964
|
-
<span slot="
|
|
999
|
+
<span slot="helpText">Valid credit card numbers must include 16 digits (15 for Amex).</span>
|
|
965
1000
|
</auro-input>
|
|
966
1001
|
```
|
|
967
1002
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -1112,7 +1147,7 @@ Use the `reset()` method to reset the `<auro-input>`'s `value` and `validity` st
|
|
|
1112
1147
|
<br /><br />
|
|
1113
1148
|
<auro-input id="resetStateExample" bordered minlength="12" value="Auro Team" setCustomValidityTooShort="Please enter your full name!">
|
|
1114
1149
|
<span slot="label">Full Name</span>
|
|
1115
|
-
<span slot="
|
|
1150
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
1116
1151
|
</auro-input>
|
|
1117
1152
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
1118
1153
|
</div>
|
|
@@ -1126,7 +1161,7 @@ Use the `reset()` method to reset the `<auro-input>`'s `value` and `validity` st
|
|
|
1126
1161
|
<br /><br />
|
|
1127
1162
|
<auro-input id="resetStateExample" bordered minlength="12" value="Auro Team" setCustomValidityTooShort="Please enter your full name!">
|
|
1128
1163
|
<span slot="label">Full Name</span>
|
|
1129
|
-
<span slot="
|
|
1164
|
+
<span slot="helpText">Please enter your full name.</span>
|
|
1130
1165
|
</auro-input>
|
|
1131
1166
|
```
|
|
1132
1167
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -1235,7 +1270,9 @@ The component may be restyled using the following code sample and changing the v
|
|
|
1235
1270
|
<!-- The below code snippet is automatically added from ../src/styles/tokens.scss -->
|
|
1236
1271
|
|
|
1237
1272
|
```scss
|
|
1238
|
-
|
|
1273
|
+
/* stylelint-disable custom-property-empty-line-before */
|
|
1274
|
+
|
|
1275
|
+
@use "@aurodesignsystem/design-tokens/dist/themes/alaska/SCSSVariables--alaska" as v;
|
|
1239
1276
|
|
|
1240
1277
|
$ds-basic-color-border-bold: #585e67;
|
|
1241
1278
|
|
|
@@ -1249,7 +1286,6 @@ $ds-basic-color-border-bold: #585e67;
|
|
|
1249
1286
|
--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #{v.$ds-basic-color-texticon-default});
|
|
1250
1287
|
--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #{v.$ds-basic-color-status-error});
|
|
1251
1288
|
|
|
1252
|
-
//--ds-auro-input-outline-color: transparent;
|
|
1253
1289
|
--ds-auro-input-outline-color: transparent;
|
|
1254
1290
|
}
|
|
1255
1291
|
|
|
@@ -1261,7 +1297,7 @@ $ds-basic-color-border-bold: #585e67;
|
|
|
1261
1297
|
--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse, #{v.$ds-basic-color-texticon-inverse});
|
|
1262
1298
|
--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #{v.$ds-basic-color-texticon-inverse});
|
|
1263
1299
|
--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #{v.$ds-basic-color-texticon-inverse});
|
|
1264
|
-
--ds-auro-input-error-icon-color: var(--ds-
|
|
1300
|
+
--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error-subtle, #{v.$ds-basic-color-status-error-subtle});
|
|
1265
1301
|
|
|
1266
1302
|
--ds-auro-input-outline-color: transparent;
|
|
1267
1303
|
}
|