@genesislcap/rapid-design-system 14.255.2-alpha-e767c4c.0 → 14.257.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9433,6 +9433,28 @@
9433
9433
  "module": "src/dialog/dialog.ts"
9434
9434
  }
9435
9435
  },
9436
+ {
9437
+ "kind": "field",
9438
+ "name": "topElement",
9439
+ "type": {
9440
+ "text": "HTMLElement"
9441
+ },
9442
+ "inheritedFrom": {
9443
+ "name": "DialogElement",
9444
+ "module": "src/dialog/dialog.ts"
9445
+ }
9446
+ },
9447
+ {
9448
+ "kind": "field",
9449
+ "name": "topElementSlot",
9450
+ "type": {
9451
+ "text": "HTMLSlotElement"
9452
+ },
9453
+ "inheritedFrom": {
9454
+ "name": "DialogElement",
9455
+ "module": "src/dialog/dialog.ts"
9456
+ }
9457
+ },
9436
9458
  {
9437
9459
  "kind": "field",
9438
9460
  "name": "notification",
@@ -17168,10 +17190,10 @@
17168
17190
  "exports": [
17169
17191
  {
17170
17192
  "kind": "js",
17171
- "name": "*",
17193
+ "name": "zeroModalTemplate",
17172
17194
  "declaration": {
17173
- "name": "*",
17174
- "package": "./modal"
17195
+ "name": "foundationModalTemplate",
17196
+ "package": "@genesislcap/foundation-ui"
17175
17197
  }
17176
17198
  },
17177
17199
  {
@@ -17179,15 +17201,15 @@
17179
17201
  "name": "*",
17180
17202
  "declaration": {
17181
17203
  "name": "*",
17182
- "package": "./modal.styles"
17204
+ "package": "./modal"
17183
17205
  }
17184
17206
  },
17185
17207
  {
17186
17208
  "kind": "js",
17187
- "name": "zeroModalTemplate",
17209
+ "name": "*",
17188
17210
  "declaration": {
17189
- "name": "foundationModalTemplate",
17190
- "package": "@genesislcap/foundation-ui"
17211
+ "name": "*",
17212
+ "package": "./modal.styles"
17191
17213
  }
17192
17214
  }
17193
17215
  ]
@@ -17199,7 +17221,7 @@
17199
17221
  {
17200
17222
  "kind": "variable",
17201
17223
  "name": "rapidModalStyles",
17202
- "default": "css`\n ${rapidDialogStyles}\n`"
17224
+ "default": "css`\n ${rapidDialogStyles}\n\n :host([draggable])::part(top) {\n cursor: move;\n }\n`"
17203
17225
  }
17204
17226
  ],
17205
17227
  "exports": [
@@ -17243,6 +17265,17 @@
17243
17265
  "tagName": "%%prefix%%-modal",
17244
17266
  "customElement": true,
17245
17267
  "attributes": [
17268
+ {
17269
+ "type": {
17270
+ "text": "boolean"
17271
+ },
17272
+ "default": "false",
17273
+ "fieldName": "draggable",
17274
+ "inheritedFrom": {
17275
+ "name": "Modal",
17276
+ "module": "src/modal/modal.ts"
17277
+ }
17278
+ },
17246
17279
  {
17247
17280
  "name": "type",
17248
17281
  "type": {
@@ -17282,6 +17315,141 @@
17282
17315
  }
17283
17316
  ],
17284
17317
  "members": [
17318
+ {
17319
+ "kind": "field",
17320
+ "name": "isDragging",
17321
+ "type": {
17322
+ "text": "boolean"
17323
+ },
17324
+ "privacy": "private",
17325
+ "default": "false",
17326
+ "inheritedFrom": {
17327
+ "name": "Modal",
17328
+ "module": "src/modal/modal.ts"
17329
+ }
17330
+ },
17331
+ {
17332
+ "kind": "field",
17333
+ "name": "offsetX",
17334
+ "type": {
17335
+ "text": "number"
17336
+ },
17337
+ "privacy": "private",
17338
+ "default": "0",
17339
+ "inheritedFrom": {
17340
+ "name": "Modal",
17341
+ "module": "src/modal/modal.ts"
17342
+ }
17343
+ },
17344
+ {
17345
+ "kind": "field",
17346
+ "name": "offsetY",
17347
+ "type": {
17348
+ "text": "number"
17349
+ },
17350
+ "privacy": "private",
17351
+ "default": "0",
17352
+ "inheritedFrom": {
17353
+ "name": "Modal",
17354
+ "module": "src/modal/modal.ts"
17355
+ }
17356
+ },
17357
+ {
17358
+ "kind": "field",
17359
+ "name": "modalWidth",
17360
+ "type": {
17361
+ "text": "number"
17362
+ },
17363
+ "privacy": "private",
17364
+ "default": "0",
17365
+ "inheritedFrom": {
17366
+ "name": "Modal",
17367
+ "module": "src/modal/modal.ts"
17368
+ }
17369
+ },
17370
+ {
17371
+ "kind": "field",
17372
+ "name": "modalHeight",
17373
+ "type": {
17374
+ "text": "number"
17375
+ },
17376
+ "privacy": "private",
17377
+ "default": "0",
17378
+ "inheritedFrom": {
17379
+ "name": "Modal",
17380
+ "module": "src/modal/modal.ts"
17381
+ }
17382
+ },
17383
+ {
17384
+ "kind": "field",
17385
+ "name": "onMouseDownBound",
17386
+ "type": {
17387
+ "text": "((event: MouseEvent) => void) | null"
17388
+ },
17389
+ "privacy": "private",
17390
+ "default": "null",
17391
+ "inheritedFrom": {
17392
+ "name": "Modal",
17393
+ "module": "src/modal/modal.ts"
17394
+ }
17395
+ },
17396
+ {
17397
+ "kind": "field",
17398
+ "name": "onMouseMoveBound",
17399
+ "type": {
17400
+ "text": "((event: MouseEvent) => void) | null"
17401
+ },
17402
+ "privacy": "private",
17403
+ "default": "null",
17404
+ "inheritedFrom": {
17405
+ "name": "Modal",
17406
+ "module": "src/modal/modal.ts"
17407
+ }
17408
+ },
17409
+ {
17410
+ "kind": "field",
17411
+ "name": "onMouseUpBound",
17412
+ "type": {
17413
+ "text": "(() => void) | null"
17414
+ },
17415
+ "privacy": "private",
17416
+ "default": "null",
17417
+ "inheritedFrom": {
17418
+ "name": "Modal",
17419
+ "module": "src/modal/modal.ts"
17420
+ }
17421
+ },
17422
+ {
17423
+ "kind": "field",
17424
+ "name": "draggable",
17425
+ "type": {
17426
+ "text": "boolean"
17427
+ },
17428
+ "default": "false",
17429
+ "inheritedFrom": {
17430
+ "name": "Modal",
17431
+ "module": "src/modal/modal.ts"
17432
+ }
17433
+ },
17434
+ {
17435
+ "kind": "method",
17436
+ "name": "draggableChanged",
17437
+ "parameters": [
17438
+ {
17439
+ "name": "ignore"
17440
+ },
17441
+ {
17442
+ "name": "newValue",
17443
+ "type": {
17444
+ "text": "boolean"
17445
+ }
17446
+ }
17447
+ ],
17448
+ "inheritedFrom": {
17449
+ "name": "Modal",
17450
+ "module": "src/modal/modal.ts"
17451
+ }
17452
+ },
17285
17453
  {
17286
17454
  "kind": "method",
17287
17455
  "name": "show",
@@ -17296,6 +17464,114 @@
17296
17464
  "module": "src/dialog/dialog.ts"
17297
17465
  }
17298
17466
  },
17467
+ {
17468
+ "kind": "field",
17469
+ "name": "onCloseCallback",
17470
+ "type": {
17471
+ "text": "() => void"
17472
+ },
17473
+ "description": "Callback to run *after* HTMLDialogElement is closed",
17474
+ "inheritedFrom": {
17475
+ "name": "DialogElement",
17476
+ "module": "src/dialog/dialog.ts"
17477
+ }
17478
+ },
17479
+ {
17480
+ "kind": "method",
17481
+ "name": "isEventTargetInDraggableTarget",
17482
+ "privacy": "private",
17483
+ "return": {
17484
+ "type": {
17485
+ "text": "boolean"
17486
+ }
17487
+ },
17488
+ "parameters": [
17489
+ {
17490
+ "name": "event",
17491
+ "type": {
17492
+ "text": "MouseEvent"
17493
+ }
17494
+ }
17495
+ ],
17496
+ "inheritedFrom": {
17497
+ "name": "Modal",
17498
+ "module": "src/modal/modal.ts"
17499
+ }
17500
+ },
17501
+ {
17502
+ "kind": "method",
17503
+ "name": "isInsideTopSlot",
17504
+ "privacy": "private",
17505
+ "return": {
17506
+ "type": {
17507
+ "text": "boolean"
17508
+ }
17509
+ },
17510
+ "parameters": [
17511
+ {
17512
+ "name": "target",
17513
+ "type": {
17514
+ "text": "Node"
17515
+ }
17516
+ }
17517
+ ],
17518
+ "inheritedFrom": {
17519
+ "name": "Modal",
17520
+ "module": "src/modal/modal.ts"
17521
+ }
17522
+ },
17523
+ {
17524
+ "kind": "method",
17525
+ "name": "onMouseDown",
17526
+ "privacy": "private",
17527
+ "parameters": [
17528
+ {
17529
+ "name": "event",
17530
+ "type": {
17531
+ "text": "MouseEvent"
17532
+ }
17533
+ }
17534
+ ],
17535
+ "inheritedFrom": {
17536
+ "name": "Modal",
17537
+ "module": "src/modal/modal.ts"
17538
+ }
17539
+ },
17540
+ {
17541
+ "kind": "method",
17542
+ "name": "onMouseMove",
17543
+ "privacy": "private",
17544
+ "parameters": [
17545
+ {
17546
+ "name": "event",
17547
+ "type": {
17548
+ "text": "MouseEvent"
17549
+ }
17550
+ }
17551
+ ],
17552
+ "inheritedFrom": {
17553
+ "name": "Modal",
17554
+ "module": "src/modal/modal.ts"
17555
+ }
17556
+ },
17557
+ {
17558
+ "kind": "method",
17559
+ "name": "onMouseUp",
17560
+ "privacy": "private",
17561
+ "inheritedFrom": {
17562
+ "name": "Modal",
17563
+ "module": "src/modal/modal.ts"
17564
+ }
17565
+ },
17566
+ {
17567
+ "kind": "method",
17568
+ "name": "removeDraggableEventListeners",
17569
+ "privacy": "private",
17570
+ "inheritedFrom": {
17571
+ "name": "Modal",
17572
+ "module": "src/modal/modal.ts"
17573
+ }
17574
+ },
17299
17575
  {
17300
17576
  "kind": "field",
17301
17577
  "name": "mainElement",
@@ -17308,6 +17584,28 @@
17308
17584
  "module": "src/dialog/dialog.ts"
17309
17585
  }
17310
17586
  },
17587
+ {
17588
+ "kind": "field",
17589
+ "name": "topElement",
17590
+ "type": {
17591
+ "text": "HTMLElement"
17592
+ },
17593
+ "inheritedFrom": {
17594
+ "name": "DialogElement",
17595
+ "module": "src/dialog/dialog.ts"
17596
+ }
17597
+ },
17598
+ {
17599
+ "kind": "field",
17600
+ "name": "topElementSlot",
17601
+ "type": {
17602
+ "text": "HTMLSlotElement"
17603
+ },
17604
+ "inheritedFrom": {
17605
+ "name": "DialogElement",
17606
+ "module": "src/dialog/dialog.ts"
17607
+ }
17608
+ },
17311
17609
  {
17312
17610
  "kind": "field",
17313
17611
  "name": "notification",
@@ -17376,18 +17674,6 @@
17376
17674
  "module": "src/dialog/dialog.ts"
17377
17675
  }
17378
17676
  },
17379
- {
17380
- "kind": "field",
17381
- "name": "onCloseCallback",
17382
- "type": {
17383
- "text": "() => void"
17384
- },
17385
- "description": "Callback to run *after* HTMLDialogElement is closed",
17386
- "inheritedFrom": {
17387
- "name": "DialogElement",
17388
- "module": "src/dialog/dialog.ts"
17389
- }
17390
- },
17391
17677
  {
17392
17678
  "kind": "field",
17393
17679
  "name": "open",
@@ -31430,6 +31716,14 @@
31430
31716
  "name": "*",
31431
31717
  "package": "./tooltip"
31432
31718
  }
31719
+ },
31720
+ {
31721
+ "kind": "js",
31722
+ "name": "*",
31723
+ "declaration": {
31724
+ "name": "*",
31725
+ "package": "./tooltip.styles"
31726
+ }
31433
31727
  }
31434
31728
  ]
31435
31729
  },
@@ -1 +1 @@
1
- {"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,gBAAgB,EAAE,sBAAsB,CAAC,cAWrD,CAAC;AAiFF,eAAO,MAAM,4BAA4B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMtF,CAAC"}
1
+ {"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,gBAAgB,EAAE,sBAAsB,CAAC,cAWrD,CAAC;AAqFF,eAAO,MAAM,4BAA4B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMtF,CAAC"}
@@ -1,4 +1,4 @@
1
+ export { foundationModalTemplate as zeroModalTemplate } from '@genesislcap/foundation-ui';
1
2
  export * from './modal';
2
3
  export * from './modal.styles';
3
- export { foundationModalTemplate as zeroModalTemplate } from '@genesislcap/foundation-ui';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,uBAAuB,IAAI,iBAAiB,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,IAAI,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC1F,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal.styles.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,iDAE5B,CAAC"}
1
+ {"version":3,"file":"modal.styles.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,iDAM5B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from './tooltip';
2
+ export * from './tooltip.styles';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC"}
@@ -43,6 +43,10 @@ const inputStyles = css `
43
43
  background-color: var(--error-color);
44
44
  border-color: var(--error-border-color);
45
45
  }
46
+
47
+ rapid-select::part(listbox) {
48
+ max-height: 15vh;
49
+ }
46
50
  `;
47
51
  const containers = css `
48
52
  border: unset;
@@ -1,3 +1,3 @@
1
+ export { foundationModalTemplate as zeroModalTemplate } from '@genesislcap/foundation-ui';
1
2
  export * from './modal';
2
3
  export * from './modal.styles';
3
- export { foundationModalTemplate as zeroModalTemplate } from '@genesislcap/foundation-ui';
@@ -2,4 +2,8 @@ import { css } from '@microsoft/fast-element';
2
2
  import { rapidDialogStyles } from '../dialog/dialog.styles';
3
3
  export const rapidModalStyles = css `
4
4
  ${rapidDialogStyles}
5
+
6
+ :host([draggable])::part(top) {
7
+ cursor: move;
8
+ }
5
9
  `;
@@ -1 +1,2 @@
1
1
  export * from './tooltip';
2
+ export * from './tooltip.styles';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.255.2-alpha-e767c4c.0",
4
+ "version": "14.257.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -33,18 +33,18 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
36
- "@genesislcap/genx": "14.255.2-alpha-e767c4c.0",
37
- "@genesislcap/rollup-builder": "14.255.2-alpha-e767c4c.0",
38
- "@genesislcap/ts-builder": "14.255.2-alpha-e767c4c.0",
39
- "@genesislcap/uvu-playwright-builder": "14.255.2-alpha-e767c4c.0",
40
- "@genesislcap/vite-builder": "14.255.2-alpha-e767c4c.0",
41
- "@genesislcap/webpack-builder": "14.255.2-alpha-e767c4c.0",
36
+ "@genesislcap/genx": "14.257.0",
37
+ "@genesislcap/rollup-builder": "14.257.0",
38
+ "@genesislcap/ts-builder": "14.257.0",
39
+ "@genesislcap/uvu-playwright-builder": "14.257.0",
40
+ "@genesislcap/vite-builder": "14.257.0",
41
+ "@genesislcap/webpack-builder": "14.257.0",
42
42
  "rimraf": "^5.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "@genesislcap/foundation-logger": "14.255.2-alpha-e767c4c.0",
46
- "@genesislcap/foundation-ui": "14.255.2-alpha-e767c4c.0",
47
- "@genesislcap/foundation-utils": "14.255.2-alpha-e767c4c.0",
45
+ "@genesislcap/foundation-logger": "14.257.0",
46
+ "@genesislcap/foundation-ui": "14.257.0",
47
+ "@genesislcap/foundation-utils": "14.257.0",
48
48
  "@microsoft/fast-colors": "5.3.1",
49
49
  "@microsoft/fast-components": "2.30.6",
50
50
  "@microsoft/fast-element": "1.14.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "cc44073260f0f5ea366d4e8f09ceffce637f3b19"
65
+ "gitHead": "111a319fad6178b896179e8fef9bb79b9da31867"
66
66
  }