@splunk/react-ui 4.33.0 → 4.35.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 (80) hide show
  1. package/Breadcrumbs.js +20 -29
  2. package/Button.js +20 -23
  3. package/ButtonGroup.js +20 -23
  4. package/ButtonSimple.js +33 -34
  5. package/CHANGELOG.md +56 -1
  6. package/Card.js +129 -113
  7. package/Chip.js +75 -82
  8. package/CollapsiblePanel.js +281 -264
  9. package/Color.js +103 -93
  10. package/ComboBox.js +3 -2
  11. package/Concertina.js +139 -138
  12. package/ControlGroup.js +43 -39
  13. package/DualListbox.js +8 -11
  14. package/File.js +25 -30
  15. package/FormRows.js +53 -53
  16. package/Image.js +13 -13
  17. package/JSONTree.js +87 -85
  18. package/List.js +9 -13
  19. package/MIGRATION.mdx +100 -0
  20. package/Markdown.js +12 -12
  21. package/Menu.js +492 -699
  22. package/Message.js +192 -194
  23. package/MessageBar.js +104 -104
  24. package/Modal.js +2 -2
  25. package/Monogram.js +140 -94
  26. package/Multiselect.js +45 -49
  27. package/Paginator.js +8 -8
  28. package/Popover.js +53 -54
  29. package/Progress.js +45 -46
  30. package/RadioBar.js +117 -115
  31. package/RadioList.js +8 -5
  32. package/ResultsMenu.js +272 -279
  33. package/Search.js +197 -199
  34. package/Select.js +86 -84
  35. package/Slider.js +9 -9
  36. package/SplitButton.js +1 -4
  37. package/StaticContent.js +1 -1
  38. package/StepBar.js +92 -88
  39. package/Switch.js +217 -211
  40. package/TabBar.js +13 -5
  41. package/Table.js +714 -717
  42. package/Text.js +94 -83
  43. package/TextArea.js +162 -163
  44. package/Tooltip.js +1 -1
  45. package/package.json +8 -8
  46. package/stubs-splunkui.d.ts +11 -0
  47. package/types/src/Breadcrumbs/Breadcrumbs.d.ts +0 -1
  48. package/types/src/Breadcrumbs/Item.d.ts +0 -1
  49. package/types/src/Card/Card.d.ts +3 -1
  50. package/types/src/Card/Header.d.ts +22 -5
  51. package/types/src/Chip/Chip.d.ts +2 -4
  52. package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +5 -0
  53. package/types/src/CollapsiblePanel/icons/ExpandPanel.d.ts +1 -3
  54. package/types/src/Color/Color.d.ts +5 -5
  55. package/types/src/ComboBox/Option.d.ts +0 -1
  56. package/types/src/List/List.d.ts +2 -4
  57. package/types/src/Menu/Heading.d.ts +1 -1
  58. package/types/src/Menu/Item.d.ts +10 -5
  59. package/types/src/Menu/Menu.d.ts +18 -26
  60. package/types/src/Menu/MenuContext.d.ts +3 -2
  61. package/types/src/Menu/docs/examples/Dimmed.d.ts +2 -0
  62. package/types/src/Monogram/Monogram.d.ts +5 -6
  63. package/types/src/Multiselect/Option.d.ts +0 -1
  64. package/types/src/Progress/Progress.d.ts +4 -1
  65. package/types/src/RadioBar/Option.d.ts +4 -1
  66. package/types/src/RadioBar/RadioBar.d.ts +6 -4
  67. package/types/src/RadioBar/docs/examples/MenuBar.d.ts +2 -0
  68. package/types/src/ResultsMenu/ResultsMenu.d.ts +13 -28
  69. package/types/src/ResultsMenu/VirtualizedResultsMenu/VirtualizedResultsMenu.d.ts +3 -5
  70. package/types/src/Search/Option.d.ts +19 -6
  71. package/types/src/Search/docs/examples/OptionsLinks.d.ts +2 -0
  72. package/types/src/Select/Option.d.ts +0 -1
  73. package/types/src/Select/OptionBase.d.ts +2 -3
  74. package/types/src/Select/Select.d.ts +2 -2
  75. package/types/src/Select/SelectBase.d.ts +2 -2
  76. package/types/src/Table/Body.d.ts +0 -4
  77. package/types/src/Table/DragHandle.d.ts +1 -2
  78. package/types/src/Text/Text.d.ts +2 -0
  79. package/useRovingFocus.js +26 -40
  80. package/types/src/Select/docs/examples/prisma/Appearance.d.ts +0 -14
package/MessageBar.js CHANGED
@@ -70,21 +70,21 @@
70
70
  const s = require("prop-types");
71
71
  var n = e.n(s);
72
72
  // CONCATENATED MODULE: external "@splunk/react-icons/Cross"
73
- const t = require("@splunk/react-icons/Cross");
74
- var o = e.n(t);
73
+ const o = require("@splunk/react-icons/Cross");
74
+ var t = e.n(o);
75
75
  // CONCATENATED MODULE: external "@splunk/react-icons/enterprise/Close"
76
76
  const c = require("@splunk/react-icons/enterprise/Close");
77
77
  var l = e.n(c);
78
78
  // CONCATENATED MODULE: external "@splunk/react-ui/ScreenReaderContent"
79
79
  const p = require("@splunk/react-ui/ScreenReaderContent");
80
- var u = e.n(p);
80
+ var d = e.n(p);
81
81
  // CONCATENATED MODULE: external "@splunk/themes"
82
- const d = require("@splunk/themes");
82
+ const u = require("@splunk/themes");
83
83
  // CONCATENATED MODULE: external "@splunk/ui-utils/i18n"
84
84
  const v = require("@splunk/ui-utils/i18n");
85
85
  // CONCATENATED MODULE: external "styled-components"
86
- const g = require("styled-components");
87
- var b = e.n(g);
86
+ const b = require("styled-components");
87
+ var g = e.n(b);
88
88
  // CONCATENATED MODULE: external "@splunk/react-icons/CheckCircle"
89
89
  const h = require("@splunk/react-icons/CheckCircle");
90
90
  var y = e.n(h);
@@ -92,8 +92,8 @@
92
92
  const m = require("@splunk/react-icons/ExclamationCircle");
93
93
  var f = e.n(m);
94
94
  // CONCATENATED MODULE: external "@splunk/react-icons/InformationCircle"
95
- const k = require("@splunk/react-icons/InformationCircle");
96
- var x = e.n(k);
95
+ const x = require("@splunk/react-icons/InformationCircle");
96
+ var k = e.n(x);
97
97
  // CONCATENATED MODULE: external "@splunk/react-icons/ExclamationTriangle"
98
98
  const C = require("@splunk/react-icons/ExclamationTriangle");
99
99
  var w = e.n(C);
@@ -116,152 +116,152 @@
116
116
  const N = require("@splunk/react-ui/Clickable");
117
117
  var R = e.n(N);
118
118
  // CONCATENATED MODULE: ./src/MessageBar/MessageBarStyles.ts
119
- var T = b().div.withConfig({
119
+ var T = g().div.withConfig({
120
120
  displayName: "MessageBarStyles__MessageBarContent",
121
121
  componentId: "sc-1uyhzza-0"
122
- })([ "", ";color:inherit;padding:0 8px;text-align:center;margin-right:auto;& a{display:inline-block;color:inherit;text-decoration:underline;text-underline-position:under;padding:0 3px 2px 3px;&:not([disabled]):focus{border-radius:", ";outline:0;box-shadow:", ";}}" ], d.mixins.reset("inline"), d.variables.borderRadius, (0,
123
- d.pick)({
122
+ })([ "", ";color:inherit;padding:0 8px;text-align:center;margin-right:auto;& a{display:inline-block;color:inherit;text-decoration:underline;text-underline-position:under;padding:0 3px 2px 3px;&:not([disabled]):focus{border-radius:", ";outline:0;", ";}}" ], u.mixins.reset("inline"), u.variables.borderRadius, (0,
123
+ u.pick)({
124
124
  enterprise: {
125
- dark: (0, g.css)([ "0 0 0 2px ", "" ], d.variables.gray80),
126
- light: (0, g.css)([ "0 0 0 2px ", "" ], d.variables.gray25)
125
+ dark: (0, b.css)([ "box-shadow:0 0 0 2px ", ";" ], u.variables.gray80),
126
+ light: (0, b.css)([ "box-shadow:0 0 0 2px ", ";" ], u.variables.gray25)
127
127
  },
128
128
  prisma: {
129
- light: (0, d.pickVariant)("$type", {
130
- info: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.black),
131
- warning: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.black),
132
- error: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.white),
133
- success: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.white)
129
+ light: (0, u.pickVariant)("$type", {
130
+ info: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.black),
131
+ warning: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.black),
132
+ error: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.white),
133
+ success: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.white)
134
134
  }),
135
- dark: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.black)
135
+ dark: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.black)
136
136
  }
137
137
  }));
138
- var W = b()(R()).withConfig({
138
+ var W = g()(R()).withConfig({
139
139
  displayName: "MessageBarStyles__MessageBarCloseWrapper",
140
140
  componentId: "sc-1uyhzza-1"
141
- })([ "", ";border:1px solid transparent;border-radius:", ";color:inherit;cursor:pointer;padding:", ";", " &:hover,&:focus{background:", ";border:", ";color:", ";}&:active{", ";}", "" ], d.mixins.reset("flex"), d.variables.borderRadius, (0,
142
- d.pick)({
143
- enterprise: d.variables.spacingXSmall,
141
+ })([ "", ";border:1px solid transparent;border-radius:", ";color:inherit;cursor:pointer;padding:", ";", " &:hover,&:focus{background:", ";border:1px solid;border-color:", ";color:", ";}&:active{", ";}", "" ], u.mixins.reset("flex"), u.variables.borderRadius, (0,
142
+ u.pick)({
143
+ enterprise: u.variables.spacingXSmall,
144
144
  prisma: "3px"
145
- }), (0, d.pick)({
146
- enterprise: (0, g.css)([ "margin-top:1px;" ])
147
- }), (0, d.pick)({
148
- prisma: d.variables.interactiveColorOverlayHover,
145
+ }), (0, u.pick)({
146
+ enterprise: (0, b.css)([ "margin-top:1px;" ])
147
+ }), (0, u.pick)({
148
+ prisma: u.variables.interactiveColorOverlayHover,
149
149
  enterprise: {
150
- dark: d.variables.gray30,
151
- light: d.variables.gray92
150
+ dark: u.variables.gray30,
151
+ light: u.variables.gray92
152
152
  }
153
- }), (0, d.pick)({
154
- prisma: (0, g.css)([ "1px solid inherit" ]),
155
- enterprise: (0, g.css)([ "1px solid ", "" ], d.variables.gray80)
156
- }), (0, d.pick)({
153
+ }), (0, u.pick)({
154
+ prisma: "inherit",
155
+ enterprise: u.variables.gray80
156
+ }), (0, u.pick)({
157
157
  enterprise: {
158
- dark: d.variables.gray96,
159
- light: d.variables.linkColor
158
+ dark: u.variables.gray96,
159
+ light: u.variables.linkColor
160
160
  }
161
- }), (0, d.pick)({
162
- prisma: (0, g.css)([ "background:", ";" ], d.variables.interactiveColorOverlayActive),
163
- enterprise: (0, g.css)([ "box-shadow:", ";" ], d.variables.focusShadow)
164
- }), (0, d.pick)({
165
- prisma: (0, g.css)([ "&:focus{border-radius:", ";box-shadow:", ";}" ], d.variables.borderRadius, (0,
166
- d.pick)({
167
- light: (0, d.pickVariant)("$type", {
168
- info: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.black),
169
- warning: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.black),
170
- error: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.white),
171
- success: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.white)
161
+ }), (0, u.pick)({
162
+ prisma: (0, b.css)([ "background:", ";" ], u.variables.interactiveColorOverlayActive),
163
+ enterprise: (0, b.css)([ "box-shadow:", ";" ], u.variables.focusShadow)
164
+ }), (0, u.pick)({
165
+ prisma: (0, b.css)([ "&:focus{border-radius:", ";", ";}" ], u.variables.borderRadius, (0,
166
+ u.pick)({
167
+ light: (0, u.pickVariant)("$type", {
168
+ info: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.black),
169
+ warning: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.black),
170
+ error: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.white),
171
+ success: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.white)
172
172
  }),
173
- dark: (0, g.css)([ "0 0 0 3px ", "" ], d.variables.black)
173
+ dark: (0, b.css)([ "box-shadow:0 0 0 3px ", ";" ], u.variables.black)
174
174
  }))
175
175
  }));
176
- var $ = (0, g.css)([ "margin-left:auto;" ]);
177
- var P = b()(y()).withConfig({
176
+ var $ = (0, b.css)([ "margin-left:auto;" ]);
177
+ var P = g()(y()).withConfig({
178
178
  displayName: "MessageBarStyles__StyledCheckCircleIcon",
179
179
  componentId: "sc-1uyhzza-2"
180
180
  })([ "", "" ], $);
181
- var A = b()(f()).withConfig({
181
+ var A = g()(f()).withConfig({
182
182
  displayName: "MessageBarStyles__StyledExclamationCircleIcon",
183
183
  componentId: "sc-1uyhzza-3"
184
184
  })([ "", "" ], $);
185
- var L = b()(x()).withConfig({
185
+ var L = g()(k()).withConfig({
186
186
  displayName: "MessageBarStyles__StyledInformationCircleIcon",
187
187
  componentId: "sc-1uyhzza-4"
188
188
  })([ "", "" ], $);
189
- var V = b()(w()).withConfig({
189
+ var V = g()(w()).withConfig({
190
190
  displayName: "MessageBarStyles__StyledExclamationTriangleIcon",
191
191
  componentId: "sc-1uyhzza-5"
192
192
  })([ "", "" ], $);
193
- var D = b()(_()).withConfig({
193
+ var D = g()(_()).withConfig({
194
194
  displayName: "MessageBarStyles__StyledEnterpriseErrorIcon",
195
195
  componentId: "sc-1uyhzza-6"
196
- })([ "", " color:", ";" ], $, d.variables.errorColor);
197
- var H = b()(z()).withConfig({
196
+ })([ "", " color:", ";" ], $, u.variables.errorColor);
197
+ var H = g()(z()).withConfig({
198
198
  displayName: "MessageBarStyles__StyledEnterpriseInfoCircleIcon",
199
199
  componentId: "sc-1uyhzza-7"
200
- })([ "", " color:", ";" ], $, d.variables.infoColor);
201
- var X = b()(O()).withConfig({
200
+ })([ "", " color:", ";" ], $, u.variables.infoColor);
201
+ var X = g()(O()).withConfig({
202
202
  displayName: "MessageBarStyles__StyledEnterpriseSuccessIcon",
203
203
  componentId: "sc-1uyhzza-8"
204
- })([ "", " color:", ";" ], $, d.variables.successColor);
205
- var F = b()(B()).withConfig({
204
+ })([ "", " color:", ";" ], $, u.variables.successColor);
205
+ var F = g()(B()).withConfig({
206
206
  displayName: "MessageBarStyles__StyledEnterpriseWarningIcon",
207
207
  componentId: "sc-1uyhzza-9"
208
- })([ "", " color:", ";" ], $, d.variables.warningColor);
209
- var G = b()(j()).withConfig({
208
+ })([ "", " color:", ";" ], $, u.variables.warningColor);
209
+ var G = g()(j()).withConfig({
210
210
  displayName: "MessageBarStyles__MessageBarWrapper",
211
211
  componentId: "sc-1uyhzza-10"
212
- })([ "", ";display:flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:", ";", ";word-wrap:break-word;color:", ";", ";" ], d.mixins.reset("block"), d.variables.spacingSmall, (function(e) {
212
+ })([ "", ";display:flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:", ";", ";word-wrap:break-word;color:", ";", ";" ], u.mixins.reset("block"), u.variables.spacingSmall, (function(e) {
213
213
  var r = e.$hasCloseButton;
214
- return r ? (0, g.css)([ "", "" ], (0, d.pick)({
215
- prisma: (0, g.css)([ "padding:0 8px 0 32px;" ]),
216
- enterprise: (0, g.css)([ "padding:0 8px 0 38px;" ])
217
- })) : (0, g.css)([ "", "" ], (0, d.pick)({
218
- prisma: (0, g.css)([ "padding:0 33px 0 32px;" ]),
219
- enterprise: (0, g.css)([ "padding:0 26px 0 32px;" ])
214
+ return r ? (0, b.css)([ "", "" ], (0, u.pick)({
215
+ prisma: (0, b.css)([ "padding:0 8px 0 32px;" ]),
216
+ enterprise: (0, b.css)([ "padding:0 8px 0 38px;" ])
217
+ })) : (0, b.css)([ "", "" ], (0, u.pick)({
218
+ prisma: (0, b.css)([ "padding:0 33px 0 32px;" ]),
219
+ enterprise: (0, b.css)([ "padding:0 26px 0 32px;" ])
220
220
  }));
221
- }), (0, d.pick)({
222
- prisma: (0, d.pickVariant)("$type", {
221
+ }), (0, u.pick)({
222
+ prisma: (0, u.pickVariant)("$type", {
223
223
  info: {
224
- light: d.variables.contentColorActive,
225
- dark: d.variables.contentColorInverted
224
+ light: u.variables.contentColorActive,
225
+ dark: u.variables.contentColorInverted
226
226
  },
227
- success: d.variables.contentColorInverted,
228
- warning: d.variables.black,
229
- error: d.variables.contentColorInverted
227
+ success: u.variables.contentColorInverted,
228
+ warning: u.variables.black,
229
+ error: u.variables.contentColorInverted
230
230
  }),
231
231
  enterprise: {
232
- dark: d.variables.gray96,
233
- light: d.variables.gray25
232
+ dark: u.variables.gray96,
233
+ light: u.variables.gray25
234
234
  }
235
- }), (0, d.pickVariant)("$type", {
236
- info: (0, g.css)([ "background-color:", ";" ], (0, d.pick)({
235
+ }), (0, u.pickVariant)("$type", {
236
+ info: (0, b.css)([ "background-color:", ";" ], (0, u.pick)({
237
237
  prisma: {
238
- dark: d.variables.white,
239
- light: d.variables.neutral200
238
+ dark: u.variables.white,
239
+ light: u.variables.neutral200
240
240
  },
241
241
  enterprise: {
242
- dark: d.mixins.colorWithAlpha(d.variables.infoColor, .5),
243
- light: d.variables.infoColorL50
242
+ dark: u.mixins.colorWithAlpha(u.variables.infoColor, .5),
243
+ light: u.variables.infoColorL50
244
244
  }
245
245
  })),
246
- success: (0, g.css)([ "background-color:", ";" ], (0, d.pick)({
247
- prisma: d.variables.accentColorPositive,
246
+ success: (0, b.css)([ "background-color:", ";" ], (0, u.pick)({
247
+ prisma: u.variables.accentColorPositive,
248
248
  enterprise: {
249
- dark: d.mixins.colorWithAlpha(d.variables.successColor, .5),
250
- light: d.variables.successColorL50
249
+ dark: u.mixins.colorWithAlpha(u.variables.successColor, .5),
250
+ light: u.variables.successColorL50
251
251
  }
252
252
  })),
253
- warning: (0, g.css)([ "background-color:", ";" ], (0, d.pick)({
254
- prisma: d.variables.accentColorWarning,
253
+ warning: (0, b.css)([ "background-color:", ";" ], (0, u.pick)({
254
+ prisma: u.variables.accentColorWarning,
255
255
  enterprise: {
256
- dark: d.mixins.colorWithAlpha(d.variables.warningColor, .5),
257
- light: d.variables.warningColorL50
256
+ dark: u.mixins.colorWithAlpha(u.variables.warningColor, .5),
257
+ light: u.variables.warningColorL50
258
258
  }
259
259
  })),
260
- error: (0, g.css)([ "background-color:", ";" ], (0, d.pick)({
261
- prisma: d.variables.accentColorNegative,
260
+ error: (0, b.css)([ "background-color:", ";" ], (0, u.pick)({
261
+ prisma: u.variables.accentColorNegative,
262
262
  enterprise: {
263
- dark: d.mixins.colorWithAlpha(d.variables.errorColor, .5),
264
- light: d.variables.errorColorL50
263
+ dark: u.mixins.colorWithAlpha(u.variables.errorColor, .5),
264
+ light: u.variables.errorColorL50
265
265
  }
266
266
  }))
267
267
  }));
@@ -334,14 +334,14 @@
334
334
  function ae(e) {
335
335
  var r = e.children, a = e.type, s = e.onRequestClose, n = K(e, [ "children", "type", "onRequestClose" ]);
336
336
  // @docs-props-type MessageBarPropsBase
337
- var t = (0, d.useSplunkTheme)(), c = t.isEnterprise;
337
+ var o = (0, u.useSplunkTheme)(), c = o.isEnterprise;
338
338
  var p = c && a === "error" ? "22px" : re;
339
- var g = c && a === "warning" ? "21px" : re;
340
- var b;
339
+ var b = c && a === "warning" ? "21px" : re;
340
+ var g;
341
341
  if (c) {
342
342
  var h = Z[a];
343
- b = i().createElement(h, {
344
- height: g,
343
+ g = i().createElement(h, {
344
+ height: b,
345
345
  width: p,
346
346
  hideDefaultTooltip: true,
347
347
  screenReaderText: null,
@@ -350,7 +350,7 @@
350
350
  });
351
351
  } else {
352
352
  var y = ee[a];
353
- b = i().createElement(y, {
353
+ g = i().createElement(y, {
354
354
  height: re,
355
355
  width: re,
356
356
  variant: "filled",
@@ -366,7 +366,7 @@
366
366
  }, n, {
367
367
  role: "region",
368
368
  $hasCloseButton: Boolean(s)
369
- }), b, i().createElement(u(), null, Y[a]), i().createElement(T, {
369
+ }), g, i().createElement(d(), null, Y[a]), i().createElement(T, {
370
370
  $type: a,
371
371
  "data-test": "content"
372
372
  }, r), s && i().createElement(W, {
@@ -377,13 +377,13 @@
377
377
  hideDefaultTooltip: true,
378
378
  screenReaderText: null,
379
379
  width: "12px"
380
- }) : i().createElement(o(), {
380
+ }) : i().createElement(t(), {
381
381
  height: "19px",
382
382
  style: {
383
383
  margin: -.5
384
384
  },
385
385
  width: "19px"
386
- }), i().createElement(u(), null, (0, v._)("Close"))));
386
+ }), i().createElement(d(), null, (0, v._)("Close"))));
387
387
  }
388
388
  ae.propTypes = U;
389
389
  /* harmony default export */ const ie = ae;
package/Modal.js CHANGED
@@ -239,7 +239,7 @@
239
239
  componentId: "yszcmv-0"
240
240
  })([ "flex:0 0 auto;text-align:right;padding:", ";background-color:", ";& > button{min-width:80px;}" ], (0,
241
241
  w.pick)({
242
- enterprise: w.variables.spacing,
242
+ enterprise: w.variables.spacingLarge,
243
243
  prisma: {
244
244
  comfortable: "24px",
245
245
  compact: "18px 24px"
@@ -516,7 +516,7 @@
516
516
  componentId: "sc-5fn8ds-0"
517
517
  })([ "", ";flex-direction:column;position:fixed;left:50%;transform:translateX(-50%);z-index:", ";", "" ], w.mixins.reset("flex"), w.variables.zindexModal, (0,
518
518
  w.pick)({
519
- enterprise: (0, g.css)([ "box-shadow:0 1px 5px ", ";max-height:calc(100vh - ", " * 4);max-width:calc(100vw - ", " * 4);" ], w.variables.black, w.variables.spacing, w.variables.spacing),
519
+ enterprise: (0, g.css)([ "box-shadow:0 1px 5px ", ";max-height:calc(100vh - ", " * 4);max-width:calc(100vw - ", " * 4);" ], w.variables.black, w.variables.spacingLarge, w.variables.spacingLarge),
520
520
  prisma: (0, g.css)([ "box-shadow:", ";max-height:calc(100vh - ", " * 4);max-width:calc(100vw - ", " * 4);border-radius:", ";overflow:hidden;" ], w.variables.modalShadow, w.variables.spacingXLarge, w.variables.spacingXLarge, w.variables.borderRadius)
521
521
  }));
522
522
  // CONCATENATED MODULE: ./src/utils/updateReactRef.ts