@sebgroup/green-core 1.89.0 → 1.89.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/datepicker/datepicker.component.d.ts +1 -1
- package/components/datepicker/datepicker.component.js +1 -1
- package/generated/react/index.d.ts +7 -7
- package/generated/react/index.js +7 -7
- package/package.json +1 -1
- package/shared-styles/form-control-host.style.js +1 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
|
@@ -231,7 +231,7 @@ let Datepicker = class extends GdsFormControlElement {
|
|
|
231
231
|
__privateMethod(this, _dispatchInputEvent, dispatchInputEvent_fn).call(this);
|
|
232
232
|
});
|
|
233
233
|
/**
|
|
234
|
-
* The spinner state keeps track of the spinner values regardless of
|
|
234
|
+
* The spinner state keeps track of the spinner values regardless of whether a complete date has been enter yet.
|
|
235
235
|
*/
|
|
236
236
|
__privateAdd(this, _spinnerState, {
|
|
237
237
|
year: "yyyy",
|
|
@@ -10,10 +10,10 @@ export * from './coachmark/index.js';
|
|
|
10
10
|
export * from './container/index.js';
|
|
11
11
|
export * from './context-menu/index.js';
|
|
12
12
|
export * from './datepicker/index.js';
|
|
13
|
-
export * from './details/index.js';
|
|
14
13
|
export * from './dialog/index.js';
|
|
15
|
-
export * from './div/index.js';
|
|
16
14
|
export * from './divider/index.js';
|
|
15
|
+
export * from './div/index.js';
|
|
16
|
+
export * from './details/index.js';
|
|
17
17
|
export * from './dropdown/index.js';
|
|
18
18
|
export * from './fab/index.js';
|
|
19
19
|
export * from './filter-chips/index.js';
|
|
@@ -51,6 +51,11 @@ export * from './filter-chip/index.js';
|
|
|
51
51
|
export * from './formatted-account/index.js';
|
|
52
52
|
export * from './formatted-date/index.js';
|
|
53
53
|
export * from './formatted-number/index.js';
|
|
54
|
+
export * from './radio-group/index.js';
|
|
55
|
+
export * from './segment/index.js';
|
|
56
|
+
export * from './sensitive-account/index.js';
|
|
57
|
+
export * from './sensitive-number/index.js';
|
|
58
|
+
export * from './sensitive-date/index.js';
|
|
54
59
|
export * from './icons/icon-ai/index.js';
|
|
55
60
|
export * from './icons/icon-airplane-up/index.js';
|
|
56
61
|
export * from './icons/icon-archive/index.js';
|
|
@@ -341,8 +346,3 @@ export * from './icons/icon-youtube/index.js';
|
|
|
341
346
|
export * from './icons/icon-zap/index.js';
|
|
342
347
|
export * from './icons/icon-zoom-in/index.js';
|
|
343
348
|
export * from './icons/icon-zoom-out/index.js';
|
|
344
|
-
export * from './radio-group/index.js';
|
|
345
|
-
export * from './segment/index.js';
|
|
346
|
-
export * from './sensitive-account/index.js';
|
|
347
|
-
export * from './sensitive-date/index.js';
|
|
348
|
-
export * from './sensitive-number/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -10,10 +10,10 @@ export * from "./coachmark/index.js";
|
|
|
10
10
|
export * from "./container/index.js";
|
|
11
11
|
export * from "./context-menu/index.js";
|
|
12
12
|
export * from "./datepicker/index.js";
|
|
13
|
-
export * from "./details/index.js";
|
|
14
13
|
export * from "./dialog/index.js";
|
|
15
|
-
export * from "./div/index.js";
|
|
16
14
|
export * from "./divider/index.js";
|
|
15
|
+
export * from "./div/index.js";
|
|
16
|
+
export * from "./details/index.js";
|
|
17
17
|
export * from "./dropdown/index.js";
|
|
18
18
|
export * from "./fab/index.js";
|
|
19
19
|
export * from "./filter-chips/index.js";
|
|
@@ -51,6 +51,11 @@ export * from "./filter-chip/index.js";
|
|
|
51
51
|
export * from "./formatted-account/index.js";
|
|
52
52
|
export * from "./formatted-date/index.js";
|
|
53
53
|
export * from "./formatted-number/index.js";
|
|
54
|
+
export * from "./radio-group/index.js";
|
|
55
|
+
export * from "./segment/index.js";
|
|
56
|
+
export * from "./sensitive-account/index.js";
|
|
57
|
+
export * from "./sensitive-number/index.js";
|
|
58
|
+
export * from "./sensitive-date/index.js";
|
|
54
59
|
export * from "./icons/icon-ai/index.js";
|
|
55
60
|
export * from "./icons/icon-airplane-up/index.js";
|
|
56
61
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -341,8 +346,3 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
341
346
|
export * from "./icons/icon-zap/index.js";
|
|
342
347
|
export * from "./icons/icon-zoom-in/index.js";
|
|
343
348
|
export * from "./icons/icon-zoom-out/index.js";
|
|
344
|
-
export * from "./radio-group/index.js";
|
|
345
|
-
export * from "./segment/index.js";
|
|
346
|
-
export * from "./sensitive-account/index.js";
|
|
347
|
-
export * from "./sensitive-date/index.js";
|
|
348
|
-
export * from "./sensitive-number/index.js";
|
package/package.json
CHANGED