@aurodesignsystem-dev/auro-datetime 0.0.0-pr71.2 → 0.0.0-pr71.3

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/demo/api.md CHANGED
@@ -19,9 +19,9 @@ The `auro-datetime` custom element is for the purposes of providing an easy to u
19
19
 
20
20
  ### Methods
21
21
 
22
- | Name | Parameters | Return | Description |
23
- | -------- | ------------------------------------------------------------------- | ------ | ------------------------------------------------- |
24
- | register | `name` (string) - The name of element that you want to register to. | | This will register this element with the browser. |
22
+ | Name | Parameters | Return | Description |
23
+ | -------- | -------------------------------------------------------------------- | ------ | ------------------------------------------------- |
24
+ | register | `name` (string) - The name of the element that you want to register. | | This will register this element with the browser. |
25
25
 
26
26
  ### Slots
27
27
 
@@ -113,7 +113,7 @@ const t=globalThis,i$1=t.trustedTypes,s$1=i$1?i$1.createPolicy("lit-html",{creat
113
113
 
114
114
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
115
115
  /**
116
- * The `auro-datetime` custom element is for the purposes of providing an easy to use date and time API.
116
+ * The `auro-datetime` custom element is for the purposes of providing an easy to use date and time API.
117
117
  * @customElement auro-datetime
118
118
  *
119
119
  * @slot pre - Content that comes before the `post` content
@@ -206,7 +206,7 @@ class AuroDatetime extends i {
206
206
 
207
207
  /**
208
208
  * This will register this element with the browser.
209
- * @param {string} [name="auro-datetime"] - The name of element that you want to register to.
209
+ * @param {string} [name="auro-datetime"] - The name of the element that you want to register.
210
210
  *
211
211
  * @example
212
212
  * AuroDatetime.register("custom-datetime") // this will register this element to <custom-datetime/>
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-datetime",
10
- "version": "0.0.0-pr71.2",
10
+ "version": "0.0.0-pr71.3",
11
11
  "description": "auro-datetime HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",