@databricks/design-system 1.12.15 → 1.12.16
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.
- package/dist/{Stepper-a0fb4d9b.js → Stepper-ff25c5d1.js} +2 -6
- package/dist/{Stepper-a0fb4d9b.js.map → Stepper-ff25c5d1.js.map} +1 -1
- package/dist/design-system/FormV2/RHFAdapters.d.ts.map +1 -1
- package/dist/design-system/Header/Header.d.ts.map +1 -1
- package/dist/design-system/Icon/__generated/icons/InfoBookIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/InfoBookIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/SpeechBubbleStarIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/SpeechBubbleStarIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/index.d.ts +2 -0
- package/dist/design-system/Icon/__generated/icons/index.d.ts.map +1 -1
- package/dist/design-system/Select/SimpleSelect.d.ts +5 -4
- package/dist/design-system/Select/SimpleSelect.d.ts.map +1 -1
- package/dist/development.js +2 -2
- package/dist/index.js +129 -53
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3372,11 +3372,7 @@ function getStepContentStyleFieldsFromStatus(theme, isCurrentStep, status) {
|
|
|
3372
3372
|
};
|
|
3373
3373
|
case 'error':
|
|
3374
3374
|
return {
|
|
3375
|
-
icon: jsx(CloseIcon$1, {
|
|
3376
|
-
css: /*#__PURE__*/css({
|
|
3377
|
-
marginBottom: theme.spacing.sm /* center icon in icon circle */
|
|
3378
|
-
}, process.env.NODE_ENV === "production" ? "" : ";label:icon;")
|
|
3379
|
-
}),
|
|
3375
|
+
icon: jsx(CloseIcon$1, {}),
|
|
3380
3376
|
iconBackgroundColor: theme.colors.textValidationDanger,
|
|
3381
3377
|
iconTextColor: 'white',
|
|
3382
3378
|
titleTextColor: theme.colors.textValidationDanger,
|
|
@@ -3531,4 +3527,4 @@ function useResponsiveDirection(_ref3) {
|
|
|
3531
3527
|
}
|
|
3532
3528
|
|
|
3533
3529
|
export { NewWindowIcon$1 as $, ApplyDesignSystemContextOverrides as A, Button as B, CloseIcon$1 as C, DesignSystemAntDConfigProvider as D, getDisabledStyles as E, useDesignSystemFlags as F, Stepper as G, getButtonEmotionStyles as H, Icon as I, DesignSystemEventProvider as J, DesignSystemThemeContext as K, LoadingState as L, DesignSystemContext as M, DesignSystemThemeProvider as N, DesignSystemProvider as O, ApplyDesignSystemFlags as P, useAntDConfigProviderContext as Q, RestoreAntDDefaultClsPrefix as R, Spinner as S, Typography as T, WithDesignSystemThemeHoc as U, CursorIcon$1 as V, WarningIcon$1 as W, FaceFrownIcon$1 as X, FaceNeutralIcon$1 as Y, FaceSmileIcon$1 as Z, MegaphoneIcon$1 as _, getDarkModePortalStyles as a, getInputStyles as a0, LoadingStateContext as a1, getTypographyColor as a2, getBottomOnlyShadowScrollStyles as a3, ColorVars as a4, primitiveColors as a5, ChevronRightIcon$1 as b, useUniqueId as c, useDesignSystemContext as d, CheckIcon$1 as e, Input as f, getAnimationCss as g, getValidationStateColor as h, importantify as i, getShadowScrollStyles as j, DangerIcon$1 as k, LoadingIcon$1 as l, Title as m, AccessibleContainer as n, ChevronLeftIcon$1 as o, useDesignSystemEventComponentCallbacks as p, DesignSystemEventProviderComponentTypes as q, DesignSystemEventProviderAnalyticsEventTypes as r, safex as s, useNotifyOnFirstView as t, useDesignSystemTheme as u, visuallyHidden as v, DU_BOIS_ENABLE_ANIMATION_CLASSNAME as w, lightColorList as x, getDefaultStyles as y, getPrimaryStyles as z };
|
|
3534
|
-
//# sourceMappingURL=Stepper-
|
|
3530
|
+
//# sourceMappingURL=Stepper-ff25c5d1.js.map
|