@orangelogic/design-system 4.2.0 → 4.3.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/library/chunks/{_baseXor.DixEm6JQ.js → _baseXor.BCxbgizO.js} +2 -2
- package/library/chunks/{asset-link-format.CVwjA_yf.js → asset-link-format.C5Ue4EGP.js} +37 -36
- package/library/chunks/{button.D1YIxtv-.js → button.DbAUlIXG.js} +3 -3
- package/library/chunks/button.styles.D3GdfF7I.js +5 -0
- package/library/chunks/{color-swatch-group.BPXiMxjh.js → color-swatch-group.B10yWbVM.js} +3279 -2903
- package/library/chunks/color.CIHdfM_a.js +187 -0
- package/library/chunks/{confirm-popover.CJXyEa5A.js → confirm-popover.Cd4HM5-B.js} +4 -4
- package/library/chunks/content-builder.CBBdfVOl.js +55 -0
- package/library/chunks/{dialog.BbQ4Du0M.js → dialog.CXphbq8N.js} +2 -2
- package/library/chunks/{document-viewer.DtBW-p7z.js → document-viewer.B_ESlazf.js} +10 -9
- package/library/chunks/{dom.DL-cNKsj.js → dom.D0lSUoEI.js} +1 -1
- package/library/chunks/{dot-pagination.CJRAtM51.js → dot-pagination.CzT-MZmt.js} +1 -1
- package/library/chunks/{folder-select.BAPsI-gg.js → folder-select.BWeanVkA.js} +5 -5
- package/library/chunks/form-control.styles.CHC7Q08Q.js +5 -0
- package/library/chunks/{form.DN2v7-DH.js → form.LpappO1d.js} +1 -1
- package/library/chunks/{header.BioJzPlg.js → header.Dy57RuQW.js} +132 -90
- package/library/chunks/{i18n.rtxrs1c1.js → i18n.Q5_2aVLU.js} +93 -12
- package/library/chunks/{icon-button.CbUddcgI.js → icon-button.BjAbCuH8.js} +1 -1
- package/library/chunks/{iframe.y7iCAVZP.js → iframe.CdktjPCB.js} +1 -1
- package/library/chunks/{image.A2hE1WoV.js → image.CCo__54F.js} +322 -222
- package/library/chunks/index.DiZGZkHv.js +1126 -0
- package/library/chunks/{input.D1FFprPl.js → input.ftEf4GS6.js} +3 -3
- package/library/chunks/{markdown.Dd_GFJK8.js → markdown.RljldBNb.js} +3 -3
- package/library/chunks/{menu-item.CbqZ66to.js → menu-item.BNs1Ji48.js} +1 -1
- package/library/chunks/{option.CkhHTlpl.js → option.C8IEnv5Q.js} +1 -1
- package/library/chunks/{pagination.BlQRt932.js → pagination.Bke9vgl4.js} +6 -6
- package/library/chunks/{position-picker.DjnhxIKF.js → position-picker.qkbJlboF.js} +12 -0
- package/library/chunks/responsive.BmBJSzC4.js +17 -0
- package/library/chunks/{string.Demn8Xmk.js → string.CfI2ejyR.js} +3 -3
- package/library/chunks/{tab-group.CQfcMVEw.js → tab-group.DZ32f41G.js} +312 -310
- package/library/chunks/toast.D3AW3RWv.js +94 -0
- package/library/chunks/transformation.Dm-pK2ft.js +352 -0
- package/library/chunks/{tree.B7IKBX3n.js → tree.Umn7TAkc.js} +1 -1
- package/library/chunks/{types.MwUT4xFk.js → types.BW36Gr9c.js} +77051 -54471
- package/library/chunks/typography.BLYdTF0n.js +102 -0
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +6 -6
- package/library/components/atoms.js +161 -159
- package/library/components/audio.js +3 -3
- package/library/components/bicolor-picker.js +2 -2
- package/library/components/border-input-group.js +2 -2
- package/library/components/box.d.ts +3 -0
- package/library/components/box.js +22 -0
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +4 -4
- package/library/components/card.js +7 -7
- package/library/components/checkbox.js +2 -2
- package/library/components/color-picker.js +36 -32
- package/library/components/color-swatch-group.js +8 -7
- package/library/components/color-swatch.js +246 -22
- package/library/components/confirm-popover.js +5 -5
- package/library/components/copy-button.js +2 -2
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/date-calendar.js +1 -1
- package/library/components/details.js +19 -19
- package/library/components/dialog.js +3 -3
- package/library/components/diff.js +1 -1
- package/library/components/document-viewer.js +4 -4
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +95 -92
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +12 -12
- package/library/components/folder-select.js +5 -5
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +1 -1
- package/library/components/header.js +6 -3
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +4 -3
- package/library/components/input-group.js +1 -1
- package/library/components/input.js +4 -4
- package/library/components/line-clamp.js +1 -1
- package/library/components/markdown.js +4 -4
- package/library/components/masonry.js +70 -56
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +2 -2
- package/library/components/molecules.js +4 -4
- package/library/components/mutation-observer.js +25 -23
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +1 -1
- package/library/components/pagination.js +7 -7
- package/library/components/popup.js +1 -1
- package/library/components/position-picker.js +2 -2
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/radio-button.js +1 -1
- package/library/components/radio-card.js +1 -1
- package/library/components/radio-group.js +2 -2
- package/library/components/range.js +3 -3
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +5 -5
- package/library/components/shadow-input-group.js +1 -1
- package/library/components/share-option-list.js +3 -3
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +3 -3
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/switch.js +2 -2
- package/library/components/tab-group.js +6 -6
- package/library/components/tab-panel.js +1 -1
- package/library/components/tab.js +16 -16
- package/library/components/tag.js +2 -2
- package/library/components/textarea.js +2 -2
- package/library/components/timecode.js +2 -2
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +3 -3
- package/library/components/types.js +496 -487
- package/library/components/typography.js +3 -2
- package/library/components/video.js +4231 -4210
- package/library/css/ol-base.css +1 -0
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/box/box.d.ts +26 -0
- package/library/packages/atoms/src/components/box/box.styles.d.ts +7 -0
- package/library/packages/atoms/src/components/button/button.d.ts +4 -0
- package/library/packages/atoms/src/components/card/card.d.ts +1 -0
- package/library/packages/atoms/src/components/color-picker/color-picker.d.ts +11 -0
- package/library/packages/atoms/src/components/copy-button/copy-button.d.ts +1 -0
- package/library/packages/atoms/src/components/details/details.d.ts +6 -1
- package/library/packages/atoms/src/components/header/header.d.ts +38 -2
- package/library/packages/atoms/src/components/image/image.d.ts +14 -0
- package/library/packages/atoms/src/components/mutation-observer/mutation-observer.d.ts +1 -1
- package/library/packages/atoms/src/components/radio-card/radio-card.d.ts +1 -0
- package/library/packages/atoms/src/components/tab/tab.d.ts +17 -0
- package/library/packages/atoms/src/components/typography/typography.d.ts +31 -0
- package/library/packages/atoms/src/components/video/video.d.ts +18 -0
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/cx-color-swatch-picker-columns-change.d.ts +15 -0
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/hybrid/table-core/src/table/table.d.ts +10 -1
- package/library/packages/molecules/src/color-swatch/color-swatch.d.ts +35 -1
- package/library/packages/molecules/src/data-tab-group/data-tab-group.d.ts +30 -1
- package/library/packages/molecules/src/details-group/details-group.d.ts +105 -3
- package/library/packages/molecules/src/dynamic-select/dynamic-select.d.ts +5 -0
- package/library/packages/molecules/src/font-picker/font-picker.d.ts +3 -0
- package/library/packages/molecules/src/gallery-item/gallery-item.d.ts +10 -0
- package/library/packages/molecules/src/index.d.ts +0 -1
- package/library/packages/molecules/src/masonry/masonry.d.ts +5 -0
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.constants.d.ts +37 -45
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.d.ts +210 -10
- package/library/packages/organisms/src/content-builder/blocks/font-kit-advanced/font-kit-advanced.utils.d.ts +85 -0
- package/library/packages/organisms/src/content-builder/blocks/image/image.d.ts +22 -6
- package/library/packages/organisms/src/content-builder/components/block-picker/block-picker.d.ts +24 -8
- package/library/packages/organisms/src/content-builder/components/color-swatch-picker/color-swatch-picker.d.ts +70 -1
- package/library/packages/organisms/src/content-builder/components/config-form/config-form-controller.d.ts +1 -22
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/components/gallery-config/gallery-config.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/components/gallery-picker/gallery-picker.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/accordion.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/configs/audio.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/button.d.ts +2 -1
- package/library/packages/organisms/src/content-builder/configs/carousel.d.ts +11 -1
- package/library/packages/organisms/src/content-builder/configs/color-swatches.d.ts +19 -1
- package/library/packages/organisms/src/content-builder/configs/column-group.d.ts +11 -2
- package/library/packages/organisms/src/content-builder/configs/column.d.ts +13 -3
- package/library/packages/organisms/src/content-builder/configs/dam-view.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/divider.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/document-viewer.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/font-kit-advanced.d.ts +19 -0
- package/library/packages/organisms/src/content-builder/configs/font-kit.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/configs/gallery.d.ts +15 -1
- package/library/packages/organisms/src/content-builder/configs/header.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/configs/image.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/configs/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/search-box.d.ts +5 -1
- package/library/packages/organisms/src/content-builder/configs/tab-group.d.ts +7 -4
- package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/video.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +155 -13
- package/library/packages/organisms/src/content-builder/content-builder-config.d.ts +60 -0
- package/library/packages/organisms/src/content-builder/content-builder-constants.d.ts +27 -0
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +122 -2
- package/library/packages/organisms/src/content-builder/content-builder.sections.utils.d.ts +78 -0
- package/library/packages/organisms/src/content-builder/content-builder.utils.d.ts +33 -2
- package/library/packages/organisms/src/content-builder/plugins/font-kit-advanced.d.ts +5 -0
- package/library/packages/organisms/src/content-builder/plugins/gallery.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/header.d.ts +7 -1
- package/library/packages/organisms/src/content-builder/plugins/index.d.ts +2 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.d.ts +21 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/rte-configs.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/section-fragment-component.d.ts +22 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/section-host-mounting.d.ts +15 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/sections-canvas-patches.d.ts +20 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/sections-plugin.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/plugins/toolbar.d.ts +10 -1
- package/library/packages/organisms/src/content-builder/plugins/utils/block-width.d.ts +20 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +9 -5
- package/library/packages/organisms/src/content-builder-viewer/content-builder-viewer.d.ts +1 -0
- package/library/packages/organisms/src/form/control-renderer/control-renderer.d.ts +170 -0
- package/library/packages/organisms/src/form/control-renderer/control-renderer.styles.d.ts +9 -0
- package/library/packages/organisms/src/list-editor/list-editor.d.ts +181 -6
- package/library/packages/tools/src/tiptap/extensions/metafield/index.d.ts +12 -0
- package/library/packages/tools/src/tiptap/utils/md/schema.d.ts +1 -1
- package/library/packages/types/src/asset-link-format.d.ts +0 -1
- package/library/packages/types/src/button.d.ts +1 -1
- package/library/packages/types/src/color-swatch-group.d.ts +56 -0
- package/library/packages/types/src/color-swatch.d.ts +22 -0
- package/library/packages/types/src/column.d.ts +13 -0
- package/library/packages/types/src/content-builder.d.ts +69 -4
- package/library/packages/types/src/details-group.d.ts +80 -0
- package/library/packages/types/src/font-kit-advanced.d.ts +28 -0
- package/library/packages/types/src/font-kit.d.ts +19 -0
- package/library/packages/types/src/font-picker.d.ts +2 -0
- package/library/packages/types/src/gallery-item.d.ts +3 -1
- package/library/packages/types/src/gallery.d.ts +2 -1
- package/library/packages/types/src/index.d.ts +1 -0
- package/library/packages/types/src/masonry.d.ts +1 -0
- package/library/packages/types/src/position-picker.d.ts +6 -0
- package/library/packages/types/src/sb-button.d.ts +7 -0
- package/library/packages/types/src/search-box.d.ts +4 -0
- package/library/packages/utils/src/color/color.d.ts +27 -3
- package/library/packages/utils/src/custom-element/i18n.d.ts +85 -0
- package/library/packages/utils/src/font/font.d.ts +12 -0
- package/library/packages/utils/src/transformation/transformation.d.ts +11 -3
- package/library/react-web-component.d.ts +510 -156
- package/library/utils.js +415 -395
- package/package.json +1 -1
- package/library/chunks/button.styles.BWgHrfLD.js +0 -5
- package/library/chunks/color-swatch.DdsUysbF.js +0 -223
- package/library/chunks/color.LzSGBy7o.js +0 -164
- package/library/chunks/form-control.styles.CaGWmeAS.js +0 -5
- package/library/chunks/index.BO_sT6SH.js +0 -20123
- package/library/chunks/toast.BOkYwUIj.js +0 -109
- package/library/chunks/transformation.B8m0Nbao.js +0 -384
- package/library/chunks/typography.T72DuoCa.js +0 -52
- package/library/packages/molecules/src/search-box/search-box.d.ts +0 -114
- package/library/packages/organisms/src/content-builder/plugins/wrapper-container.d.ts +0 -15
- /package/library/packages/{molecules/src/search-box/search-box.styles.d.ts → organisms/src/content-builder-viewer/content-builder-viewer.styles.d.ts} +0 -0
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { p as
|
|
2
|
-
const
|
|
3
|
-
let
|
|
4
|
-
|
|
1
|
+
import { p as S } from "./purify.es.BIuh5IAZ.js";
|
|
2
|
+
const v = /* @__PURE__ */ new Set(["weekday", "era", "year", "month", "day"]), T = /* @__PURE__ */ new Set(["hour", "minute", "second", "dayPeriod", "timeZoneName"]), u = /* @__PURE__ */ new Set(), A = new MutationObserver(y), n = /* @__PURE__ */ new Map(), g = /* @__PURE__ */ new Map();
|
|
3
|
+
let m = document.documentElement.dir || "ltr", f = document.documentElement.lang || navigator.language, r;
|
|
4
|
+
A.observe(document.documentElement, {
|
|
5
5
|
attributeFilter: ["dir", "lang"],
|
|
6
6
|
attributes: !0
|
|
7
7
|
});
|
|
8
8
|
function P(e) {
|
|
9
|
-
return `${e.dir ||
|
|
9
|
+
return `${e.dir || m}`.toLowerCase();
|
|
10
10
|
}
|
|
11
|
-
function
|
|
11
|
+
function h(...e) {
|
|
12
12
|
e.map((t) => {
|
|
13
13
|
const o = t.$code.toLowerCase();
|
|
14
14
|
n.has(o) ? n.set(o, { ...n.get(o), ...t }) : n.set(o, t), r || (r = t);
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
function w(...e) {
|
|
18
|
-
if (
|
|
18
|
+
if (h(...e), globalThis.WC_TRANSLATION) {
|
|
19
19
|
const t = { ...globalThis.WC_TRANSLATION };
|
|
20
|
-
typeof t.$code == "string" &&
|
|
20
|
+
typeof t.$code == "string" && h(t);
|
|
21
21
|
}
|
|
22
22
|
if (globalThis.LANGUAGE_NAMES) {
|
|
23
23
|
const t = { ...globalThis.LANGUAGE_NAMES };
|
|
@@ -28,7 +28,7 @@ function w(...e) {
|
|
|
28
28
|
y();
|
|
29
29
|
}
|
|
30
30
|
function y() {
|
|
31
|
-
|
|
31
|
+
m = document.documentElement.dir || "ltr", f = document.documentElement.lang || navigator.language, [...u.keys()].forEach((e) => {
|
|
32
32
|
typeof e.requestUpdate == "function" && e.requestUpdate();
|
|
33
33
|
});
|
|
34
34
|
}
|
|
@@ -47,7 +47,7 @@ let C = class {
|
|
|
47
47
|
* lowercase.
|
|
48
48
|
*/
|
|
49
49
|
dir() {
|
|
50
|
-
return `${this.host.dir ||
|
|
50
|
+
return `${this.host.dir || m}`.toLowerCase();
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Gets the host element's language as determined by the `lang` attribute. The return value is transformed to
|
|
@@ -89,7 +89,7 @@ let C = class {
|
|
|
89
89
|
s = r[t];
|
|
90
90
|
else
|
|
91
91
|
return String(t);
|
|
92
|
-
return typeof s == "function" ?
|
|
92
|
+
return typeof s == "function" ? S.sanitize(s(...o)) : s;
|
|
93
93
|
}
|
|
94
94
|
languageName(t) {
|
|
95
95
|
return String(g.get(t) ?? "");
|
|
@@ -110,7 +110,7 @@ let C = class {
|
|
|
110
110
|
if (s.type !== "literal")
|
|
111
111
|
return s.value;
|
|
112
112
|
const c = a[d - 1], l = a[d + 1];
|
|
113
|
-
return c != null &&
|
|
113
|
+
return c != null && v.has(c.type) && l != null && T.has(l.type) ? " " : s.value;
|
|
114
114
|
}).join("");
|
|
115
115
|
}
|
|
116
116
|
/** Outputs a localized number in the specified format. */
|
|
@@ -160,10 +160,12 @@ const b = {
|
|
|
160
160
|
addColumn: "Add column",
|
|
161
161
|
addControl: "Add control",
|
|
162
162
|
addCurrent: "Add current",
|
|
163
|
+
addField: "Add field",
|
|
163
164
|
addFolderCard: "Add folder card",
|
|
164
165
|
addGradientStop: "Add stop",
|
|
165
166
|
addLimitExceeded: (e) => `Cannot add more than ${e} fields at a time. Please modify your selection. Then add another set of fields.`,
|
|
166
167
|
addMarker: "Add marker",
|
|
168
|
+
addNewCustomColumn: "Add new custom column",
|
|
167
169
|
addPageCard: "Add page card",
|
|
168
170
|
addParameter: "Add parameter",
|
|
169
171
|
addRemoveLink: "Add/remove link",
|
|
@@ -213,6 +215,7 @@ const b = {
|
|
|
213
215
|
annotation: "Annotation",
|
|
214
216
|
annotations: "Annotations",
|
|
215
217
|
appearance: "Appearance",
|
|
218
|
+
appearanceOptions: "Appearance options",
|
|
216
219
|
appliedFilters: "Applied filters",
|
|
217
220
|
apply: "Apply",
|
|
218
221
|
applyFilters: "Apply filters",
|
|
@@ -257,7 +260,9 @@ const b = {
|
|
|
257
260
|
back: "Back",
|
|
258
261
|
background: "Background",
|
|
259
262
|
backgroundColor: "Background color",
|
|
263
|
+
backgroundFormat: "Background format",
|
|
260
264
|
backgroundImage: "Background image",
|
|
265
|
+
basic: "Basic",
|
|
261
266
|
beginTime: "Begin time",
|
|
262
267
|
belowImage: "Below image",
|
|
263
268
|
bento: "Bento",
|
|
@@ -273,6 +278,7 @@ const b = {
|
|
|
273
278
|
bottom: "Bottom",
|
|
274
279
|
bottomCenter: "Bottom center",
|
|
275
280
|
bottomLeft: "Bottom left",
|
|
281
|
+
bottomLine: "Bottom line",
|
|
276
282
|
bottomPagination: "Bottom pagination",
|
|
277
283
|
bottomRight: "Bottom right",
|
|
278
284
|
boxShadow: "Box shadow",
|
|
@@ -358,6 +364,8 @@ const b = {
|
|
|
358
364
|
clickToCopy: "Click to copy",
|
|
359
365
|
close: "Close",
|
|
360
366
|
code: "Code",
|
|
367
|
+
codeAlignment: "Code alignment",
|
|
368
|
+
codeColumns: "Code columns",
|
|
361
369
|
codeSample: "Code sample",
|
|
362
370
|
collapse: "Collapse",
|
|
363
371
|
collapseButtonText: "Collapse button text",
|
|
@@ -369,10 +377,17 @@ const b = {
|
|
|
369
377
|
colorNameWillAppearInSwatch: "Color name will appear in swatches",
|
|
370
378
|
colorOfTotal: (e, t) => `Color ${e} of ${t}`,
|
|
371
379
|
colorOverlay: "Color overlay",
|
|
380
|
+
colorSwatch: "Color swatch",
|
|
372
381
|
colorSwatches: "Color swatches",
|
|
382
|
+
colors: "Colors",
|
|
373
383
|
column: "Column",
|
|
374
384
|
columnGroup: "Column group",
|
|
385
|
+
columnNameAlreadyExists: "A column with this name already exists",
|
|
386
|
+
columnNameRequired: "Column name is required",
|
|
387
|
+
columnTitles: "Column titles",
|
|
388
|
+
columnsGap: "Columns gap",
|
|
375
389
|
columnsWidth: "Columns width",
|
|
390
|
+
commaSeparated: "Comma-separated",
|
|
376
391
|
compact: "Compact",
|
|
377
392
|
completionMessage: "Completion message",
|
|
378
393
|
completionMessagePlaceholder: "Message to show in a toast after the action is complete",
|
|
@@ -394,6 +409,8 @@ const b = {
|
|
|
394
409
|
content: "Content",
|
|
395
410
|
contentBuilderBlockSettingsHelpText: "Block settings will be saved as a template and can be applied later to the same objects on any page of this space.",
|
|
396
411
|
contentHelpText: "Automatic layout pulls metadata from the linked source (asset, collection, space, or page). Custom layout lets you design each slide with text, buttons, and other components.",
|
|
412
|
+
contentMargins: "Content margins",
|
|
413
|
+
contentPaddings: "Content paddings",
|
|
397
414
|
control: "Control",
|
|
398
415
|
copied: "Copied",
|
|
399
416
|
copy: "Copy",
|
|
@@ -402,6 +419,8 @@ const b = {
|
|
|
402
419
|
createRecord: "Create record",
|
|
403
420
|
createTransition: "Create transition",
|
|
404
421
|
crop: "Crop",
|
|
422
|
+
cropFocus: "Crop focus",
|
|
423
|
+
cropStyle: "Crop style",
|
|
405
424
|
cubic: "Cubic",
|
|
406
425
|
currentPage: "Current page",
|
|
407
426
|
currentPageTooltip: "Current page (view URL from current page)",
|
|
@@ -409,6 +428,7 @@ const b = {
|
|
|
409
428
|
currentValue: "Current value",
|
|
410
429
|
currentVersion: "Current version",
|
|
411
430
|
custom: "Custom",
|
|
431
|
+
customColumns: "Custom columns",
|
|
412
432
|
customExport: "Custom export",
|
|
413
433
|
customFormat: "Custom format",
|
|
414
434
|
customShadowAndBorderRadius: "Custom shadow and border radius",
|
|
@@ -452,6 +472,7 @@ const b = {
|
|
|
452
472
|
descending: "Descending",
|
|
453
473
|
describeChangesHere: "Describe changes here",
|
|
454
474
|
description: "Description",
|
|
475
|
+
desktop: "Desktop",
|
|
455
476
|
desktopAndTablet: "Desktop and tablet",
|
|
456
477
|
detachTemplate: "Detach template",
|
|
457
478
|
detailed: "Detailed",
|
|
@@ -470,6 +491,7 @@ const b = {
|
|
|
470
491
|
displayText: "Display text",
|
|
471
492
|
distance: "Distance",
|
|
472
493
|
divider: "Divider",
|
|
494
|
+
dividers: "Dividers",
|
|
473
495
|
doNotAskAgain: "Do not ask again",
|
|
474
496
|
doNotShow: "Do not show",
|
|
475
497
|
doNothing: "Do nothing",
|
|
@@ -511,6 +533,7 @@ const b = {
|
|
|
511
533
|
editColumnsMinVisibleNote: "At least one column must remain visible.",
|
|
512
534
|
editControl: "Edit control",
|
|
513
535
|
editCustomButton: "Edit custom button",
|
|
536
|
+
editCustomColumn: "Edit custom column",
|
|
514
537
|
editFolderCard: "Edit folder card",
|
|
515
538
|
editImage: "Edit image",
|
|
516
539
|
editLink: "Edit link",
|
|
@@ -569,15 +592,21 @@ const b = {
|
|
|
569
592
|
externalLink: "External link",
|
|
570
593
|
fade: "Fade",
|
|
571
594
|
failed: "Failed",
|
|
595
|
+
familyName: "Family name",
|
|
596
|
+
familyNameHelpText: "Self name of the font family",
|
|
572
597
|
favorite: "Favorite",
|
|
573
598
|
favorites: "Favorites",
|
|
574
599
|
favoritesSync: "Favorites sync",
|
|
575
600
|
female: "Female",
|
|
576
601
|
fieldName: "Field name",
|
|
577
602
|
file: "File",
|
|
603
|
+
fileFormat: "File format",
|
|
604
|
+
fileFormatHelpText: "OTF, TTF, etc",
|
|
578
605
|
fileOnDemandSyncErrorMessage: "There are upload errors in your system. If this issue persists, please reach out to your administrator.",
|
|
579
606
|
fill: "Fill",
|
|
580
607
|
fillContainer: "Fill container",
|
|
608
|
+
filledBodyPrimaryColorAsBackground: "Filled body, primary color as background",
|
|
609
|
+
filledBodySecondaryColorAsBackground: "Filled body, secondary color as background",
|
|
581
610
|
filter: "Filter",
|
|
582
611
|
filterButtonOpens: "Filter button opens",
|
|
583
612
|
filters: "Filters",
|
|
@@ -593,6 +622,7 @@ const b = {
|
|
|
593
622
|
fixed: "Fixed",
|
|
594
623
|
fixedWidthOnDesktopAndStretchesToFullWidthOnMobile: "Fixed width on desktop and stretches to full width on mobile",
|
|
595
624
|
flexWrap: "Flex wrap",
|
|
625
|
+
flexibleConfiguration: "Flexible configuration",
|
|
596
626
|
flipLeft: "Flip left",
|
|
597
627
|
flipRight: "Flip right",
|
|
598
628
|
folder: "Folder",
|
|
@@ -604,13 +634,20 @@ const b = {
|
|
|
604
634
|
fontColor: "Font color",
|
|
605
635
|
fontFamily: "Font family",
|
|
606
636
|
fontKit: "Font kit",
|
|
637
|
+
fontKitAdvanced: "Font kit advanced",
|
|
638
|
+
fontKitDefault: "Font kit default",
|
|
607
639
|
fontKitPreview: "Font kit preview",
|
|
608
640
|
fontNthOfTotalFonts: (e, t, o, i, a) => `Font ${t} of ${e}: ${o} ${i} ${a}`,
|
|
609
641
|
fontShowcase: "Font showcase",
|
|
610
642
|
fontSize: "Font size",
|
|
611
643
|
fontSizes: "Font sizes",
|
|
612
644
|
fontStyle: "Font style",
|
|
645
|
+
fontStyleHelpText: "Normal, italic, etc",
|
|
613
646
|
fontWeight: "Font weight",
|
|
647
|
+
fontWeightHelpText: "Regular, bold, light, etc",
|
|
648
|
+
fontWeightNumeric: "Font weight (numeric)",
|
|
649
|
+
fontWeightNumericHelpText: "100–900",
|
|
650
|
+
fontWidthHelpText: "Normal, condensed, expanded, etc",
|
|
614
651
|
fonts: "Fonts",
|
|
615
652
|
formToOpen: "Form to open",
|
|
616
653
|
format: "Format",
|
|
@@ -619,6 +656,7 @@ const b = {
|
|
|
619
656
|
fourPageView: "Four-page view",
|
|
620
657
|
freehandDrawing: "Freehand drawing",
|
|
621
658
|
fromLabel: "From",
|
|
659
|
+
fullBleed: "Full bleed",
|
|
622
660
|
fullscreen: "Fullscreen",
|
|
623
661
|
gallery: "Gallery",
|
|
624
662
|
galleryCardNthOfCards: (e, t) => `Gallery card ${e + 1} of ${t}`,
|
|
@@ -626,6 +664,7 @@ const b = {
|
|
|
626
664
|
galleryPickerMissingSourceValidationMessage: (e) => `One or more items are missing a ${e.toLowerCase()} source. Please select a source for each item.`,
|
|
627
665
|
gap: "Gap",
|
|
628
666
|
gapBetweenSidePanels: "Gap between side panels",
|
|
667
|
+
gapBetweenTabs: "Gap between tabs",
|
|
629
668
|
general: "General",
|
|
630
669
|
generateResponse: "Generate response",
|
|
631
670
|
getLinkToThisAsset: "Get link to this asset",
|
|
@@ -637,6 +676,7 @@ const b = {
|
|
|
637
676
|
goToSlide: (e, t) => `Go to slide ${e} of ${t}`,
|
|
638
677
|
gradient: "Gradient",
|
|
639
678
|
gradientAngle: "Gradient angle",
|
|
679
|
+
gradientEffect: "Gradient effect",
|
|
640
680
|
gradientStopNumber: (e) => `Color stop ${e}`,
|
|
641
681
|
gradientStops: "Gradient color stops",
|
|
642
682
|
grid: "Grid",
|
|
@@ -650,6 +690,7 @@ const b = {
|
|
|
650
690
|
heightMode: "Height mode",
|
|
651
691
|
help: "Help",
|
|
652
692
|
hex: "Hex",
|
|
693
|
+
hexFormat: "HEX format",
|
|
653
694
|
hideCode: "Hide code",
|
|
654
695
|
hideColumn: "Hide column",
|
|
655
696
|
hidePassword: "Hide password",
|
|
@@ -665,12 +706,18 @@ const b = {
|
|
|
665
706
|
horizontalGap: "Horizontal gap",
|
|
666
707
|
horizontalScrolling: "Horizontal scrolling",
|
|
667
708
|
hour: "Hour",
|
|
709
|
+
hover: "Hover",
|
|
710
|
+
hoverBackground: "Hover background",
|
|
711
|
+
hoverColor: "Hover color",
|
|
668
712
|
hugContent: "Hug content",
|
|
669
713
|
hugContentOnDesktopAndStretchesToFullWidthOnMobile: "Hug content on desktop and stretches to full width on mobile",
|
|
670
714
|
icon: "Icon",
|
|
671
715
|
iconAndLabel: "Icon and label",
|
|
716
|
+
iconColor: "Icon color",
|
|
672
717
|
iconOnly: "Icon only",
|
|
673
718
|
iconPicker: "Icon picker",
|
|
719
|
+
iconSize: "Icon size",
|
|
720
|
+
iconWidth: "Icon width",
|
|
674
721
|
image: "Image",
|
|
675
722
|
imageContent: "Image content",
|
|
676
723
|
imageFormat: "Image format",
|
|
@@ -687,6 +734,7 @@ const b = {
|
|
|
687
734
|
indent: "Indent",
|
|
688
735
|
individualAssets: "Individual assets",
|
|
689
736
|
individualAssetsHelpText: "Manually add assets as slides.",
|
|
737
|
+
inheritsWidthSettingFromContainer: "Inherits width setting from container",
|
|
690
738
|
inlineCode: "Inline code",
|
|
691
739
|
insert: "Insert",
|
|
692
740
|
insertBreak: "Insert pause",
|
|
@@ -724,6 +772,8 @@ const b = {
|
|
|
724
772
|
last: "Last",
|
|
725
773
|
lastPage: "Last page",
|
|
726
774
|
layout: "Layout",
|
|
775
|
+
leadingHash: "Leading #",
|
|
776
|
+
leadingHex: "Leading 0x",
|
|
727
777
|
left: "Left",
|
|
728
778
|
leftAlign: "Left align",
|
|
729
779
|
leftSidePanel: "Left side panel",
|
|
@@ -762,7 +812,9 @@ const b = {
|
|
|
762
812
|
markers: "Markers",
|
|
763
813
|
markersPerScreen: "Markers per screen",
|
|
764
814
|
matchCase: "Match case",
|
|
815
|
+
matchPageWidth: "Match page width",
|
|
765
816
|
max: "max",
|
|
817
|
+
maxCircleHeight: "Max circle height",
|
|
766
818
|
maxDownloadRate: "Max download rate",
|
|
767
819
|
maxDownloadRateCannotBeNegative: "Max download rate cannot be negative.",
|
|
768
820
|
maxHeight: "Max height",
|
|
@@ -770,12 +822,14 @@ const b = {
|
|
|
770
822
|
maxUploadRate: "Max upload rate",
|
|
771
823
|
maxUploadRateCannotBeNegative: "Max upload rate cannot be negative.",
|
|
772
824
|
maxWidth: "Max width",
|
|
825
|
+
maximumRows: "Maximum rows",
|
|
773
826
|
media: "Media",
|
|
774
827
|
medium: "Medium",
|
|
775
828
|
mediumLabeled: "Medium labeled",
|
|
776
829
|
mergeCells: "Merge cells",
|
|
777
830
|
metadata: "Metadata",
|
|
778
831
|
metadataHelpText: "By default, almost all embedded metadata will be stripped. Apply this option to preserve embedded metadata.",
|
|
832
|
+
metafield: "Metafield",
|
|
779
833
|
min: "min",
|
|
780
834
|
minHeight: "Min height",
|
|
781
835
|
minWidth: "Min width",
|
|
@@ -793,6 +847,7 @@ const b = {
|
|
|
793
847
|
moveSelectedItemRight: "Move selected item(s) to the right",
|
|
794
848
|
myFavorites: "My Favorites",
|
|
795
849
|
name: "Name",
|
|
850
|
+
nameColumn: "Name column",
|
|
796
851
|
navigation: "Navigation",
|
|
797
852
|
navigationArrows: "Navigation arrows",
|
|
798
853
|
new: "New",
|
|
@@ -864,10 +919,12 @@ const b = {
|
|
|
864
919
|
openLink: "Open link",
|
|
865
920
|
openPage: "Open page",
|
|
866
921
|
openSpace: "Open space",
|
|
922
|
+
opened: "Opened",
|
|
867
923
|
options: "Options",
|
|
868
924
|
orderBy: "Order by",
|
|
869
925
|
orderedList: "Ordered list",
|
|
870
926
|
outdent: "Outdent",
|
|
927
|
+
outline: "Outline",
|
|
871
928
|
overflow: "Overflow",
|
|
872
929
|
overflowBehavior: "Overflow behavior",
|
|
873
930
|
overlay: "Overlay",
|
|
@@ -884,6 +941,9 @@ const b = {
|
|
|
884
941
|
pageWidth: "Page Width",
|
|
885
942
|
pagination: "Pagination",
|
|
886
943
|
palette: "Palette",
|
|
944
|
+
paletteName: "Palette name",
|
|
945
|
+
paletteTitle: "Palette title",
|
|
946
|
+
paletteTitles: "Palette titles",
|
|
887
947
|
panelTitle: "Panel title",
|
|
888
948
|
pantoneMatchingSystemName: "Pantone matching system name",
|
|
889
949
|
paragraph: "Paragraph",
|
|
@@ -908,6 +968,7 @@ const b = {
|
|
|
908
968
|
pitchWithUnit: (e) => e ? `Pitch (${e})` : "Pitch",
|
|
909
969
|
pixels: "Pixels",
|
|
910
970
|
placeholder: "Placeholder",
|
|
971
|
+
placeholderTextColor: "Placeholder text color",
|
|
911
972
|
play: "Play",
|
|
912
973
|
pleaseEnterAValidUrl: "Please enter a valid URL.",
|
|
913
974
|
pleaseSelectAnAsset: "Please select an asset",
|
|
@@ -991,6 +1052,7 @@ const b = {
|
|
|
991
1052
|
retainFiltersInContainers: "Retain filters in containers",
|
|
992
1053
|
retry: "Retry",
|
|
993
1054
|
retryAll: "Retry all",
|
|
1055
|
+
rgbAndCmykFormat: "RGB and CMYK format",
|
|
994
1056
|
ribbon: "Ribbon",
|
|
995
1057
|
richText: "Rich text",
|
|
996
1058
|
richTextFormattingToolbar: "Rich text formatting toolbar",
|
|
@@ -1008,8 +1070,10 @@ const b = {
|
|
|
1008
1070
|
rotateCounterclockwise: "Rotate counterclockwise",
|
|
1009
1071
|
row: "Row",
|
|
1010
1072
|
rowsGap: "Rows gap",
|
|
1073
|
+
rowsPaddings: "Rows paddings",
|
|
1011
1074
|
rowsPerPage: "Rows per page",
|
|
1012
1075
|
running: "running",
|
|
1076
|
+
sameLine: "Same line",
|
|
1013
1077
|
save: "Save",
|
|
1014
1078
|
saveAllPendingEffects: "Save all pending effects. You cannot undo this.",
|
|
1015
1079
|
saveAsNewTemplate: "Save as new template",
|
|
@@ -1032,6 +1096,8 @@ const b = {
|
|
|
1032
1096
|
second: "Second",
|
|
1033
1097
|
secondary: "Secondary",
|
|
1034
1098
|
sectionBackground: "Section background",
|
|
1099
|
+
sectionBodyMaxWidth: "Section body max width",
|
|
1100
|
+
sectionStyle: "Section style",
|
|
1035
1101
|
sectionTitles: "Section titles",
|
|
1036
1102
|
securityPoint: "Security Point",
|
|
1037
1103
|
seeThru: "See-thru",
|
|
@@ -1045,10 +1111,13 @@ const b = {
|
|
|
1045
1111
|
selectFolders: "Select folders",
|
|
1046
1112
|
selected: "Selected",
|
|
1047
1113
|
send: "Send",
|
|
1114
|
+
separateLine: "Separate line",
|
|
1048
1115
|
separatedBySpace: "Separated by space",
|
|
1116
|
+
separatorLine: "Separator line",
|
|
1049
1117
|
settings: "Settings",
|
|
1050
1118
|
settingsTitle: (e) => `${e} settings`,
|
|
1051
1119
|
shadesPalette: (e) => `${e} Shades`,
|
|
1120
|
+
shadow: "Shadow",
|
|
1052
1121
|
shadows: "Shadows",
|
|
1053
1122
|
share: "Share",
|
|
1054
1123
|
shareAsset: "Share asset",
|
|
@@ -1074,10 +1143,12 @@ const b = {
|
|
|
1074
1143
|
showRightSidePanel: "Show right side panel",
|
|
1075
1144
|
siblingsFadeOut: "Siblings fade-out",
|
|
1076
1145
|
sidePanels: "Side panels",
|
|
1146
|
+
sides: "Sides",
|
|
1077
1147
|
similarAssetsBasedOnSemantics: "Similar assets based on semantics",
|
|
1078
1148
|
similarAssetsBasedOnText: "Similar assets based on text",
|
|
1079
1149
|
siteSearch: "Site search",
|
|
1080
1150
|
size: "Size",
|
|
1151
|
+
slashSeparated: "Slash-separated",
|
|
1081
1152
|
slide: "Slide",
|
|
1082
1153
|
slideContent: "Slide content",
|
|
1083
1154
|
slideDisplayTime: "Slide display time",
|
|
@@ -1099,6 +1170,7 @@ const b = {
|
|
|
1099
1170
|
specialCharacter: "Special character",
|
|
1100
1171
|
specialCharacters: "Special characters",
|
|
1101
1172
|
specialCharactersEmpty: "No characters match your search.",
|
|
1173
|
+
specificWidthInPixelsOrPercentage: "Specific width in pixels or percentage",
|
|
1102
1174
|
specifiedWidthInPixels: "Specified width in pixels",
|
|
1103
1175
|
speed: "Speed",
|
|
1104
1176
|
spellcheck: "Spellcheck",
|
|
@@ -1112,6 +1184,7 @@ const b = {
|
|
|
1112
1184
|
startRecording: "Start Recording",
|
|
1113
1185
|
status: "Status",
|
|
1114
1186
|
statusDate: "Status date",
|
|
1187
|
+
staysAsWideAsThePageInsideAFullBleedBlock: "Stays as wide as the page inside a full-bleed block",
|
|
1115
1188
|
stop: "Stop",
|
|
1116
1189
|
stopRecording: "Stop Recording",
|
|
1117
1190
|
stretchesToFillTheContainer: "Stretches to fill the container",
|
|
@@ -1132,8 +1205,13 @@ const b = {
|
|
|
1132
1205
|
syncing: "Syncing",
|
|
1133
1206
|
systemName: "System name",
|
|
1134
1207
|
tabBackground: "Tab background",
|
|
1208
|
+
tabBody: "Tab body",
|
|
1209
|
+
tabBorder: "Tab border",
|
|
1210
|
+
tabLabels: "Tab labels",
|
|
1135
1211
|
table: "Table",
|
|
1136
1212
|
tableProperties: "Table properties",
|
|
1213
|
+
tableWidth: "Table width",
|
|
1214
|
+
tablet: "Tablet",
|
|
1137
1215
|
tabs: "Tabs",
|
|
1138
1216
|
tabsAlignment: "Tabs alignment",
|
|
1139
1217
|
template: "Template",
|
|
@@ -1195,6 +1273,8 @@ const b = {
|
|
|
1195
1273
|
transitionType: "Transition type",
|
|
1196
1274
|
translation: "Translation",
|
|
1197
1275
|
translationLimitedFieldsNote: "You can translate only a limited number of fields here. Other texts are inherited from the general interface and can't be edited in this tab. To translate all interface elements, use the Admin section.",
|
|
1276
|
+
transparentBodyBorderOutline: "Transparent body, border outline",
|
|
1277
|
+
transparentBodyNoBorder: "Transparent body, no border",
|
|
1198
1278
|
trim: "Trim",
|
|
1199
1279
|
tuneDisabled: "Select some texts to apply the effect",
|
|
1200
1280
|
turnOnSeeThru: "Turn on See-thru",
|
|
@@ -1262,6 +1342,7 @@ const b = {
|
|
|
1262
1342
|
voiceSavedError: "An error occurred while saving the voice",
|
|
1263
1343
|
voiceSavedSuccessfully: "Voice saved successfully",
|
|
1264
1344
|
volumeWithUnit: (e) => e ? `Volume (${e})` : "Volume",
|
|
1345
|
+
weight: "Weight",
|
|
1265
1346
|
welcomeToFileOnDemand: "Welcome to File On Demand",
|
|
1266
1347
|
wholeKitAndIndividualFonts: "Whole kit and individual fonts",
|
|
1267
1348
|
wholeKitOnly: "Whole kit only",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as r, C as p } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as g } from "./component.styles.CAS3c9pM.js";
|
|
3
3
|
import { c as h } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as m } from "./i18n.
|
|
4
|
+
import { L as m } from "./i18n.Q5_2aVLU.js";
|
|
5
5
|
import { r as f } from "./state.CSDxrqLd.js";
|
|
6
6
|
import { e as v } from "./query.BBf1UFkC.js";
|
|
7
7
|
import { e as y } from "./class-map.BiVq-cVR.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as r, C as d } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as h } from "./component.styles.CAS3c9pM.js";
|
|
3
3
|
import { c as y } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as u } from "./i18n.
|
|
4
|
+
import { L as u } from "./i18n.Q5_2aVLU.js";
|
|
5
5
|
import { w as g } from "./watch.DJF5K-8U.js";
|
|
6
6
|
import { i as b, x as p } from "./lit-element.jLBm65_O.js";
|
|
7
7
|
import { e as v } from "./query.BBf1UFkC.js";
|