@livechat/design-system-react-components 1.23.1 → 1.24.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.
- package/dist/components/ActionCard/ActionCard.d.ts +3 -0
- package/dist/components/ActionCard/types.d.ts +23 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/foundations/design-token.d.ts +4 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +5 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -138,6 +138,7 @@ const sc = {
|
|
|
138
138
|
SurfaceGradient11: "--surface-gradient-11",
|
|
139
139
|
SurfaceGradient12: "--surface-gradient-12",
|
|
140
140
|
SurfaceGradient13: "--surface-gradient-13",
|
|
141
|
+
SurfaceGradient14: "--surface-gradient-14",
|
|
141
142
|
SurfaceOtherOverlay: "--surface-other-overlay",
|
|
142
143
|
SurfaceOtherAgent: "--surface-other-agent",
|
|
143
144
|
SurfaceOtherAgentHover: "--surface-other-agent-hover",
|
|
@@ -393,7 +394,10 @@ const sc = {
|
|
|
393
394
|
SurfaceOtherInternalNoteMessageArea: "--surface-other-internal-note-message-area",
|
|
394
395
|
SurfaceOtherInternalNoteDefault: "--surface-other-internal-note-default",
|
|
395
396
|
ContentBasicInternalNoteMessagePlaceholder: "--content-basic-internal-note-message-placeholder",
|
|
396
|
-
ContentBasicInternalNoteMessageActive: "--content-basic-internal-note-message-active"
|
|
397
|
+
ContentBasicInternalNoteMessageActive: "--content-basic-internal-note-message-active",
|
|
398
|
+
OnePopoverMessageBackgroundDefault: "--one-popover-message-background-default",
|
|
399
|
+
OnePopoverBorderDefault: "--one-popover-border-default",
|
|
400
|
+
OnePopoverBorderActive: "--one-popover-border-active"
|
|
397
401
|
}, ic = {
|
|
398
402
|
Spacing0: "--spacing-0",
|
|
399
403
|
Spacing05: "--spacing-05",
|