@i-cell/ids-styles 0.0.29 → 0.0.31
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.css +742 -0
- package/dist/components.min.css +1 -1
- package/dist/components.plugin.js +684 -0
- package/dist/form-elements/form-field/form-field.css +78 -0
- package/dist/form-elements/form-field/form-field.min.css +1 -1
- package/dist/form-elements/form-field/form-field.plugin.js +52 -0
- package/dist/table/table.css +663 -0
- package/dist/table/table.min.css +1 -0
- package/dist/table/table.plugin.js +641 -0
- package/package.json +2 -2
|
@@ -5048,6 +5048,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5048
5048
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-default)' },
|
|
5049
5049
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5050
5050
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-default)' },
|
|
5051
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5052
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-default)' },
|
|
5051
5053
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5052
5054
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-default)' },
|
|
5053
5055
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5069,6 +5071,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5069
5071
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-hovered)' },
|
|
5070
5072
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5071
5073
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-hovered)' },
|
|
5074
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5075
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-hovered)' },
|
|
5072
5076
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5073
5077
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-hovered)' },
|
|
5074
5078
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5092,6 +5096,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5092
5096
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-focused)' },
|
|
5093
5097
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5094
5098
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-focused)' },
|
|
5099
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5100
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-focused)' },
|
|
5095
5101
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5096
5102
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-focused)' },
|
|
5097
5103
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5114,6 +5120,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5114
5120
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-pressed)' },
|
|
5115
5121
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5116
5122
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-pressed)' },
|
|
5123
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5124
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-pressed)' },
|
|
5117
5125
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5118
5126
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-pressed)' },
|
|
5119
5127
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5138,6 +5146,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5138
5146
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-default)' },
|
|
5139
5147
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5140
5148
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-default)' },
|
|
5149
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5150
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-default)' },
|
|
5141
5151
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5142
5152
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-default)' },
|
|
5143
5153
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5159,6 +5169,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5159
5169
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-hovered)' },
|
|
5160
5170
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5161
5171
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-hovered)' },
|
|
5172
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5173
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-hovered)' },
|
|
5162
5174
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5163
5175
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-hovered)' },
|
|
5164
5176
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5182,6 +5194,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5182
5194
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-focused)' },
|
|
5183
5195
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5184
5196
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-focused)' },
|
|
5197
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5198
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-focused)' },
|
|
5185
5199
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5186
5200
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-focused)' },
|
|
5187
5201
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5204,6 +5218,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5204
5218
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-pressed)' },
|
|
5205
5219
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5206
5220
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-pressed)' },
|
|
5221
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5222
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-pressed)' },
|
|
5207
5223
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5208
5224
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-pressed)' },
|
|
5209
5225
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5228,6 +5244,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5228
5244
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-default)' },
|
|
5229
5245
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5230
5246
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-default)' },
|
|
5247
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5248
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-default)' },
|
|
5231
5249
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5232
5250
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-default)' },
|
|
5233
5251
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5249,6 +5267,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5249
5267
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-hovered)' },
|
|
5250
5268
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5251
5269
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-hovered)' },
|
|
5270
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5271
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-hovered)' },
|
|
5252
5272
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5253
5273
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-hovered)' },
|
|
5254
5274
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5272,6 +5292,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5272
5292
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-focused)' },
|
|
5273
5293
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5274
5294
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-focused)' },
|
|
5295
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5296
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-focused)' },
|
|
5275
5297
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5276
5298
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-focused)' },
|
|
5277
5299
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5294,6 +5316,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5294
5316
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-pressed)' },
|
|
5295
5317
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5296
5318
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-pressed)' },
|
|
5319
|
+
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5320
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-pressed)' },
|
|
5297
5321
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5298
5322
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-pressed)' },
|
|
5299
5323
|
'.ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5318,6 +5342,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5318
5342
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-surface-disabled)' },
|
|
5319
5343
|
'.ids-form-field.ids-form-field-surface.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5320
5344
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-surface-disabled)' },
|
|
5345
|
+
'.ids-form-field.ids-form-field-surface.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5346
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-surface-disabled)' },
|
|
5321
5347
|
'.ids-form-field.ids-form-field-surface.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5322
5348
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-surface-disabled)' },
|
|
5323
5349
|
'.ids-form-field.ids-form-field-surface.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5342,6 +5368,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5342
5368
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-default)' },
|
|
5343
5369
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5344
5370
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-default)' },
|
|
5371
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5372
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-default)' },
|
|
5345
5373
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5346
5374
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-default)' },
|
|
5347
5375
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5363,6 +5391,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5363
5391
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-hovered)' },
|
|
5364
5392
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5365
5393
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-hovered)' },
|
|
5394
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5395
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-hovered)' },
|
|
5366
5396
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5367
5397
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-hovered)' },
|
|
5368
5398
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5386,6 +5416,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5386
5416
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-focused)' },
|
|
5387
5417
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5388
5418
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-focused)' },
|
|
5419
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5420
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-focused)' },
|
|
5389
5421
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5390
5422
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-focused)' },
|
|
5391
5423
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.iids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5408,6 +5440,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5408
5440
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-pressed)' },
|
|
5409
5441
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5410
5442
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-pressed)' },
|
|
5443
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5444
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-pressed)' },
|
|
5411
5445
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5412
5446
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-pressed)' },
|
|
5413
5447
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled)>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5432,6 +5466,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5432
5466
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-default)' },
|
|
5433
5467
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5434
5468
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-default)' },
|
|
5469
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5470
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-default)' },
|
|
5435
5471
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5436
5472
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-default)' },
|
|
5437
5473
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5453,6 +5489,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5453
5489
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-hovered)' },
|
|
5454
5490
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5455
5491
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-hovered)' },
|
|
5492
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5493
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-hovered)' },
|
|
5456
5494
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5457
5495
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-hovered)' },
|
|
5458
5496
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5476,6 +5514,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5476
5514
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-focused)' },
|
|
5477
5515
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5478
5516
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-focused)' },
|
|
5517
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5518
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-focused)' },
|
|
5479
5519
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5480
5520
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-focused)' },
|
|
5481
5521
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5498,6 +5538,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5498
5538
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-pressed)' },
|
|
5499
5539
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5500
5540
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-pressed)' },
|
|
5541
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5542
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-pressed)' },
|
|
5501
5543
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5502
5544
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-pressed)' },
|
|
5503
5545
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-invalid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5522,6 +5564,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5522
5564
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-default)' },
|
|
5523
5565
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5524
5566
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-default)' },
|
|
5567
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5568
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-default)' },
|
|
5525
5569
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5526
5570
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-default)' },
|
|
5527
5571
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5543,6 +5587,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5543
5587
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-hovered)' },
|
|
5544
5588
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5545
5589
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-hovered)' },
|
|
5590
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5591
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-hovered)' },
|
|
5546
5592
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5547
5593
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-hovered)' },
|
|
5548
5594
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:hover>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5566,6 +5612,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5566
5612
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-focused)' },
|
|
5567
5613
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5568
5614
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-focused)' },
|
|
5615
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5616
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-focused)' },
|
|
5569
5617
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5570
5618
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-focused)' },
|
|
5571
5619
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:focus)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5588,6 +5636,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5588
5636
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-pressed)' },
|
|
5589
5637
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5590
5638
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-pressed)' },
|
|
5639
|
+
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5640
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-pressed)' },
|
|
5591
5641
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5592
5642
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-pressed)' },
|
|
5593
5643
|
'.ids-form-field.ids-form-field-light:not(.ids-form-field-disabled).ids-form-field-valid>.ids-form-field__field-wrapper:has(.ids-form-field-control:active)>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -5612,6 +5662,8 @@ module.exports = function ComponentsPlugin() {
|
|
|
5612
5662
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-prefix-color-fg-light-disabled)' },
|
|
5613
5663
|
'.ids-form-field.ids-form-field-light.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control':
|
|
5614
5664
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-text-light-disabled)' },
|
|
5665
|
+
'.ids-form-field.ids-form-field-light.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix .ids-form-field-control .ids-icon':
|
|
5666
|
+
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-filled-color-fg-icon-light-disabled)' },
|
|
5615
5667
|
'.ids-form-field.ids-form-field-light.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__infix ::placeholder':
|
|
5616
5668
|
{ color: 'var(--ids-comp-forms-form-field-standard-field-wrapper-infix-empty-color-fg-text-light-disabled)' },
|
|
5617
5669
|
'.ids-form-field.ids-form-field-light.ids-form-field-disabled>.ids-form-field__field-wrapper>.ids-form-field__field-wrapper__container>.ids-form-field__suffix':
|
|
@@ -11061,6 +11113,638 @@ module.exports = function ComponentsPlugin() {
|
|
|
11061
11113
|
{ color: 'var(--ids-comp-tab-item-standard-unselected-fg-icon-primary-disabled)' },
|
|
11062
11114
|
'.ids-tab-group.ids-tab-group-primary>.ids-tab-group__container .ids-tab-group__header .ids-tab.ids-tab--active.ids-tab-disabled>.ids-tab__indicator':
|
|
11063
11115
|
{ color: 'var(--ids-comp-tab-item-standard-active-indicator-bg-primary-disabled)' },
|
|
11116
|
+
'.ids-table': { position: 'relative', boxSizing: 'border-box', display: 'block', maxWidth: '100%' },
|
|
11117
|
+
'.ids-table>.ids-table__horizontal-scroll': { position: 'relative', overflow: 'auto', width: '100%' },
|
|
11118
|
+
'.ids-table.ids-table-compact.ids-table-with-border>.ids-table__horizontal-scroll>table': {
|
|
11119
|
+
borderRadius: 'var(--ids-comp-table-size-border-radius-compact)',
|
|
11120
|
+
borderWidth: 'var(--ids-comp-table-size-border-width-compact)',
|
|
11121
|
+
},
|
|
11122
|
+
'.ids-table.ids-table-compact.ids-table-line-division>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row': {
|
|
11123
|
+
borderTopStyle: 'solid',
|
|
11124
|
+
borderTopWidth: 'var(--ids-comp-table-tbody-tr-size-border-width-compact)',
|
|
11125
|
+
},
|
|
11126
|
+
'.ids-table.ids-table-compact:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-left':
|
|
11127
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-thead-th-size-border-width-compact)' },
|
|
11128
|
+
'.ids-table.ids-table-compact:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-right':
|
|
11129
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-thead-th-size-border-width-compact)' },
|
|
11130
|
+
'.ids-table.ids-table-compact:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-left':
|
|
11131
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-tbody-td-size-border-width-compact)' },
|
|
11132
|
+
'.ids-table.ids-table-compact:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-right':
|
|
11133
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-tbody-td-size-border-width-compact)' },
|
|
11134
|
+
'.ids-table.ids-table-compact>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11135
|
+
gap: 'var(--ids-comp-table-thead-th-size-gap-compact)',
|
|
11136
|
+
minHeight: 'var(--ids-comp-table-thead-th-size-min-height-compact)',
|
|
11137
|
+
paddingLeft: 'var(--ids-comp-table-thead-th-size-padding-x-compact)',
|
|
11138
|
+
paddingRight: 'var(--ids-comp-table-thead-th-size-padding-x-compact)',
|
|
11139
|
+
paddingTop: 'var(--ids-comp-table-thead-th-size-padding-y-compact)',
|
|
11140
|
+
paddingBottom: 'var(--ids-comp-table-thead-th-size-padding-y-compact)',
|
|
11141
|
+
fontFamily: 'var(--ids-comp-table-thead-th-typography-font-family-compact)',
|
|
11142
|
+
fontSize: 'var(--ids-comp-table-thead-th-typography-font-size-compact)',
|
|
11143
|
+
fontWeight: 'var(--ids-comp-table-thead-th-typography-font-weight-compact)',
|
|
11144
|
+
letterSpacing: 'var(--ids-comp-table-thead-th-typography-letter-spacing-compact)',
|
|
11145
|
+
lineHeight: 'var(--ids-comp-table-thead-th-typography-line-height-compact)',
|
|
11146
|
+
},
|
|
11147
|
+
'.ids-table.ids-table-compact>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11148
|
+
{
|
|
11149
|
+
gap: 'var(--ids-comp-table-tbody-td-size-gap-compact)',
|
|
11150
|
+
minHeight: 'var(--ids-comp-table-tbody-td-size-min-height-compact)',
|
|
11151
|
+
paddingLeft: 'var(--ids-comp-table-tbody-td-size-padding-x-compact)',
|
|
11152
|
+
paddingRight: 'var(--ids-comp-table-tbody-td-size-padding-x-compact)',
|
|
11153
|
+
paddingTop: 'var(--ids-comp-table-tbody-td-size-padding-y-compact)',
|
|
11154
|
+
paddingBottom: 'var(--ids-comp-table-tbody-td-size-padding-y-compact)',
|
|
11155
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-td-font-family-compact)',
|
|
11156
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-td-font-size-compact)',
|
|
11157
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-default-compact)',
|
|
11158
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-td-letter-spacing-compact)',
|
|
11159
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-td-line-height-compact)',
|
|
11160
|
+
},
|
|
11161
|
+
'.ids-table.ids-table-compact>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-prominent':
|
|
11162
|
+
{ fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-prominent-compact)' },
|
|
11163
|
+
'.ids-table.ids-table-compact>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11164
|
+
{
|
|
11165
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-description-font-family-compact)',
|
|
11166
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-description-font-size-compact)',
|
|
11167
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-description-font-weight-compact)',
|
|
11168
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-description-letter-spacing-compact)',
|
|
11169
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-description-line-height-compact)',
|
|
11170
|
+
},
|
|
11171
|
+
'.ids-table.ids-table-comfortable.ids-table-with-border>.ids-table__horizontal-scroll>table': {
|
|
11172
|
+
borderRadius: 'var(--ids-comp-table-size-border-radius-comfortable)',
|
|
11173
|
+
borderWidth: 'var(--ids-comp-table-size-border-width-comfortable)',
|
|
11174
|
+
},
|
|
11175
|
+
'.ids-table.ids-table-comfortable.ids-table-line-division>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row': {
|
|
11176
|
+
borderTopStyle: 'solid',
|
|
11177
|
+
borderTopWidth: 'var(--ids-comp-table-tbody-tr-size-border-width-comfortable)',
|
|
11178
|
+
},
|
|
11179
|
+
'.ids-table.ids-table-comfortable:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-left':
|
|
11180
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-thead-th-size-border-width-comfortable)' },
|
|
11181
|
+
'.ids-table.ids-table-comfortable:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-right':
|
|
11182
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-thead-th-size-border-width-comfortable)' },
|
|
11183
|
+
'.ids-table.ids-table-comfortable:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-left':
|
|
11184
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-tbody-td-size-border-width-comfortable)' },
|
|
11185
|
+
'.ids-table.ids-table-comfortable:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-right':
|
|
11186
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-tbody-td-size-border-width-comfortable)' },
|
|
11187
|
+
'.ids-table.ids-table-comfortable>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11188
|
+
gap: 'var(--ids-comp-table-thead-th-size-gap-comfortable)',
|
|
11189
|
+
minHeight: 'var(--ids-comp-table-thead-th-size-min-height-comfortable)',
|
|
11190
|
+
paddingLeft: 'var(--ids-comp-table-thead-th-size-padding-x-comfortable)',
|
|
11191
|
+
paddingRight: 'var(--ids-comp-table-thead-th-size-padding-x-comfortable)',
|
|
11192
|
+
paddingTop: 'var(--ids-comp-table-thead-th-size-padding-y-comfortable)',
|
|
11193
|
+
paddingBottom: 'var(--ids-comp-table-thead-th-size-padding-y-comfortable)',
|
|
11194
|
+
fontFamily: 'var(--ids-comp-table-thead-th-typography-font-family-comfortable)',
|
|
11195
|
+
fontSize: 'var(--ids-comp-table-thead-th-typography-font-size-comfortable)',
|
|
11196
|
+
fontWeight: 'var(--ids-comp-table-thead-th-typography-font-weight-comfortable)',
|
|
11197
|
+
letterSpacing: 'var(--ids-comp-table-thead-th-typography-letter-spacing-comfortable)',
|
|
11198
|
+
lineHeight: 'var(--ids-comp-table-thead-th-typography-line-height-comfortable)',
|
|
11199
|
+
},
|
|
11200
|
+
'.ids-table.ids-table-comfortable>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11201
|
+
{
|
|
11202
|
+
gap: 'var(--ids-comp-table-tbody-td-size-gap-comfortable)',
|
|
11203
|
+
minHeight: 'var(--ids-comp-table-tbody-td-size-min-height-comfortable)',
|
|
11204
|
+
paddingLeft: 'var(--ids-comp-table-tbody-td-size-padding-x-comfortable)',
|
|
11205
|
+
paddingRight: 'var(--ids-comp-table-tbody-td-size-padding-x-comfortable)',
|
|
11206
|
+
paddingTop: 'var(--ids-comp-table-tbody-td-size-padding-y-comfortable)',
|
|
11207
|
+
paddingBottom: 'var(--ids-comp-table-tbody-td-size-padding-y-comfortable)',
|
|
11208
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-td-font-family-comfortable)',
|
|
11209
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-td-font-size-comfortable)',
|
|
11210
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-default-comfortable)',
|
|
11211
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-td-letter-spacing-comfortable)',
|
|
11212
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-td-line-height-comfortable)',
|
|
11213
|
+
},
|
|
11214
|
+
'.ids-table.ids-table-comfortable>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-prominent':
|
|
11215
|
+
{ fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-prominent-comfortable)' },
|
|
11216
|
+
'.ids-table.ids-table-comfortable>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11217
|
+
{
|
|
11218
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-description-font-family-comfortable)',
|
|
11219
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-description-font-size-comfortable)',
|
|
11220
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-description-font-weight-comfortable)',
|
|
11221
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-description-letter-spacing-comfortable)',
|
|
11222
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-description-line-height-comfortable)',
|
|
11223
|
+
},
|
|
11224
|
+
'.ids-table.ids-table-spacious.ids-table-with-border>.ids-table__horizontal-scroll>table': {
|
|
11225
|
+
borderRadius: 'var(--ids-comp-table-size-border-radius-spacious)',
|
|
11226
|
+
borderWidth: 'var(--ids-comp-table-size-border-width-spacious)',
|
|
11227
|
+
},
|
|
11228
|
+
'.ids-table.ids-table-spacious.ids-table-line-division>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row': {
|
|
11229
|
+
borderTopStyle: 'solid',
|
|
11230
|
+
borderTopWidth: 'var(--ids-comp-table-tbody-tr-size-border-width-spacious)',
|
|
11231
|
+
},
|
|
11232
|
+
'.ids-table.ids-table-spacious:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-left':
|
|
11233
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-thead-th-size-border-width-spacious)' },
|
|
11234
|
+
'.ids-table.ids-table-spacious:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-right':
|
|
11235
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-thead-th-size-border-width-spacious)' },
|
|
11236
|
+
'.ids-table.ids-table-spacious:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-left':
|
|
11237
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-tbody-td-size-border-width-spacious)' },
|
|
11238
|
+
'.ids-table.ids-table-spacious:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-right':
|
|
11239
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-tbody-td-size-border-width-spacious)' },
|
|
11240
|
+
'.ids-table.ids-table-spacious>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11241
|
+
gap: 'var(--ids-comp-table-thead-th-size-gap-spacious)',
|
|
11242
|
+
minHeight: 'var(--ids-comp-table-thead-th-size-min-height-spacious)',
|
|
11243
|
+
paddingLeft: 'var(--ids-comp-table-thead-th-size-padding-x-spacious)',
|
|
11244
|
+
paddingRight: 'var(--ids-comp-table-thead-th-size-padding-x-spacious)',
|
|
11245
|
+
paddingTop: 'var(--ids-comp-table-thead-th-size-padding-y-spacious)',
|
|
11246
|
+
paddingBottom: 'var(--ids-comp-table-thead-th-size-padding-y-spacious)',
|
|
11247
|
+
fontFamily: 'var(--ids-comp-table-thead-th-typography-font-family-spacious)',
|
|
11248
|
+
fontSize: 'var(--ids-comp-table-thead-th-typography-font-size-spacious)',
|
|
11249
|
+
fontWeight: 'var(--ids-comp-table-thead-th-typography-font-weight-spacious)',
|
|
11250
|
+
letterSpacing: 'var(--ids-comp-table-thead-th-typography-letter-spacing-spacious)',
|
|
11251
|
+
lineHeight: 'var(--ids-comp-table-thead-th-typography-line-height-spacious)',
|
|
11252
|
+
},
|
|
11253
|
+
'.ids-table.ids-table-spacious>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11254
|
+
{
|
|
11255
|
+
gap: 'var(--ids-comp-table-tbody-td-size-gap-spacious)',
|
|
11256
|
+
minHeight: 'var(--ids-comp-table-tbody-td-size-min-height-spacious)',
|
|
11257
|
+
paddingLeft: 'var(--ids-comp-table-tbody-td-size-padding-x-spacious)',
|
|
11258
|
+
paddingRight: 'var(--ids-comp-table-tbody-td-size-padding-x-spacious)',
|
|
11259
|
+
paddingTop: 'var(--ids-comp-table-tbody-td-size-padding-y-spacious)',
|
|
11260
|
+
paddingBottom: 'var(--ids-comp-table-tbody-td-size-padding-y-spacious)',
|
|
11261
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-td-font-family-spacious)',
|
|
11262
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-td-font-size-spacious)',
|
|
11263
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-default-spacious)',
|
|
11264
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-td-letter-spacing-spacious)',
|
|
11265
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-td-line-height-spacious)',
|
|
11266
|
+
},
|
|
11267
|
+
'.ids-table.ids-table-spacious>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-prominent':
|
|
11268
|
+
{ fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-prominent-spacious)' },
|
|
11269
|
+
'.ids-table.ids-table-spacious>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11270
|
+
{
|
|
11271
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-description-font-family-spacious)',
|
|
11272
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-description-font-size-spacious)',
|
|
11273
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-description-font-weight-spacious)',
|
|
11274
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-description-letter-spacing-spacious)',
|
|
11275
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-description-line-height-spacious)',
|
|
11276
|
+
},
|
|
11277
|
+
'.ids-table.ids-table-dense.ids-table-with-border>.ids-table__horizontal-scroll>table': {
|
|
11278
|
+
borderRadius: 'var(--ids-comp-table-size-border-radius-dense)',
|
|
11279
|
+
borderWidth: 'var(--ids-comp-table-size-border-width-dense)',
|
|
11280
|
+
},
|
|
11281
|
+
'.ids-table.ids-table-dense.ids-table-line-division>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row': {
|
|
11282
|
+
borderTopStyle: 'solid',
|
|
11283
|
+
borderTopWidth: 'var(--ids-comp-table-tbody-tr-size-border-width-dense)',
|
|
11284
|
+
},
|
|
11285
|
+
'.ids-table.ids-table-dense:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-left':
|
|
11286
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-thead-th-size-border-width-dense)' },
|
|
11287
|
+
'.ids-table.ids-table-dense:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.cdk-table-sticky-border-elem-right':
|
|
11288
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-thead-th-size-border-width-dense)' },
|
|
11289
|
+
'.ids-table.ids-table-dense:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-left':
|
|
11290
|
+
{ borderRightStyle: 'solid', borderRightWidth: 'var(--ids-comp-table-tbody-td-size-border-width-dense)' },
|
|
11291
|
+
'.ids-table.ids-table-dense:not(.ids-table-plain)>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row)>:is(td.ids-table__cell,th.ids-table__cell).cdk-table-sticky-border-elem-right':
|
|
11292
|
+
{ borderLeftStyle: 'solid', borderLeftWidth: 'var(--ids-comp-table-tbody-td-size-border-width-dense)' },
|
|
11293
|
+
'.ids-table.ids-table-dense>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11294
|
+
gap: 'var(--ids-comp-table-thead-th-size-gap-dense)',
|
|
11295
|
+
minHeight: 'var(--ids-comp-table-thead-th-size-min-height-dense)',
|
|
11296
|
+
paddingLeft: 'var(--ids-comp-table-thead-th-size-padding-x-dense)',
|
|
11297
|
+
paddingRight: 'var(--ids-comp-table-thead-th-size-padding-x-dense)',
|
|
11298
|
+
paddingTop: 'var(--ids-comp-table-thead-th-size-padding-y-dense)',
|
|
11299
|
+
paddingBottom: 'var(--ids-comp-table-thead-th-size-padding-y-dense)',
|
|
11300
|
+
fontFamily: 'var(--ids-comp-table-thead-th-typography-font-family-dense)',
|
|
11301
|
+
fontSize: 'var(--ids-comp-table-thead-th-typography-font-size-dense)',
|
|
11302
|
+
fontWeight: 'var(--ids-comp-table-thead-th-typography-font-weight-dense)',
|
|
11303
|
+
letterSpacing: 'var(--ids-comp-table-thead-th-typography-letter-spacing-dense)',
|
|
11304
|
+
lineHeight: 'var(--ids-comp-table-thead-th-typography-line-height-dense)',
|
|
11305
|
+
},
|
|
11306
|
+
'.ids-table.ids-table-dense>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell)': {
|
|
11307
|
+
gap: 'var(--ids-comp-table-tbody-td-size-gap-dense)',
|
|
11308
|
+
minHeight: 'var(--ids-comp-table-tbody-td-size-min-height-dense)',
|
|
11309
|
+
paddingLeft: 'var(--ids-comp-table-tbody-td-size-padding-x-dense)',
|
|
11310
|
+
paddingRight: 'var(--ids-comp-table-tbody-td-size-padding-x-dense)',
|
|
11311
|
+
paddingTop: 'var(--ids-comp-table-tbody-td-size-padding-y-dense)',
|
|
11312
|
+
paddingBottom: 'var(--ids-comp-table-tbody-td-size-padding-y-dense)',
|
|
11313
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-td-font-family-dense)',
|
|
11314
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-td-font-size-dense)',
|
|
11315
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-default-dense)',
|
|
11316
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-td-letter-spacing-dense)',
|
|
11317
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-td-line-height-dense)',
|
|
11318
|
+
},
|
|
11319
|
+
'.ids-table.ids-table-dense>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-prominent':
|
|
11320
|
+
{ fontWeight: 'var(--ids-comp-table-tbody-td-typography-td-font-weight-prominent-dense)' },
|
|
11321
|
+
'.ids-table.ids-table-dense>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11322
|
+
{
|
|
11323
|
+
fontFamily: 'var(--ids-comp-table-tbody-td-typography-description-font-family-dense)',
|
|
11324
|
+
fontSize: 'var(--ids-comp-table-tbody-td-typography-description-font-size-dense)',
|
|
11325
|
+
fontWeight: 'var(--ids-comp-table-tbody-td-typography-description-font-weight-dense)',
|
|
11326
|
+
letterSpacing: 'var(--ids-comp-table-tbody-td-typography-description-letter-spacing-dense)',
|
|
11327
|
+
lineHeight: 'var(--ids-comp-table-tbody-td-typography-description-line-height-dense)',
|
|
11328
|
+
},
|
|
11329
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row': {
|
|
11330
|
+
backgroundColor: 'var(--ids-comp-table-thead-tr-color-bg-primary-default)',
|
|
11331
|
+
borderColor: 'var(--ids-comp-table-thead-tr-color-border-primary-default)',
|
|
11332
|
+
},
|
|
11333
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11334
|
+
backgroundColor: 'var(--ids-comp-table-thead-th-color-bg-primary-default)',
|
|
11335
|
+
borderColor: 'var(--ids-comp-table-thead-th-color-border-primary-default)',
|
|
11336
|
+
color: 'var(--ids-comp-table-thead-th-color-fg-typography-primary-default)',
|
|
11337
|
+
},
|
|
11338
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface':
|
|
11339
|
+
{
|
|
11340
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-default)',
|
|
11341
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-default)',
|
|
11342
|
+
},
|
|
11343
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11344
|
+
{
|
|
11345
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11346
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11347
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11348
|
+
},
|
|
11349
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11350
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11351
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface .ids-table__detail-cell--content-wrapper':
|
|
11352
|
+
{
|
|
11353
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-default)',
|
|
11354
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-default)',
|
|
11355
|
+
},
|
|
11356
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover':
|
|
11357
|
+
{
|
|
11358
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-hovered)',
|
|
11359
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-hovered)',
|
|
11360
|
+
},
|
|
11361
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11362
|
+
{
|
|
11363
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11364
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11365
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11366
|
+
},
|
|
11367
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11368
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11369
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover .ids-table__detail-cell--content-wrapper':
|
|
11370
|
+
{
|
|
11371
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-hovered)',
|
|
11372
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-hovered)',
|
|
11373
|
+
},
|
|
11374
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active':
|
|
11375
|
+
{
|
|
11376
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-active)',
|
|
11377
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-active)',
|
|
11378
|
+
},
|
|
11379
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11380
|
+
{
|
|
11381
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11382
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11383
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11384
|
+
},
|
|
11385
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11386
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11387
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active .ids-table__detail-cell--content-wrapper':
|
|
11388
|
+
{
|
|
11389
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-active)',
|
|
11390
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-active)',
|
|
11391
|
+
},
|
|
11392
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary':
|
|
11393
|
+
{
|
|
11394
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-default)',
|
|
11395
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-default)',
|
|
11396
|
+
},
|
|
11397
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11398
|
+
{
|
|
11399
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11400
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11401
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11402
|
+
},
|
|
11403
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11404
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11405
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary .ids-table__detail-cell--content-wrapper':
|
|
11406
|
+
{
|
|
11407
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-default)',
|
|
11408
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-default)',
|
|
11409
|
+
},
|
|
11410
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover':
|
|
11411
|
+
{
|
|
11412
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-hovered)',
|
|
11413
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-hovered)',
|
|
11414
|
+
},
|
|
11415
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11416
|
+
{
|
|
11417
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11418
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11419
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11420
|
+
},
|
|
11421
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11422
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11423
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover .ids-table__detail-cell--content-wrapper':
|
|
11424
|
+
{
|
|
11425
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-hovered)',
|
|
11426
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-hovered)',
|
|
11427
|
+
},
|
|
11428
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active':
|
|
11429
|
+
{
|
|
11430
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-active)',
|
|
11431
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-active)',
|
|
11432
|
+
},
|
|
11433
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11434
|
+
{
|
|
11435
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11436
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11437
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11438
|
+
},
|
|
11439
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11440
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11441
|
+
'.ids-table.ids-table-primary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active .ids-table__detail-cell--content-wrapper':
|
|
11442
|
+
{
|
|
11443
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-active)',
|
|
11444
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-active)',
|
|
11445
|
+
},
|
|
11446
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row': {
|
|
11447
|
+
backgroundColor: 'var(--ids-comp-table-thead-tr-color-bg-secondary-default)',
|
|
11448
|
+
borderColor: 'var(--ids-comp-table-thead-tr-color-border-secondary-default)',
|
|
11449
|
+
},
|
|
11450
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11451
|
+
backgroundColor: 'var(--ids-comp-table-thead-th-color-bg-secondary-default)',
|
|
11452
|
+
borderColor: 'var(--ids-comp-table-thead-th-color-border-secondary-default)',
|
|
11453
|
+
color: 'var(--ids-comp-table-thead-th-color-fg-typography-secondary-default)',
|
|
11454
|
+
},
|
|
11455
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface':
|
|
11456
|
+
{
|
|
11457
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-default)',
|
|
11458
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-default)',
|
|
11459
|
+
},
|
|
11460
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11461
|
+
{
|
|
11462
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11463
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11464
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11465
|
+
},
|
|
11466
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11467
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11468
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface .ids-table__detail-cell--content-wrapper':
|
|
11469
|
+
{
|
|
11470
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-default)',
|
|
11471
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-default)',
|
|
11472
|
+
},
|
|
11473
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover':
|
|
11474
|
+
{
|
|
11475
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-hovered)',
|
|
11476
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-hovered)',
|
|
11477
|
+
},
|
|
11478
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11479
|
+
{
|
|
11480
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11481
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11482
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11483
|
+
},
|
|
11484
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11485
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11486
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover .ids-table__detail-cell--content-wrapper':
|
|
11487
|
+
{
|
|
11488
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-hovered)',
|
|
11489
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-hovered)',
|
|
11490
|
+
},
|
|
11491
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active':
|
|
11492
|
+
{
|
|
11493
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-active)',
|
|
11494
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-active)',
|
|
11495
|
+
},
|
|
11496
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11497
|
+
{
|
|
11498
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11499
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11500
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11501
|
+
},
|
|
11502
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11503
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11504
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active .ids-table__detail-cell--content-wrapper':
|
|
11505
|
+
{
|
|
11506
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-active)',
|
|
11507
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-active)',
|
|
11508
|
+
},
|
|
11509
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary':
|
|
11510
|
+
{
|
|
11511
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-default)',
|
|
11512
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-default)',
|
|
11513
|
+
},
|
|
11514
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11515
|
+
{
|
|
11516
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11517
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11518
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11519
|
+
},
|
|
11520
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11521
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11522
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary .ids-table__detail-cell--content-wrapper':
|
|
11523
|
+
{
|
|
11524
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-default)',
|
|
11525
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-default)',
|
|
11526
|
+
},
|
|
11527
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover':
|
|
11528
|
+
{
|
|
11529
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-hovered)',
|
|
11530
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-hovered)',
|
|
11531
|
+
},
|
|
11532
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11533
|
+
{
|
|
11534
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11535
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11536
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11537
|
+
},
|
|
11538
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11539
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11540
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover .ids-table__detail-cell--content-wrapper':
|
|
11541
|
+
{
|
|
11542
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-hovered)',
|
|
11543
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-hovered)',
|
|
11544
|
+
},
|
|
11545
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active':
|
|
11546
|
+
{
|
|
11547
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-active)',
|
|
11548
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-active)',
|
|
11549
|
+
},
|
|
11550
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11551
|
+
{
|
|
11552
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11553
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11554
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11555
|
+
},
|
|
11556
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11557
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11558
|
+
'.ids-table.ids-table-secondary>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active .ids-table__detail-cell--content-wrapper':
|
|
11559
|
+
{
|
|
11560
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-active)',
|
|
11561
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-active)',
|
|
11562
|
+
},
|
|
11563
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row': {
|
|
11564
|
+
backgroundColor: 'var(--ids-comp-table-thead-tr-color-bg-surface-default)',
|
|
11565
|
+
borderColor: 'var(--ids-comp-table-thead-tr-color-border-surface-default)',
|
|
11566
|
+
},
|
|
11567
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11568
|
+
backgroundColor: 'var(--ids-comp-table-thead-th-color-bg-surface-default)',
|
|
11569
|
+
borderColor: 'var(--ids-comp-table-thead-th-color-border-surface-default)',
|
|
11570
|
+
color: 'var(--ids-comp-table-thead-th-color-fg-typography-surface-default)',
|
|
11571
|
+
},
|
|
11572
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface':
|
|
11573
|
+
{
|
|
11574
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-default)',
|
|
11575
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-default)',
|
|
11576
|
+
},
|
|
11577
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11578
|
+
{
|
|
11579
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11580
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11581
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11582
|
+
},
|
|
11583
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11584
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11585
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface .ids-table__detail-cell--content-wrapper':
|
|
11586
|
+
{
|
|
11587
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-default)',
|
|
11588
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-default)',
|
|
11589
|
+
},
|
|
11590
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover':
|
|
11591
|
+
{
|
|
11592
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-hovered)',
|
|
11593
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-hovered)',
|
|
11594
|
+
},
|
|
11595
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11596
|
+
{
|
|
11597
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11598
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11599
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11600
|
+
},
|
|
11601
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11602
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11603
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:hover .ids-table__detail-cell--content-wrapper':
|
|
11604
|
+
{
|
|
11605
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-hovered)',
|
|
11606
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-hovered)',
|
|
11607
|
+
},
|
|
11608
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active':
|
|
11609
|
+
{
|
|
11610
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-active)',
|
|
11611
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-surface-active)',
|
|
11612
|
+
},
|
|
11613
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11614
|
+
{
|
|
11615
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-surface-default)',
|
|
11616
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-surface-default)',
|
|
11617
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11618
|
+
},
|
|
11619
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11620
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default)' },
|
|
11621
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--surface:active .ids-table__detail-cell--content-wrapper':
|
|
11622
|
+
{
|
|
11623
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-surface-active)',
|
|
11624
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-surface-active)',
|
|
11625
|
+
},
|
|
11626
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary':
|
|
11627
|
+
{
|
|
11628
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-default)',
|
|
11629
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-default)',
|
|
11630
|
+
},
|
|
11631
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11632
|
+
{
|
|
11633
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11634
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11635
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11636
|
+
},
|
|
11637
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11638
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11639
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary .ids-table__detail-cell--content-wrapper':
|
|
11640
|
+
{
|
|
11641
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-default)',
|
|
11642
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-default)',
|
|
11643
|
+
},
|
|
11644
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover':
|
|
11645
|
+
{
|
|
11646
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-hovered)',
|
|
11647
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-hovered)',
|
|
11648
|
+
},
|
|
11649
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11650
|
+
{
|
|
11651
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11652
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11653
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11654
|
+
},
|
|
11655
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11656
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11657
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:hover .ids-table__detail-cell--content-wrapper':
|
|
11658
|
+
{
|
|
11659
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-hovered)',
|
|
11660
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-hovered)',
|
|
11661
|
+
},
|
|
11662
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active':
|
|
11663
|
+
{
|
|
11664
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-secondary-active)',
|
|
11665
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-color-border-secondary-active)',
|
|
11666
|
+
},
|
|
11667
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11668
|
+
{
|
|
11669
|
+
backgroundColor: 'var(--ids-comp-table-tbody-td-color-bg-secondary-default)',
|
|
11670
|
+
borderColor: 'var(--ids-comp-table-tbody-td-color-border-secondary-default)',
|
|
11671
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default)',
|
|
11672
|
+
},
|
|
11673
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--label-description':
|
|
11674
|
+
{ color: 'var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default)' },
|
|
11675
|
+
'.ids-table.ids-table-surface>.ids-table__horizontal-scroll>table>tbody>tr:is(.ids-table__row,.ids-table__detail-row).ids-table__row--secondary:active .ids-table__detail-cell--content-wrapper':
|
|
11676
|
+
{
|
|
11677
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-detail-color-bg-secondary-active)',
|
|
11678
|
+
borderColor: 'var(--ids-comp-table-tbody-tr-detail-color-border-secondary-active)',
|
|
11679
|
+
},
|
|
11680
|
+
'.ids-table>.ids-table__horizontal-scroll>table': {
|
|
11681
|
+
width: '100%',
|
|
11682
|
+
boxSizing: 'border-box',
|
|
11683
|
+
borderCollapse: 'collapse',
|
|
11684
|
+
borderStyle: 'solid',
|
|
11685
|
+
borderWidth: '0px',
|
|
11686
|
+
backgroundColor: 'var(--ids-comp-table-color-bg-surface-default)',
|
|
11687
|
+
borderColor: 'var(--ids-comp-table-color-border-surface-default)',
|
|
11688
|
+
textIndent: '0',
|
|
11689
|
+
},
|
|
11690
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead': { boxSizing: 'border-box' },
|
|
11691
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row': { boxSizing: 'border-box' },
|
|
11692
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell': {
|
|
11693
|
+
boxSizing: 'border-box',
|
|
11694
|
+
textAlign: 'left',
|
|
11695
|
+
},
|
|
11696
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.ids-table__header-cell--sortable':
|
|
11697
|
+
{ display: 'flex', flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between' },
|
|
11698
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.ids-table__header-cell--select-all-rows':
|
|
11699
|
+
{ textAlign: 'center', minWidth: '2.5rem', width: '2.5em' },
|
|
11700
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.ids-table__header-cell--select-all-rows>.ids-checkbox':
|
|
11701
|
+
{ gap: '0' },
|
|
11702
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody': { boxSizing: 'border-box' },
|
|
11703
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row': {
|
|
11704
|
+
boxSizing: 'border-box',
|
|
11705
|
+
backgroundColor: 'var(--ids-comp-table-tbody-tr-color-bg-surface-default)',
|
|
11706
|
+
},
|
|
11707
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell)': {
|
|
11708
|
+
boxSizing: 'border-box',
|
|
11709
|
+
textAlign: 'start',
|
|
11710
|
+
color: 'var(--ids-comp-table-tbody-td-color-fg-typography-surface-default)',
|
|
11711
|
+
},
|
|
11712
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--row-select,.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--master-detail-toggle':
|
|
11713
|
+
{ textAlign: 'center' },
|
|
11714
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--row-select>.ids-table__button--master-detail,.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--row-select .ids-table__checkbox--row-selector,.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--master-detail-toggle>.ids-table__button--master-detail,.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--master-detail-toggle .ids-table__checkbox--row-selector':
|
|
11715
|
+
{ marginLeft: 'auto', marginRight: 'auto' },
|
|
11716
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--row-select':
|
|
11717
|
+
{ minWidth: '2.5rem', width: '2.5em' },
|
|
11718
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--row-select>.ids-checkbox':
|
|
11719
|
+
{ gap: '0' },
|
|
11720
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell)>.ids-cell-content__numeric':
|
|
11721
|
+
{ textAlign: 'end' },
|
|
11722
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__detail-row': { boxSizing: 'border-box', height: '0px' },
|
|
11723
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__detail-row>:is(td.ids-table__cell,th.ids-table__cell)': {
|
|
11724
|
+
boxSizing: 'border-box',
|
|
11725
|
+
borderBottomWidth: '0',
|
|
11726
|
+
},
|
|
11727
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__detail-row.ids-table__detail-row--expanded>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11728
|
+
{ borderBottomWidth: '1px' },
|
|
11729
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__detail-row:not(.ids-table__detail-row--expanded)>:is(td.ids-table__cell,th.ids-table__cell)':
|
|
11730
|
+
{ paddingBottom: '0px', paddingTop: '0px' },
|
|
11731
|
+
'.ids-table>.ids-table__horizontal-scroll>table>tbody .ids-table__detail-cell--content-wrapper': {
|
|
11732
|
+
display: 'flex',
|
|
11733
|
+
boxSizing: 'border-box',
|
|
11734
|
+
overflow: 'hidden',
|
|
11735
|
+
},
|
|
11736
|
+
'.ids-table>.ids-table__horizontal-scroll>table>thead>tr.ids-table__header-row>th.ids-table__header-cell.ids-table__cell--master-detail-toggle,.ids-table>.ids-table__horizontal-scroll>table>tbody>tr.ids-table__row>:is(td.ids-table__cell,th.ids-table__cell).ids-table__cell--master-detail-toggle':
|
|
11737
|
+
{ minWidth: '2.5rem', width: '2.5em' },
|
|
11738
|
+
'.ids-table .ids-table__no-rows-to-show': {
|
|
11739
|
+
margin: '1.5rem',
|
|
11740
|
+
display: 'flex',
|
|
11741
|
+
flex: 'none',
|
|
11742
|
+
width: '100%',
|
|
11743
|
+
height: '100%',
|
|
11744
|
+
alignItems: 'center',
|
|
11745
|
+
justifyContent: 'center',
|
|
11746
|
+
textAlign: 'center',
|
|
11747
|
+
},
|
|
11064
11748
|
'.ids-tag': { display: 'inline-flex', alignItems: 'center', justifyContent: 'center', borderStyle: 'solid', boxSizing: 'border-box' },
|
|
11065
11749
|
'.ids-tag:focus,.ids-tag:focus-visible': { outlineOffset: '2px', outlineStyle: 'solid' },
|
|
11066
11750
|
'.ids-tag:active': { outline: 'none' },
|