@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.
- package/components/datepicker/datepicker.component.js +2 -2
- package/components/datepicker/datepicker.styles.js +0 -1
- package/components/form/form-control.js +1 -1
- package/components/select/select.component.js +3 -1
- package/generated/react/index.d.ts +7 -7
- package/generated/react/index.js +7 -7
- package/package.json +1 -1
- package/primitives/field-base/field-base.styles.js +1 -0
- package/shared-styles/form-control-host.style.js +2 -0
- package/utils/helpers/custom-element-scoping.js +1 -1
|
@@ -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
|
-
|
|
371
|
-
|
|
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
|
)}
|
|
@@ -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`
|
|
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';
|
package/generated/react/index.js
CHANGED
|
@@ -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