@aurodesignsystem-dev/auro-formkit 0.0.0-pr622.1 → 0.0.0-pr624.1
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/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +2 -2
- package/components/bibtemplate/dist/registered.js +2 -2
- package/components/checkbox/README.md +1 -1
- package/components/checkbox/demo/api.min.js +14 -3
- package/components/checkbox/demo/index.min.js +14 -3
- 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 +5 -1
- package/components/checkbox/dist/index.js +14 -3
- package/components/checkbox/dist/registered.js +14 -3
- package/components/combobox/README.md +1 -1
- package/components/combobox/demo/api.md +3 -0
- package/components/combobox/demo/api.min.js +1479 -395
- package/components/combobox/demo/index.html +2 -0
- package/components/combobox/demo/index.md +75 -0
- package/components/combobox/demo/index.min.js +1479 -395
- package/components/combobox/demo/readme.md +1 -1
- package/components/combobox/dist/auro-combobox.d.ts +19 -9
- package/components/combobox/dist/index.js +1471 -387
- package/components/combobox/dist/registered.js +1471 -387
- package/components/counter/README.md +1 -1
- package/components/counter/demo/api.min.js +433 -104
- package/components/counter/demo/index.min.js +433 -104
- package/components/counter/demo/readme.md +1 -1
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +433 -104
- package/components/counter/dist/registered.js +433 -104
- package/components/datepicker/README.md +1 -1
- package/components/datepicker/demo/api.min.js +1157 -376
- package/components/datepicker/demo/index.min.js +1157 -376
- package/components/datepicker/demo/readme.md +1 -1
- package/components/datepicker/dist/index.js +1156 -375
- package/components/datepicker/dist/registered.js +1156 -375
- package/components/dropdown/README.md +1 -1
- package/components/dropdown/demo/api.md +59 -35
- package/components/dropdown/demo/api.min.js +361 -88
- package/components/dropdown/demo/index.md +52 -0
- package/components/dropdown/demo/index.min.js +361 -88
- package/components/dropdown/demo/readme.md +1 -1
- package/components/dropdown/dist/auro-dropdown.d.ts +70 -21
- package/components/dropdown/dist/index.js +331 -58
- package/components/dropdown/dist/registered.js +331 -58
- package/components/dropdown/dist/styles/default/style-css.d.ts +2 -0
- package/components/dropdown/dist/styles/emphasized/style-css.d.ts +2 -0
- package/components/dropdown/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/dropdown/dist/styles/snowflake/style-css.d.ts +2 -0
- package/components/form/README.md +1 -1
- package/components/form/demo/readme.md +1 -1
- package/components/input/README.md +2 -2
- package/components/input/demo/api.md +76 -64
- package/components/input/demo/api.min.js +747 -295
- package/components/input/demo/index.html +1 -1
- package/components/input/demo/index.md +49 -4
- package/components/input/demo/index.min.js +747 -295
- package/components/input/demo/readme.md +2 -2
- package/components/input/dist/auro-input.d.ts +97 -3
- package/components/input/dist/base-input.d.ts +36 -18
- package/components/input/dist/index.js +681 -229
- package/components/input/dist/registered.js +681 -229
- package/components/input/dist/styles/classic/color-css.d.ts +2 -0
- package/components/input/dist/styles/classic/style-css.d.ts +2 -0
- package/components/input/dist/styles/default/borders-css.d.ts +2 -0
- package/components/input/dist/styles/default/color-css.d.ts +2 -0
- package/components/input/dist/styles/default/input-css.d.ts +2 -0
- package/components/input/dist/styles/default/label-css.d.ts +2 -0
- package/components/input/dist/styles/default/mixins-css.d.ts +2 -0
- package/components/input/dist/styles/default/notificationIcons-css.d.ts +2 -0
- package/components/input/dist/styles/default/style-css.d.ts +2 -0
- package/components/input/dist/styles/emphasized/color-css.d.ts +2 -0
- package/components/input/dist/styles/emphasized/style-css.d.ts +2 -0
- package/components/input/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/input/dist/styles/snowflake/style-css.d.ts +2 -0
- package/components/layoutElement/dist/auroElement.d.ts +34 -0
- package/components/layoutElement/dist/index.d.ts +1 -0
- package/components/layoutElement/dist/index.js +1 -0
- package/components/layoutElement/dist/registered.js +1 -0
- package/components/menu/README.md +1 -1
- package/components/menu/demo/api.min.js +2 -2
- package/components/menu/demo/index.min.js +2 -2
- package/components/menu/demo/readme.md +1 -1
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +2 -2
- package/components/menu/dist/registered.js +2 -2
- package/components/radio/README.md +1 -1
- package/components/radio/demo/api.md +8 -0
- package/components/radio/demo/api.min.js +13 -5
- package/components/radio/demo/index.min.js +13 -5
- package/components/radio/demo/readme.md +1 -1
- package/components/radio/dist/auro-radio.d.ts +4 -0
- package/components/radio/dist/index.js +13 -5
- package/components/radio/dist/registered.js +13 -5
- package/components/select/README.md +1 -1
- package/components/select/demo/api.html +15 -0
- package/components/select/demo/api.md +178 -0
- package/components/select/demo/api.min.js +403 -62
- package/components/select/demo/index.html +15 -0
- package/components/select/demo/index.md +177 -0
- package/components/select/demo/index.min.js +403 -62
- package/components/select/demo/readme.md +1 -1
- package/components/select/dist/auro-select.d.ts +27 -0
- package/components/select/dist/index.js +400 -58
- package/components/select/dist/registered.js +400 -58
- package/package.json +2 -2
- /package/components/{dropdown/dist/styles/bibColors-css.d.ts → combobox/dist/styles/emphasized/style-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles/bibStyles-css.d.ts → combobox/dist/styles/snowflake/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/borders-css.d.ts → dropdown/dist/styles/default/bibColors-css.d.ts} +0 -0
- /package/components/{input/dist/styles/label-css.d.ts → dropdown/dist/styles/default/bibStyles-css.d.ts} +0 -0
- /package/components/{input/dist/styles/notificationIcons-css.d.ts → dropdown/dist/styles/default/color-css.d.ts} +0 -0
|
@@ -15,6 +15,51 @@ The `<auro-input>` element should be used in situations where users may:
|
|
|
15
15
|
* be filling out a form
|
|
16
16
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
17
17
|
|
|
18
|
+
## Emphasized Layout
|
|
19
|
+
|
|
20
|
+
<div class="exampleWrapper--ondark">
|
|
21
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/emphasized/basic.html) -->
|
|
22
|
+
<!-- The below content is automatically added from ./../apiExamples/emphasized/basic.html -->
|
|
23
|
+
<!-- <auro-input layout="default" shape="rounded" size="xl" placeholder="Departure">
|
|
24
|
+
<label slot="label">From</label>
|
|
25
|
+
</auro-input> -->
|
|
26
|
+
<auro-input id="alpha" value="lax" layout="emphasized" shape="box" size="xl" placeholder="Departure" style="width: 249px;" ondark required>
|
|
27
|
+
<label slot="label">From</label>
|
|
28
|
+
<span slot="helptext">Example help text</span>
|
|
29
|
+
<span slot="displayValue">
|
|
30
|
+
<div>
|
|
31
|
+
<div class="mainText">LAX</div>
|
|
32
|
+
<div class="subText">Los Angeles</div>
|
|
33
|
+
</div>
|
|
34
|
+
</span>
|
|
35
|
+
</auro-input>
|
|
36
|
+
<auro-input id="beta" layout="emphasized" shape="pill" size="xl" placeholder="Departure" style="width: 249px;" ondark required>
|
|
37
|
+
<label slot="label">From</label>
|
|
38
|
+
<span slot="helptext">Example help text</span>
|
|
39
|
+
</auro-input>
|
|
40
|
+
<auro-input id="charlie" layout="emphasized-left" shape="pill-left" size="xl" placeholder="Departure" style="width: 249px;" ondark required>
|
|
41
|
+
<label slot="label">From</label>
|
|
42
|
+
<span slot="helptext">Example help text</span>
|
|
43
|
+
</auro-input>
|
|
44
|
+
<auro-input id="delta" layout="emphasized-right" shape="pill-right" size="xl" placeholder="Departure" style="width: 249px;" ondark required>
|
|
45
|
+
<label slot="label">From</label>
|
|
46
|
+
<span slot="helptext">Example help text</span>
|
|
47
|
+
</auro-input>
|
|
48
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
## Snowflake Layout
|
|
52
|
+
|
|
53
|
+
<div class="exampleWrapper--ondark">
|
|
54
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/snowflake/basic.html) -->
|
|
55
|
+
<!-- The below content is automatically added from ./../apiExamples/snowflake/basic.html -->
|
|
56
|
+
<auro-input id="snowflakePill" layout="snowflake" shape="snowflake" size="lg" placeholder="Departure" style="width: 249px;" ondark required>
|
|
57
|
+
<label slot="label">From</label>
|
|
58
|
+
<span slot="helptext">Example help text</span>
|
|
59
|
+
</auro-input>
|
|
60
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
61
|
+
</div>
|
|
62
|
+
|
|
18
63
|
## Default component
|
|
19
64
|
|
|
20
65
|
The default component supports the basic input `type="text"` structure. The `(optional)` label is provided to instruct the user that their input is not required. Use the `bordered` attribute for a bordered `<auro-input>`.
|
|
@@ -22,13 +67,13 @@ The default component supports the basic input `type="text"` structure. The `(op
|
|
|
22
67
|
<div class="exampleWrapper">
|
|
23
68
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
|
|
24
69
|
<!-- The below content is automatically added from ./../apiExamples/basic.html -->
|
|
25
|
-
<auro-input bordered></auro-input>
|
|
70
|
+
<auro-input bordered shape="rounded" size="lg"></auro-input>
|
|
26
71
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
27
72
|
</div>
|
|
28
73
|
<div class="exampleWrapper--ondark" aria-hidden>
|
|
29
74
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDark.html) -->
|
|
30
75
|
<!-- The below content is automatically added from ./../apiExamples/onDark.html -->
|
|
31
|
-
<auro-input onDark bordered></auro-input>
|
|
76
|
+
<auro-input onDark bordered shape="rounded" size="lg"></auro-input>
|
|
32
77
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
33
78
|
</div>
|
|
34
79
|
<auro-accordion alignRight>
|
|
@@ -37,14 +82,14 @@ The default component supports the basic input `type="text"` structure. The `(op
|
|
|
37
82
|
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
|
|
38
83
|
|
|
39
84
|
```html
|
|
40
|
-
<auro-input bordered></auro-input>
|
|
85
|
+
<auro-input bordered shape="rounded" size="lg"></auro-input>
|
|
41
86
|
```
|
|
42
87
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
43
88
|
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/onDark.html) -->
|
|
44
89
|
<!-- The below code snippet is automatically added from ./../apiExamples/onDark.html -->
|
|
45
90
|
|
|
46
91
|
```html
|
|
47
|
-
<auro-input onDark bordered></auro-input>
|
|
92
|
+
<auro-input onDark bordered shape="rounded" size="lg"></auro-input>
|
|
48
93
|
```
|
|
49
94
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
50
95
|
</auro-accordion>
|