@skedulo/breeze-ui 0.9.1 → 0.9.3

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.
@@ -18496,97 +18496,6 @@
18496
18496
  }
18497
18497
  ]
18498
18498
  },
18499
- {
18500
- "kind": "javascript-module",
18501
- "path": "src/helpers/css-helpers.ts",
18502
- "declarations": [
18503
- {
18504
- "kind": "function",
18505
- "name": "getFocusStyles",
18506
- "parameters": [
18507
- {
18508
- "name": "selector",
18509
- "type": {
18510
- "text": "string"
18511
- },
18512
- "description": "A CSS selector targeting an interactive element."
18513
- },
18514
- {
18515
- "name": "extraRules",
18516
- "default": "css``",
18517
- "description": "Optional rules to append. Useful for overrides."
18518
- }
18519
- ],
18520
- "description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
18521
- },
18522
- {
18523
- "kind": "variable",
18524
- "name": "invisibleButtonRules",
18525
- "default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
18526
- "description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
18527
- },
18528
- {
18529
- "kind": "function",
18530
- "name": "getInvisibleButtonStyles",
18531
- "parameters": [
18532
- {
18533
- "name": "selector",
18534
- "type": {
18535
- "text": "string"
18536
- },
18537
- "description": "A CSS selector targeting a button"
18538
- },
18539
- {
18540
- "name": "extraRules",
18541
- "default": "css``",
18542
- "description": "Optional rules to append. Useful for overrides."
18543
- }
18544
- ],
18545
- "description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
18546
- }
18547
- ],
18548
- "exports": [
18549
- {
18550
- "kind": "js",
18551
- "name": "getFocusStyles",
18552
- "declaration": {
18553
- "name": "getFocusStyles",
18554
- "module": "src/helpers/css-helpers.ts"
18555
- }
18556
- },
18557
- {
18558
- "kind": "js",
18559
- "name": "invisibleButtonRules",
18560
- "declaration": {
18561
- "name": "invisibleButtonRules",
18562
- "module": "src/helpers/css-helpers.ts"
18563
- }
18564
- },
18565
- {
18566
- "kind": "js",
18567
- "name": "getInvisibleButtonStyles",
18568
- "declaration": {
18569
- "name": "getInvisibleButtonStyles",
18570
- "module": "src/helpers/css-helpers.ts"
18571
- }
18572
- }
18573
- ]
18574
- },
18575
- {
18576
- "kind": "javascript-module",
18577
- "path": "src/helpers/index.ts",
18578
- "declarations": [],
18579
- "exports": [
18580
- {
18581
- "kind": "js",
18582
- "name": "*",
18583
- "declaration": {
18584
- "name": "*",
18585
- "package": "./css-helpers"
18586
- }
18587
- }
18588
- ]
18589
- },
18590
18499
  {
18591
18500
  "kind": "javascript-module",
18592
18501
  "path": "src/layout/flex.ts",
@@ -19304,181 +19213,91 @@
19304
19213
  },
19305
19214
  {
19306
19215
  "kind": "javascript-module",
19307
- "path": "src/storybook/colors.stories.ts",
19216
+ "path": "src/helpers/css-helpers.ts",
19308
19217
  "declarations": [
19309
19218
  {
19310
- "kind": "class",
19311
- "description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
19312
- "name": "ColorSwatch",
19313
- "members": [
19314
- {
19315
- "kind": "field",
19316
- "name": "colorVar",
19317
- "type": {
19318
- "text": "string"
19319
- },
19320
- "default": "''",
19321
- "attribute": "colorVar"
19322
- },
19323
- {
19324
- "kind": "field",
19325
- "name": "lightText",
19326
- "type": {
19327
- "text": "boolean"
19328
- },
19329
- "default": "false",
19330
- "attribute": "light-text"
19331
- }
19332
- ],
19333
- "attributes": [
19219
+ "kind": "function",
19220
+ "name": "getFocusStyles",
19221
+ "parameters": [
19334
19222
  {
19335
- "name": "colorVar",
19223
+ "name": "selector",
19336
19224
  "type": {
19337
19225
  "text": "string"
19338
19226
  },
19339
- "default": "''",
19340
- "fieldName": "colorVar"
19227
+ "description": "A CSS selector targeting an interactive element."
19341
19228
  },
19342
19229
  {
19343
- "name": "light-text",
19344
- "type": {
19345
- "text": "boolean"
19346
- },
19347
- "default": "false",
19348
- "fieldName": "lightText"
19230
+ "name": "extraRules",
19231
+ "default": "css``",
19232
+ "description": "Optional rules to append. Useful for overrides."
19349
19233
  }
19350
19234
  ],
19351
- "superclass": {
19352
- "name": "LitElement",
19353
- "package": "lit"
19354
- },
19355
- "tagName": "brz-sb-color-swatch",
19356
- "customElement": true
19235
+ "description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
19357
19236
  },
19358
19237
  {
19359
- "kind": "class",
19360
- "description": "Story component for laying out a group of swatches",
19361
- "name": "ColorSwatchGroup",
19362
- "members": [
19238
+ "kind": "variable",
19239
+ "name": "invisibleButtonRules",
19240
+ "default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
19241
+ "description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
19242
+ },
19243
+ {
19244
+ "kind": "function",
19245
+ "name": "getInvisibleButtonStyles",
19246
+ "parameters": [
19363
19247
  {
19364
- "kind": "field",
19365
- "name": "stacked",
19248
+ "name": "selector",
19366
19249
  "type": {
19367
- "text": "boolean"
19250
+ "text": "string"
19368
19251
  },
19369
- "default": "false",
19370
- "attribute": "stacked"
19371
- }
19372
- ],
19373
- "attributes": [
19252
+ "description": "A CSS selector targeting a button"
19253
+ },
19374
19254
  {
19375
- "name": "stacked",
19376
- "type": {
19377
- "text": "boolean"
19378
- },
19379
- "default": "false",
19380
- "fieldName": "stacked"
19255
+ "name": "extraRules",
19256
+ "default": "css``",
19257
+ "description": "Optional rules to append. Useful for overrides."
19381
19258
  }
19382
19259
  ],
19383
- "superclass": {
19384
- "name": "LitElement",
19385
- "package": "lit"
19386
- },
19387
- "tagName": "brz-sb-color-swatch-group",
19388
- "customElement": true
19260
+ "description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
19389
19261
  }
19390
19262
  ],
19391
19263
  "exports": [
19392
19264
  {
19393
19265
  "kind": "js",
19394
- "name": "ColorSwatch",
19395
- "declaration": {
19396
- "name": "ColorSwatch",
19397
- "module": "src/storybook/colors.stories.ts"
19398
- }
19399
- },
19400
- {
19401
- "kind": "custom-element-definition",
19402
- "name": "brz-sb-color-swatch",
19266
+ "name": "getFocusStyles",
19403
19267
  "declaration": {
19404
- "name": "ColorSwatch",
19405
- "module": "src/storybook/colors.stories.ts"
19268
+ "name": "getFocusStyles",
19269
+ "module": "src/helpers/css-helpers.ts"
19406
19270
  }
19407
19271
  },
19408
19272
  {
19409
19273
  "kind": "js",
19410
- "name": "ColorSwatchGroup",
19274
+ "name": "invisibleButtonRules",
19411
19275
  "declaration": {
19412
- "name": "ColorSwatchGroup",
19413
- "module": "src/storybook/colors.stories.ts"
19276
+ "name": "invisibleButtonRules",
19277
+ "module": "src/helpers/css-helpers.ts"
19414
19278
  }
19415
19279
  },
19416
19280
  {
19417
- "kind": "custom-element-definition",
19418
- "name": "brz-sb-color-swatch-group",
19281
+ "kind": "js",
19282
+ "name": "getInvisibleButtonStyles",
19419
19283
  "declaration": {
19420
- "name": "ColorSwatchGroup",
19421
- "module": "src/storybook/colors.stories.ts"
19284
+ "name": "getInvisibleButtonStyles",
19285
+ "module": "src/helpers/css-helpers.ts"
19422
19286
  }
19423
19287
  }
19424
19288
  ]
19425
19289
  },
19426
19290
  {
19427
19291
  "kind": "javascript-module",
19428
- "path": "src/storybook/fade-in-out.stories.ts",
19429
- "declarations": [
19430
- {
19431
- "kind": "class",
19432
- "description": "",
19433
- "name": "FadeInOutStory",
19434
- "members": [
19435
- {
19436
- "kind": "field",
19437
- "name": "shown",
19438
- "type": {
19439
- "text": "boolean"
19440
- },
19441
- "default": "false",
19442
- "attribute": "shown"
19443
- },
19444
- {
19445
- "kind": "method",
19446
- "name": "handleToggle"
19447
- }
19448
- ],
19449
- "attributes": [
19450
- {
19451
- "name": "shown",
19452
- "type": {
19453
- "text": "boolean"
19454
- },
19455
- "default": "false",
19456
- "fieldName": "shown"
19457
- }
19458
- ],
19459
- "superclass": {
19460
- "name": "LitElement",
19461
- "package": "lit"
19462
- },
19463
- "tagName": "brz-sb-fade-in-out",
19464
- "customElement": true
19465
- }
19466
- ],
19292
+ "path": "src/helpers/index.ts",
19293
+ "declarations": [],
19467
19294
  "exports": [
19468
19295
  {
19469
19296
  "kind": "js",
19470
- "name": "FadeInOutStory",
19471
- "declaration": {
19472
- "name": "FadeInOutStory",
19473
- "module": "src/storybook/fade-in-out.stories.ts"
19474
- }
19475
- },
19476
- {
19477
- "kind": "custom-element-definition",
19478
- "name": "brz-sb-fade-in-out",
19297
+ "name": "*",
19479
19298
  "declaration": {
19480
- "name": "FadeInOutStory",
19481
- "module": "src/storybook/fade-in-out.stories.ts"
19299
+ "name": "*",
19300
+ "package": "./css-helpers"
19482
19301
  }
19483
19302
  }
19484
19303
  ]
@@ -19620,6 +19439,187 @@
19620
19439
  }
19621
19440
  ]
19622
19441
  },
19442
+ {
19443
+ "kind": "javascript-module",
19444
+ "path": "src/storybook/colors.stories.ts",
19445
+ "declarations": [
19446
+ {
19447
+ "kind": "class",
19448
+ "description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
19449
+ "name": "ColorSwatch",
19450
+ "members": [
19451
+ {
19452
+ "kind": "field",
19453
+ "name": "colorVar",
19454
+ "type": {
19455
+ "text": "string"
19456
+ },
19457
+ "default": "''",
19458
+ "attribute": "colorVar"
19459
+ },
19460
+ {
19461
+ "kind": "field",
19462
+ "name": "lightText",
19463
+ "type": {
19464
+ "text": "boolean"
19465
+ },
19466
+ "default": "false",
19467
+ "attribute": "light-text"
19468
+ }
19469
+ ],
19470
+ "attributes": [
19471
+ {
19472
+ "name": "colorVar",
19473
+ "type": {
19474
+ "text": "string"
19475
+ },
19476
+ "default": "''",
19477
+ "fieldName": "colorVar"
19478
+ },
19479
+ {
19480
+ "name": "light-text",
19481
+ "type": {
19482
+ "text": "boolean"
19483
+ },
19484
+ "default": "false",
19485
+ "fieldName": "lightText"
19486
+ }
19487
+ ],
19488
+ "superclass": {
19489
+ "name": "LitElement",
19490
+ "package": "lit"
19491
+ },
19492
+ "tagName": "brz-sb-color-swatch",
19493
+ "customElement": true
19494
+ },
19495
+ {
19496
+ "kind": "class",
19497
+ "description": "Story component for laying out a group of swatches",
19498
+ "name": "ColorSwatchGroup",
19499
+ "members": [
19500
+ {
19501
+ "kind": "field",
19502
+ "name": "stacked",
19503
+ "type": {
19504
+ "text": "boolean"
19505
+ },
19506
+ "default": "false",
19507
+ "attribute": "stacked"
19508
+ }
19509
+ ],
19510
+ "attributes": [
19511
+ {
19512
+ "name": "stacked",
19513
+ "type": {
19514
+ "text": "boolean"
19515
+ },
19516
+ "default": "false",
19517
+ "fieldName": "stacked"
19518
+ }
19519
+ ],
19520
+ "superclass": {
19521
+ "name": "LitElement",
19522
+ "package": "lit"
19523
+ },
19524
+ "tagName": "brz-sb-color-swatch-group",
19525
+ "customElement": true
19526
+ }
19527
+ ],
19528
+ "exports": [
19529
+ {
19530
+ "kind": "js",
19531
+ "name": "ColorSwatch",
19532
+ "declaration": {
19533
+ "name": "ColorSwatch",
19534
+ "module": "src/storybook/colors.stories.ts"
19535
+ }
19536
+ },
19537
+ {
19538
+ "kind": "custom-element-definition",
19539
+ "name": "brz-sb-color-swatch",
19540
+ "declaration": {
19541
+ "name": "ColorSwatch",
19542
+ "module": "src/storybook/colors.stories.ts"
19543
+ }
19544
+ },
19545
+ {
19546
+ "kind": "js",
19547
+ "name": "ColorSwatchGroup",
19548
+ "declaration": {
19549
+ "name": "ColorSwatchGroup",
19550
+ "module": "src/storybook/colors.stories.ts"
19551
+ }
19552
+ },
19553
+ {
19554
+ "kind": "custom-element-definition",
19555
+ "name": "brz-sb-color-swatch-group",
19556
+ "declaration": {
19557
+ "name": "ColorSwatchGroup",
19558
+ "module": "src/storybook/colors.stories.ts"
19559
+ }
19560
+ }
19561
+ ]
19562
+ },
19563
+ {
19564
+ "kind": "javascript-module",
19565
+ "path": "src/storybook/fade-in-out.stories.ts",
19566
+ "declarations": [
19567
+ {
19568
+ "kind": "class",
19569
+ "description": "",
19570
+ "name": "FadeInOutStory",
19571
+ "members": [
19572
+ {
19573
+ "kind": "field",
19574
+ "name": "shown",
19575
+ "type": {
19576
+ "text": "boolean"
19577
+ },
19578
+ "default": "false",
19579
+ "attribute": "shown"
19580
+ },
19581
+ {
19582
+ "kind": "method",
19583
+ "name": "handleToggle"
19584
+ }
19585
+ ],
19586
+ "attributes": [
19587
+ {
19588
+ "name": "shown",
19589
+ "type": {
19590
+ "text": "boolean"
19591
+ },
19592
+ "default": "false",
19593
+ "fieldName": "shown"
19594
+ }
19595
+ ],
19596
+ "superclass": {
19597
+ "name": "LitElement",
19598
+ "package": "lit"
19599
+ },
19600
+ "tagName": "brz-sb-fade-in-out",
19601
+ "customElement": true
19602
+ }
19603
+ ],
19604
+ "exports": [
19605
+ {
19606
+ "kind": "js",
19607
+ "name": "FadeInOutStory",
19608
+ "declaration": {
19609
+ "name": "FadeInOutStory",
19610
+ "module": "src/storybook/fade-in-out.stories.ts"
19611
+ }
19612
+ },
19613
+ {
19614
+ "kind": "custom-element-definition",
19615
+ "name": "brz-sb-fade-in-out",
19616
+ "declaration": {
19617
+ "name": "FadeInOutStory",
19618
+ "module": "src/storybook/fade-in-out.stories.ts"
19619
+ }
19620
+ }
19621
+ ]
19622
+ },
19623
19623
  {
19624
19624
  "kind": "javascript-module",
19625
19625
  "path": "src/styles/borders.ts",
@@ -28867,6 +28867,12 @@
28867
28867
  "kind": "class",
28868
28868
  "description": "Renders Save/Cancel buttons for an InlineEditField or InlineEditGroup. This\nhappens automatically, so this component is only useful when you need to\nmake layout customizations and reimplement it.\n\nDispatches events when the Save/Cancel buttons are clicked.",
28869
28869
  "name": "InlineEditControls",
28870
+ "slots": [
28871
+ {
28872
+ "description": "Something to render below the controls when in \"error\" mode",
28873
+ "name": "error"
28874
+ }
28875
+ ],
28870
28876
  "members": [
28871
28877
  {
28872
28878
  "kind": "field",
@@ -28974,6 +28980,10 @@
28974
28980
  "description": "Overrides the field controls. Defaults to save/cancel buttons.",
28975
28981
  "name": "controls"
28976
28982
  },
28983
+ {
28984
+ "description": "Something to render below the controls when in \"error\" mode",
28985
+ "name": "error"
28986
+ },
28977
28987
  {
28978
28988
  "description": "Overrides the default \"read mode\" value template",
28979
28989
  "name": "read-mode"
@@ -29145,6 +29155,15 @@
29145
29155
  "module": "src/components/inline-edit/inline-edit.base.ts"
29146
29156
  }
29147
29157
  },
29158
+ {
29159
+ "kind": "method",
29160
+ "name": "setErrorMode",
29161
+ "privacy": "private",
29162
+ "inheritedFrom": {
29163
+ "name": "InlineEditBase",
29164
+ "module": "src/components/inline-edit/inline-edit.base.ts"
29165
+ }
29166
+ },
29148
29167
  {
29149
29168
  "kind": "method",
29150
29169
  "name": "setSavedMode",
@@ -29287,6 +29306,10 @@
29287
29306
  {
29288
29307
  "description": "Overrides the group controls. Defaults to save/cancel buttons.",
29289
29308
  "name": "controls"
29309
+ },
29310
+ {
29311
+ "description": "Something to render below the controls when in \"error\" mode",
29312
+ "name": "error"
29290
29313
  }
29291
29314
  ],
29292
29315
  "members": [
@@ -29390,6 +29413,15 @@
29390
29413
  "module": "src/components/inline-edit/inline-edit.base.ts"
29391
29414
  }
29392
29415
  },
29416
+ {
29417
+ "kind": "method",
29418
+ "name": "setErrorMode",
29419
+ "privacy": "private",
29420
+ "inheritedFrom": {
29421
+ "name": "InlineEditBase",
29422
+ "module": "src/components/inline-edit/inline-edit.base.ts"
29423
+ }
29424
+ },
29393
29425
  {
29394
29426
  "kind": "method",
29395
29427
  "name": "setSavedMode",
@@ -29546,6 +29578,11 @@
29546
29578
  "privacy": "private",
29547
29579
  "description": "Switches the field to saving mode."
29548
29580
  },
29581
+ {
29582
+ "kind": "method",
29583
+ "name": "setErrorMode",
29584
+ "privacy": "private"
29585
+ },
29549
29586
  {
29550
29587
  "kind": "method",
29551
29588
  "name": "setSavedMode",
@@ -29635,9 +29672,9 @@
29635
29672
  "kind": "variable",
29636
29673
  "name": "inlineEditControlsModes",
29637
29674
  "type": {
29638
- "text": "['edit', 'saving']"
29675
+ "text": "['edit', 'saving', 'error']"
29639
29676
  },
29640
- "default": "['edit', 'saving']"
29677
+ "default": "['edit', 'saving', 'error']"
29641
29678
  },
29642
29679
  {
29643
29680
  "kind": "variable",
@@ -29791,12 +29828,17 @@
29791
29828
  {
29792
29829
  "kind": "variable",
29793
29830
  "name": "inlineEditFieldStyles",
29794
- "default": "css`\n :host {\n display: block;\n }\n\n :host(:nth-of-type(n + 2)) {\n margin-top: var(--brz-spacing-4);\n }\n\n .button {\n --brz-button-color: var(--brz-color-neutral-850);\n --brz-button-icon-color: var(--brz-color-neutral-600);\n --brz-button-font-weight: var(--brz-font-weight-normal);\n }\n\n .button.offset {\n margin-left: calc(0px - var(--brz-spacing-2));\n margin-top: calc(0px - var(--brz-spacing-1));\n }\n\n :host(:not([locked])) .button {\n width: 100%;\n }\n\n .button[disabled]::part(button) {\n --brz-button-color: inherit !important;\n }\n\n .button::part(button) {\n height: auto;\n min-height: var(--brz-button-height);\n width: 100%;\n }\n\n .button:hover:not([disabled])::part(button) {\n --brz-button-background-color: var(--brz-color-neutral-250);\n }\n\n .button::part(contents) {\n justify-content: space-between;\n width: 100%;\n }\n\n .button::part(icon-right) {\n display: none;\n }\n\n .button:hover::part(button) {\n transition: background-color 100ms ease-in-out;\n }\n\n .button:hover::part(icon-right),\n .button:focus::part(icon-right) {\n display: block;\n }\n\n .button.overflowing:hover::part(icon-right),\n .button.overflowing:focus::part(icon-right) {\n align-self: flex-start;\n margin-top: var(--brz-spacing-2);\n }\n\n .edit-mode {\n display: inline-block;\n }\n\n .edit-mode.block {\n display: block;\n }\n\n .value {\n max-width: calc(100% - var(--brz-spacing-5));\n text-align: left;\n }\n\n .value.overflowing {\n padding: calc(var(--brz-spacing-2) - var(--brz-spacing-px)) 0;\n }\n\n :host([locked]) .button:not(:hover) .value {\n padding-right: var(--brz-spacing-5);\n }\n\n .value.truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n brz-inline-edit-controls {\n display: block;\n margin-top: var(--brz-spacing-2);\n }\n`"
29831
+ "default": "css`\n :host {\n display: block;\n }\n\n :host(:nth-of-type(n + 2)) {\n margin-top: var(--brz-spacing-4);\n }\n\n .button {\n --brz-button-color: var(--brz-color-neutral-850);\n --brz-button-icon-color: var(--brz-color-neutral-600);\n --brz-button-font-weight: var(--brz-font-weight-normal);\n }\n\n .button.offset {\n margin-left: calc(0px - var(--brz-spacing-2));\n margin-top: calc(0px - var(--brz-spacing-1));\n }\n\n :host(:not([locked])) .button {\n width: 100%;\n }\n\n .button[disabled]::part(button) {\n --brz-button-color: inherit !important;\n }\n\n .button::part(button) {\n height: auto;\n min-height: var(--brz-button-height);\n width: 100%;\n }\n\n .button:hover:not([disabled])::part(button) {\n --brz-button-background-color: var(--brz-color-neutral-250);\n }\n\n .button::part(contents) {\n justify-content: space-between;\n width: 100%;\n }\n\n .button::part(icon-right) {\n display: none;\n }\n\n .button:hover::part(button) {\n transition: background-color 100ms ease-in-out;\n }\n\n .button:hover::part(icon-right),\n .button:focus::part(icon-right) {\n display: block;\n }\n\n .button.overflowing:hover::part(icon-right),\n .button.overflowing:focus::part(icon-right) {\n align-self: flex-start;\n margin-top: var(--brz-spacing-2);\n }\n\n .edit-mode {\n display: inline-block;\n }\n\n .edit-mode.block {\n display: block;\n }\n\n .value {\n max-width: calc(100% - var(--brz-spacing-5));\n text-align: left;\n }\n\n .value.overflowing {\n padding: calc(var(--brz-spacing-2) - var(--brz-spacing-px)) 0;\n }\n\n :host([locked]) .button:not(:hover) .value {\n padding-right: var(--brz-spacing-5);\n }\n\n .value.truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n brz-inline-edit-controls {\n --brz-inline-edit-controls-spacing: var(--brz-spacing-2);\n\n margin-top: var(--brz-inline-edit-controls-spacing);\n }\n`"
29795
29832
  },
29796
29833
  {
29797
29834
  "kind": "variable",
29798
29835
  "name": "inlineEditGroupStyles",
29799
- "default": "css`\n .inline-edit-group {\n display: inline-block;\n margin: 0;\n }\n\n brz-inline-edit-controls {\n display: block;\n margin-top: var(--brz-spacing-4);\n }\n`"
29836
+ "default": "css`\n .inline-edit-group {\n display: inline-block;\n margin: 0;\n }\n\n brz-inline-edit-controls {\n margin-top: var(--brz-inline-edit-controls-spacing);\n }\n`"
29837
+ },
29838
+ {
29839
+ "kind": "variable",
29840
+ "name": "inlineEditControlsStyles",
29841
+ "default": "css`\n :host {\n --brz-inline-edit-controls-spacing: var(--brz-spacing-4);\n\n display: flex;\n flex-direction: column;\n row-gap: var(--brz-inline-edit-controls-spacing);\n }\n`"
29800
29842
  }
29801
29843
  ],
29802
29844
  "exports": [
@@ -29815,6 +29857,14 @@
29815
29857
  "name": "inlineEditGroupStyles",
29816
29858
  "module": "src/components/inline-edit/inline-edit.styles.ts"
29817
29859
  }
29860
+ },
29861
+ {
29862
+ "kind": "js",
29863
+ "name": "inlineEditControlsStyles",
29864
+ "declaration": {
29865
+ "name": "inlineEditControlsStyles",
29866
+ "module": "src/components/inline-edit/inline-edit.styles.ts"
29867
+ }
29818
29868
  }
29819
29869
  ]
29820
29870
  },