@genesislcap/rapid-design-system 14.221.0 → 14.223.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +236 -236
  2. package/package.json +11 -11
@@ -10723,194 +10723,6 @@
10723
10723
  }
10724
10724
  ]
10725
10725
  },
10726
- {
10727
- "kind": "javascript-module",
10728
- "path": "src/divider/divider.stories.ts",
10729
- "declarations": [
10730
- {
10731
- "kind": "variable",
10732
- "name": "meta",
10733
- "type": {
10734
- "text": "Meta"
10735
- },
10736
- "default": "{\n title: 'Divider',\n component: 'rapid-divider',\n tags: ['autodocs'],\n}"
10737
- },
10738
- {
10739
- "kind": "variable",
10740
- "name": "Primary",
10741
- "type": {
10742
- "text": "StoryObj"
10743
- },
10744
- "default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) => html`\n <div style=\"display: flex;\">\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <rapid-button style=\"flex: 1;\"></rapid-button>\n <rapid-divider orientation=\"${orientation}\" role=\"${role}\"></rapid-divider>\n <rapid-button style=\"flex: 1;\"></rapid-button>\n </div>\n </div>\n `,\n}"
10745
- }
10746
- ],
10747
- "exports": [
10748
- {
10749
- "kind": "js",
10750
- "name": "default",
10751
- "declaration": {
10752
- "name": "meta",
10753
- "module": "src/divider/divider.stories.ts"
10754
- }
10755
- },
10756
- {
10757
- "kind": "js",
10758
- "name": "Primary",
10759
- "declaration": {
10760
- "name": "Primary",
10761
- "module": "src/divider/divider.stories.ts"
10762
- }
10763
- }
10764
- ]
10765
- },
10766
- {
10767
- "kind": "javascript-module",
10768
- "path": "src/divider/divider.styles.ts",
10769
- "declarations": [
10770
- {
10771
- "kind": "function",
10772
- "name": "rapidDividerStyles",
10773
- "return": {
10774
- "type": {
10775
- "text": "ElementStyles"
10776
- }
10777
- },
10778
- "parameters": [
10779
- {
10780
- "name": "context",
10781
- "type": {
10782
- "text": "ElementDefinitionContext"
10783
- }
10784
- },
10785
- {
10786
- "name": "definition",
10787
- "type": {
10788
- "text": "FoundationElementDefinition"
10789
- }
10790
- }
10791
- ]
10792
- }
10793
- ],
10794
- "exports": [
10795
- {
10796
- "kind": "js",
10797
- "name": "rapidDividerStyles",
10798
- "declaration": {
10799
- "name": "rapidDividerStyles",
10800
- "module": "src/divider/divider.styles.ts"
10801
- }
10802
- }
10803
- ]
10804
- },
10805
- {
10806
- "kind": "javascript-module",
10807
- "path": "src/divider/divider.template.ts",
10808
- "declarations": [
10809
- {
10810
- "kind": "function",
10811
- "name": "rapidDividerTemplate",
10812
- "return": {
10813
- "type": {
10814
- "text": "ViewTemplate<Divider>"
10815
- }
10816
- },
10817
- "parameters": [
10818
- {
10819
- "name": "context",
10820
- "type": {
10821
- "text": "ElementDefinitionContext"
10822
- }
10823
- },
10824
- {
10825
- "name": "definition",
10826
- "type": {
10827
- "text": "FoundationElementDefinition"
10828
- }
10829
- }
10830
- ]
10831
- }
10832
- ],
10833
- "exports": [
10834
- {
10835
- "kind": "js",
10836
- "name": "rapidDividerTemplate",
10837
- "declaration": {
10838
- "name": "rapidDividerTemplate",
10839
- "module": "src/divider/divider.template.ts"
10840
- }
10841
- }
10842
- ]
10843
- },
10844
- {
10845
- "kind": "javascript-module",
10846
- "path": "src/divider/divider.ts",
10847
- "declarations": [
10848
- {
10849
- "kind": "class",
10850
- "description": "",
10851
- "name": "Divider",
10852
- "superclass": {
10853
- "name": "FoundationDivider",
10854
- "package": "@genesislcap/foundation-ui"
10855
- },
10856
- "tagName": "%%prefix%%-divider",
10857
- "customElement": true
10858
- },
10859
- {
10860
- "kind": "variable",
10861
- "name": "rapidDivider"
10862
- }
10863
- ],
10864
- "exports": [
10865
- {
10866
- "kind": "js",
10867
- "name": "Divider",
10868
- "declaration": {
10869
- "name": "Divider",
10870
- "module": "src/divider/divider.ts"
10871
- }
10872
- },
10873
- {
10874
- "kind": "js",
10875
- "name": "rapidDivider",
10876
- "declaration": {
10877
- "name": "rapidDivider",
10878
- "module": "src/divider/divider.ts"
10879
- }
10880
- }
10881
- ]
10882
- },
10883
- {
10884
- "kind": "javascript-module",
10885
- "path": "src/divider/index.ts",
10886
- "declarations": [],
10887
- "exports": [
10888
- {
10889
- "kind": "js",
10890
- "name": "*",
10891
- "declaration": {
10892
- "name": "*",
10893
- "package": "./divider"
10894
- }
10895
- },
10896
- {
10897
- "kind": "js",
10898
- "name": "*",
10899
- "declaration": {
10900
- "name": "*",
10901
- "package": "./divider.styles"
10902
- }
10903
- },
10904
- {
10905
- "kind": "js",
10906
- "name": "*",
10907
- "declaration": {
10908
- "name": "*",
10909
- "package": "./divider.template"
10910
- }
10911
- }
10912
- ]
10913
- },
10914
10726
  {
10915
10727
  "kind": "javascript-module",
10916
10728
  "path": "src/dropdown-menu/dropdown-menu.stories.ts",
@@ -11510,6 +11322,194 @@
11510
11322
  }
11511
11323
  ]
11512
11324
  },
11325
+ {
11326
+ "kind": "javascript-module",
11327
+ "path": "src/divider/divider.stories.ts",
11328
+ "declarations": [
11329
+ {
11330
+ "kind": "variable",
11331
+ "name": "meta",
11332
+ "type": {
11333
+ "text": "Meta"
11334
+ },
11335
+ "default": "{\n title: 'Divider',\n component: 'rapid-divider',\n tags: ['autodocs'],\n}"
11336
+ },
11337
+ {
11338
+ "kind": "variable",
11339
+ "name": "Primary",
11340
+ "type": {
11341
+ "text": "StoryObj"
11342
+ },
11343
+ "default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) => html`\n <div style=\"display: flex;\">\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <rapid-button style=\"flex: 1;\"></rapid-button>\n <rapid-divider orientation=\"${orientation}\" role=\"${role}\"></rapid-divider>\n <rapid-button style=\"flex: 1;\"></rapid-button>\n </div>\n </div>\n `,\n}"
11344
+ }
11345
+ ],
11346
+ "exports": [
11347
+ {
11348
+ "kind": "js",
11349
+ "name": "default",
11350
+ "declaration": {
11351
+ "name": "meta",
11352
+ "module": "src/divider/divider.stories.ts"
11353
+ }
11354
+ },
11355
+ {
11356
+ "kind": "js",
11357
+ "name": "Primary",
11358
+ "declaration": {
11359
+ "name": "Primary",
11360
+ "module": "src/divider/divider.stories.ts"
11361
+ }
11362
+ }
11363
+ ]
11364
+ },
11365
+ {
11366
+ "kind": "javascript-module",
11367
+ "path": "src/divider/divider.styles.ts",
11368
+ "declarations": [
11369
+ {
11370
+ "kind": "function",
11371
+ "name": "rapidDividerStyles",
11372
+ "return": {
11373
+ "type": {
11374
+ "text": "ElementStyles"
11375
+ }
11376
+ },
11377
+ "parameters": [
11378
+ {
11379
+ "name": "context",
11380
+ "type": {
11381
+ "text": "ElementDefinitionContext"
11382
+ }
11383
+ },
11384
+ {
11385
+ "name": "definition",
11386
+ "type": {
11387
+ "text": "FoundationElementDefinition"
11388
+ }
11389
+ }
11390
+ ]
11391
+ }
11392
+ ],
11393
+ "exports": [
11394
+ {
11395
+ "kind": "js",
11396
+ "name": "rapidDividerStyles",
11397
+ "declaration": {
11398
+ "name": "rapidDividerStyles",
11399
+ "module": "src/divider/divider.styles.ts"
11400
+ }
11401
+ }
11402
+ ]
11403
+ },
11404
+ {
11405
+ "kind": "javascript-module",
11406
+ "path": "src/divider/divider.template.ts",
11407
+ "declarations": [
11408
+ {
11409
+ "kind": "function",
11410
+ "name": "rapidDividerTemplate",
11411
+ "return": {
11412
+ "type": {
11413
+ "text": "ViewTemplate<Divider>"
11414
+ }
11415
+ },
11416
+ "parameters": [
11417
+ {
11418
+ "name": "context",
11419
+ "type": {
11420
+ "text": "ElementDefinitionContext"
11421
+ }
11422
+ },
11423
+ {
11424
+ "name": "definition",
11425
+ "type": {
11426
+ "text": "FoundationElementDefinition"
11427
+ }
11428
+ }
11429
+ ]
11430
+ }
11431
+ ],
11432
+ "exports": [
11433
+ {
11434
+ "kind": "js",
11435
+ "name": "rapidDividerTemplate",
11436
+ "declaration": {
11437
+ "name": "rapidDividerTemplate",
11438
+ "module": "src/divider/divider.template.ts"
11439
+ }
11440
+ }
11441
+ ]
11442
+ },
11443
+ {
11444
+ "kind": "javascript-module",
11445
+ "path": "src/divider/divider.ts",
11446
+ "declarations": [
11447
+ {
11448
+ "kind": "class",
11449
+ "description": "",
11450
+ "name": "Divider",
11451
+ "superclass": {
11452
+ "name": "FoundationDivider",
11453
+ "package": "@genesislcap/foundation-ui"
11454
+ },
11455
+ "tagName": "%%prefix%%-divider",
11456
+ "customElement": true
11457
+ },
11458
+ {
11459
+ "kind": "variable",
11460
+ "name": "rapidDivider"
11461
+ }
11462
+ ],
11463
+ "exports": [
11464
+ {
11465
+ "kind": "js",
11466
+ "name": "Divider",
11467
+ "declaration": {
11468
+ "name": "Divider",
11469
+ "module": "src/divider/divider.ts"
11470
+ }
11471
+ },
11472
+ {
11473
+ "kind": "js",
11474
+ "name": "rapidDivider",
11475
+ "declaration": {
11476
+ "name": "rapidDivider",
11477
+ "module": "src/divider/divider.ts"
11478
+ }
11479
+ }
11480
+ ]
11481
+ },
11482
+ {
11483
+ "kind": "javascript-module",
11484
+ "path": "src/divider/index.ts",
11485
+ "declarations": [],
11486
+ "exports": [
11487
+ {
11488
+ "kind": "js",
11489
+ "name": "*",
11490
+ "declaration": {
11491
+ "name": "*",
11492
+ "package": "./divider"
11493
+ }
11494
+ },
11495
+ {
11496
+ "kind": "js",
11497
+ "name": "*",
11498
+ "declaration": {
11499
+ "name": "*",
11500
+ "package": "./divider.styles"
11501
+ }
11502
+ },
11503
+ {
11504
+ "kind": "js",
11505
+ "name": "*",
11506
+ "declaration": {
11507
+ "name": "*",
11508
+ "package": "./divider.template"
11509
+ }
11510
+ }
11511
+ ]
11512
+ },
11513
11513
  {
11514
11514
  "kind": "javascript-module",
11515
11515
  "path": "src/file-upload/file-upload.stories.ts",
@@ -22395,54 +22395,6 @@
22395
22395
  }
22396
22396
  ]
22397
22397
  },
22398
- {
22399
- "kind": "javascript-module",
22400
- "path": "src/router/index.ts",
22401
- "declarations": [],
22402
- "exports": [
22403
- {
22404
- "kind": "js",
22405
- "name": "*",
22406
- "declaration": {
22407
- "name": "*",
22408
- "package": "./router"
22409
- }
22410
- }
22411
- ]
22412
- },
22413
- {
22414
- "kind": "javascript-module",
22415
- "path": "src/router/router.ts",
22416
- "declarations": [
22417
- {
22418
- "kind": "class",
22419
- "description": "",
22420
- "name": "RapidRouter",
22421
- "superclass": {
22422
- "name": "<local>_undefined",
22423
- "module": "src/router/router.ts"
22424
- }
22425
- }
22426
- ],
22427
- "exports": [
22428
- {
22429
- "kind": "js",
22430
- "name": "RapidRouter",
22431
- "declaration": {
22432
- "name": "RapidRouter",
22433
- "module": "src/router/router.ts"
22434
- }
22435
- },
22436
- {
22437
- "kind": "custom-element-definition",
22438
- "name": "rapid-router",
22439
- "declaration": {
22440
- "name": "RapidRouter",
22441
- "module": "src/router/router.ts"
22442
- }
22443
- }
22444
- ]
22445
- },
22446
22398
  {
22447
22399
  "kind": "javascript-module",
22448
22400
  "path": "src/search-bar/index.ts",
@@ -24223,6 +24175,54 @@
24223
24175
  }
24224
24176
  ]
24225
24177
  },
24178
+ {
24179
+ "kind": "javascript-module",
24180
+ "path": "src/router/index.ts",
24181
+ "declarations": [],
24182
+ "exports": [
24183
+ {
24184
+ "kind": "js",
24185
+ "name": "*",
24186
+ "declaration": {
24187
+ "name": "*",
24188
+ "package": "./router"
24189
+ }
24190
+ }
24191
+ ]
24192
+ },
24193
+ {
24194
+ "kind": "javascript-module",
24195
+ "path": "src/router/router.ts",
24196
+ "declarations": [
24197
+ {
24198
+ "kind": "class",
24199
+ "description": "",
24200
+ "name": "RapidRouter",
24201
+ "superclass": {
24202
+ "name": "<local>_undefined",
24203
+ "module": "src/router/router.ts"
24204
+ }
24205
+ }
24206
+ ],
24207
+ "exports": [
24208
+ {
24209
+ "kind": "js",
24210
+ "name": "RapidRouter",
24211
+ "declaration": {
24212
+ "name": "RapidRouter",
24213
+ "module": "src/router/router.ts"
24214
+ }
24215
+ },
24216
+ {
24217
+ "kind": "custom-element-definition",
24218
+ "name": "rapid-router",
24219
+ "declaration": {
24220
+ "name": "RapidRouter",
24221
+ "module": "src/router/router.ts"
24222
+ }
24223
+ }
24224
+ ]
24225
+ },
24226
24226
  {
24227
24227
  "kind": "javascript-module",
24228
24228
  "path": "src/segmented-control/index.ts",
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.221.0",
4
+ "version": "14.223.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
40
- "@genesislcap/genx": "14.221.0",
41
- "@genesislcap/rollup-builder": "14.221.0",
42
- "@genesislcap/ts-builder": "14.221.0",
43
- "@genesislcap/uvu-playwright-builder": "14.221.0",
44
- "@genesislcap/vite-builder": "14.221.0",
45
- "@genesislcap/webpack-builder": "14.221.0",
40
+ "@genesislcap/genx": "14.223.0",
41
+ "@genesislcap/rollup-builder": "14.223.0",
42
+ "@genesislcap/ts-builder": "14.223.0",
43
+ "@genesislcap/uvu-playwright-builder": "14.223.0",
44
+ "@genesislcap/vite-builder": "14.223.0",
45
+ "@genesislcap/webpack-builder": "14.223.0",
46
46
  "@storybook/addon-coverage": "^1.0.1",
47
47
  "@storybook/addon-essentials": "^8.0.0",
48
48
  "@storybook/addon-links": "^8.0.0",
@@ -60,9 +60,9 @@
60
60
  "storybook": "^8.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.221.0",
64
- "@genesislcap/foundation-ui": "14.221.0",
65
- "@genesislcap/foundation-utils": "14.221.0",
63
+ "@genesislcap/foundation-logger": "14.223.0",
64
+ "@genesislcap/foundation-ui": "14.223.0",
65
+ "@genesislcap/foundation-utils": "14.223.0",
66
66
  "@microsoft/fast-colors": "^5.3.1",
67
67
  "@microsoft/fast-components": "^2.30.6",
68
68
  "@microsoft/fast-element": "^1.12.0",
@@ -80,5 +80,5 @@
80
80
  "access": "public"
81
81
  },
82
82
  "customElements": "dist/custom-elements.json",
83
- "gitHead": "74cb1a2eb7b1b23c6c56f8852db7b8254968b88b"
83
+ "gitHead": "22b246a956a4063d7337ab506bbdaa43e136ba63"
84
84
  }