@genesislcap/rapid-design-system 14.205.1 → 14.206.1

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 +249 -249
  2. package/package.json +10 -10
@@ -22288,255 +22288,6 @@
22288
22288
  }
22289
22289
  ]
22290
22290
  },
22291
- {
22292
- "kind": "javascript-module",
22293
- "path": "src/segmented-control/index.ts",
22294
- "declarations": [],
22295
- "exports": [
22296
- {
22297
- "kind": "js",
22298
- "name": "*",
22299
- "declaration": {
22300
- "name": "*",
22301
- "package": "./segmented-control.template"
22302
- }
22303
- },
22304
- {
22305
- "kind": "js",
22306
- "name": "*",
22307
- "declaration": {
22308
- "name": "*",
22309
- "package": "./segmented-control.styles"
22310
- }
22311
- },
22312
- {
22313
- "kind": "js",
22314
- "name": "*",
22315
- "declaration": {
22316
- "name": "*",
22317
- "package": "./segmented-control"
22318
- }
22319
- }
22320
- ]
22321
- },
22322
- {
22323
- "kind": "javascript-module",
22324
- "path": "src/segmented-control/segmented-control.stories.ts",
22325
- "declarations": [
22326
- {
22327
- "kind": "variable",
22328
- "name": "meta",
22329
- "type": {
22330
- "text": "Meta"
22331
- },
22332
- "default": "{\n title: 'Segmented Control',\n component: 'rapid-segmented-control',\n}"
22333
- },
22334
- {
22335
- "kind": "variable",
22336
- "name": "Neutral",
22337
- "type": {
22338
- "text": "StoryObj"
22339
- },
22340
- "default": "{\n args: {\n appearance: 'neutral',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'neutral'],\n },\n },\n render: ({ appearance }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-segmented-control appearance=\"${appearance}\">\n <label slot=\"label\">Neutral Segment Control (label slot)</label>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n </rapid-segmented-control>\n </div>\n `,\n}"
22341
- },
22342
- {
22343
- "kind": "variable",
22344
- "name": "Primary",
22345
- "type": {
22346
- "text": "StoryObj"
22347
- },
22348
- "default": "{\n args: {\n appearance: 'primary',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'neutral'],\n },\n },\n render: ({ appearance }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-segmented-control appearance=\"${appearance}\">\n <label slot=\"label\">Primary Segment Control (label slot)</label>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n </rapid-segmented-control>\n </div>\n `,\n}"
22349
- }
22350
- ],
22351
- "exports": [
22352
- {
22353
- "kind": "js",
22354
- "name": "default",
22355
- "declaration": {
22356
- "name": "meta",
22357
- "module": "src/segmented-control/segmented-control.stories.ts"
22358
- }
22359
- },
22360
- {
22361
- "kind": "js",
22362
- "name": "Neutral",
22363
- "declaration": {
22364
- "name": "Neutral",
22365
- "module": "src/segmented-control/segmented-control.stories.ts"
22366
- }
22367
- },
22368
- {
22369
- "kind": "js",
22370
- "name": "Primary",
22371
- "declaration": {
22372
- "name": "Primary",
22373
- "module": "src/segmented-control/segmented-control.stories.ts"
22374
- }
22375
- }
22376
- ]
22377
- },
22378
- {
22379
- "kind": "javascript-module",
22380
- "path": "src/segmented-control/segmented-control.styles.ts",
22381
- "declarations": [
22382
- {
22383
- "kind": "function",
22384
- "name": "rapidSegmentedControlStyles",
22385
- "return": {
22386
- "type": {
22387
- "text": "ElementStyles"
22388
- }
22389
- },
22390
- "parameters": [
22391
- {
22392
- "name": "context",
22393
- "type": {
22394
- "text": "ElementDefinitionContext"
22395
- }
22396
- },
22397
- {
22398
- "name": "definition",
22399
- "type": {
22400
- "text": "FoundationElementDefinition"
22401
- }
22402
- }
22403
- ]
22404
- }
22405
- ],
22406
- "exports": [
22407
- {
22408
- "kind": "js",
22409
- "name": "rapidSegmentedControlStyles",
22410
- "declaration": {
22411
- "name": "rapidSegmentedControlStyles",
22412
- "module": "src/segmented-control/segmented-control.styles.ts"
22413
- }
22414
- }
22415
- ]
22416
- },
22417
- {
22418
- "kind": "javascript-module",
22419
- "path": "src/segmented-control/segmented-control.template.ts",
22420
- "declarations": [
22421
- {
22422
- "kind": "function",
22423
- "name": "rapidSegmentedControlTemplate",
22424
- "return": {
22425
- "type": {
22426
- "text": "ViewTemplate<SegmentedControl>"
22427
- }
22428
- },
22429
- "parameters": [
22430
- {
22431
- "name": "context",
22432
- "type": {
22433
- "text": "ElementDefinitionContext"
22434
- }
22435
- },
22436
- {
22437
- "name": "definition",
22438
- "type": {
22439
- "text": "FoundationElementDefinition"
22440
- }
22441
- }
22442
- ]
22443
- }
22444
- ],
22445
- "exports": [
22446
- {
22447
- "kind": "js",
22448
- "name": "rapidSegmentedControlTemplate",
22449
- "declaration": {
22450
- "name": "rapidSegmentedControlTemplate",
22451
- "module": "src/segmented-control/segmented-control.template.ts"
22452
- }
22453
- }
22454
- ]
22455
- },
22456
- {
22457
- "kind": "javascript-module",
22458
- "path": "src/segmented-control/segmented-control.ts",
22459
- "declarations": [
22460
- {
22461
- "kind": "class",
22462
- "description": "",
22463
- "name": "SegmentedControl",
22464
- "superclass": {
22465
- "name": "FoundationSegmentedControl",
22466
- "package": "@genesislcap/foundation-ui"
22467
- },
22468
- "tagName": "%%prefix%%-segmented-control",
22469
- "customElement": true,
22470
- "members": [
22471
- {
22472
- "kind": "method",
22473
- "name": "valueChanged",
22474
- "privacy": "protected",
22475
- "inheritedFrom": {
22476
- "name": "SegmentedControl",
22477
- "module": "src/segmented-control/segmented-control.ts"
22478
- }
22479
- }
22480
- ]
22481
- },
22482
- {
22483
- "kind": "variable",
22484
- "name": "rapidSegmentedControlShadowOptions",
22485
- "type": {
22486
- "text": "ShadowRootInit"
22487
- },
22488
- "default": "undefined"
22489
- },
22490
- {
22491
- "kind": "variable",
22492
- "name": "defaultSegmentedControlConfig",
22493
- "type": {
22494
- "text": "object"
22495
- },
22496
- "default": "{}"
22497
- },
22498
- {
22499
- "kind": "variable",
22500
- "name": "rapidSegmentedControl",
22501
- "description": "The Rapid Segmented Control",
22502
- "privacy": "public"
22503
- }
22504
- ],
22505
- "exports": [
22506
- {
22507
- "kind": "js",
22508
- "name": "SegmentedControl",
22509
- "declaration": {
22510
- "name": "SegmentedControl",
22511
- "module": "src/segmented-control/segmented-control.ts"
22512
- }
22513
- },
22514
- {
22515
- "kind": "js",
22516
- "name": "rapidSegmentedControlShadowOptions",
22517
- "declaration": {
22518
- "name": "rapidSegmentedControlShadowOptions",
22519
- "module": "src/segmented-control/segmented-control.ts"
22520
- }
22521
- },
22522
- {
22523
- "kind": "js",
22524
- "name": "defaultSegmentedControlConfig",
22525
- "declaration": {
22526
- "name": "defaultSegmentedControlConfig",
22527
- "module": "src/segmented-control/segmented-control.ts"
22528
- }
22529
- },
22530
- {
22531
- "kind": "js",
22532
- "name": "rapidSegmentedControl",
22533
- "declaration": {
22534
- "name": "rapidSegmentedControl",
22535
- "module": "src/segmented-control/segmented-control.ts"
22536
- }
22537
- }
22538
- ]
22539
- },
22540
22291
  {
22541
22292
  "kind": "javascript-module",
22542
22293
  "path": "src/search-bar/index.ts",
@@ -24197,6 +23948,255 @@
24197
23948
  }
24198
23949
  ]
24199
23950
  },
23951
+ {
23952
+ "kind": "javascript-module",
23953
+ "path": "src/segmented-control/index.ts",
23954
+ "declarations": [],
23955
+ "exports": [
23956
+ {
23957
+ "kind": "js",
23958
+ "name": "*",
23959
+ "declaration": {
23960
+ "name": "*",
23961
+ "package": "./segmented-control.template"
23962
+ }
23963
+ },
23964
+ {
23965
+ "kind": "js",
23966
+ "name": "*",
23967
+ "declaration": {
23968
+ "name": "*",
23969
+ "package": "./segmented-control.styles"
23970
+ }
23971
+ },
23972
+ {
23973
+ "kind": "js",
23974
+ "name": "*",
23975
+ "declaration": {
23976
+ "name": "*",
23977
+ "package": "./segmented-control"
23978
+ }
23979
+ }
23980
+ ]
23981
+ },
23982
+ {
23983
+ "kind": "javascript-module",
23984
+ "path": "src/segmented-control/segmented-control.stories.ts",
23985
+ "declarations": [
23986
+ {
23987
+ "kind": "variable",
23988
+ "name": "meta",
23989
+ "type": {
23990
+ "text": "Meta"
23991
+ },
23992
+ "default": "{\n title: 'Segmented Control',\n component: 'rapid-segmented-control',\n}"
23993
+ },
23994
+ {
23995
+ "kind": "variable",
23996
+ "name": "Neutral",
23997
+ "type": {
23998
+ "text": "StoryObj"
23999
+ },
24000
+ "default": "{\n args: {\n appearance: 'neutral',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'neutral'],\n },\n },\n render: ({ appearance }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-segmented-control appearance=\"${appearance}\">\n <label slot=\"label\">Neutral Segment Control (label slot)</label>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n </rapid-segmented-control>\n </div>\n `,\n}"
24001
+ },
24002
+ {
24003
+ "kind": "variable",
24004
+ "name": "Primary",
24005
+ "type": {
24006
+ "text": "StoryObj"
24007
+ },
24008
+ "default": "{\n args: {\n appearance: 'primary',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'neutral'],\n },\n },\n render: ({ appearance }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-segmented-control appearance=\"${appearance}\">\n <label slot=\"label\">Primary Segment Control (label slot)</label>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n <rapid-segmented-item>Segmented Item</rapid-segmented-item>\n </rapid-segmented-control>\n </div>\n `,\n}"
24009
+ }
24010
+ ],
24011
+ "exports": [
24012
+ {
24013
+ "kind": "js",
24014
+ "name": "default",
24015
+ "declaration": {
24016
+ "name": "meta",
24017
+ "module": "src/segmented-control/segmented-control.stories.ts"
24018
+ }
24019
+ },
24020
+ {
24021
+ "kind": "js",
24022
+ "name": "Neutral",
24023
+ "declaration": {
24024
+ "name": "Neutral",
24025
+ "module": "src/segmented-control/segmented-control.stories.ts"
24026
+ }
24027
+ },
24028
+ {
24029
+ "kind": "js",
24030
+ "name": "Primary",
24031
+ "declaration": {
24032
+ "name": "Primary",
24033
+ "module": "src/segmented-control/segmented-control.stories.ts"
24034
+ }
24035
+ }
24036
+ ]
24037
+ },
24038
+ {
24039
+ "kind": "javascript-module",
24040
+ "path": "src/segmented-control/segmented-control.styles.ts",
24041
+ "declarations": [
24042
+ {
24043
+ "kind": "function",
24044
+ "name": "rapidSegmentedControlStyles",
24045
+ "return": {
24046
+ "type": {
24047
+ "text": "ElementStyles"
24048
+ }
24049
+ },
24050
+ "parameters": [
24051
+ {
24052
+ "name": "context",
24053
+ "type": {
24054
+ "text": "ElementDefinitionContext"
24055
+ }
24056
+ },
24057
+ {
24058
+ "name": "definition",
24059
+ "type": {
24060
+ "text": "FoundationElementDefinition"
24061
+ }
24062
+ }
24063
+ ]
24064
+ }
24065
+ ],
24066
+ "exports": [
24067
+ {
24068
+ "kind": "js",
24069
+ "name": "rapidSegmentedControlStyles",
24070
+ "declaration": {
24071
+ "name": "rapidSegmentedControlStyles",
24072
+ "module": "src/segmented-control/segmented-control.styles.ts"
24073
+ }
24074
+ }
24075
+ ]
24076
+ },
24077
+ {
24078
+ "kind": "javascript-module",
24079
+ "path": "src/segmented-control/segmented-control.template.ts",
24080
+ "declarations": [
24081
+ {
24082
+ "kind": "function",
24083
+ "name": "rapidSegmentedControlTemplate",
24084
+ "return": {
24085
+ "type": {
24086
+ "text": "ViewTemplate<SegmentedControl>"
24087
+ }
24088
+ },
24089
+ "parameters": [
24090
+ {
24091
+ "name": "context",
24092
+ "type": {
24093
+ "text": "ElementDefinitionContext"
24094
+ }
24095
+ },
24096
+ {
24097
+ "name": "definition",
24098
+ "type": {
24099
+ "text": "FoundationElementDefinition"
24100
+ }
24101
+ }
24102
+ ]
24103
+ }
24104
+ ],
24105
+ "exports": [
24106
+ {
24107
+ "kind": "js",
24108
+ "name": "rapidSegmentedControlTemplate",
24109
+ "declaration": {
24110
+ "name": "rapidSegmentedControlTemplate",
24111
+ "module": "src/segmented-control/segmented-control.template.ts"
24112
+ }
24113
+ }
24114
+ ]
24115
+ },
24116
+ {
24117
+ "kind": "javascript-module",
24118
+ "path": "src/segmented-control/segmented-control.ts",
24119
+ "declarations": [
24120
+ {
24121
+ "kind": "class",
24122
+ "description": "",
24123
+ "name": "SegmentedControl",
24124
+ "superclass": {
24125
+ "name": "FoundationSegmentedControl",
24126
+ "package": "@genesislcap/foundation-ui"
24127
+ },
24128
+ "tagName": "%%prefix%%-segmented-control",
24129
+ "customElement": true,
24130
+ "members": [
24131
+ {
24132
+ "kind": "method",
24133
+ "name": "valueChanged",
24134
+ "privacy": "protected",
24135
+ "inheritedFrom": {
24136
+ "name": "SegmentedControl",
24137
+ "module": "src/segmented-control/segmented-control.ts"
24138
+ }
24139
+ }
24140
+ ]
24141
+ },
24142
+ {
24143
+ "kind": "variable",
24144
+ "name": "rapidSegmentedControlShadowOptions",
24145
+ "type": {
24146
+ "text": "ShadowRootInit"
24147
+ },
24148
+ "default": "undefined"
24149
+ },
24150
+ {
24151
+ "kind": "variable",
24152
+ "name": "defaultSegmentedControlConfig",
24153
+ "type": {
24154
+ "text": "object"
24155
+ },
24156
+ "default": "{}"
24157
+ },
24158
+ {
24159
+ "kind": "variable",
24160
+ "name": "rapidSegmentedControl",
24161
+ "description": "The Rapid Segmented Control",
24162
+ "privacy": "public"
24163
+ }
24164
+ ],
24165
+ "exports": [
24166
+ {
24167
+ "kind": "js",
24168
+ "name": "SegmentedControl",
24169
+ "declaration": {
24170
+ "name": "SegmentedControl",
24171
+ "module": "src/segmented-control/segmented-control.ts"
24172
+ }
24173
+ },
24174
+ {
24175
+ "kind": "js",
24176
+ "name": "rapidSegmentedControlShadowOptions",
24177
+ "declaration": {
24178
+ "name": "rapidSegmentedControlShadowOptions",
24179
+ "module": "src/segmented-control/segmented-control.ts"
24180
+ }
24181
+ },
24182
+ {
24183
+ "kind": "js",
24184
+ "name": "defaultSegmentedControlConfig",
24185
+ "declaration": {
24186
+ "name": "defaultSegmentedControlConfig",
24187
+ "module": "src/segmented-control/segmented-control.ts"
24188
+ }
24189
+ },
24190
+ {
24191
+ "kind": "js",
24192
+ "name": "rapidSegmentedControl",
24193
+ "declaration": {
24194
+ "name": "rapidSegmentedControl",
24195
+ "module": "src/segmented-control/segmented-control.ts"
24196
+ }
24197
+ }
24198
+ ]
24199
+ },
24200
24200
  {
24201
24201
  "kind": "javascript-module",
24202
24202
  "path": "src/segmented-item/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.205.1",
4
+ "version": "14.206.1",
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.205.1",
41
- "@genesislcap/rollup-builder": "14.205.1",
42
- "@genesislcap/ts-builder": "14.205.1",
43
- "@genesislcap/uvu-playwright-builder": "14.205.1",
44
- "@genesislcap/vite-builder": "14.205.1",
45
- "@genesislcap/webpack-builder": "14.205.1",
40
+ "@genesislcap/genx": "14.206.1",
41
+ "@genesislcap/rollup-builder": "14.206.1",
42
+ "@genesislcap/ts-builder": "14.206.1",
43
+ "@genesislcap/uvu-playwright-builder": "14.206.1",
44
+ "@genesislcap/vite-builder": "14.206.1",
45
+ "@genesislcap/webpack-builder": "14.206.1",
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,8 +60,8 @@
60
60
  "storybook": "^8.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.205.1",
64
- "@genesislcap/foundation-ui": "14.205.1",
63
+ "@genesislcap/foundation-logger": "14.206.1",
64
+ "@genesislcap/foundation-ui": "14.206.1",
65
65
  "@microsoft/fast-colors": "^5.3.1",
66
66
  "@microsoft/fast-components": "^2.30.6",
67
67
  "@microsoft/fast-element": "^1.12.0",
@@ -79,5 +79,5 @@
79
79
  "access": "public"
80
80
  },
81
81
  "customElements": "dist/custom-elements.json",
82
- "gitHead": "038140d9695a4367c145d6bbbd4ec0a1dea78bc6"
82
+ "gitHead": "7adbde570ac145ed1ed2a6cbab8c3204533a367d"
83
83
  }