@design.estate/dees-catalog 1.0.249 → 1.0.251

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "1.0.249",
3
+ "version": "1.0.251",
4
4
  "private": false,
5
5
  "description": "website for lossless.com",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '1.0.249',
6
+ version: '1.0.251',
7
7
  description: 'website for lossless.com'
8
8
  }
@@ -314,9 +314,9 @@ export class DeesTable<T> extends DeesElement {
314
314
 
315
315
  .action {
316
316
  margin: -4px 0px;
317
- padding: 10px;
318
- line-height: 34px;
319
- height: 34px;
317
+ padding: 8px 10px;
318
+ line-height: 32px;
319
+ height: 32px;
320
320
  size: 16px;
321
321
  display: inline-block;
322
322
  border-radius: 8px;
@@ -429,6 +429,7 @@ export class DeesTable<T> extends DeesElement {
429
429
  <dees-input-multitoggle
430
430
  .label=${'search mode'}
431
431
  .options=${['table', 'data', 'server']}
432
+ .selectedOption=${'table'}
432
433
  .description=${`
433
434
  There are three basic modes:
434
435