@nldd/design-system 0.8.43 → 0.8.44
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/dist/components/actions/button/button.d.ts +19 -1
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +25 -1
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.styles.js +28 -28
- package/dist/components/actions/button/button.template.d.ts.map +1 -1
- package/dist/components/actions/button/button.template.js +7 -0
- package/dist/components/actions/button/button.template.js.map +1 -1
- package/dist/components/actions/button-bar/button-bar.styles.js +4 -4
- package/dist/components/actions/button-group/button-group.styles.js +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +28 -7
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.js +36 -9
- package/dist/components/actions/icon-button/icon-button.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.styles.js +25 -25
- package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.template.js +9 -2
- package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
- package/dist/components/actions/split-button/split-button.d.ts +5 -5
- package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
- package/dist/components/actions/split-button/split-button.js +19 -15
- package/dist/components/actions/split-button/split-button.js.map +1 -1
- package/dist/components/actions/split-button/split-button.styles.js +1 -1
- package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -1
- package/dist/components/actions/split-button/split-button.template.js +14 -12
- package/dist/components/actions/split-button/split-button.template.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.d.ts +0 -2
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.js +20 -17
- package/dist/components/actions/toolbar/toolbar.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.js +17 -17
- package/dist/components/actions/toolbar/toolbar.template.d.ts +1 -1
- package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.template.js +13 -5
- package/dist/components/actions/toolbar/toolbar.template.js.map +1 -1
- package/dist/components/components.js +1 -1
- package/dist/components/content/blockquote/blockquote.styles.js +5 -5
- package/dist/components/content/code/code.styles.js +3 -3
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +15 -0
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +11 -5
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.styles.js +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +22 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +46 -2
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +5 -5
- package/dist/components/content/rich-text/rich-text.d.ts +3 -1
- package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
- package/dist/components/content/rich-text/rich-text.js +6 -1
- package/dist/components/content/rich-text/rich-text.js.map +1 -1
- package/dist/components/content/tag/tag.styles.js +6 -6
- package/dist/components/content/title/title.styles.js +2 -2
- package/dist/components/content/tooltip/tooltip.styles.js +8 -8
- package/dist/components/forms/form-actions/form-actions.styles.js +2 -2
- package/dist/components/forms/form-field/form-field.styles.js +6 -6
- package/dist/components/{index-By2jYHEw.js → index-1v33GjGX.js} +2950 -2632
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.styles.js +9 -9
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +4 -4
- package/dist/components/inputs/code-editor/code-editor.styles.js +14 -14
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.js +15 -14
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.js +2 -2
- package/dist/components/inputs/dropdown/dropdown.d.ts +7 -5
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.js +11 -9
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.styles.js +23 -17
- package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +12 -11
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.js +16 -15
- package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.template.js +2 -2
- package/dist/components/inputs/password-field/password-field.d.ts +8 -8
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +16 -16
- package/dist/components/inputs/password-field/password-field.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.styles.js +18 -17
- package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.js +3 -3
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.styles.js +11 -11
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +4 -4
- package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.styles.js +17 -16
- package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.js +37 -67
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.styles.js +2 -2
- package/dist/components/inputs/stepper/stepper.template.js +2 -2
- package/dist/components/inputs/switch/switch.styles.js +13 -13
- package/dist/components/inputs/switch-field/switch-field.styles.js +4 -4
- package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.styles.js +17 -16
- package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.js +12 -12
- package/dist/components/inputs/token/token.styles.js +5 -5
- package/dist/components/inputs/token/token.template.js +1 -1
- package/dist/components/layout/app-view/app-view.styles.js +4 -4
- package/dist/components/layout/box/box.styles.js +2 -2
- package/dist/components/layout/card/card.styles.js +4 -4
- package/dist/components/layout/collection/collection.styles.js +6 -6
- package/dist/components/layout/divider/divider.styles.js +2 -2
- package/dist/components/layout/page/page.styles.js +9 -9
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +15 -14
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +6 -6
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +6 -6
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +14 -14
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +6 -6
- package/dist/components/layout/popover/popover.styles.js +4 -4
- package/dist/components/layout/sheet/sheet.d.ts +17 -4
- package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.js +40 -6
- package/dist/components/layout/sheet/sheet.js.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.js +28 -35
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/layout/spacer/spacer.styles.js +5 -5
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +9 -9
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +34 -34
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +6 -6
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +4 -4
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +3 -3
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +7 -7
- package/dist/components/layout/window/window.styles.js +8 -8
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js +5 -5
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +5 -5
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +9 -9
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +1 -1
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +6 -6
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +6 -6
- package/dist/components/lists-and-menus/list/list.styles.js +13 -13
- package/dist/components/lists-and-menus/list-item/list-item.styles.js +21 -21
- package/dist/components/lists-and-menus/menu/menu.d.ts +160 -29
- package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +2 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.i18n.js +2 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.js +534 -102
- package/dist/components/lists-and-menus/menu/menu.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.styles.js +93 -32
- package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.template.js +13 -0
- package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +0 -2
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js +20 -22
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +48 -48
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +11 -9
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -1
- package/dist/components/navigation/link/link.d.ts.map +1 -0
- package/dist/components/navigation/link/link.js.map +1 -0
- package/dist/components/navigation/link/link.styles.d.ts.map +1 -0
- package/dist/components/{actions → navigation}/link/link.styles.js +4 -4
- package/dist/components/navigation/link/link.styles.js.map +1 -0
- package/dist/components/navigation/link/link.template.d.ts.map +1 -0
- package/dist/components/navigation/link/link.template.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.d.ts +17 -5
- package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.js +79 -34
- package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.styles.js +2 -2
- package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.template.js +12 -2
- package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +16 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +22 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +19 -19
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +2 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.d.ts +12 -0
- package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.js +19 -0
- package/dist/components/navigation/pagination/pagination.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.js +47 -77
- package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.js +23 -16
- package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
- package/dist/components/navigation/skip-link/skip-link.styles.js +9 -9
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +28 -51
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +57 -70
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +15 -15
- package/dist/components/{prism-typescript-BlIir5CV.js → prism-typescript-D2EqsCqV.js} +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.js +7 -7
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +7 -7
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +5 -5
- package/dist/css/rich-text.css +85 -58
- package/dist/css/settings.css +36 -33
- package/dist/utilities/os.d.ts +27 -0
- package/dist/utilities/os.d.ts.map +1 -0
- package/dist/utilities/os.js +60 -0
- package/dist/utilities/os.js.map +1 -0
- package/package.json +5 -5
- package/dist/components/actions/link/link.d.ts.map +0 -1
- package/dist/components/actions/link/link.js.map +0 -1
- package/dist/components/actions/link/link.styles.d.ts.map +0 -1
- package/dist/components/actions/link/link.styles.js.map +0 -1
- package/dist/components/actions/link/link.template.d.ts.map +0 -1
- package/dist/components/actions/link/link.template.js.map +0 -1
- /package/dist/components/{actions → navigation}/link/link.d.ts +0 -0
- /package/dist/components/{actions → navigation}/link/link.js +0 -0
- /package/dist/components/{actions → navigation}/link/link.styles.d.ts +0 -0
- /package/dist/components/{actions → navigation}/link/link.template.d.ts +0 -0
- /package/dist/components/{actions → navigation}/link/link.template.js +0 -0
|
@@ -31,6 +31,7 @@ export const numberFieldStyles = css `
|
|
|
31
31
|
|
|
32
32
|
:host([width]) {
|
|
33
33
|
width: var(--_width);
|
|
34
|
+
max-width: 100%;
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
|
|
@@ -38,22 +39,22 @@ export const numberFieldStyles = css `
|
|
|
38
39
|
|
|
39
40
|
.number-field {
|
|
40
41
|
display: inline-flex;
|
|
42
|
+
box-sizing: border-box;
|
|
43
|
+
border: var(--semantics-input-fields-border);
|
|
44
|
+
background-color: var(--semantics-input-fields-background-color);
|
|
41
45
|
flex-direction: row;
|
|
42
46
|
align-items: center;
|
|
43
|
-
background-color: var(--semantics-input-fields-background-color);
|
|
44
|
-
border: var(--semantics-input-fields-border);
|
|
45
|
-
box-sizing: border-box;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
:host([size='sm']) .number-field {
|
|
49
|
-
height: var(--semantics-controls-sm-min-size);
|
|
50
50
|
border-radius: var(--semantics-controls-sm-corner-radius);
|
|
51
|
+
height: var(--semantics-controls-sm-min-size);
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
:host([size='md']) .number-field,
|
|
54
55
|
:host(:not([size])) .number-field {
|
|
55
|
-
height: var(--semantics-controls-md-min-size);
|
|
56
56
|
border-radius: var(--semantics-controls-md-corner-radius);
|
|
57
|
+
height: var(--semantics-controls-md-min-size);
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
:host([width="full"]) .number-field,
|
|
@@ -73,8 +74,8 @@ export const numberFieldStyles = css `
|
|
|
73
74
|
.number-field__decrement-button,
|
|
74
75
|
.number-field__increment-button {
|
|
75
76
|
display: flex;
|
|
76
|
-
align-items: center;
|
|
77
77
|
height: 100%;
|
|
78
|
+
align-items: center;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
:host([size='sm']) .number-field__decrement-button {
|
|
@@ -99,26 +100,26 @@ export const numberFieldStyles = css `
|
|
|
99
100
|
/* # Input */
|
|
100
101
|
|
|
101
102
|
.number-field__input {
|
|
102
|
-
|
|
103
|
+
box-sizing: border-box;
|
|
104
|
+
margin: 0;
|
|
103
105
|
border: none;
|
|
106
|
+
outline: none;
|
|
104
107
|
background: transparent;
|
|
105
|
-
margin: 0;
|
|
106
108
|
padding: 0 var(--primitives-space-6);
|
|
107
|
-
outline: none;
|
|
108
|
-
box-sizing: border-box;
|
|
109
|
-
color: var(--semantics-content-color);
|
|
110
109
|
text-align: center;
|
|
110
|
+
color: var(--semantics-content-color);
|
|
111
|
+
appearance: none;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
:host([size='sm']) .number-field__input {
|
|
114
|
-
font: var(--semantics-input-fields-sm-text-font);
|
|
115
115
|
min-width: var(--semantics-controls-sm-min-size);
|
|
116
|
+
font: var(--semantics-input-fields-sm-text-font);
|
|
116
117
|
}
|
|
117
118
|
|
|
118
119
|
:host([size='md']) .number-field__input,
|
|
119
120
|
:host(:not([size])) .number-field__input {
|
|
120
|
-
font: var(--semantics-input-fields-md-text-font);
|
|
121
121
|
min-width: var(--semantics-controls-md-min-size);
|
|
122
|
+
font: var(--semantics-input-fields-md-text-font);
|
|
122
123
|
}
|
|
123
124
|
|
|
124
125
|
.number-field__input[type='number'] {
|
|
@@ -127,8 +128,8 @@ export const numberFieldStyles = css `
|
|
|
127
128
|
|
|
128
129
|
.number-field__input::-webkit-outer-spin-button,
|
|
129
130
|
.number-field__input::-webkit-inner-spin-button {
|
|
130
|
-
-webkit-appearance: none;
|
|
131
131
|
margin: 0;
|
|
132
|
+
-webkit-appearance: none;
|
|
132
133
|
}
|
|
133
134
|
|
|
134
135
|
:host([hide-spin-buttons]) .number-field__input {
|
|
@@ -147,8 +148,8 @@ export const numberFieldStyles = css `
|
|
|
147
148
|
|
|
148
149
|
:host([width="full"]) .number-field__input,
|
|
149
150
|
:host([width]) .number-field__input {
|
|
150
|
-
flex-grow: 1;
|
|
151
151
|
min-width: 0;
|
|
152
|
+
flex-grow: 1;
|
|
152
153
|
}
|
|
153
154
|
`;
|
|
154
155
|
//# sourceMappingURL=number-field.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/number-field/number-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"number-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/number-field/number-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJnC,CAAC"}
|
|
@@ -16,7 +16,7 @@ export function numberFieldTemplate(component) {
|
|
|
16
16
|
size=${iconButtonSize}
|
|
17
17
|
icon="minus"
|
|
18
18
|
text=${component._t('components.number-field.decrement-action')}
|
|
19
|
-
|
|
19
|
+
tooltip-timing="never"
|
|
20
20
|
?disabled=${component.disabled || !canDecrease}
|
|
21
21
|
@click=${component._handleDecrease}
|
|
22
22
|
></nldd-icon-button>
|
|
@@ -42,7 +42,7 @@ export function numberFieldTemplate(component) {
|
|
|
42
42
|
size=${iconButtonSize}
|
|
43
43
|
icon="plus"
|
|
44
44
|
text=${component._t('components.number-field.increment-action')}
|
|
45
|
-
|
|
45
|
+
tooltip-timing="never"
|
|
46
46
|
?disabled=${component.disabled || !canIncrease}
|
|
47
47
|
@click=${component._handleIncrease}
|
|
48
48
|
></nldd-icon-button>
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
* @attr {boolean} invalid - Marks the field as invalid
|
|
14
14
|
* @attr {boolean} disabled - Disabled state
|
|
15
15
|
* @attr {boolean} masked - Whether the password is masked (default: true)
|
|
16
|
-
* @attr {string} show-text - Visible toggle button text when masked (default: 'Toon')
|
|
17
|
-
* @attr {string} hide-text - Visible toggle button text when unmasked (default: 'Verberg')
|
|
18
|
-
* @attr {string} show-accessible-label - aria-label for toggle when masked (default: 'Toon wachtwoord')
|
|
19
|
-
* @attr {string} hide-accessible-label - aria-label for toggle when unmasked (default: 'Verberg wachtwoord')
|
|
16
|
+
* @attr {string} show-button-text - Visible toggle button text when masked (default: 'Toon')
|
|
17
|
+
* @attr {string} hide-button-text - Visible toggle button text when unmasked (default: 'Verberg')
|
|
18
|
+
* @attr {string} show-button-accessible-label - aria-label for toggle when masked (default: 'Toon wachtwoord')
|
|
19
|
+
* @attr {string} hide-button-accessible-label - aria-label for toggle when unmasked (default: 'Verberg wachtwoord')
|
|
20
20
|
* @attr {boolean} readonly - Readonly state
|
|
21
21
|
* @attr {boolean} required - Required state
|
|
22
22
|
* @attr {string} name - Input name for form submission
|
|
@@ -50,13 +50,13 @@ export declare class NLDDPasswordField extends LitElement {
|
|
|
50
50
|
disabled: boolean;
|
|
51
51
|
masked: boolean;
|
|
52
52
|
/** Visible button label when the field is masked. Override for localisation. */
|
|
53
|
-
|
|
53
|
+
showButtonText: string;
|
|
54
54
|
/** Visible button label when the field is unmasked. Override for localisation. */
|
|
55
|
-
|
|
55
|
+
hideButtonText: string;
|
|
56
56
|
/** Accessible aria-label for the toggle button when the field is masked. Override for localisation. */
|
|
57
|
-
|
|
57
|
+
showButtonAccessibleLabel: string;
|
|
58
58
|
/** Accessible aria-label for the toggle button when the field is unmasked. Override for localisation. */
|
|
59
|
-
|
|
59
|
+
hideButtonAccessibleLabel: string;
|
|
60
60
|
readonly: boolean;
|
|
61
61
|
required: boolean;
|
|
62
62
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-field.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKtD,qBACa,iBAAkB,SAAQ,UAAU;IAChD,MAAM,CAAC,cAAc,UAAQ;IAE7B,OAAgB,iBAAiB;;;;;;;MAG/B;IAEF,OAAgB,MAAM,0BAAuB;IAE7C,OAAO,CAAC,UAAU,CAA0B;IAE5C,OAAO,CAAC,aAAa,CAAM;IAG3B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IAGzB,KAAK,SAAM;IAGX,OAAO,SAAM;IAGb,WAAW,SAAM;IAGjB,KAAK,UAAS;IAGd,OAAO,UAAS;IAGhB,QAAQ,UAAS;IAGjB,MAAM,UAAQ;IAEd,gFAAgF;IAEhF,
|
|
1
|
+
{"version":3,"file":"password-field.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKtD,qBACa,iBAAkB,SAAQ,UAAU;IAChD,MAAM,CAAC,cAAc,UAAQ;IAE7B,OAAgB,iBAAiB;;;;;;;MAG/B;IAEF,OAAgB,MAAM,0BAAuB;IAE7C,OAAO,CAAC,UAAU,CAA0B;IAE5C,OAAO,CAAC,aAAa,CAAM;IAG3B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IAGzB,KAAK,SAAM;IAGX,OAAO,SAAM;IAGb,WAAW,SAAM;IAGjB,KAAK,UAAS;IAGd,OAAO,UAAS;IAGhB,QAAQ,UAAS;IAGjB,MAAM,UAAQ;IAEd,gFAAgF;IAEhF,cAAc,SAAU;IAExB,kFAAkF;IAElF,cAAc,SAAa;IAE3B,uGAAuG;IAEvG,yBAAyB,SAAqB;IAE9C,yGAAyG;IAEzG,yBAAyB,SAAwB;IAGjD,QAAQ,UAAS;IAGjB,QAAQ,UAAS;IAGjB,IAAI,SAAM;IAGV,YAAY,SAAM;IAElB,6FAA6F;IAE7F,eAAe,SAAM;IAGrB,eAAe,SAAM;IAErB,oGAAoG;IAEpG,KAAK,SAAM;IAGX,OAAO,CAAC,MAAM,CAAoB;IAEzB,YAAY,IAAI,IAAI;IAIpB,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;IAc/C,iBAAiB,IAAI,IAAI;IAIzB,oBAAoB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAI7C,wBAAwB,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI;IAI/D,YAAY,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAW5B,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAW7B,aAAa,IAAI,IAAI;IAIrB,KAAK,IAAI,IAAI;IAIb,IAAI,IAAI,IAAI;IAIV,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,qBAAqB,EAAE,iBAAiB,CAAC;KACzC;CACD"}
|
|
@@ -19,10 +19,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
* @attr {boolean} invalid - Marks the field as invalid
|
|
20
20
|
* @attr {boolean} disabled - Disabled state
|
|
21
21
|
* @attr {boolean} masked - Whether the password is masked (default: true)
|
|
22
|
-
* @attr {string} show-text - Visible toggle button text when masked (default: 'Toon')
|
|
23
|
-
* @attr {string} hide-text - Visible toggle button text when unmasked (default: 'Verberg')
|
|
24
|
-
* @attr {string} show-accessible-label - aria-label for toggle when masked (default: 'Toon wachtwoord')
|
|
25
|
-
* @attr {string} hide-accessible-label - aria-label for toggle when unmasked (default: 'Verberg wachtwoord')
|
|
22
|
+
* @attr {string} show-button-text - Visible toggle button text when masked (default: 'Toon')
|
|
23
|
+
* @attr {string} hide-button-text - Visible toggle button text when unmasked (default: 'Verberg')
|
|
24
|
+
* @attr {string} show-button-accessible-label - aria-label for toggle when masked (default: 'Toon wachtwoord')
|
|
25
|
+
* @attr {string} hide-button-accessible-label - aria-label for toggle when unmasked (default: 'Verberg wachtwoord')
|
|
26
26
|
* @attr {boolean} readonly - Readonly state
|
|
27
27
|
* @attr {boolean} required - Required state
|
|
28
28
|
* @attr {string} name - Input name for form submission
|
|
@@ -51,13 +51,13 @@ let NLDDPasswordField = class NLDDPasswordField extends LitElement {
|
|
|
51
51
|
this.disabled = false;
|
|
52
52
|
this.masked = true;
|
|
53
53
|
/** Visible button label when the field is masked. Override for localisation. */
|
|
54
|
-
this.
|
|
54
|
+
this.showButtonText = 'Toon';
|
|
55
55
|
/** Visible button label when the field is unmasked. Override for localisation. */
|
|
56
|
-
this.
|
|
56
|
+
this.hideButtonText = 'Verberg';
|
|
57
57
|
/** Accessible aria-label for the toggle button when the field is masked. Override for localisation. */
|
|
58
|
-
this.
|
|
58
|
+
this.showButtonAccessibleLabel = 'Toon wachtwoord';
|
|
59
59
|
/** Accessible aria-label for the toggle button when the field is unmasked. Override for localisation. */
|
|
60
|
-
this.
|
|
60
|
+
this.hideButtonAccessibleLabel = 'Verberg wachtwoord';
|
|
61
61
|
this.readonly = false;
|
|
62
62
|
this.required = false;
|
|
63
63
|
this.name = '';
|
|
@@ -159,17 +159,17 @@ __decorate([
|
|
|
159
159
|
property({ type: Boolean, reflect: true })
|
|
160
160
|
], NLDDPasswordField.prototype, "masked", void 0);
|
|
161
161
|
__decorate([
|
|
162
|
-
property({ type: String, attribute: 'show-text' })
|
|
163
|
-
], NLDDPasswordField.prototype, "
|
|
162
|
+
property({ type: String, attribute: 'show-button-text' })
|
|
163
|
+
], NLDDPasswordField.prototype, "showButtonText", void 0);
|
|
164
164
|
__decorate([
|
|
165
|
-
property({ type: String, attribute: 'hide-text' })
|
|
166
|
-
], NLDDPasswordField.prototype, "
|
|
165
|
+
property({ type: String, attribute: 'hide-button-text' })
|
|
166
|
+
], NLDDPasswordField.prototype, "hideButtonText", void 0);
|
|
167
167
|
__decorate([
|
|
168
|
-
property({ type: String, attribute: 'show-accessible-label' })
|
|
169
|
-
], NLDDPasswordField.prototype, "
|
|
168
|
+
property({ type: String, attribute: 'show-button-accessible-label' })
|
|
169
|
+
], NLDDPasswordField.prototype, "showButtonAccessibleLabel", void 0);
|
|
170
170
|
__decorate([
|
|
171
|
-
property({ type: String, attribute: 'hide-accessible-label' })
|
|
172
|
-
], NLDDPasswordField.prototype, "
|
|
171
|
+
property({ type: String, attribute: 'hide-button-accessible-label' })
|
|
172
|
+
], NLDDPasswordField.prototype, "hideButtonAccessibleLabel", void 0);
|
|
173
173
|
__decorate([
|
|
174
174
|
property({ type: Boolean, reflect: true })
|
|
175
175
|
], NLDDPasswordField.prototype, "readonly", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-field.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,UAAU,EAAuB,MAAM,KAAK,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAG9D,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,UAAU;IAA1C;;QAUE,eAAU,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;QAEpC,kBAAa,GAAG,EAAE,CAAC;QAG3B,SAAI,GAAgB,IAAI,CAAC;QAGzB,UAAK,GAAG,EAAE,CAAC;QAGX,YAAO,GAAG,EAAE,CAAC;QAGb,gBAAW,GAAG,EAAE,CAAC;QAGjB,UAAK,GAAG,KAAK,CAAC;QAGd,YAAO,GAAG,KAAK,CAAC;QAGhB,aAAQ,GAAG,KAAK,CAAC;QAGjB,WAAM,GAAG,IAAI,CAAC;QAEd,gFAAgF;QAEhF,
|
|
1
|
+
{"version":3,"file":"password-field.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"password-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAgO/B,CAAC"}
|
|
@@ -11,6 +11,7 @@ export const passwordFieldStyles = css `
|
|
|
11
11
|
|
|
12
12
|
display: block;
|
|
13
13
|
width: var(--_width);
|
|
14
|
+
max-width: 100%;
|
|
14
15
|
-webkit-tap-highlight-color: transparent;
|
|
15
16
|
}
|
|
16
17
|
|
|
@@ -23,25 +24,25 @@ export const passwordFieldStyles = css `
|
|
|
23
24
|
|
|
24
25
|
.password-field {
|
|
25
26
|
display: flex;
|
|
26
|
-
flex-direction: row;
|
|
27
|
-
align-items: center;
|
|
28
|
-
overflow: hidden;
|
|
29
27
|
box-sizing: border-box;
|
|
30
28
|
border: var(--semantics-input-fields-border);
|
|
31
29
|
background-color: var(--_background-color);
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
flex-direction: row;
|
|
32
|
+
align-items: center;
|
|
32
33
|
}
|
|
33
34
|
|
|
34
35
|
:host([size='sm']) .password-field {
|
|
35
|
-
padding-left: calc(var(--semantics-controls-sm-inline-padding) - var(--semantics-input-fields-border-thickness));
|
|
36
|
-
min-height: var(--semantics-controls-sm-min-size);
|
|
37
36
|
border-radius: var(--semantics-controls-sm-corner-radius);
|
|
37
|
+
min-height: var(--semantics-controls-sm-min-size);
|
|
38
|
+
padding-left: calc(var(--semantics-controls-sm-inline-padding) - var(--semantics-input-fields-border-thickness));
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
:host([size='md']) .password-field,
|
|
41
42
|
:host(:not([size])) .password-field {
|
|
42
|
-
padding-left: calc(var(--semantics-controls-md-inline-padding) - var(--semantics-input-fields-border-thickness));
|
|
43
|
-
min-height: var(--semantics-controls-md-min-size);
|
|
44
43
|
border-radius: var(--semantics-controls-md-corner-radius);
|
|
44
|
+
min-height: var(--semantics-controls-md-min-size);
|
|
45
|
+
padding-left: calc(var(--semantics-controls-md-inline-padding) - var(--semantics-input-fields-border-thickness));
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
:host([valid]) .password-field {
|
|
@@ -80,16 +81,16 @@ export const passwordFieldStyles = css `
|
|
|
80
81
|
/* # Input */
|
|
81
82
|
|
|
82
83
|
.password-field__input {
|
|
83
|
-
flex-grow: 1;
|
|
84
|
-
min-width: 0;
|
|
85
|
-
overflow: hidden;
|
|
86
84
|
box-sizing: border-box;
|
|
87
|
-
padding: 0;
|
|
88
85
|
margin: 0;
|
|
89
|
-
color: var(--semantics-content-color);
|
|
90
|
-
background: transparent;
|
|
91
86
|
border: none;
|
|
92
87
|
outline: none;
|
|
88
|
+
background: transparent;
|
|
89
|
+
min-width: 0;
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
padding: 0;
|
|
92
|
+
flex-grow: 1;
|
|
93
|
+
color: var(--semantics-content-color);
|
|
93
94
|
appearance: none;
|
|
94
95
|
}
|
|
95
96
|
|
|
@@ -140,9 +141,9 @@ export const passwordFieldStyles = css `
|
|
|
140
141
|
|
|
141
142
|
.password-field__input-fade {
|
|
142
143
|
position: relative;
|
|
144
|
+
width: 0;
|
|
143
145
|
flex-shrink: 0;
|
|
144
146
|
align-self: stretch;
|
|
145
|
-
width: 0;
|
|
146
147
|
}
|
|
147
148
|
|
|
148
149
|
.password-field__input-fade::after {
|
|
@@ -151,10 +152,10 @@ export const passwordFieldStyles = css `
|
|
|
151
152
|
top: 0;
|
|
152
153
|
bottom: 0;
|
|
153
154
|
right: 0;
|
|
154
|
-
width: var(--primitives-space-8);
|
|
155
155
|
border-radius: var(--semantics-controls-md-corner-radius);
|
|
156
156
|
background: linear-gradient(90deg, color-mix(in oklch, var(--_background-color) 0%, transparent) 0%, var(--_background-color) 100%);
|
|
157
157
|
pointer-events: none;
|
|
158
|
+
width: var(--primitives-space-8);
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
|
|
@@ -162,10 +163,10 @@ export const passwordFieldStyles = css `
|
|
|
162
163
|
|
|
163
164
|
.password-field__validation-icon-area {
|
|
164
165
|
display: flex;
|
|
166
|
+
height: 100%;
|
|
165
167
|
align-items: center;
|
|
166
168
|
justify-content: center;
|
|
167
169
|
flex-shrink: 0;
|
|
168
|
-
height: 100%;
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
:host([size='sm']) .password-field__validation-icon-area {
|
|
@@ -201,10 +202,10 @@ export const passwordFieldStyles = css `
|
|
|
201
202
|
|
|
202
203
|
.password-field__visibility-toggle-button {
|
|
203
204
|
display: flex;
|
|
205
|
+
height: 100%;
|
|
204
206
|
align-items: center;
|
|
205
207
|
justify-content: center;
|
|
206
208
|
flex-shrink: 0;
|
|
207
|
-
height: 100%;
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
:host([size='sm']) .password-field__visibility-toggle-button {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"password-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgOrC,CAAC"}
|
|
@@ -26,8 +26,8 @@ function renderValidationIcon(component) {
|
|
|
26
26
|
}
|
|
27
27
|
function renderVisibilityToggle(component) {
|
|
28
28
|
const buttonSize = component.size === 'sm' ? 'xs' : 'sm';
|
|
29
|
-
const label = component.masked ? component.
|
|
30
|
-
const accessibleLabel = component.masked ? component.
|
|
29
|
+
const label = component.masked ? component.showButtonText : component.hideButtonText;
|
|
30
|
+
const accessibleLabel = component.masked ? component.showButtonAccessibleLabel : component.hideButtonAccessibleLabel;
|
|
31
31
|
return html `
|
|
32
32
|
<div class="password-field__visibility-toggle-button">
|
|
33
33
|
<nldd-button
|
|
@@ -37,7 +37,7 @@ function renderVisibilityToggle(component) {
|
|
|
37
37
|
accessible-label=${accessibleLabel}
|
|
38
38
|
?disabled=${component.disabled}
|
|
39
39
|
@click=${component._handleToggle}
|
|
40
|
-
@
|
|
40
|
+
@pointerdown=${(e) => e.preventDefault()}
|
|
41
41
|
></nldd-button>
|
|
42
42
|
</div>
|
|
43
43
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-field.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAEpD,OAAO,8BAA8B,CAAC;AACtC,OAAO,kCAAkC,CAAC;AAE1C,SAAS,oBAAoB,CAAC,SAA4B;IACzD,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;QACvB,OAAO,IAAI,CAAA;;;;;;;GAOV,CAAC;IACH,CAAC;IACD,IAAI,SAAS,CAAC,KAAK,EAAE,CAAC;QACrB,OAAO,IAAI,CAAA;;;;;;;GAOV,CAAC;IACH,CAAC;IACD,OAAO,OAAO,CAAC;AAChB,CAAC;AAED,SAAS,sBAAsB,CAAC,SAA4B;IAC3D,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IACzD,MAAM,KAAK,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"password-field.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAEpD,OAAO,8BAA8B,CAAC;AACtC,OAAO,kCAAkC,CAAC;AAE1C,SAAS,oBAAoB,CAAC,SAA4B;IACzD,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;QACvB,OAAO,IAAI,CAAA;;;;;;;GAOV,CAAC;IACH,CAAC;IACD,IAAI,SAAS,CAAC,KAAK,EAAE,CAAC;QACrB,OAAO,IAAI,CAAA;;;;;;;GAOV,CAAC;IACH,CAAC;IACD,OAAO,OAAO,CAAC;AAChB,CAAC;AAED,SAAS,sBAAsB,CAAC,SAA4B;IAC3D,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IACzD,MAAM,KAAK,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC;IACrF,MAAM,eAAe,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC,yBAAyB,CAAC;IAErH,OAAO,IAAI,CAAA;;;WAGD,UAAU;;WAEV,KAAK;uBACO,eAAe;gBACtB,SAAS,CAAC,QAAQ;aACrB,SAAS,CAAC,aAAa;mBACjB,CAAC,CAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE;;;EAGjD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,SAA4B;IACjE,OAAO,IAAI,CAAA;;yCAE6B,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE;SACnE,SAAS,CAAC,OAAO,IAAI,OAAO;WAC1B,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM;aACpC,SAAS,CAAC,KAAK;kBACV,SAAS,CAAC,WAAW,IAAI,OAAO;gBAClC,SAAS,CAAC,QAAQ;gBAClB,SAAS,CAAC,QAAQ;gBAClB,SAAS,CAAC,QAAQ;WACvB,SAAS,CAAC,IAAI,IAAI,OAAO;mBACjB,SAAS,CAAC,YAAY,IAAI,OAAO;iBACnC,SAAS,CAAC,eAAe,IAAI,OAAO;uBAC9B,SAAS,CAAC,eAAe,IAAI,OAAO;mBACxC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;aAC1C,SAAS,CAAC,YAAY;cACrB,SAAS,CAAC,aAAa;;;KAGhC,oBAAoB,CAAC,SAAS,CAAC;KAC/B,sBAAsB,CAAC,SAAS,CAAC;;EAEpC,CAAC;AACH,CAAC"}
|
|
@@ -6,11 +6,11 @@ export const radioButtonStyles = css `
|
|
|
6
6
|
|
|
7
7
|
:host {
|
|
8
8
|
display: inline-flex;
|
|
9
|
-
align-items: center;
|
|
10
|
-
justify-content: center;
|
|
11
9
|
position: relative;
|
|
12
10
|
width: var(--semantics-controls-xs-min-size);
|
|
13
11
|
height: var(--semantics-controls-xs-min-size);
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
14
|
-webkit-tap-highlight-color: transparent;
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -24,11 +24,11 @@ export const radioButtonStyles = css `
|
|
|
24
24
|
.radio-button__input {
|
|
25
25
|
position: absolute;
|
|
26
26
|
inset: 0;
|
|
27
|
-
width: 100%;
|
|
28
|
-
height: 100%;
|
|
29
|
-
margin: 0;
|
|
30
27
|
opacity: 0;
|
|
31
28
|
z-index: 1;
|
|
29
|
+
margin: 0;
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: 100%;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
|
|
@@ -37,11 +37,11 @@ export const radioButtonStyles = css `
|
|
|
37
37
|
.radio-button__outer-shape {
|
|
38
38
|
position: relative;
|
|
39
39
|
box-sizing: border-box;
|
|
40
|
-
width: var(--semantics-controls-xs-min-size);
|
|
41
|
-
height: var(--semantics-controls-xs-min-size);
|
|
42
40
|
border-radius: 50%;
|
|
43
41
|
border: var(--components-radio-button-border-thickness) solid var(--components-radio-button-border-color);
|
|
44
42
|
background-color: var(--components-radio-button-background-color);
|
|
43
|
+
width: var(--semantics-controls-xs-min-size);
|
|
44
|
+
height: var(--semantics-controls-xs-min-size);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -51,12 +51,12 @@ export const radioButtonStyles = css `
|
|
|
51
51
|
position: absolute;
|
|
52
52
|
top: 50%;
|
|
53
53
|
left: 50%;
|
|
54
|
-
|
|
55
|
-
width: var(--primitives-space-20);
|
|
56
|
-
height: var(--primitives-space-20);
|
|
54
|
+
box-sizing: border-box;
|
|
57
55
|
border-radius: 50%;
|
|
58
56
|
border: var(--components-radio-button-is-selected-inner-shape-border-thickness) solid var(--components-radio-button-is-selected-inner-shape-border-color);
|
|
59
|
-
|
|
57
|
+
width: var(--primitives-space-20);
|
|
58
|
+
height: var(--primitives-space-20);
|
|
59
|
+
transform: translate(-50%, -50%) scale(0);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
|
|
@@ -17,10 +17,10 @@ export const radioButtonFieldStyles = css `
|
|
|
17
17
|
|
|
18
18
|
.radio-button-field {
|
|
19
19
|
display: flex;
|
|
20
|
+
min-height: var(--semantics-controls-md-min-size);
|
|
20
21
|
flex-direction: row;
|
|
21
22
|
align-items: flex-start;
|
|
22
23
|
gap: var(--primitives-space-8);
|
|
23
|
-
min-height: var(--semantics-controls-md-min-size);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
|
|
@@ -28,8 +28,8 @@ export const radioButtonFieldStyles = css `
|
|
|
28
28
|
|
|
29
29
|
.radio-button-field__control {
|
|
30
30
|
display: flex;
|
|
31
|
-
flex-shrink: 0;
|
|
32
31
|
min-height: var(--semantics-controls-md-min-size);
|
|
32
|
+
flex-shrink: 0;
|
|
33
33
|
align-items: center;
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -37,12 +37,12 @@ export const radioButtonFieldStyles = css `
|
|
|
37
37
|
/* # Label */
|
|
38
38
|
|
|
39
39
|
.radio-button-field__label {
|
|
40
|
-
padding-top: calc((var(--semantics-controls-md-min-size) - 1em * var(--primitives-line-height-snug)) / 2);
|
|
41
40
|
display: flex;
|
|
41
|
+
cursor: default;
|
|
42
|
+
padding-top: calc((var(--semantics-controls-md-min-size) - 1em * var(--primitives-line-height-snug)) / 2);
|
|
42
43
|
flex-grow: 1;
|
|
43
44
|
font: var(--primitives-font-body-md-regular-snug);
|
|
44
45
|
color: var(--semantics-content-color);
|
|
45
|
-
cursor: default;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
:host([disabled]) .radio-button-field__label {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"search-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAoL7B,CAAC"}
|
|
@@ -11,6 +11,7 @@ export const searchFieldStyles = css `
|
|
|
11
11
|
|
|
12
12
|
display: block;
|
|
13
13
|
width: var(--_width);
|
|
14
|
+
max-width: 100%;
|
|
14
15
|
min-width: 0;
|
|
15
16
|
-webkit-tap-highlight-color: transparent;
|
|
16
17
|
}
|
|
@@ -30,23 +31,23 @@ export const searchFieldStyles = css `
|
|
|
30
31
|
.search-field {
|
|
31
32
|
position: relative;
|
|
32
33
|
display: flex;
|
|
33
|
-
flex-direction: row;
|
|
34
|
-
align-items: center;
|
|
35
34
|
box-sizing: border-box;
|
|
36
|
-
width: 100%;
|
|
37
|
-
background-color: var(--_background-color);
|
|
38
35
|
border: var(--semantics-input-fields-border);
|
|
36
|
+
background-color: var(--_background-color);
|
|
37
|
+
width: 100%;
|
|
38
|
+
flex-direction: row;
|
|
39
|
+
align-items: center;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
:host([size='sm']) .search-field {
|
|
42
|
-
min-height: var(--semantics-controls-sm-min-size);
|
|
43
43
|
border-radius: var(--semantics-controls-sm-corner-radius);
|
|
44
|
+
min-height: var(--semantics-controls-sm-min-size);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
:host([size='md']) .search-field,
|
|
47
48
|
:host(:not([size])) .search-field {
|
|
48
|
-
min-height: var(--semantics-controls-md-min-size);
|
|
49
49
|
border-radius: var(--semantics-controls-md-corner-radius);
|
|
50
|
+
min-height: var(--semantics-controls-md-min-size);
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
.search-field:has(.search-field__input:focus-visible) {
|
|
@@ -72,32 +73,32 @@ export const searchFieldStyles = css `
|
|
|
72
73
|
}
|
|
73
74
|
|
|
74
75
|
:host([size='sm']) .search-field__search-icon {
|
|
76
|
+
margin-inline: calc((var(--semantics-controls-sm-min-size) - var(--primitives-space-20)) / 2 - var(--semantics-input-fields-border-thickness));
|
|
75
77
|
width: var(--primitives-space-20);
|
|
76
78
|
height: var(--primitives-space-20);
|
|
77
|
-
margin-inline: calc((var(--semantics-controls-sm-min-size) - var(--primitives-space-20)) / 2 - var(--semantics-input-fields-border-thickness));
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
:host([size='md']) .search-field__search-icon,
|
|
81
82
|
:host(:not([size])) .search-field__search-icon {
|
|
83
|
+
margin-inline: calc((var(--semantics-controls-md-min-size) - var(--primitives-space-24)) / 2 - var(--semantics-input-fields-border-thickness));
|
|
82
84
|
width: var(--primitives-space-24);
|
|
83
85
|
height: var(--primitives-space-24);
|
|
84
|
-
margin-inline: calc((var(--semantics-controls-md-min-size) - var(--primitives-space-24)) / 2 - var(--semantics-input-fields-border-thickness));
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
|
|
88
89
|
/* # Input */
|
|
89
90
|
|
|
90
91
|
.search-field__input {
|
|
91
|
-
|
|
92
|
+
box-sizing: border-box;
|
|
93
|
+
margin: 0;
|
|
92
94
|
border: none;
|
|
95
|
+
outline: none;
|
|
93
96
|
background: transparent;
|
|
94
|
-
|
|
97
|
+
min-width: 0;
|
|
95
98
|
padding: 0;
|
|
96
|
-
outline: none;
|
|
97
|
-
box-sizing: border-box;
|
|
98
99
|
flex: 1;
|
|
99
|
-
min-width: 0;
|
|
100
100
|
color: var(--semantics-content-color);
|
|
101
|
+
appearance: none;
|
|
101
102
|
}
|
|
102
103
|
|
|
103
104
|
:host([size='sm']) .search-field__input {
|
|
@@ -127,9 +128,9 @@ export const searchFieldStyles = css `
|
|
|
127
128
|
|
|
128
129
|
.search-field__input-fade {
|
|
129
130
|
position: relative;
|
|
131
|
+
width: 0;
|
|
130
132
|
flex-shrink: 0;
|
|
131
133
|
align-self: stretch;
|
|
132
|
-
width: 0;
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
.search-field__input-fade::after {
|
|
@@ -138,9 +139,9 @@ export const searchFieldStyles = css `
|
|
|
138
139
|
top: 0;
|
|
139
140
|
bottom: 0;
|
|
140
141
|
right: 0;
|
|
141
|
-
width: var(--primitives-space-8);
|
|
142
142
|
background: linear-gradient(90deg, color-mix(in oklch, var(--_background-color) 0%, transparent) 0%, var(--_background-color) 100%);
|
|
143
143
|
pointer-events: none;
|
|
144
|
+
width: var(--primitives-space-8);
|
|
144
145
|
}
|
|
145
146
|
|
|
146
147
|
:host([size='sm']) .search-field__input-fade::after {
|
|
@@ -157,9 +158,9 @@ export const searchFieldStyles = css `
|
|
|
157
158
|
|
|
158
159
|
.search-field__end {
|
|
159
160
|
display: flex;
|
|
161
|
+
position: relative;
|
|
160
162
|
flex-shrink: 0;
|
|
161
163
|
align-items: center;
|
|
162
|
-
position: relative;
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
:host([size='sm']) .search-field__end {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"search-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoLnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segmented-control.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/segmented-control/segmented-control.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAuDlC,CAAC;AAEF,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"segmented-control.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/segmented-control/segmented-control.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAuDlC,CAAC;AAEF,eAAO,MAAM,0BAA0B,yBAuItC,CAAC"}
|