@sebgroup/green-core 1.88.6 → 1.88.7

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.
@@ -367,8 +367,8 @@ let Datepicker = class extends GdsFormControlElement {
367
367
  ${when(
368
368
  this.size === "small",
369
369
  () => html`<gds-icon-calender-add
370
- height="16"
371
- stroke="2"
370
+ stroke="1.6"
371
+ style="line-height: 16px"
372
372
  ></gds-icon-calender-add>`,
373
373
  () => html`<gds-icon-calender-add></gds-icon-calender-add>`
374
374
  )}
@@ -30,7 +30,6 @@ const styles = css`
30
30
  text-align: center;
31
31
  height: 100%;
32
32
  box-sizing: border-box;
33
- /* border-radius: var(--gds-sys-space-2xs); */
34
33
  outline: none;
35
34
  padding-block: var(--gds-sys-space-3xs);
36
35
  text-transform: uppercase;
@@ -8,7 +8,7 @@ var _internals;
8
8
  import { property } from "lit/decorators.js";
9
9
  import { GdsElement } from "../../gds-element.js";
10
10
  import { watch } from "../../utils/decorators/index.js";
11
- import "./form-request-submit-polyfill";
11
+ import "./form-request-submit-polyfill.js";
12
12
  class GdsFormControlElement extends GdsElement {
13
13
  constructor() {
14
14
  super();
@@ -262,7 +262,9 @@ renderMainSlot_fn = function() {
262
262
  _renderChevron = new WeakSet();
263
263
  renderChevron_fn = function() {
264
264
  if (!this.multiple) {
265
- return html` <gds-icon-chevron-bottom></gds-icon-chevron-bottom> `;
265
+ return html`
266
+ <gds-icon-chevron-bottom slot="trail"></gds-icon-chevron-bottom>
267
+ `;
266
268
  }
267
269
  };
268
270
  Select.styles = [tokens, formControlHostStyles, styles];
@@ -10,9 +10,9 @@ 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';
13
14
  export * from './dialog/index.js';
14
15
  export * from './div/index.js';
15
- export * from './details/index.js';
16
16
  export * from './divider/index.js';
17
17
  export * from './dropdown/index.js';
18
18
  export * from './fab/index.js';
@@ -23,10 +23,10 @@ export * from './grid/index.js';
23
23
  export * from './grouped-list/index.js';
24
24
  export * from './list-item/index.js';
25
25
  export * from './icons/icon/index.js';
26
- export * from './img/index.js';
27
26
  export * from './input/index.js';
28
27
  export * from './link/index.js';
29
28
  export * from './mask/index.js';
29
+ export * from './img/index.js';
30
30
  export * from './menu-button/index.js';
31
31
  export * from './backdrop/index.js';
32
32
  export * from './popover/index.js';
@@ -51,11 +51,6 @@ 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';
59
54
  export * from './icons/icon-ai/index.js';
60
55
  export * from './icons/icon-airplane-up/index.js';
61
56
  export * from './icons/icon-archive/index.js';
@@ -346,3 +341,8 @@ export * from './icons/icon-youtube/index.js';
346
341
  export * from './icons/icon-zap/index.js';
347
342
  export * from './icons/icon-zoom-in/index.js';
348
343
  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,9 +10,9 @@ 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";
13
14
  export * from "./dialog/index.js";
14
15
  export * from "./div/index.js";
15
- export * from "./details/index.js";
16
16
  export * from "./divider/index.js";
17
17
  export * from "./dropdown/index.js";
18
18
  export * from "./fab/index.js";
@@ -23,10 +23,10 @@ export * from "./grid/index.js";
23
23
  export * from "./grouped-list/index.js";
24
24
  export * from "./list-item/index.js";
25
25
  export * from "./icons/icon/index.js";
26
- export * from "./img/index.js";
27
26
  export * from "./input/index.js";
28
27
  export * from "./link/index.js";
29
28
  export * from "./mask/index.js";
29
+ export * from "./img/index.js";
30
30
  export * from "./menu-button/index.js";
31
31
  export * from "./backdrop/index.js";
32
32
  export * from "./popover/index.js";
@@ -51,11 +51,6 @@ 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";
59
54
  export * from "./icons/icon-ai/index.js";
60
55
  export * from "./icons/icon-airplane-up/index.js";
61
56
  export * from "./icons/icon-archive/index.js";
@@ -346,3 +341,8 @@ export * from "./icons/icon-youtube/index.js";
346
341
  export * from "./icons/icon-zap/index.js";
347
342
  export * from "./icons/icon-zoom-in/index.js";
348
343
  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.88.6",
4
+ "version": "1.88.7",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "type": "module",
@@ -106,6 +106,7 @@ const styles = css`
106
106
  display: flex;
107
107
  gap: var(--gds-sys-space-xs);
108
108
  flex: 1;
109
+ align-self: stretch;
109
110
  }
110
111
 
111
112
  .main-slot-wrap.multiline {
@@ -29,6 +29,8 @@ var form_control_host_style_default = css`
29
29
  }
30
30
 
31
31
  .native-control {
32
+ display: flex;
33
+ align-items: center;
32
34
  appearance: none;
33
35
  background-color: transparent;
34
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 = "-5a46e8";
3
+ const VER_SUFFIX = "-f2b062";
4
4
  class ScopedElementRegistry {
5
5
  static get instance() {
6
6
  if (!globalThis.__gdsElementLookupTable?.[VER_SUFFIX])