@oicl/openbridge-webcomponents 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. package/.release-it.json +1 -1
  2. package/.storybook/preview.ts +0 -1
  3. package/CHANGELOG.md +13 -1
  4. package/__snapshots__/application-topbar--inactive.png +0 -0
  5. package/__snapshots__/button-button--raised-disabled.png +0 -0
  6. package/__snapshots__/input-slider--no-icons.png +0 -0
  7. package/__snapshots__/input-slider--no-value.png +0 -0
  8. package/__snapshots__/line-corner-line--primary.png +0 -0
  9. package/__snapshots__/line-example--air.png +0 -0
  10. package/__snapshots__/line-example--connector.png +0 -0
  11. package/__snapshots__/line-example--electric.png +0 -0
  12. package/__snapshots__/line-example--fluid.png +0 -0
  13. package/__snapshots__/line-horizontal-line--primary.png +0 -0
  14. package/__snapshots__/line-vertical-line--complex.png +0 -0
  15. package/__snapshots__/line-vertical-line--primary.png +0 -0
  16. package/custom-elements.json +764 -399
  17. package/dist/automation/corner-line/corner-line.d.ts +22 -0
  18. package/dist/automation/corner-line/corner-line.d.ts.map +1 -0
  19. package/dist/automation/corner-line/corner-line.js +161 -0
  20. package/dist/automation/corner-line/corner-line.js.map +1 -0
  21. package/dist/automation/horizontal-line/horizontal-line.d.ts +15 -0
  22. package/dist/automation/horizontal-line/horizontal-line.d.ts.map +1 -0
  23. package/dist/automation/horizontal-line/horizontal-line.js +110 -0
  24. package/dist/automation/horizontal-line/horizontal-line.js.map +1 -0
  25. package/dist/automation/index.d.ts +20 -0
  26. package/dist/automation/index.d.ts.map +1 -0
  27. package/dist/automation/index.js +42 -0
  28. package/dist/automation/index.js.map +1 -0
  29. package/dist/automation/vertical-line/vertical-line.d.ts +15 -0
  30. package/dist/automation/vertical-line/vertical-line.d.ts.map +1 -0
  31. package/dist/automation/vertical-line/vertical-line.js +111 -0
  32. package/dist/automation/vertical-line/vertical-line.js.map +1 -0
  33. package/dist/components/brilliance-menu/brilliance-menu.d.ts.map +1 -1
  34. package/dist/components/brilliance-menu/brilliance-menu.js +2 -0
  35. package/dist/components/brilliance-menu/brilliance-menu.js.map +1 -1
  36. package/dist/components/slider/slider.css.js +20 -0
  37. package/dist/components/slider/slider.css.js.map +1 -1
  38. package/dist/components/slider/slider.d.ts +8 -0
  39. package/dist/components/slider/slider.d.ts.map +1 -1
  40. package/dist/components/slider/slider.js +44 -18
  41. package/dist/components/slider/slider.js.map +1 -1
  42. package/dist/components/top-bar/top-bar.css.js +5 -1
  43. package/dist/components/top-bar/top-bar.css.js.map +1 -1
  44. package/dist/components/top-bar/top-bar.d.ts.map +1 -1
  45. package/dist/components/top-bar/top-bar.js +8 -8
  46. package/dist/components/top-bar/top-bar.js.map +1 -1
  47. package/package.json +18 -25
  48. package/src/automation/corner-line/corner-line.stories.ts +31 -0
  49. package/src/automation/corner-line/corner-line.ts +167 -0
  50. package/src/automation/horizontal-line/horizontal-line.stories.ts +28 -0
  51. package/src/automation/horizontal-line/horizontal-line.ts +100 -0
  52. package/src/automation/index.ts +41 -0
  53. package/src/automation/line.stories.ts +142 -0
  54. package/src/automation/vertical-line/vertical-line.stories.ts +71 -0
  55. package/src/automation/vertical-line/vertical-line.ts +104 -0
  56. package/src/components/brilliance-menu/brilliance-menu.ts +2 -0
  57. package/src/components/slider/slider.css +20 -0
  58. package/src/components/slider/slider.stories.ts +20 -1
  59. package/src/components/slider/slider.ts +43 -19
  60. package/src/components/top-bar/top-bar.css +4 -0
  61. package/src/components/top-bar/top-bar.ts +10 -8
  62. package/src/palettes/variables.css +64 -43
  63. package/script/svg-instruments/convert-svg.ts +0 -246
  64. package/script/svg-instruments/environment.d.ts +0 -7
  65. package/script/svg-instruments/exports.ts +0 -82
  66. package/script/svg-instruments/figma-types.ts +0 -804
  67. package/script/svg-instruments/figmaImport.ts +0 -79
  68. package/script/svg-instruments/main.ts +0 -109
@@ -103,6 +103,64 @@
103
103
  "declarations": [],
104
104
  "exports": []
105
105
  },
106
+ {
107
+ "kind": "javascript-module",
108
+ "path": "src/automation/index.ts",
109
+ "declarations": [
110
+ {
111
+ "kind": "function",
112
+ "name": "lineColor",
113
+ "return": {
114
+ "type": {
115
+ "text": "{\n inner: string;\n outer: string;\n}"
116
+ }
117
+ },
118
+ "parameters": [
119
+ {
120
+ "name": "medium",
121
+ "type": {
122
+ "text": "LineMediumType"
123
+ }
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "kind": "function",
129
+ "name": "lineWidth",
130
+ "return": {
131
+ "type": {
132
+ "text": "number"
133
+ }
134
+ },
135
+ "parameters": [
136
+ {
137
+ "name": "lineType",
138
+ "type": {
139
+ "text": "LineTypeType"
140
+ }
141
+ }
142
+ ]
143
+ }
144
+ ],
145
+ "exports": [
146
+ {
147
+ "kind": "js",
148
+ "name": "lineColor",
149
+ "declaration": {
150
+ "name": "lineColor",
151
+ "module": "src/automation/index.ts"
152
+ }
153
+ },
154
+ {
155
+ "kind": "js",
156
+ "name": "lineWidth",
157
+ "declaration": {
158
+ "name": "lineWidth",
159
+ "module": "src/automation/index.ts"
160
+ }
161
+ }
162
+ ]
163
+ },
106
164
  {
107
165
  "kind": "javascript-module",
108
166
  "path": "src/icons/icon-01-add.ts",
@@ -37996,6 +38054,262 @@
37996
38054
  }
37997
38055
  ]
37998
38056
  },
38057
+ {
38058
+ "kind": "javascript-module",
38059
+ "path": "src/automation/corner-line/corner-line.ts",
38060
+ "declarations": [
38061
+ {
38062
+ "kind": "class",
38063
+ "description": "",
38064
+ "name": "ObcCornerLine",
38065
+ "members": [
38066
+ {
38067
+ "kind": "field",
38068
+ "name": "medium",
38069
+ "type": {
38070
+ "text": "LineMediumType"
38071
+ },
38072
+ "attribute": "medium"
38073
+ },
38074
+ {
38075
+ "kind": "field",
38076
+ "name": "direction",
38077
+ "type": {
38078
+ "text": "CornerLineDirectionType"
38079
+ },
38080
+ "attribute": "direction"
38081
+ },
38082
+ {
38083
+ "kind": "field",
38084
+ "name": "lineType",
38085
+ "type": {
38086
+ "text": "LineTypeType"
38087
+ },
38088
+ "attribute": "line-type"
38089
+ }
38090
+ ],
38091
+ "attributes": [
38092
+ {
38093
+ "name": "medium",
38094
+ "type": {
38095
+ "text": "LineMediumType"
38096
+ },
38097
+ "fieldName": "medium"
38098
+ },
38099
+ {
38100
+ "name": "direction",
38101
+ "type": {
38102
+ "text": "CornerLineDirectionType"
38103
+ },
38104
+ "fieldName": "direction"
38105
+ },
38106
+ {
38107
+ "name": "line-type",
38108
+ "type": {
38109
+ "text": "LineTypeType"
38110
+ },
38111
+ "fieldName": "lineType"
38112
+ }
38113
+ ],
38114
+ "superclass": {
38115
+ "name": "LitElement",
38116
+ "package": "lit"
38117
+ },
38118
+ "tagName": "obc-corner-line",
38119
+ "customElement": true
38120
+ }
38121
+ ],
38122
+ "exports": [
38123
+ {
38124
+ "kind": "js",
38125
+ "name": "ObcCornerLine",
38126
+ "declaration": {
38127
+ "name": "ObcCornerLine",
38128
+ "module": "src/automation/corner-line/corner-line.ts"
38129
+ }
38130
+ },
38131
+ {
38132
+ "kind": "custom-element-definition",
38133
+ "name": "obc-corner-line",
38134
+ "declaration": {
38135
+ "name": "ObcCornerLine",
38136
+ "module": "src/automation/corner-line/corner-line.ts"
38137
+ }
38138
+ }
38139
+ ]
38140
+ },
38141
+ {
38142
+ "kind": "javascript-module",
38143
+ "path": "src/automation/horizontal-line/horizontal-line.ts",
38144
+ "declarations": [
38145
+ {
38146
+ "kind": "class",
38147
+ "description": "",
38148
+ "name": "ObcHorizontalLine",
38149
+ "members": [
38150
+ {
38151
+ "kind": "field",
38152
+ "name": "medium",
38153
+ "type": {
38154
+ "text": "LineMediumType"
38155
+ },
38156
+ "attribute": "medium"
38157
+ },
38158
+ {
38159
+ "kind": "field",
38160
+ "name": "lineType",
38161
+ "type": {
38162
+ "text": "LineTypeType"
38163
+ },
38164
+ "attribute": "line-type"
38165
+ },
38166
+ {
38167
+ "kind": "field",
38168
+ "name": "length",
38169
+ "type": {
38170
+ "text": "number"
38171
+ },
38172
+ "default": "1",
38173
+ "attribute": "length"
38174
+ }
38175
+ ],
38176
+ "attributes": [
38177
+ {
38178
+ "name": "medium",
38179
+ "type": {
38180
+ "text": "LineMediumType"
38181
+ },
38182
+ "fieldName": "medium"
38183
+ },
38184
+ {
38185
+ "name": "line-type",
38186
+ "type": {
38187
+ "text": "LineTypeType"
38188
+ },
38189
+ "fieldName": "lineType"
38190
+ },
38191
+ {
38192
+ "name": "length",
38193
+ "type": {
38194
+ "text": "number"
38195
+ },
38196
+ "default": "1",
38197
+ "fieldName": "length"
38198
+ }
38199
+ ],
38200
+ "superclass": {
38201
+ "name": "LitElement",
38202
+ "package": "lit"
38203
+ },
38204
+ "tagName": "obc-horizontal-line",
38205
+ "customElement": true
38206
+ }
38207
+ ],
38208
+ "exports": [
38209
+ {
38210
+ "kind": "js",
38211
+ "name": "ObcHorizontalLine",
38212
+ "declaration": {
38213
+ "name": "ObcHorizontalLine",
38214
+ "module": "src/automation/horizontal-line/horizontal-line.ts"
38215
+ }
38216
+ },
38217
+ {
38218
+ "kind": "custom-element-definition",
38219
+ "name": "obc-horizontal-line",
38220
+ "declaration": {
38221
+ "name": "ObcHorizontalLine",
38222
+ "module": "src/automation/horizontal-line/horizontal-line.ts"
38223
+ }
38224
+ }
38225
+ ]
38226
+ },
38227
+ {
38228
+ "kind": "javascript-module",
38229
+ "path": "src/automation/vertical-line/vertical-line.ts",
38230
+ "declarations": [
38231
+ {
38232
+ "kind": "class",
38233
+ "description": "",
38234
+ "name": "ObcVerticalLine",
38235
+ "members": [
38236
+ {
38237
+ "kind": "field",
38238
+ "name": "medium",
38239
+ "type": {
38240
+ "text": "LineMediumType"
38241
+ },
38242
+ "attribute": "medium"
38243
+ },
38244
+ {
38245
+ "kind": "field",
38246
+ "name": "lineType",
38247
+ "type": {
38248
+ "text": "LineTypeType"
38249
+ },
38250
+ "attribute": "line-type"
38251
+ },
38252
+ {
38253
+ "kind": "field",
38254
+ "name": "length",
38255
+ "type": {
38256
+ "text": "number"
38257
+ },
38258
+ "default": "1",
38259
+ "attribute": "length"
38260
+ }
38261
+ ],
38262
+ "attributes": [
38263
+ {
38264
+ "name": "medium",
38265
+ "type": {
38266
+ "text": "LineMediumType"
38267
+ },
38268
+ "fieldName": "medium"
38269
+ },
38270
+ {
38271
+ "name": "line-type",
38272
+ "type": {
38273
+ "text": "LineTypeType"
38274
+ },
38275
+ "fieldName": "lineType"
38276
+ },
38277
+ {
38278
+ "name": "length",
38279
+ "type": {
38280
+ "text": "number"
38281
+ },
38282
+ "default": "1",
38283
+ "fieldName": "length"
38284
+ }
38285
+ ],
38286
+ "superclass": {
38287
+ "name": "LitElement",
38288
+ "package": "lit"
38289
+ },
38290
+ "tagName": "obc-vertical-line",
38291
+ "customElement": true
38292
+ }
38293
+ ],
38294
+ "exports": [
38295
+ {
38296
+ "kind": "js",
38297
+ "name": "ObcVerticalLine",
38298
+ "declaration": {
38299
+ "name": "ObcVerticalLine",
38300
+ "module": "src/automation/vertical-line/vertical-line.ts"
38301
+ }
38302
+ },
38303
+ {
38304
+ "kind": "custom-element-definition",
38305
+ "name": "obc-vertical-line",
38306
+ "declaration": {
38307
+ "name": "ObcVerticalLine",
38308
+ "module": "src/automation/vertical-line/vertical-line.ts"
38309
+ }
38310
+ }
38311
+ ]
38312
+ },
37999
38313
  {
38000
38314
  "kind": "javascript-module",
38001
38315
  "path": "src/components/alert-button/alert-button.ts",
@@ -38465,96 +38779,6 @@
38465
38779
  }
38466
38780
  ]
38467
38781
  },
38468
- {
38469
- "kind": "javascript-module",
38470
- "path": "src/components/app-button/app-button.ts",
38471
- "declarations": [
38472
- {
38473
- "kind": "class",
38474
- "description": "",
38475
- "name": "ObcAppButton",
38476
- "members": [
38477
- {
38478
- "kind": "field",
38479
- "name": "label",
38480
- "type": {
38481
- "text": "string"
38482
- },
38483
- "default": "'Button'",
38484
- "attribute": "label"
38485
- },
38486
- {
38487
- "kind": "field",
38488
- "name": "checked",
38489
- "type": {
38490
- "text": "boolean"
38491
- },
38492
- "default": "false",
38493
- "attribute": "checked"
38494
- },
38495
- {
38496
- "kind": "field",
38497
- "name": "size",
38498
- "type": {
38499
- "text": "string"
38500
- },
38501
- "default": "'normal'",
38502
- "attribute": "size"
38503
- }
38504
- ],
38505
- "attributes": [
38506
- {
38507
- "name": "label",
38508
- "type": {
38509
- "text": "string"
38510
- },
38511
- "default": "'Button'",
38512
- "fieldName": "label"
38513
- },
38514
- {
38515
- "name": "checked",
38516
- "type": {
38517
- "text": "boolean"
38518
- },
38519
- "default": "false",
38520
- "fieldName": "checked"
38521
- },
38522
- {
38523
- "name": "size",
38524
- "type": {
38525
- "text": "string"
38526
- },
38527
- "default": "'normal'",
38528
- "fieldName": "size"
38529
- }
38530
- ],
38531
- "superclass": {
38532
- "name": "LitElement",
38533
- "package": "lit"
38534
- },
38535
- "tagName": "obc-app-button",
38536
- "customElement": true
38537
- }
38538
- ],
38539
- "exports": [
38540
- {
38541
- "kind": "js",
38542
- "name": "ObcAppButton",
38543
- "declaration": {
38544
- "name": "ObcAppButton",
38545
- "module": "src/components/app-button/app-button.ts"
38546
- }
38547
- },
38548
- {
38549
- "kind": "custom-element-definition",
38550
- "name": "obc-app-button",
38551
- "declaration": {
38552
- "name": "ObcAppButton",
38553
- "module": "src/components/app-button/app-button.ts"
38554
- }
38555
- }
38556
- ]
38557
- },
38558
38782
  {
38559
38783
  "kind": "javascript-module",
38560
38784
  "path": "src/components/alert-topbar-element/alert-topbar-element.ts",
@@ -38784,6 +39008,96 @@
38784
39008
  }
38785
39009
  ]
38786
39010
  },
39011
+ {
39012
+ "kind": "javascript-module",
39013
+ "path": "src/components/app-button/app-button.ts",
39014
+ "declarations": [
39015
+ {
39016
+ "kind": "class",
39017
+ "description": "",
39018
+ "name": "ObcAppButton",
39019
+ "members": [
39020
+ {
39021
+ "kind": "field",
39022
+ "name": "label",
39023
+ "type": {
39024
+ "text": "string"
39025
+ },
39026
+ "default": "'Button'",
39027
+ "attribute": "label"
39028
+ },
39029
+ {
39030
+ "kind": "field",
39031
+ "name": "checked",
39032
+ "type": {
39033
+ "text": "boolean"
39034
+ },
39035
+ "default": "false",
39036
+ "attribute": "checked"
39037
+ },
39038
+ {
39039
+ "kind": "field",
39040
+ "name": "size",
39041
+ "type": {
39042
+ "text": "string"
39043
+ },
39044
+ "default": "'normal'",
39045
+ "attribute": "size"
39046
+ }
39047
+ ],
39048
+ "attributes": [
39049
+ {
39050
+ "name": "label",
39051
+ "type": {
39052
+ "text": "string"
39053
+ },
39054
+ "default": "'Button'",
39055
+ "fieldName": "label"
39056
+ },
39057
+ {
39058
+ "name": "checked",
39059
+ "type": {
39060
+ "text": "boolean"
39061
+ },
39062
+ "default": "false",
39063
+ "fieldName": "checked"
39064
+ },
39065
+ {
39066
+ "name": "size",
39067
+ "type": {
39068
+ "text": "string"
39069
+ },
39070
+ "default": "'normal'",
39071
+ "fieldName": "size"
39072
+ }
39073
+ ],
39074
+ "superclass": {
39075
+ "name": "LitElement",
39076
+ "package": "lit"
39077
+ },
39078
+ "tagName": "obc-app-button",
39079
+ "customElement": true
39080
+ }
39081
+ ],
39082
+ "exports": [
39083
+ {
39084
+ "kind": "js",
39085
+ "name": "ObcAppButton",
39086
+ "declaration": {
39087
+ "name": "ObcAppButton",
39088
+ "module": "src/components/app-button/app-button.ts"
39089
+ }
39090
+ },
39091
+ {
39092
+ "kind": "custom-element-definition",
39093
+ "name": "obc-app-button",
39094
+ "declaration": {
39095
+ "name": "ObcAppButton",
39096
+ "module": "src/components/app-button/app-button.ts"
39097
+ }
39098
+ }
39099
+ ]
39100
+ },
38787
39101
  {
38788
39102
  "kind": "javascript-module",
38789
39103
  "path": "src/components/app-menu/app-menu.ts",
@@ -38841,6 +39155,48 @@
38841
39155
  }
38842
39156
  ]
38843
39157
  },
39158
+ {
39159
+ "kind": "javascript-module",
39160
+ "path": "src/components/breadcrumb/breadcrumb.ts",
39161
+ "declarations": [
39162
+ {
39163
+ "kind": "class",
39164
+ "description": "",
39165
+ "name": "ObcBreadcrumb",
39166
+ "members": [
39167
+ {
39168
+ "kind": "field",
39169
+ "name": "items",
39170
+ "default": "[]"
39171
+ }
39172
+ ],
39173
+ "superclass": {
39174
+ "name": "LitElement",
39175
+ "package": "lit"
39176
+ },
39177
+ "tagName": "obc-breadcrumb",
39178
+ "customElement": true
39179
+ }
39180
+ ],
39181
+ "exports": [
39182
+ {
39183
+ "kind": "js",
39184
+ "name": "ObcBreadcrumb",
39185
+ "declaration": {
39186
+ "name": "ObcBreadcrumb",
39187
+ "module": "src/components/breadcrumb/breadcrumb.ts"
39188
+ }
39189
+ },
39190
+ {
39191
+ "kind": "custom-element-definition",
39192
+ "name": "obc-breadcrumb",
39193
+ "declaration": {
39194
+ "name": "ObcBreadcrumb",
39195
+ "module": "src/components/breadcrumb/breadcrumb.ts"
39196
+ }
39197
+ }
39198
+ ]
39199
+ },
38844
39200
  {
38845
39201
  "kind": "javascript-module",
38846
39202
  "path": "src/components/brilliance-menu/brilliance-menu.ts",
@@ -38998,132 +39354,188 @@
38998
39354
  },
38999
39355
  {
39000
39356
  "kind": "javascript-module",
39001
- "path": "src/components/clock/clock.ts",
39357
+ "path": "src/components/button/button.ts",
39002
39358
  "declarations": [
39003
39359
  {
39004
39360
  "kind": "class",
39005
39361
  "description": "",
39006
- "name": "ObcClock",
39362
+ "name": "ObcButton",
39007
39363
  "members": [
39008
39364
  {
39009
39365
  "kind": "field",
39010
- "name": "date",
39366
+ "name": "icon",
39011
39367
  "type": {
39012
39368
  "text": "string"
39013
39369
  },
39014
- "default": "'2021-01-01T11:11:11.111Z'",
39015
- "attribute": "date"
39370
+ "default": "'01-placeholder'",
39371
+ "attribute": "icon"
39016
39372
  },
39017
39373
  {
39018
39374
  "kind": "field",
39019
- "name": "showDate",
39375
+ "name": "variant",
39376
+ "type": {
39377
+ "text": "string"
39378
+ },
39379
+ "default": "'normal'",
39380
+ "attribute": "variant"
39381
+ },
39382
+ {
39383
+ "kind": "field",
39384
+ "name": "size",
39385
+ "type": {
39386
+ "text": "string"
39387
+ },
39388
+ "default": "'regular'",
39389
+ "attribute": "size"
39390
+ },
39391
+ {
39392
+ "kind": "field",
39393
+ "name": "fullWidth",
39020
39394
  "type": {
39021
39395
  "text": "boolean"
39022
39396
  },
39023
39397
  "default": "false",
39024
- "attribute": "show-date"
39398
+ "attribute": "full-width"
39025
39399
  },
39026
39400
  {
39027
39401
  "kind": "field",
39028
- "name": "blinkOnlyBreakpointPx",
39402
+ "name": "hugText",
39029
39403
  "type": {
39030
- "text": "number"
39404
+ "text": "boolean"
39031
39405
  },
39032
- "default": "0",
39033
- "attribute": "blink-only-breakpoint-px"
39406
+ "default": "false",
39407
+ "attribute": "hug-text"
39408
+ },
39409
+ {
39410
+ "kind": "field",
39411
+ "name": "checked",
39412
+ "type": {
39413
+ "text": "boolean"
39414
+ },
39415
+ "default": "false",
39416
+ "attribute": "checked"
39417
+ },
39418
+ {
39419
+ "kind": "field",
39420
+ "name": "disabled",
39421
+ "type": {
39422
+ "text": "boolean"
39423
+ },
39424
+ "default": "false",
39425
+ "attribute": "disabled"
39426
+ },
39427
+ {
39428
+ "kind": "field",
39429
+ "name": "leadingIcon",
39430
+ "type": {
39431
+ "text": "NodeListOf<HTMLElement>"
39432
+ }
39433
+ },
39434
+ {
39435
+ "kind": "field",
39436
+ "name": "trailingIcon",
39437
+ "type": {
39438
+ "text": "NodeListOf<HTMLElement>"
39439
+ }
39440
+ },
39441
+ {
39442
+ "kind": "field",
39443
+ "name": "hasIconLeading",
39444
+ "type": {
39445
+ "text": "boolean"
39446
+ },
39447
+ "default": "false"
39448
+ },
39449
+ {
39450
+ "kind": "field",
39451
+ "name": "hasIconTrailing",
39452
+ "type": {
39453
+ "text": "boolean"
39454
+ },
39455
+ "default": "false"
39034
39456
  }
39035
39457
  ],
39036
39458
  "attributes": [
39037
39459
  {
39038
- "name": "date",
39460
+ "name": "icon",
39039
39461
  "type": {
39040
39462
  "text": "string"
39041
39463
  },
39042
- "default": "'2021-01-01T11:11:11.111Z'",
39043
- "fieldName": "date"
39464
+ "default": "'01-placeholder'",
39465
+ "fieldName": "icon"
39044
39466
  },
39045
39467
  {
39046
- "name": "show-date",
39468
+ "name": "variant",
39469
+ "type": {
39470
+ "text": "string"
39471
+ },
39472
+ "default": "'normal'",
39473
+ "fieldName": "variant"
39474
+ },
39475
+ {
39476
+ "name": "size",
39477
+ "type": {
39478
+ "text": "string"
39479
+ },
39480
+ "default": "'regular'",
39481
+ "fieldName": "size"
39482
+ },
39483
+ {
39484
+ "name": "full-width",
39047
39485
  "type": {
39048
39486
  "text": "boolean"
39049
39487
  },
39050
39488
  "default": "false",
39051
- "fieldName": "showDate"
39489
+ "fieldName": "fullWidth"
39052
39490
  },
39053
39491
  {
39054
- "name": "blink-only-breakpoint-px",
39492
+ "name": "hug-text",
39055
39493
  "type": {
39056
- "text": "number"
39494
+ "text": "boolean"
39057
39495
  },
39058
- "default": "0",
39059
- "fieldName": "blinkOnlyBreakpointPx"
39060
- }
39061
- ],
39062
- "superclass": {
39063
- "name": "LitElement",
39064
- "package": "lit"
39065
- },
39066
- "tagName": "obc-clock",
39067
- "customElement": true
39068
- }
39069
- ],
39070
- "exports": [
39071
- {
39072
- "kind": "js",
39073
- "name": "ObcClock",
39074
- "declaration": {
39075
- "name": "ObcClock",
39076
- "module": "src/components/clock/clock.ts"
39077
- }
39078
- },
39079
- {
39080
- "kind": "custom-element-definition",
39081
- "name": "obc-clock",
39082
- "declaration": {
39083
- "name": "ObcClock",
39084
- "module": "src/components/clock/clock.ts"
39085
- }
39086
- }
39087
- ]
39088
- },
39089
- {
39090
- "kind": "javascript-module",
39091
- "path": "src/components/breadcrumb/breadcrumb.ts",
39092
- "declarations": [
39093
- {
39094
- "kind": "class",
39095
- "description": "",
39096
- "name": "ObcBreadcrumb",
39097
- "members": [
39496
+ "default": "false",
39497
+ "fieldName": "hugText"
39498
+ },
39098
39499
  {
39099
- "kind": "field",
39100
- "name": "items",
39101
- "default": "[]"
39500
+ "name": "checked",
39501
+ "type": {
39502
+ "text": "boolean"
39503
+ },
39504
+ "default": "false",
39505
+ "fieldName": "checked"
39506
+ },
39507
+ {
39508
+ "name": "disabled",
39509
+ "type": {
39510
+ "text": "boolean"
39511
+ },
39512
+ "default": "false",
39513
+ "fieldName": "disabled"
39102
39514
  }
39103
39515
  ],
39104
39516
  "superclass": {
39105
39517
  "name": "LitElement",
39106
39518
  "package": "lit"
39107
39519
  },
39108
- "tagName": "obc-breadcrumb",
39520
+ "tagName": "obc-button",
39109
39521
  "customElement": true
39110
39522
  }
39111
39523
  ],
39112
39524
  "exports": [
39113
39525
  {
39114
39526
  "kind": "js",
39115
- "name": "ObcBreadcrumb",
39527
+ "name": "ObcButton",
39116
39528
  "declaration": {
39117
- "name": "ObcBreadcrumb",
39118
- "module": "src/components/breadcrumb/breadcrumb.ts"
39529
+ "name": "ObcButton",
39530
+ "module": "src/components/button/button.ts"
39119
39531
  }
39120
39532
  },
39121
39533
  {
39122
39534
  "kind": "custom-element-definition",
39123
- "name": "obc-breadcrumb",
39535
+ "name": "obc-button",
39124
39536
  "declaration": {
39125
- "name": "ObcBreadcrumb",
39126
- "module": "src/components/breadcrumb/breadcrumb.ts"
39537
+ "name": "ObcButton",
39538
+ "module": "src/components/button/button.ts"
39127
39539
  }
39128
39540
  }
39129
39541
  ]
@@ -39237,188 +39649,90 @@
39237
39649
  },
39238
39650
  {
39239
39651
  "kind": "javascript-module",
39240
- "path": "src/components/button/button.ts",
39652
+ "path": "src/components/clock/clock.ts",
39241
39653
  "declarations": [
39242
39654
  {
39243
39655
  "kind": "class",
39244
39656
  "description": "",
39245
- "name": "ObcButton",
39657
+ "name": "ObcClock",
39246
39658
  "members": [
39247
39659
  {
39248
39660
  "kind": "field",
39249
- "name": "icon",
39250
- "type": {
39251
- "text": "string"
39252
- },
39253
- "default": "'01-placeholder'",
39254
- "attribute": "icon"
39255
- },
39256
- {
39257
- "kind": "field",
39258
- "name": "variant",
39259
- "type": {
39260
- "text": "string"
39261
- },
39262
- "default": "'normal'",
39263
- "attribute": "variant"
39264
- },
39265
- {
39266
- "kind": "field",
39267
- "name": "size",
39661
+ "name": "date",
39268
39662
  "type": {
39269
39663
  "text": "string"
39270
39664
  },
39271
- "default": "'regular'",
39272
- "attribute": "size"
39273
- },
39274
- {
39275
- "kind": "field",
39276
- "name": "fullWidth",
39277
- "type": {
39278
- "text": "boolean"
39279
- },
39280
- "default": "false",
39281
- "attribute": "full-width"
39282
- },
39283
- {
39284
- "kind": "field",
39285
- "name": "hugText",
39286
- "type": {
39287
- "text": "boolean"
39288
- },
39289
- "default": "false",
39290
- "attribute": "hug-text"
39291
- },
39292
- {
39293
- "kind": "field",
39294
- "name": "checked",
39295
- "type": {
39296
- "text": "boolean"
39297
- },
39298
- "default": "false",
39299
- "attribute": "checked"
39665
+ "default": "'2021-01-01T11:11:11.111Z'",
39666
+ "attribute": "date"
39300
39667
  },
39301
39668
  {
39302
39669
  "kind": "field",
39303
- "name": "disabled",
39670
+ "name": "showDate",
39304
39671
  "type": {
39305
39672
  "text": "boolean"
39306
39673
  },
39307
39674
  "default": "false",
39308
- "attribute": "disabled"
39309
- },
39310
- {
39311
- "kind": "field",
39312
- "name": "leadingIcon",
39313
- "type": {
39314
- "text": "NodeListOf<HTMLElement>"
39315
- }
39316
- },
39317
- {
39318
- "kind": "field",
39319
- "name": "trailingIcon",
39320
- "type": {
39321
- "text": "NodeListOf<HTMLElement>"
39322
- }
39323
- },
39324
- {
39325
- "kind": "field",
39326
- "name": "hasIconLeading",
39327
- "type": {
39328
- "text": "boolean"
39329
- },
39330
- "default": "false"
39675
+ "attribute": "show-date"
39331
39676
  },
39332
39677
  {
39333
39678
  "kind": "field",
39334
- "name": "hasIconTrailing",
39679
+ "name": "blinkOnlyBreakpointPx",
39335
39680
  "type": {
39336
- "text": "boolean"
39681
+ "text": "number"
39337
39682
  },
39338
- "default": "false"
39683
+ "default": "0",
39684
+ "attribute": "blink-only-breakpoint-px"
39339
39685
  }
39340
39686
  ],
39341
39687
  "attributes": [
39342
39688
  {
39343
- "name": "icon",
39344
- "type": {
39345
- "text": "string"
39346
- },
39347
- "default": "'01-placeholder'",
39348
- "fieldName": "icon"
39349
- },
39350
- {
39351
- "name": "variant",
39352
- "type": {
39353
- "text": "string"
39354
- },
39355
- "default": "'normal'",
39356
- "fieldName": "variant"
39357
- },
39358
- {
39359
- "name": "size",
39689
+ "name": "date",
39360
39690
  "type": {
39361
39691
  "text": "string"
39362
39692
  },
39363
- "default": "'regular'",
39364
- "fieldName": "size"
39365
- },
39366
- {
39367
- "name": "full-width",
39368
- "type": {
39369
- "text": "boolean"
39370
- },
39371
- "default": "false",
39372
- "fieldName": "fullWidth"
39373
- },
39374
- {
39375
- "name": "hug-text",
39376
- "type": {
39377
- "text": "boolean"
39378
- },
39379
- "default": "false",
39380
- "fieldName": "hugText"
39693
+ "default": "'2021-01-01T11:11:11.111Z'",
39694
+ "fieldName": "date"
39381
39695
  },
39382
39696
  {
39383
- "name": "checked",
39697
+ "name": "show-date",
39384
39698
  "type": {
39385
39699
  "text": "boolean"
39386
39700
  },
39387
39701
  "default": "false",
39388
- "fieldName": "checked"
39702
+ "fieldName": "showDate"
39389
39703
  },
39390
39704
  {
39391
- "name": "disabled",
39705
+ "name": "blink-only-breakpoint-px",
39392
39706
  "type": {
39393
- "text": "boolean"
39707
+ "text": "number"
39394
39708
  },
39395
- "default": "false",
39396
- "fieldName": "disabled"
39709
+ "default": "0",
39710
+ "fieldName": "blinkOnlyBreakpointPx"
39397
39711
  }
39398
39712
  ],
39399
39713
  "superclass": {
39400
39714
  "name": "LitElement",
39401
39715
  "package": "lit"
39402
39716
  },
39403
- "tagName": "obc-button",
39717
+ "tagName": "obc-clock",
39404
39718
  "customElement": true
39405
39719
  }
39406
39720
  ],
39407
39721
  "exports": [
39408
39722
  {
39409
39723
  "kind": "js",
39410
- "name": "ObcButton",
39724
+ "name": "ObcClock",
39411
39725
  "declaration": {
39412
- "name": "ObcButton",
39413
- "module": "src/components/button/button.ts"
39726
+ "name": "ObcClock",
39727
+ "module": "src/components/clock/clock.ts"
39414
39728
  }
39415
39729
  },
39416
39730
  {
39417
39731
  "kind": "custom-element-definition",
39418
- "name": "obc-button",
39732
+ "name": "obc-clock",
39419
39733
  "declaration": {
39420
- "name": "ObcButton",
39421
- "module": "src/components/button/button.ts"
39734
+ "name": "ObcClock",
39735
+ "module": "src/components/clock/clock.ts"
39422
39736
  }
39423
39737
  }
39424
39738
  ]
@@ -40055,129 +40369,129 @@
40055
40369
  },
40056
40370
  {
40057
40371
  "kind": "javascript-module",
40058
- "path": "src/components/notification-message/notification-message.ts",
40372
+ "path": "src/components/notification-message-item/notification-message-item.ts",
40059
40373
  "declarations": [
40060
40374
  {
40061
40375
  "kind": "class",
40062
40376
  "description": "",
40063
- "name": "ObcNotificationMessage",
40377
+ "name": "ObcNotificationMessageItem",
40064
40378
  "members": [
40065
40379
  {
40066
40380
  "kind": "field",
40067
- "name": "large",
40068
- "type": {
40069
- "text": "boolean"
40070
- },
40071
- "default": "false",
40072
- "attribute": "large"
40073
- },
40074
- {
40075
- "kind": "field",
40076
- "name": "empty",
40381
+ "name": "time",
40077
40382
  "type": {
40078
- "text": "boolean"
40383
+ "text": "string"
40079
40384
  },
40080
- "default": "false",
40081
- "attribute": "empty"
40385
+ "default": "'2021-01-01T11:11:11.111Z'",
40386
+ "attribute": "time"
40082
40387
  }
40083
40388
  ],
40084
40389
  "attributes": [
40085
40390
  {
40086
- "name": "large",
40087
- "type": {
40088
- "text": "boolean"
40089
- },
40090
- "default": "false",
40091
- "fieldName": "large"
40092
- },
40093
- {
40094
- "name": "empty",
40391
+ "name": "time",
40095
40392
  "type": {
40096
- "text": "boolean"
40393
+ "text": "string"
40097
40394
  },
40098
- "default": "false",
40099
- "fieldName": "empty"
40395
+ "default": "'2021-01-01T11:11:11.111Z'",
40396
+ "fieldName": "time"
40100
40397
  }
40101
40398
  ],
40102
40399
  "superclass": {
40103
40400
  "name": "LitElement",
40104
40401
  "package": "lit"
40105
40402
  },
40106
- "tagName": "obc-notification-message",
40403
+ "tagName": "obc-notification-message-item",
40107
40404
  "customElement": true
40108
40405
  }
40109
40406
  ],
40110
40407
  "exports": [
40111
40408
  {
40112
40409
  "kind": "js",
40113
- "name": "ObcNotificationMessage",
40410
+ "name": "ObcNotificationMessageItem",
40114
40411
  "declaration": {
40115
- "name": "ObcNotificationMessage",
40116
- "module": "src/components/notification-message/notification-message.ts"
40412
+ "name": "ObcNotificationMessageItem",
40413
+ "module": "src/components/notification-message-item/notification-message-item.ts"
40117
40414
  }
40118
40415
  },
40119
40416
  {
40120
40417
  "kind": "custom-element-definition",
40121
- "name": "obc-notification-message",
40418
+ "name": "obc-notification-message-item",
40122
40419
  "declaration": {
40123
- "name": "ObcNotificationMessage",
40124
- "module": "src/components/notification-message/notification-message.ts"
40420
+ "name": "ObcNotificationMessageItem",
40421
+ "module": "src/components/notification-message-item/notification-message-item.ts"
40125
40422
  }
40126
40423
  }
40127
40424
  ]
40128
40425
  },
40129
40426
  {
40130
40427
  "kind": "javascript-module",
40131
- "path": "src/components/notification-message-item/notification-message-item.ts",
40428
+ "path": "src/components/notification-message/notification-message.ts",
40132
40429
  "declarations": [
40133
40430
  {
40134
40431
  "kind": "class",
40135
40432
  "description": "",
40136
- "name": "ObcNotificationMessageItem",
40433
+ "name": "ObcNotificationMessage",
40137
40434
  "members": [
40138
40435
  {
40139
40436
  "kind": "field",
40140
- "name": "time",
40437
+ "name": "large",
40141
40438
  "type": {
40142
- "text": "string"
40439
+ "text": "boolean"
40143
40440
  },
40144
- "default": "'2021-01-01T11:11:11.111Z'",
40145
- "attribute": "time"
40441
+ "default": "false",
40442
+ "attribute": "large"
40443
+ },
40444
+ {
40445
+ "kind": "field",
40446
+ "name": "empty",
40447
+ "type": {
40448
+ "text": "boolean"
40449
+ },
40450
+ "default": "false",
40451
+ "attribute": "empty"
40146
40452
  }
40147
40453
  ],
40148
40454
  "attributes": [
40149
40455
  {
40150
- "name": "time",
40456
+ "name": "large",
40151
40457
  "type": {
40152
- "text": "string"
40458
+ "text": "boolean"
40153
40459
  },
40154
- "default": "'2021-01-01T11:11:11.111Z'",
40155
- "fieldName": "time"
40460
+ "default": "false",
40461
+ "fieldName": "large"
40462
+ },
40463
+ {
40464
+ "name": "empty",
40465
+ "type": {
40466
+ "text": "boolean"
40467
+ },
40468
+ "default": "false",
40469
+ "fieldName": "empty"
40156
40470
  }
40157
40471
  ],
40158
40472
  "superclass": {
40159
40473
  "name": "LitElement",
40160
40474
  "package": "lit"
40161
40475
  },
40162
- "tagName": "obc-notification-message-item",
40476
+ "tagName": "obc-notification-message",
40163
40477
  "customElement": true
40164
40478
  }
40165
40479
  ],
40166
40480
  "exports": [
40167
40481
  {
40168
40482
  "kind": "js",
40169
- "name": "ObcNotificationMessageItem",
40483
+ "name": "ObcNotificationMessage",
40170
40484
  "declaration": {
40171
- "name": "ObcNotificationMessageItem",
40172
- "module": "src/components/notification-message-item/notification-message-item.ts"
40485
+ "name": "ObcNotificationMessage",
40486
+ "module": "src/components/notification-message/notification-message.ts"
40173
40487
  }
40174
40488
  },
40175
40489
  {
40176
40490
  "kind": "custom-element-definition",
40177
- "name": "obc-notification-message-item",
40491
+ "name": "obc-notification-message",
40178
40492
  "declaration": {
40179
- "name": "ObcNotificationMessageItem",
40180
- "module": "src/components/notification-message-item/notification-message-item.ts"
40493
+ "name": "ObcNotificationMessage",
40494
+ "module": "src/components/notification-message/notification-message.ts"
40181
40495
  }
40182
40496
  }
40183
40497
  ]
@@ -40474,6 +40788,33 @@
40474
40788
  "description": "The step value when clicking the increase or decrease buttons",
40475
40789
  "attribute": "step-click"
40476
40790
  },
40791
+ {
40792
+ "kind": "field",
40793
+ "name": "variant",
40794
+ "type": {
40795
+ "text": "ObcSliderVariantType"
40796
+ },
40797
+ "default": "'no-value'",
40798
+ "attribute": "variant"
40799
+ },
40800
+ {
40801
+ "kind": "field",
40802
+ "name": "hasLeftIcon",
40803
+ "type": {
40804
+ "text": "boolean"
40805
+ },
40806
+ "default": "false",
40807
+ "attribute": "has-left-icon"
40808
+ },
40809
+ {
40810
+ "kind": "field",
40811
+ "name": "hasRightIcon",
40812
+ "type": {
40813
+ "text": "boolean"
40814
+ },
40815
+ "default": "false",
40816
+ "attribute": "has-right-icon"
40817
+ },
40477
40818
  {
40478
40819
  "kind": "method",
40479
40820
  "name": "onInput",
@@ -40552,6 +40893,30 @@
40552
40893
  "default": "10",
40553
40894
  "description": "The step value when clicking the increase or decrease buttons",
40554
40895
  "fieldName": "stepClick"
40896
+ },
40897
+ {
40898
+ "name": "variant",
40899
+ "type": {
40900
+ "text": "ObcSliderVariantType"
40901
+ },
40902
+ "default": "'no-value'",
40903
+ "fieldName": "variant"
40904
+ },
40905
+ {
40906
+ "name": "has-left-icon",
40907
+ "type": {
40908
+ "text": "boolean"
40909
+ },
40910
+ "default": "false",
40911
+ "fieldName": "hasLeftIcon"
40912
+ },
40913
+ {
40914
+ "name": "has-right-icon",
40915
+ "type": {
40916
+ "text": "boolean"
40917
+ },
40918
+ "default": "false",
40919
+ "fieldName": "hasRightIcon"
40555
40920
  }
40556
40921
  ],
40557
40922
  "superclass": {
@@ -40759,39 +41124,54 @@
40759
41124
  },
40760
41125
  {
40761
41126
  "kind": "javascript-module",
40762
- "path": "src/components/toggle-button-option/toggle-button-option.ts",
41127
+ "path": "src/components/toggle-button-group/toggle-button-group.ts",
40763
41128
  "declarations": [
40764
41129
  {
40765
41130
  "kind": "class",
40766
41131
  "description": "",
40767
- "name": "ObcToggleButtonOption",
41132
+ "name": "ObcToggleButtonGroup",
40768
41133
  "members": [
41134
+ {
41135
+ "kind": "field",
41136
+ "name": "hasLabels",
41137
+ "type": {
41138
+ "text": "boolean"
41139
+ },
41140
+ "default": "false",
41141
+ "attribute": "has-labels"
41142
+ },
40769
41143
  {
40770
41144
  "kind": "field",
40771
41145
  "name": "value",
40772
41146
  "type": {
40773
41147
  "text": "string"
40774
41148
  },
40775
- "default": "'value'",
41149
+ "default": "''",
40776
41150
  "attribute": "value"
40777
41151
  },
40778
41152
  {
40779
41153
  "kind": "field",
40780
- "name": "selected",
41154
+ "name": "options",
40781
41155
  "type": {
40782
- "text": "boolean"
40783
- },
40784
- "default": "false",
40785
- "attribute": "selected"
41156
+ "text": "NodeListOf<ObcToggleButtonOption>"
41157
+ }
40786
41158
  },
40787
41159
  {
40788
41160
  "kind": "method",
40789
- "name": "onClick"
41161
+ "name": "handleOptionClick",
41162
+ "parameters": [
41163
+ {
41164
+ "name": "event",
41165
+ "type": {
41166
+ "text": "Event"
41167
+ }
41168
+ }
41169
+ ]
40790
41170
  }
40791
41171
  ],
40792
41172
  "events": [
40793
41173
  {
40794
- "name": "selected",
41174
+ "name": "value",
40795
41175
  "type": {
40796
41176
  "text": "CustomEvent"
40797
41177
  }
@@ -40799,99 +41179,84 @@
40799
41179
  ],
40800
41180
  "attributes": [
40801
41181
  {
40802
- "name": "value",
41182
+ "name": "has-labels",
40803
41183
  "type": {
40804
- "text": "string"
41184
+ "text": "boolean"
40805
41185
  },
40806
- "default": "'value'",
40807
- "fieldName": "value"
41186
+ "default": "false",
41187
+ "fieldName": "hasLabels"
40808
41188
  },
40809
41189
  {
40810
- "name": "selected",
41190
+ "name": "value",
40811
41191
  "type": {
40812
- "text": "boolean"
41192
+ "text": "string"
40813
41193
  },
40814
- "default": "false",
40815
- "fieldName": "selected"
41194
+ "default": "''",
41195
+ "fieldName": "value"
40816
41196
  }
40817
41197
  ],
40818
41198
  "superclass": {
40819
41199
  "name": "LitElement",
40820
41200
  "package": "lit"
40821
41201
  },
40822
- "tagName": "obc-toggle-button-option",
41202
+ "tagName": "obc-toggle-button-group",
40823
41203
  "customElement": true
40824
41204
  }
40825
41205
  ],
40826
41206
  "exports": [
40827
41207
  {
40828
41208
  "kind": "js",
40829
- "name": "ObcToggleButtonOption",
41209
+ "name": "ObcToggleButtonGroup",
40830
41210
  "declaration": {
40831
- "name": "ObcToggleButtonOption",
40832
- "module": "src/components/toggle-button-option/toggle-button-option.ts"
41211
+ "name": "ObcToggleButtonGroup",
41212
+ "module": "src/components/toggle-button-group/toggle-button-group.ts"
40833
41213
  }
40834
41214
  },
40835
41215
  {
40836
41216
  "kind": "custom-element-definition",
40837
- "name": "obc-toggle-button-option",
41217
+ "name": "obc-toggle-button-group",
40838
41218
  "declaration": {
40839
- "name": "ObcToggleButtonOption",
40840
- "module": "src/components/toggle-button-option/toggle-button-option.ts"
41219
+ "name": "ObcToggleButtonGroup",
41220
+ "module": "src/components/toggle-button-group/toggle-button-group.ts"
40841
41221
  }
40842
41222
  }
40843
41223
  ]
40844
41224
  },
40845
41225
  {
40846
41226
  "kind": "javascript-module",
40847
- "path": "src/components/toggle-button-group/toggle-button-group.ts",
41227
+ "path": "src/components/toggle-button-option/toggle-button-option.ts",
40848
41228
  "declarations": [
40849
41229
  {
40850
41230
  "kind": "class",
40851
41231
  "description": "",
40852
- "name": "ObcToggleButtonGroup",
41232
+ "name": "ObcToggleButtonOption",
40853
41233
  "members": [
40854
- {
40855
- "kind": "field",
40856
- "name": "hasLabels",
40857
- "type": {
40858
- "text": "boolean"
40859
- },
40860
- "default": "false",
40861
- "attribute": "has-labels"
40862
- },
40863
41234
  {
40864
41235
  "kind": "field",
40865
41236
  "name": "value",
40866
41237
  "type": {
40867
41238
  "text": "string"
40868
41239
  },
40869
- "default": "''",
41240
+ "default": "'value'",
40870
41241
  "attribute": "value"
40871
41242
  },
40872
41243
  {
40873
41244
  "kind": "field",
40874
- "name": "options",
41245
+ "name": "selected",
40875
41246
  "type": {
40876
- "text": "NodeListOf<ObcToggleButtonOption>"
40877
- }
41247
+ "text": "boolean"
41248
+ },
41249
+ "default": "false",
41250
+ "attribute": "selected"
40878
41251
  },
40879
41252
  {
40880
41253
  "kind": "method",
40881
- "name": "handleOptionClick",
40882
- "parameters": [
40883
- {
40884
- "name": "event",
40885
- "type": {
40886
- "text": "Event"
40887
- }
40888
- }
40889
- ]
41254
+ "name": "onClick"
40890
41255
  }
40891
41256
  ],
40892
41257
  "events": [
40893
41258
  {
40894
- "name": "value",
41259
+ "name": "selected",
40895
41260
  "type": {
40896
41261
  "text": "CustomEvent"
40897
41262
  }
@@ -40899,45 +41264,45 @@
40899
41264
  ],
40900
41265
  "attributes": [
40901
41266
  {
40902
- "name": "has-labels",
41267
+ "name": "value",
40903
41268
  "type": {
40904
- "text": "boolean"
41269
+ "text": "string"
40905
41270
  },
40906
- "default": "false",
40907
- "fieldName": "hasLabels"
41271
+ "default": "'value'",
41272
+ "fieldName": "value"
40908
41273
  },
40909
41274
  {
40910
- "name": "value",
41275
+ "name": "selected",
40911
41276
  "type": {
40912
- "text": "string"
41277
+ "text": "boolean"
40913
41278
  },
40914
- "default": "''",
40915
- "fieldName": "value"
41279
+ "default": "false",
41280
+ "fieldName": "selected"
40916
41281
  }
40917
41282
  ],
40918
41283
  "superclass": {
40919
41284
  "name": "LitElement",
40920
41285
  "package": "lit"
40921
41286
  },
40922
- "tagName": "obc-toggle-button-group",
41287
+ "tagName": "obc-toggle-button-option",
40923
41288
  "customElement": true
40924
41289
  }
40925
41290
  ],
40926
41291
  "exports": [
40927
41292
  {
40928
41293
  "kind": "js",
40929
- "name": "ObcToggleButtonGroup",
41294
+ "name": "ObcToggleButtonOption",
40930
41295
  "declaration": {
40931
- "name": "ObcToggleButtonGroup",
40932
- "module": "src/components/toggle-button-group/toggle-button-group.ts"
41296
+ "name": "ObcToggleButtonOption",
41297
+ "module": "src/components/toggle-button-option/toggle-button-option.ts"
40933
41298
  }
40934
41299
  },
40935
41300
  {
40936
41301
  "kind": "custom-element-definition",
40937
- "name": "obc-toggle-button-group",
41302
+ "name": "obc-toggle-button-option",
40938
41303
  "declaration": {
40939
- "name": "ObcToggleButtonGroup",
40940
- "module": "src/components/toggle-button-group/toggle-button-group.ts"
41304
+ "name": "ObcToggleButtonOption",
41305
+ "module": "src/components/toggle-button-option/toggle-button-option.ts"
40941
41306
  }
40942
41307
  }
40943
41308
  ]