@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.
@@ -18,7 +18,7 @@ declare class Datepicker extends GdsFormControlElement<Date> {
18
18
  */
19
19
  max: Date;
20
20
  /**
21
- * Controls wheter the datepicker popover is open.
21
+ * Controls whether the datepicker popover is open.
22
22
  */
23
23
  open: boolean;
24
24
  /**
@@ -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 wheter a complete date has been enter yet.
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';
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sebgroup/green-core",
3
3
  "description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
4
- "version": "1.89.0",
4
+ "version": "1.89.1",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "type": "module",
@@ -29,8 +29,8 @@ var form_control_host_style_default = css`
29
29
  }
30
30
 
31
31
  .native-control {
32
- display: flex;
33
32
  align-items: center;
33
+ align-self: center;
34
34
  appearance: none;
35
35
  background-color: transparent;
36
36
  border: 0;
@@ -1,6 +1,6 @@
1
1
  import "../../chunks/chunk.QTSIPXV3.js";
2
2
  import { html as litHtml } from "lit";
3
- const VER_SUFFIX = "-dc748c";
3
+ const VER_SUFFIX = "-e16991";
4
4
  class ScopedElementRegistry {
5
5
  static get instance() {
6
6
  if (!globalThis.__gdsElementLookupTable?.[VER_SUFFIX])