@planningcenter/tapestry 3.3.2-qa-889.0 → 3.4.0
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/button/Button.d.ts +1 -0
- package/dist/components/button/Button.d.ts.map +1 -1
- package/dist/components/button/Button.js +1 -0
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/button/DropdownButton.d.ts +18 -4
- package/dist/components/button/DropdownButton.d.ts.map +1 -1
- package/dist/components/button/DropdownButton.js +7 -0
- package/dist/components/button/DropdownButton.js.map +1 -1
- package/dist/components/button/DropdownIconButton.d.ts +8 -0
- package/dist/components/button/DropdownIconButton.d.ts.map +1 -1
- package/dist/components/button/DropdownIconButton.js +8 -0
- package/dist/components/button/DropdownIconButton.js.map +1 -1
- package/dist/components/button/IconButton.d.ts +1 -0
- package/dist/components/button/IconButton.d.ts.map +1 -1
- package/dist/components/button/IconButton.js +1 -0
- package/dist/components/button/IconButton.js.map +1 -1
- package/dist/components/button/LoadingButton.d.ts +1 -0
- package/dist/components/button/LoadingButton.d.ts.map +1 -1
- package/dist/components/button/LoadingButton.js +1 -0
- package/dist/components/button/LoadingButton.js.map +1 -1
- package/dist/components/button/PageHeaderActionsDropdownButton.d.ts +8 -0
- package/dist/components/button/PageHeaderActionsDropdownButton.d.ts.map +1 -1
- package/dist/components/button/PageHeaderActionsDropdownButton.js +8 -0
- package/dist/components/button/PageHeaderActionsDropdownButton.js.map +1 -1
- package/dist/components/checkbox/Checkbox.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/checkbox/Checkbox.js +1 -0
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/combo-box/ComboBox.d.ts +12 -2
- package/dist/components/combo-box/ComboBox.d.ts.map +1 -1
- package/dist/components/combo-box/ComboBox.js +6 -2
- package/dist/components/combo-box/ComboBox.js.map +1 -1
- package/dist/components/date-picker/DatePicker.d.ts +1 -1
- package/dist/components/date-picker/DatePicker.d.ts.map +1 -1
- package/dist/components/date-picker/DatePicker.js +12 -9
- package/dist/components/date-picker/DatePicker.js.map +1 -1
- package/dist/components/dropdown/Dropdown.d.ts +155 -0
- package/dist/components/dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/dropdown/Dropdown.js +103 -0
- package/dist/components/dropdown/Dropdown.js.map +1 -0
- package/dist/components/dropdown/index.d.ts +4 -0
- package/dist/components/dropdown/index.d.ts.map +1 -0
- package/dist/components/input/Input.d.ts +9 -0
- package/dist/components/input/Input.d.ts.map +1 -1
- package/dist/components/input/Input.js +9 -0
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/link/IconLink.d.ts +7 -0
- package/dist/components/link/IconLink.d.ts.map +1 -1
- package/dist/components/link/IconLink.js +7 -0
- package/dist/components/link/IconLink.js.map +1 -1
- package/dist/components/link/Link.d.ts +8 -0
- package/dist/components/link/Link.d.ts.map +1 -1
- package/dist/components/link/Link.js +8 -0
- package/dist/components/link/Link.js.map +1 -1
- package/dist/components/number-stepper/NumberStepper.d.ts +1 -1
- package/dist/components/number-stepper/NumberStepper.d.ts.map +1 -1
- package/dist/components/number-stepper/NumberStepper.js +1 -1
- package/dist/components/number-stepper/NumberStepper.js.map +1 -1
- package/dist/components/page-header/PageHeader.d.ts +8 -0
- package/dist/components/page-header/PageHeader.d.ts.map +1 -1
- package/dist/components/page-header/PageHeader.js +8 -0
- package/dist/components/page-header/PageHeader.js.map +1 -1
- package/dist/components/radio/Radio.d.ts +1 -0
- package/dist/components/radio/Radio.d.ts.map +1 -1
- package/dist/components/radio/Radio.js +1 -0
- package/dist/components/radio/Radio.js.map +1 -1
- package/dist/components/radio-group/RadioGroup.d.ts +1 -0
- package/dist/components/radio-group/RadioGroup.d.ts.map +1 -1
- package/dist/components/radio-group/RadioGroup.js +1 -0
- package/dist/components/radio-group/RadioGroup.js.map +1 -1
- package/dist/components/select/Select.d.ts +9 -0
- package/dist/components/select/Select.d.ts.map +1 -1
- package/dist/components/select/Select.js +9 -0
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select/SelectNative.d.ts +10 -0
- package/dist/components/select/SelectNative.d.ts.map +1 -1
- package/dist/components/select/SelectNative.js +10 -0
- package/dist/components/select/SelectNative.js.map +1 -1
- package/dist/components/select/SelectPopover.d.ts +10 -0
- package/dist/components/select/SelectPopover.d.ts.map +1 -1
- package/dist/components/select/SelectPopover.js +10 -0
- package/dist/components/select/SelectPopover.js.map +1 -1
- package/dist/components/sidenav/Sidenav.d.ts +3 -0
- package/dist/components/sidenav/Sidenav.d.ts.map +1 -1
- package/dist/components/sidenav/Sidenav.js +3 -0
- package/dist/components/sidenav/Sidenav.js.map +1 -1
- package/dist/components/sidenav/SidenavItem.d.ts +3 -0
- package/dist/components/sidenav/SidenavItem.d.ts.map +1 -1
- package/dist/components/sidenav/SidenavItem.js +3 -0
- package/dist/components/sidenav/SidenavItem.js.map +1 -1
- package/dist/components/sidenav/SidenavSection.d.ts +3 -0
- package/dist/components/sidenav/SidenavSection.d.ts.map +1 -1
- package/dist/components/sidenav/SidenavSection.js +3 -0
- package/dist/components/sidenav/SidenavSection.js.map +1 -1
- package/dist/components/text-area/TextArea.d.ts +8 -0
- package/dist/components/text-area/TextArea.d.ts.map +1 -1
- package/dist/components/text-area/TextArea.js +8 -0
- package/dist/components/text-area/TextArea.js.map +1 -1
- package/dist/components/time-field/TimeField.d.ts +1 -1
- package/dist/components/time-field/TimeField.d.ts.map +1 -1
- package/dist/components/time-field/TimeField.js +1 -1
- package/dist/components/time-field/TimeField.js.map +1 -1
- package/dist/components/toggle-switch/ToggleSwitch.d.ts +3 -0
- package/dist/components/toggle-switch/ToggleSwitch.d.ts.map +1 -1
- package/dist/components/toggle-switch/ToggleSwitch.js +3 -0
- package/dist/components/toggle-switch/ToggleSwitch.js.map +1 -1
- package/dist/ext/@internationalized/date/dist/{CalendarDate.js → private/CalendarDate.js} +74 -88
- package/dist/ext/@internationalized/date/dist/private/CalendarDate.js.map +1 -0
- package/dist/ext/@internationalized/date/dist/{GregorianCalendar.js → private/calendars/GregorianCalendar.js} +26 -26
- package/dist/ext/@internationalized/date/dist/private/calendars/GregorianCalendar.js.map +1 -0
- package/dist/ext/@internationalized/date/dist/{conversion.js → private/conversion.js} +55 -55
- package/dist/ext/@internationalized/date/dist/private/conversion.js.map +1 -0
- package/dist/ext/@internationalized/date/dist/{manipulation.js → private/manipulation.js} +88 -91
- package/dist/ext/@internationalized/date/dist/private/manipulation.js.map +1 -0
- package/dist/ext/@internationalized/date/dist/private/queries.js +32 -0
- package/dist/ext/@internationalized/date/dist/private/queries.js.map +1 -0
- package/dist/ext/@internationalized/date/dist/private/string.js +51 -0
- package/dist/ext/@internationalized/date/dist/private/string.js.map +1 -0
- package/dist/ext/@internationalized/date/dist/{utils.js → private/utils.js} +2 -2
- package/dist/ext/@internationalized/date/dist/private/utils.js.map +1 -0
- package/dist/index.css +47 -42
- package/dist/index.css.map +1 -1
- package/dist/product-tokens/home.css +1 -0
- package/dist/reactRender.css +2042 -1912
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +2042 -1912
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/tokens.css +8 -7
- package/dist/tokens.css.map +1 -1
- package/dist/unstable.css +172 -42
- package/dist/unstable.css.map +1 -1
- package/dist/unstable.d.ts +1 -0
- package/dist/unstable.d.ts.map +1 -1
- package/dist/unstable.js +1 -0
- package/dist/unstable.js.map +1 -1
- package/package.json +6 -6
- package/dist/ext/@internationalized/date/dist/CalendarDate.js.map +0 -1
- package/dist/ext/@internationalized/date/dist/GregorianCalendar.js.map +0 -1
- package/dist/ext/@internationalized/date/dist/conversion.js.map +0 -1
- package/dist/ext/@internationalized/date/dist/manipulation.js.map +0 -1
- package/dist/ext/@internationalized/date/dist/queries.js +0 -34
- package/dist/ext/@internationalized/date/dist/queries.js.map +0 -1
- package/dist/ext/@internationalized/date/dist/string.js +0 -51
- package/dist/ext/@internationalized/date/dist/string.js.map +0 -1
- package/dist/ext/@internationalized/date/dist/utils.js.map +0 -1
- package/dist/ext/@swc/helpers/esm/_check_private_redeclaration.js +0 -8
- package/dist/ext/@swc/helpers/esm/_check_private_redeclaration.js.map +0 -1
- package/dist/ext/@swc/helpers/esm/_class_private_field_init.js +0 -9
- package/dist/ext/@swc/helpers/esm/_class_private_field_init.js.map +0 -1
package/dist/unstable.css
CHANGED
|
@@ -74,6 +74,131 @@
|
|
|
74
74
|
--t-banner-spacing:calc(var(--t-spacing-half) + var(--t-spacing-1));
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
+
.tds-dropdown-popover{
|
|
78
|
+
min-inline-size:10rem;
|
|
79
|
+
max-inline-size:24rem;
|
|
80
|
+
padding:var(--t-spacing-1);
|
|
81
|
+
overflow:auto;
|
|
82
|
+
overscroll-behavior:none;
|
|
83
|
+
-webkit-user-select:none;
|
|
84
|
+
-moz-user-select:none;
|
|
85
|
+
user-select:none;
|
|
86
|
+
outline:0;
|
|
87
|
+
scrollbar-color:#0004 var(--t-surface-color-card);
|
|
88
|
+
scrollbar-width:thin;
|
|
89
|
+
background:var(--t-surface-color-card);
|
|
90
|
+
background-clip:padding-box;
|
|
91
|
+
border:1px solid var(--t-border-color);
|
|
92
|
+
border-radius:var(--t-border-radius);
|
|
93
|
+
box-shadow:0 10px 15px -3px hsl(0 0% 0% / .05), 0 4px 6px -4px hsl(0 0% 0% / .05);
|
|
94
|
+
}
|
|
95
|
+
.tds-dropdown-popover[data-entering]{
|
|
96
|
+
animation:tds-dropdown-popover var(--t-duration-300) var(--t-ease-out);
|
|
97
|
+
}
|
|
98
|
+
.tds-dropdown-popover[data-exiting]{
|
|
99
|
+
animation:tds-dropdown-popover var(--t-duration-200) var(--t-ease-in) reverse;
|
|
100
|
+
}
|
|
101
|
+
.tds-dropdown-popover[data-entering],.tds-dropdown-popover[data-exiting]{
|
|
102
|
+
will-change:opacity, transform;
|
|
103
|
+
}
|
|
104
|
+
@keyframes tds-dropdown-popover{
|
|
105
|
+
from{
|
|
106
|
+
opacity:0;
|
|
107
|
+
transform:translateY(-8px);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
@media (prefers-reduced-motion: reduce){
|
|
111
|
+
.tds-dropdown-popover[data-entering],.tds-dropdown-popover[data-exiting]{
|
|
112
|
+
animation:none;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
.tds-dropdown-popover [role="menu"]{
|
|
116
|
+
outline:0;
|
|
117
|
+
}
|
|
118
|
+
.tds-dropdown-item{
|
|
119
|
+
--tds-dropdown-item-color:var(--t-text-color);
|
|
120
|
+
|
|
121
|
+
display:flex;
|
|
122
|
+
gap:var(--t-spacing-1);
|
|
123
|
+
align-items:center;
|
|
124
|
+
padding-block:var(--t-spacing-1);
|
|
125
|
+
padding-inline:var(--t-spacing-2);
|
|
126
|
+
font-size:1rem;
|
|
127
|
+
color:var(--tds-dropdown-item-color);
|
|
128
|
+
text-decoration:none;
|
|
129
|
+
cursor:default;
|
|
130
|
+
outline:0;
|
|
131
|
+
border-radius:var(--t-border-radius);
|
|
132
|
+
}
|
|
133
|
+
.tds-dropdown-item[data-hovered]:not([data-disabled]),.tds-dropdown-item[data-focus-visible]{
|
|
134
|
+
background:var(--t-fill-color-neutral-070);
|
|
135
|
+
}
|
|
136
|
+
.tds-dropdown-item[data-pressed]:not([data-disabled]){
|
|
137
|
+
background:var(--t-fill-color-neutral-060);
|
|
138
|
+
}
|
|
139
|
+
.tds-dropdown-item[data-disabled]{
|
|
140
|
+
--tds-dropdown-item-color:var(--t-form-color-disabled);
|
|
141
|
+
|
|
142
|
+
cursor:not-allowed;
|
|
143
|
+
}
|
|
144
|
+
.tds-dropdown-item--destructive{
|
|
145
|
+
--tds-dropdown-item-color:var(--t-text-color-status-error);
|
|
146
|
+
}
|
|
147
|
+
.tds-dropdown-item--staff-only{
|
|
148
|
+
--tds-dropdown-item-color:var(--t-fill-color-product-staff);
|
|
149
|
+
}
|
|
150
|
+
a.tds-dropdown-item:is(:hover, :active){
|
|
151
|
+
color:var(--tds-dropdown-item-color);
|
|
152
|
+
}
|
|
153
|
+
.tds-dropdown-item [slot="prefix"],
|
|
154
|
+
.tds-dropdown-item [slot="suffix"]{
|
|
155
|
+
flex-shrink:0;
|
|
156
|
+
}
|
|
157
|
+
.tds-dropdown-item [slot="label"]{
|
|
158
|
+
flex:1;
|
|
159
|
+
min-width:0;
|
|
160
|
+
overflow:hidden;
|
|
161
|
+
text-overflow:ellipsis;
|
|
162
|
+
white-space:nowrap;
|
|
163
|
+
}
|
|
164
|
+
.tds-dropdown-item [slot="description"]{
|
|
165
|
+
font-size:var(--t-font-size-sm);
|
|
166
|
+
color:var(--t-text-color-secondary);
|
|
167
|
+
}
|
|
168
|
+
.tds-dropdown-item:has([slot="description"]){
|
|
169
|
+
display:grid;
|
|
170
|
+
grid-template-areas:"prefix label suffix" "prefix description suffix";
|
|
171
|
+
grid-template-columns:auto 1fr auto;
|
|
172
|
+
}
|
|
173
|
+
.tds-dropdown-item:has([slot="description"]) [slot="prefix"]{
|
|
174
|
+
grid-area:prefix;
|
|
175
|
+
}
|
|
176
|
+
.tds-dropdown-item:has([slot="description"]) [slot="label"]{
|
|
177
|
+
grid-area:label;
|
|
178
|
+
}
|
|
179
|
+
.tds-dropdown-item:has([slot="description"]) [slot="description"]{
|
|
180
|
+
grid-area:description;
|
|
181
|
+
}
|
|
182
|
+
.tds-dropdown-item:has([slot="description"]) [slot="suffix"]{
|
|
183
|
+
grid-area:suffix;
|
|
184
|
+
}
|
|
185
|
+
.tds-dropdown-section:not(:first-child){
|
|
186
|
+
margin-block-start:var(--t-spacing-half);
|
|
187
|
+
}
|
|
188
|
+
.tds-dropdown-section-label{
|
|
189
|
+
padding-block:var(--t-spacing-1);
|
|
190
|
+
padding-inline:var(--t-spacing-1);
|
|
191
|
+
font-size:var(--t-font-size-sm);
|
|
192
|
+
font-weight:var(--t-font-weight-semibold);
|
|
193
|
+
color:var(--t-text-color-secondary);
|
|
194
|
+
}
|
|
195
|
+
.tds-dropdown-separator{
|
|
196
|
+
margin-block:var(--t-spacing-half);
|
|
197
|
+
margin-inline:0;
|
|
198
|
+
border:0;
|
|
199
|
+
border-top:1px solid var(--t-border-color);
|
|
200
|
+
}
|
|
201
|
+
|
|
77
202
|
@layer t-critical, t-component;
|
|
78
203
|
|
|
79
204
|
:root{
|
|
@@ -303,10 +428,10 @@
|
|
|
303
428
|
--t-fill-color-product-staff:hsl(328, 100%, 45%);
|
|
304
429
|
--t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
|
|
305
430
|
--t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
|
|
306
|
-
--t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(
|
|
431
|
+
--t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(210, 55%, 50%));
|
|
307
432
|
--t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
|
|
308
433
|
--t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
|
|
309
|
-
--t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(
|
|
434
|
+
--t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(221, 91%, 55%));
|
|
310
435
|
--t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
|
|
311
436
|
--t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
|
|
312
437
|
--t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
|
|
@@ -321,10 +446,11 @@
|
|
|
321
446
|
--t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
|
|
322
447
|
--t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
|
|
323
448
|
--t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
|
|
449
|
+
--t-fill-color-product-home-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(221, 91%, 55%));
|
|
324
450
|
--t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
|
|
325
451
|
--t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
|
|
326
452
|
--t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
|
|
327
|
-
--t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220,
|
|
453
|
+
--t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 74%, 57%));
|
|
328
454
|
--t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
|
|
329
455
|
--t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
|
|
330
456
|
--t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
|
|
@@ -384,7 +510,7 @@
|
|
|
384
510
|
--t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
|
|
385
511
|
--t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
|
|
386
512
|
--t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
|
|
387
|
-
--t-fill-color-button-neutral-outline:
|
|
513
|
+
--t-fill-color-button-neutral-outline:hsl(0, 0%, 100%);
|
|
388
514
|
--t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
|
|
389
515
|
--t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
|
|
390
516
|
--t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
|
|
@@ -400,7 +526,7 @@
|
|
|
400
526
|
--t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
|
|
401
527
|
--t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
|
|
402
528
|
--t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
|
|
403
|
-
--t-fill-color-button-interaction-outline:
|
|
529
|
+
--t-fill-color-button-interaction-outline:hsl(0, 0%, 100%);
|
|
404
530
|
--t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
|
|
405
531
|
--t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
|
|
406
532
|
--t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
|
|
@@ -412,7 +538,7 @@
|
|
|
412
538
|
--t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
|
|
413
539
|
--t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
|
|
414
540
|
--t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
|
|
415
|
-
--t-fill-color-button-delete-outline:
|
|
541
|
+
--t-fill-color-button-delete-outline:hsl(0, 0%, 100%);
|
|
416
542
|
--t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
|
|
417
543
|
--t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
|
|
418
544
|
--t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
|
|
@@ -494,7 +620,7 @@
|
|
|
494
620
|
--t-focus-ring-width:2px;
|
|
495
621
|
--t-form-background-color:var(--t-fill-color-neutral-100);
|
|
496
622
|
--t-form-background-color-disabled:var(--t-fill-color-neutral-070);
|
|
497
|
-
--t-form-background-color-error:var(--t-fill-color-
|
|
623
|
+
--t-form-background-color-error:var(--t-fill-color-status-error-dim);
|
|
498
624
|
--t-form-background-color-readonly:var(--t-fill-color-neutral-070);
|
|
499
625
|
--t-form-border-color:var(--t-border-color);
|
|
500
626
|
--t-form-border-color-disabled:var(--t-border-color);
|
|
@@ -1849,6 +1975,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
1849
1975
|
|
|
1850
1976
|
.tds-btn--outline-interaction{
|
|
1851
1977
|
--tds-btn-color:var(--t-text-color-interaction);
|
|
1978
|
+
--tds-btn-bg:var(--t-fill-color-button-interaction-outline);
|
|
1852
1979
|
--tds-btn-border-color:var(--t-border-color-button-info);
|
|
1853
1980
|
--tds-btn-color-hover:var(--tds-btn-color);
|
|
1854
1981
|
--tds-btn-bg-hover:var(--t-fill-color-button-interaction-outline-hover);
|
|
@@ -1864,6 +1991,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
1864
1991
|
|
|
1865
1992
|
.tds-btn--outline-delete{
|
|
1866
1993
|
--tds-btn-color:var(--t-text-color-status-error);
|
|
1994
|
+
--tds-btn-bg:var(--t-fill-color-button-delete-outline);
|
|
1867
1995
|
--tds-btn-border-color:var(--t-border-color-button-delete);
|
|
1868
1996
|
--tds-btn-color-hover:var(--tds-btn-color);
|
|
1869
1997
|
--tds-btn-bg-hover:var(--t-fill-color-button-delete-outline-hover);
|
|
@@ -2130,7 +2258,8 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2130
2258
|
|
|
2131
2259
|
.tds-btn--infield[data-disabled]{
|
|
2132
2260
|
color:var(--tds-btn-color-disabled);
|
|
2133
|
-
pointer-events:
|
|
2261
|
+
pointer-events:auto;
|
|
2262
|
+
cursor:default;
|
|
2134
2263
|
background-color:var(--tds-btn-bg-disabled);
|
|
2135
2264
|
border-color:var(--tds-btn-border-color-disabled);
|
|
2136
2265
|
}
|
|
@@ -2173,7 +2302,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2173
2302
|
--tds-checkbox-input-size:var(--t-element-size-md);
|
|
2174
2303
|
--tds-checkbox-input-border-radius:var(--t-border-radius-sm);
|
|
2175
2304
|
--tds-checkbox-input-border-color:var(--t-form-border-color);
|
|
2176
|
-
--tds-checkbox-input-background-color:
|
|
2305
|
+
--tds-checkbox-input-background-color:var(--t-form-background-color);
|
|
2177
2306
|
|
|
2178
2307
|
--tds-checkbox-input-icon:none;
|
|
2179
2308
|
--tds-checkbox-input-icon-visibility:hidden;
|
|
@@ -2191,9 +2320,8 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2191
2320
|
display:inline-grid;
|
|
2192
2321
|
grid-template-columns:auto;
|
|
2193
2322
|
grid-auto-columns:1fr;
|
|
2194
|
-
gap:var(--t-spacing-fourth)
|
|
2323
|
+
gap:var(--t-spacing-fourth) 0;
|
|
2195
2324
|
line-height:var(--tds-checkbox-line-height);
|
|
2196
|
-
cursor:var(--tds-checkbox-cursor);
|
|
2197
2325
|
-webkit-user-select:none;
|
|
2198
2326
|
-moz-user-select:none;
|
|
2199
2327
|
user-select:none;
|
|
@@ -2201,6 +2329,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2201
2329
|
|
|
2202
2330
|
.tds-checkbox label{
|
|
2203
2331
|
grid-area:1 / 2;
|
|
2332
|
+
padding-inline-start:var(--t-spacing-1);
|
|
2204
2333
|
font-size:var(--tds-checkbox-font-size);
|
|
2205
2334
|
font-weight:var(--t-font-weight-normal);
|
|
2206
2335
|
color:var(--tds-checkbox-label-color);
|
|
@@ -2336,6 +2465,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2336
2465
|
grid-area:2 / 2;
|
|
2337
2466
|
gap:var(--t-spacing-half);
|
|
2338
2467
|
align-items:flex-start;
|
|
2468
|
+
padding-inline-start:var(--t-spacing-1);
|
|
2339
2469
|
margin:0;
|
|
2340
2470
|
font-size:var(--tds-checkbox-description-font-size);
|
|
2341
2471
|
line-height:var(--tds-checkbox-description-line-height);
|
|
@@ -2363,15 +2493,13 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2363
2493
|
--tds-checkbox-group-line-height:1.4;
|
|
2364
2494
|
--tds-checkbox-group-gap:var(--t-spacing-1);
|
|
2365
2495
|
|
|
2366
|
-
--tds-checkbox-group-legend-margin-bottom:var(--tds-checkbox-group-gap);
|
|
2367
|
-
|
|
2368
2496
|
--tds-checkbox-group-description-font-size:var(--t-font-size-sm);
|
|
2369
2497
|
--tds-checkbox-group-description-line-height:1.35;
|
|
2370
2498
|
--tds-checkbox-group-description-color:var(--t-text-color-secondary);
|
|
2371
2499
|
--tds-checkbox-group-description-invalid-icon-display:none;
|
|
2372
2500
|
display:flex;
|
|
2373
2501
|
flex-direction:column;
|
|
2374
|
-
gap:
|
|
2502
|
+
gap:0;
|
|
2375
2503
|
padding:0;
|
|
2376
2504
|
margin:0;
|
|
2377
2505
|
|
|
@@ -2381,12 +2509,9 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2381
2509
|
}
|
|
2382
2510
|
|
|
2383
2511
|
.tds-checkbox-group legend{
|
|
2512
|
+
float:left;
|
|
2384
2513
|
padding:0;
|
|
2385
|
-
margin
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
.tds-checkbox-group:has(.tds-checkbox-group-description){
|
|
2389
|
-
--tds-checkbox-group-legend-margin-bottom:var(--t-spacing-fourth);
|
|
2514
|
+
margin:0;
|
|
2390
2515
|
}
|
|
2391
2516
|
|
|
2392
2517
|
.tds-checkbox-group[aria-invalid="true"]{
|
|
@@ -2409,13 +2534,14 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2409
2534
|
flex-direction:column;
|
|
2410
2535
|
gap:var(--tds-checkbox-group-gap);
|
|
2411
2536
|
align-items:flex-start;
|
|
2537
|
+
margin-top:var(--t-spacing-1);
|
|
2412
2538
|
}
|
|
2413
2539
|
|
|
2414
2540
|
.tds-checkbox-group-description{
|
|
2415
2541
|
display:flex;
|
|
2416
2542
|
gap:var(--t-spacing-half);
|
|
2417
2543
|
align-items:flex-start;
|
|
2418
|
-
margin:0;
|
|
2544
|
+
margin:var(--t-spacing-fourth) 0 0;
|
|
2419
2545
|
font-size:var(--tds-checkbox-group-description-font-size);
|
|
2420
2546
|
line-height:var(--tds-checkbox-group-description-line-height);
|
|
2421
2547
|
color:var(--tds-checkbox-group-description-color);
|
|
@@ -2509,7 +2635,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2509
2635
|
-moz-user-select:none;
|
|
2510
2636
|
user-select:none;
|
|
2511
2637
|
outline:0;
|
|
2512
|
-
scrollbar-color:#0004
|
|
2638
|
+
scrollbar-color:#0004 var(--t-surface-color-card);
|
|
2513
2639
|
scrollbar-width:thin;
|
|
2514
2640
|
background:var(--t-surface-color-card);
|
|
2515
2641
|
background-clip:padding-box;
|
|
@@ -2826,6 +2952,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
2826
2952
|
appearance:none;
|
|
2827
2953
|
cursor:text;
|
|
2828
2954
|
outline:var(--t-focus-ring-width) solid transparent;
|
|
2955
|
+
outline-color:rgb(from var(--t-focus-ring-color) r g b / 0);
|
|
2829
2956
|
outline-offset:0;
|
|
2830
2957
|
background-color:var(--tds-field-background-color);
|
|
2831
2958
|
border:var(--t-form-border-width) solid var(--tds-field-border-color);
|
|
@@ -3342,7 +3469,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3342
3469
|
--tds-radio-input-border-radius:var(--t-border-radius-round);
|
|
3343
3470
|
--tds-radio-input-border-color:var(--t-form-border-color);
|
|
3344
3471
|
--tds-radio-input-border-width:var(--t-form-border-width);
|
|
3345
|
-
--tds-radio-input-background-color:
|
|
3472
|
+
--tds-radio-input-background-color:var(--t-form-background-color);
|
|
3346
3473
|
|
|
3347
3474
|
--tds-radio-label-color:var(--t-form-color);
|
|
3348
3475
|
|
|
@@ -3354,9 +3481,8 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3354
3481
|
display:inline-grid;
|
|
3355
3482
|
grid-template-columns:auto;
|
|
3356
3483
|
grid-auto-columns:1fr;
|
|
3357
|
-
gap:var(--t-spacing-fourth)
|
|
3484
|
+
gap:var(--t-spacing-fourth) 0;
|
|
3358
3485
|
line-height:var(--tds-radio-line-height);
|
|
3359
|
-
cursor:var(--tds-radio-cursor);
|
|
3360
3486
|
-webkit-user-select:none;
|
|
3361
3487
|
-moz-user-select:none;
|
|
3362
3488
|
user-select:none;
|
|
@@ -3364,6 +3490,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3364
3490
|
|
|
3365
3491
|
.tds-radio label{
|
|
3366
3492
|
grid-area:1 / 2;
|
|
3493
|
+
padding-inline-start:var(--t-spacing-1);
|
|
3367
3494
|
font-size:var(--tds-radio-font-size);
|
|
3368
3495
|
font-weight:var(--t-font-weight-normal);
|
|
3369
3496
|
color:var(--tds-radio-label-color);
|
|
@@ -3449,6 +3576,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3449
3576
|
grid-area:2 / 2;
|
|
3450
3577
|
gap:var(--t-spacing-half);
|
|
3451
3578
|
align-items:flex-start;
|
|
3579
|
+
padding-inline-start:var(--t-spacing-1);
|
|
3452
3580
|
margin:0;
|
|
3453
3581
|
font-size:var(--tds-radio-description-font-size);
|
|
3454
3582
|
line-height:var(--tds-radio-description-line-height);
|
|
@@ -3469,15 +3597,13 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3469
3597
|
--tds-radio-group-line-height:1.4;
|
|
3470
3598
|
--tds-radio-group-gap:var(--t-spacing-1);
|
|
3471
3599
|
|
|
3472
|
-
--tds-radio-group-legend-margin-bottom:var(--tds-radio-group-gap);
|
|
3473
|
-
|
|
3474
3600
|
--tds-radio-group-description-font-size:var(--t-font-size-sm);
|
|
3475
3601
|
--tds-radio-group-description-line-height:1.35;
|
|
3476
3602
|
--tds-radio-group-description-color:var(--t-text-color-secondary);
|
|
3477
3603
|
--tds-radio-group-description-invalid-icon-display:none;
|
|
3478
3604
|
display:flex;
|
|
3479
3605
|
flex-direction:column;
|
|
3480
|
-
gap:
|
|
3606
|
+
gap:0;
|
|
3481
3607
|
padding:0;
|
|
3482
3608
|
margin:0;
|
|
3483
3609
|
|
|
@@ -3487,12 +3613,9 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3487
3613
|
}
|
|
3488
3614
|
|
|
3489
3615
|
.tds-radio-group legend{
|
|
3616
|
+
float:left;
|
|
3490
3617
|
padding:0;
|
|
3491
|
-
margin
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
.tds-radio-group:has(.tds-radio-group-description){
|
|
3495
|
-
--tds-radio-group-legend-margin-bottom:var(--t-spacing-fourth);
|
|
3618
|
+
margin:0;
|
|
3496
3619
|
}
|
|
3497
3620
|
|
|
3498
3621
|
.tds-radio-group[aria-invalid="true"]{
|
|
@@ -3524,13 +3647,14 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3524
3647
|
flex-direction:column;
|
|
3525
3648
|
gap:var(--tds-radio-group-gap);
|
|
3526
3649
|
align-items:flex-start;
|
|
3650
|
+
margin-top:var(--t-spacing-1);
|
|
3527
3651
|
}
|
|
3528
3652
|
|
|
3529
3653
|
.tds-radio-group-description{
|
|
3530
3654
|
display:flex;
|
|
3531
3655
|
gap:var(--t-spacing-half);
|
|
3532
3656
|
align-items:flex-start;
|
|
3533
|
-
margin:0;
|
|
3657
|
+
margin:var(--t-spacing-fourth) 0 0;
|
|
3534
3658
|
font-size:var(--tds-radio-group-description-font-size);
|
|
3535
3659
|
line-height:var(--tds-radio-group-description-line-height);
|
|
3536
3660
|
color:var(--tds-radio-group-description-color);
|
|
@@ -3560,7 +3684,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3560
3684
|
--tds-select-placeholder-color:var(--t-form-placeholder-color);
|
|
3561
3685
|
--tds-select-font-size:var(--t-font-size-md);
|
|
3562
3686
|
--tds-select-min-height:var(--t-container-size-md);
|
|
3563
|
-
--tds-select-padding-block:
|
|
3687
|
+
--tds-select-padding-block:0;
|
|
3564
3688
|
--tds-select-description-color:var(--t-text-color-secondary);
|
|
3565
3689
|
--tds-select-description-invalid-icon-display:none;
|
|
3566
3690
|
--tds-select-transition-property:background-color, border-color, outline-color, outline-offset;
|
|
@@ -3627,7 +3751,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3627
3751
|
padding-inline-end:calc(var(--t-spacing-1) + var(--tds-select-caret-size) + .5em);
|
|
3628
3752
|
font-family:inherit;
|
|
3629
3753
|
font-size:var(--tds-select-font-size);
|
|
3630
|
-
line-height:1;
|
|
3754
|
+
line-height:1.15;
|
|
3631
3755
|
color:var(--tds-select-color);
|
|
3632
3756
|
text-align:left;
|
|
3633
3757
|
-webkit-appearance:none;
|
|
@@ -3706,6 +3830,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3706
3830
|
overflow:hidden;
|
|
3707
3831
|
text-overflow:ellipsis;
|
|
3708
3832
|
font-size:var(--tds-select-option-font-size);
|
|
3833
|
+
line-height:1;
|
|
3709
3834
|
color:var(--tds-select-option-color);
|
|
3710
3835
|
white-space:nowrap;
|
|
3711
3836
|
cursor:default;
|
|
@@ -3713,7 +3838,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3713
3838
|
}
|
|
3714
3839
|
|
|
3715
3840
|
:is(.tds-select :is(li[role="option"],option:not([hidden]))):focus-visible{
|
|
3716
|
-
outline:
|
|
3841
|
+
outline:0;
|
|
3717
3842
|
}
|
|
3718
3843
|
|
|
3719
3844
|
:is(.tds-select :is(li[role="option"],option:not([hidden]))):is(:focus,:hover,.tds-select-option--active):not([disabled],[aria-disabled="true"]){
|
|
@@ -3816,15 +3941,19 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3816
3941
|
opacity:0;
|
|
3817
3942
|
}
|
|
3818
3943
|
|
|
3944
|
+
.tds-select:has(> button){
|
|
3945
|
+
anchor-scope:--tds-select-anchor;
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3819
3948
|
.tds-select:has( > button) > button{
|
|
3820
3949
|
display:block;
|
|
3821
3950
|
padding-inline-end:calc(var(--tds-select-caret-size) + var(--tds-select-caret-inline-offset) + .75ch);
|
|
3951
|
+
anchor-name:--tds-select-anchor;
|
|
3822
3952
|
overflow:hidden;
|
|
3823
3953
|
text-overflow:ellipsis;
|
|
3824
3954
|
color:var(--tds-select-placeholder-color);
|
|
3825
3955
|
white-space:nowrap;
|
|
3826
3956
|
background-image:none;
|
|
3827
|
-
anchor-name:--tds-select-anchor;
|
|
3828
3957
|
transition:background-color var(--t-duration-300) var(--t-ease-in-out), border-color var(--t-duration-300) var(--t-ease-in-out), outline-color var(--t-duration-300) var(--t-ease-in-out), outline-offset var(--t-duration-300) var(--t-ease-in-out), transform var(--t-duration-100) var(--t-ease-in-out);
|
|
3829
3958
|
-webkit-tap-highlight-color:transparent;
|
|
3830
3959
|
}
|
|
@@ -3836,6 +3965,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3836
3965
|
width:var(--tds-select-caret-size);
|
|
3837
3966
|
height:var(--tds-select-caret-size);
|
|
3838
3967
|
margin-block:auto;
|
|
3968
|
+
line-height:1;
|
|
3839
3969
|
pointer-events:none;
|
|
3840
3970
|
content:var(--tds-select-background-image);
|
|
3841
3971
|
transform:rotate(0);
|
|
@@ -3847,7 +3977,6 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3847
3977
|
}
|
|
3848
3978
|
|
|
3849
3979
|
.tds-select:has( > button) [popover]{
|
|
3850
|
-
position-anchor:--tds-select-anchor;
|
|
3851
3980
|
inset:auto;
|
|
3852
3981
|
inline-size:-moz-max-content;
|
|
3853
3982
|
inline-size:max-content;
|
|
@@ -3857,6 +3986,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3857
3986
|
padding:var(--tds-select-dropdown-padding);
|
|
3858
3987
|
margin-block:var(--tds-select-dropdown-margin-block);
|
|
3859
3988
|
position-area:block-end span-inline-start;
|
|
3989
|
+
position-anchor:--tds-select-anchor;
|
|
3860
3990
|
position-try-fallbacks:flip-block, flip-inline;
|
|
3861
3991
|
overflow:auto;
|
|
3862
3992
|
overflow-x:hidden;
|
|
@@ -3913,6 +4043,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
3913
4043
|
width:var(--tds-select-caret-size);
|
|
3914
4044
|
height:var(--tds-select-caret-size);
|
|
3915
4045
|
margin-inline-end:var(--tds-select-caret-inline-offset);
|
|
4046
|
+
line-height:1;
|
|
3916
4047
|
content:var(--tds-select-background-image);
|
|
3917
4048
|
transition:var(--tds-select-caret-transition);
|
|
3918
4049
|
}
|
|
@@ -4097,7 +4228,6 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
4097
4228
|
|
|
4098
4229
|
.tds-toggle-switch{
|
|
4099
4230
|
--tds-toggle-switch-font-size:var(--t-font-size-md);
|
|
4100
|
-
--tds-toggle-switch-column-gap:var(--t-spacing-1);
|
|
4101
4231
|
--tds-toggle-switch-cursor:pointer;
|
|
4102
4232
|
--tds-toggle-switch-display:inline-grid;
|
|
4103
4233
|
--tds-toggle-switch-line-height:1.4;
|
|
@@ -4122,7 +4252,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
4122
4252
|
display:var(--tds-toggle-switch-display);
|
|
4123
4253
|
grid-template-columns:auto;
|
|
4124
4254
|
grid-auto-columns:1fr;
|
|
4125
|
-
gap:var(--t-spacing-fourth)
|
|
4255
|
+
gap:var(--t-spacing-fourth) 0;
|
|
4126
4256
|
-webkit-user-select:none;
|
|
4127
4257
|
-moz-user-select:none;
|
|
4128
4258
|
user-select:none;
|
|
@@ -4151,8 +4281,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
4151
4281
|
.tds-toggle-switch label{
|
|
4152
4282
|
display:inline-flex;
|
|
4153
4283
|
grid-area:1 / 2;
|
|
4154
|
-
-
|
|
4155
|
-
column-gap:var(--tds-toggle-switch-column-gap);
|
|
4284
|
+
padding-inline-start:var(--t-spacing-1);
|
|
4156
4285
|
margin-top:-.09375em;
|
|
4157
4286
|
font-size:var(--tds-toggle-switch-font-size);
|
|
4158
4287
|
font-weight:var(--t-font-weight-normal);
|
|
@@ -4216,6 +4345,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
|
|
|
4216
4345
|
display:flex;
|
|
4217
4346
|
grid-area:2 / 2;
|
|
4218
4347
|
align-items:flex-start;
|
|
4348
|
+
padding-inline-start:var(--t-spacing-1);
|
|
4219
4349
|
margin:0;
|
|
4220
4350
|
font-size:var(--tds-toggle-switch-description-font-size);
|
|
4221
4351
|
line-height:var(--tds-toggle-switch-description-line-height);
|