@orangelogic/design-system 2.55.0 → 2.56.0-pr82305.7
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/{color-swatch-group.CG_PUG1X.js → color-swatch-group.Bsa_Z57a.js} +1 -1
- package/library/chunks/{list-editor.qPIn_AFA.js → list-editor.Ct803qvF.js} +1 -1
- package/library/chunks/{table.C8gqB3Ym.js → table.-ecyjIUr.js} +3 -2
- package/library/components/atoms.js +1 -1
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/list-editor.js +2 -2
- package/library/components/molecules.js +1 -1
- package/library/components/organisms.js +1 -1
- package/library/components/table.js +1 -1
- package/library/components/types.js +4 -4
- package/library/package.json +3 -2
- package/package.json +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _ from "../components/space.js";
|
|
2
|
-
import { C as z } from "./table.
|
|
2
|
+
import { C as z } from "./table.-ecyjIUr.js";
|
|
3
3
|
import { C as $ } from "./typography.BFpl0WMA.js";
|
|
4
4
|
import { x as h, B as F, i as k, n as p, C as A, c as S } from "./custom-element.vnXBMQxc.js";
|
|
5
5
|
import { C as v, a as m } from "./color-swatch.CsKJgvVf.js";
|
|
@@ -7,7 +7,7 @@ import T from "../components/line-clamp.js";
|
|
|
7
7
|
import R from "../components/radio.js";
|
|
8
8
|
import O from "../components/radio-group.js";
|
|
9
9
|
import $ from "../components/space.js";
|
|
10
|
-
import { C as P, H as k } from "./table.
|
|
10
|
+
import { C as P, H as k } from "./table.-ecyjIUr.js";
|
|
11
11
|
import { C as I } from "./typography.BFpl0WMA.js";
|
|
12
12
|
import { i as A, n, C as w, x as l, c as E } from "./custom-element.vnXBMQxc.js";
|
|
13
13
|
import { c as D } from "./component.styles.CI-v8BZa.js";
|
|
@@ -923,6 +923,7 @@ const Is = Qt`
|
|
|
923
923
|
* cell css vars
|
|
924
924
|
*/
|
|
925
925
|
--cell-border-color: transparent;
|
|
926
|
+
--cell-bottom-border-color: var(--cx-color-neutral-200);
|
|
926
927
|
--cell-horizontal-padding: var(--cx-spacing-large);
|
|
927
928
|
--cell-font-size: var(--cx-font-size-small);
|
|
928
929
|
--cell-font-weight: var(--cx-font-weight-regular);
|
|
@@ -1845,7 +1846,7 @@ const Is = Qt`
|
|
|
1845
1846
|
box-sizing: border-box;
|
|
1846
1847
|
padding: var(--cx-spacing-2x-small) var(--cell-horizontal-padding);
|
|
1847
1848
|
border-right: var(--border-width) solid var(--cell-border-color);
|
|
1848
|
-
border-bottom: var(--border-width) solid var(--cell-border-color);
|
|
1849
|
+
border-bottom: var(--border-width) solid var(--cell-bottom-border-color);
|
|
1849
1850
|
outline: none;
|
|
1850
1851
|
}
|
|
1851
1852
|
|
|
@@ -2461,7 +2462,7 @@ const Is = Qt`
|
|
|
2461
2462
|
.tabulator-row.tabulator-placeholder-row {
|
|
2462
2463
|
border-left: var(--border-width) solid var(--cell-border-color);
|
|
2463
2464
|
border-right: var(--border-width) solid var(--cell-border-color);
|
|
2464
|
-
border-bottom: var(--border-width) solid var(--cell-border-color);
|
|
2465
|
+
border-bottom: var(--border-width) solid var(--cell-bottom-border-color);
|
|
2465
2466
|
padding: var(--cx-spacing-2x-small) var(--cell-horizontal-padding);
|
|
2466
2467
|
}
|
|
2467
2468
|
`, Ws = {
|
|
@@ -67,7 +67,7 @@ import { default as Mo } from "./stepper.js";
|
|
|
67
67
|
import { default as Oo } from "./switch.js";
|
|
68
68
|
import { default as wo } from "./tab.js";
|
|
69
69
|
import { C as ho } from "../chunks/tab-group.BWYMMhrE.js";
|
|
70
|
-
import { C as No } from "../chunks/table.
|
|
70
|
+
import { C as No } from "../chunks/table.-ecyjIUr.js";
|
|
71
71
|
import { default as Eo } from "./tab-panel.js";
|
|
72
72
|
import { default as Vo } from "./tag.js";
|
|
73
73
|
import { default as Qo } from "./textarea.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./space.js";
|
|
2
|
-
import "../chunks/table.
|
|
2
|
+
import "../chunks/table.-ecyjIUr.js";
|
|
3
3
|
import "../chunks/typography.BFpl0WMA.js";
|
|
4
4
|
import "../chunks/custom-element.vnXBMQxc.js";
|
|
5
5
|
import "../chunks/color-swatch.CsKJgvVf.js";
|
|
6
6
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
7
|
-
import { C as n } from "../chunks/color-swatch-group.
|
|
7
|
+
import { C as n } from "../chunks/color-swatch-group.Bsa_Z57a.js";
|
|
8
8
|
import "../chunks/content-builder.UlVFSATk.js";
|
|
9
9
|
import "../chunks/popup.Ba501Rgg.js";
|
|
10
10
|
import "../chunks/i18n.C3Z8Xe8q.js";
|
|
@@ -7,7 +7,7 @@ import "./line-clamp.js";
|
|
|
7
7
|
import "./radio.js";
|
|
8
8
|
import "./radio-group.js";
|
|
9
9
|
import "./space.js";
|
|
10
|
-
import "../chunks/table.
|
|
10
|
+
import "../chunks/table.-ecyjIUr.js";
|
|
11
11
|
import "../chunks/typography.BFpl0WMA.js";
|
|
12
12
|
import "../chunks/custom-element.vnXBMQxc.js";
|
|
13
13
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
@@ -20,7 +20,7 @@ import "../chunks/choose.BTbF6BAn.js";
|
|
|
20
20
|
import "../chunks/class-map.CoZTSvbM.js";
|
|
21
21
|
import "../chunks/repeat.CauKaXyy.js";
|
|
22
22
|
import "../chunks/when.Dr1es41R.js";
|
|
23
|
-
import { c as v, C as w } from "../chunks/list-editor.
|
|
23
|
+
import { c as v, C as w } from "../chunks/list-editor.Ct803qvF.js";
|
|
24
24
|
export {
|
|
25
25
|
v as columnDefaults,
|
|
26
26
|
w as default
|
|
@@ -6,7 +6,7 @@ import { default as u } from "./corner-position-input-group.js";
|
|
|
6
6
|
import { C as m } from "../chunks/cropper.aA0v16xS.js";
|
|
7
7
|
import { default as i } from "./dynamic-select.js";
|
|
8
8
|
import { C as c } from "../chunks/folder-select.ELghy6Qk.js";
|
|
9
|
-
import { C as P } from "../chunks/list-editor.
|
|
9
|
+
import { C as P } from "../chunks/list-editor.Ct803qvF.js";
|
|
10
10
|
import { default as I } from "./masonry.js";
|
|
11
11
|
import { default as y } from "./padding-input-group.js";
|
|
12
12
|
import { default as w } from "./position-picker.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as a } from "./asset-link-format.js";
|
|
2
|
-
import { C as t } from "../chunks/color-swatch-group.
|
|
2
|
+
import { C as t } from "../chunks/color-swatch-group.Bsa_Z57a.js";
|
|
3
3
|
import { C } from "../chunks/file-on-demand.Cr7E_KqH.js";
|
|
4
4
|
export {
|
|
5
5
|
a as CxAssetLinkFormat,
|
|
@@ -8,7 +8,7 @@ import "../chunks/custom-element.vnXBMQxc.js";
|
|
|
8
8
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
9
9
|
import "../chunks/overlayscrollbars.aFuRG5Rs.js";
|
|
10
10
|
import "../chunks/pagination.y5oqoPVr.js";
|
|
11
|
-
import { A as w, l as T, n as x, e as z, c as F, o as P, p as S, d as v, a5 as y, a6 as A, D as g, q as D, E as I, s as h, F as E, t as G, u as f, v as j, G as H, w as K, x as L, y as V, I as k, z as q, K as B, B as J, M as N, J as O, L as Q, N as U, O as W, Q as X, U as Y, V as Z, P as _, h as $, W as oo, k as eo, X as ao, Y as so, Z as lo, _ as uo, j as to, R as Mo, a0 as ro, $ as io, S as po, a1 as no, a2 as mo, T as Co, b as Ro, a3 as co, a4 as bo, C as wo } from "../chunks/table.
|
|
11
|
+
import { A as w, l as T, n as x, e as z, c as F, o as P, p as S, d as v, a5 as y, a6 as A, D as g, q as D, E as I, s as h, F as E, t as G, u as f, v as j, G as H, w as K, x as L, y as V, I as k, z as q, K as B, B as J, M as N, J as O, L as Q, N as U, O as W, Q as X, U as Y, V as Z, P as _, h as $, W as oo, k as eo, X as ao, Y as so, Z as lo, _ as uo, j as to, R as Mo, a0 as ro, $ as io, S as po, a1 as no, a2 as mo, T as Co, b as Ro, a3 as co, a4 as bo, C as wo } from "../chunks/table.-ecyjIUr.js";
|
|
12
12
|
import "../chunks/i18n.C3Z8Xe8q.js";
|
|
13
13
|
import "../chunks/watch.BCJD77bD.js";
|
|
14
14
|
import "../chunks/state.Cw55xXlb.js";
|
|
@@ -67,7 +67,7 @@ import { default as kGt } from "./stepper.js";
|
|
|
67
67
|
import nk from "./switch.js";
|
|
68
68
|
import rk from "./tab.js";
|
|
69
69
|
import { C as ik, T as y9, a as b9, b as w9, g as G7 } from "../chunks/tab-group.BWYMMhrE.js";
|
|
70
|
-
import { C as PR, f as Hh, i as NR, r as pY, m as hY, a as K7, g as Y7 } from "../chunks/table.
|
|
70
|
+
import { C as PR, f as Hh, i as NR, r as pY, m as hY, a as K7, g as Y7 } from "../chunks/table.-ecyjIUr.js";
|
|
71
71
|
import x9 from "./tab-panel.js";
|
|
72
72
|
import { default as CGt } from "./tag.js";
|
|
73
73
|
import gY from "./textarea.js";
|
|
@@ -97,7 +97,7 @@ import { c as ob, b as BY } from "../chunks/capitalize.CNStXZBq.js";
|
|
|
97
97
|
import { o as nr } from "../chunks/style-map.CZovMmo_.js";
|
|
98
98
|
import { a as ab, d as zY, e as FY, D as G_, u as $Y, t as fc, f as ak } from "../chunks/asset.Ba-CxnNM.js";
|
|
99
99
|
import { H as jY } from "../chunks/slot.DJLm4Dig.js";
|
|
100
|
-
import { a as S9, u as Gu, C as HY } from "../chunks/list-editor.
|
|
100
|
+
import { a as S9, u as Gu, C as HY } from "../chunks/list-editor.Ct803qvF.js";
|
|
101
101
|
import UY from "./bicolor-picker.js";
|
|
102
102
|
import jR from "./border-input-group.js";
|
|
103
103
|
import { p as HR, c as km, b as _m, d as qY, e as VY, g as K_ } from "../chunks/color-swatch.CsKJgvVf.js";
|
|
@@ -122,8 +122,8 @@ import oX from "./masonry.js";
|
|
|
122
122
|
import aX from "./padding-input-group.js";
|
|
123
123
|
import sX from "./position-picker.js";
|
|
124
124
|
import { D as Vw, P as X_, E as dd, B as ft, a as Of, A as og, b as cX, T as cO } from "../chunks/content-builder.UlVFSATk.js";
|
|
125
|
-
import { g as lX, a as lO, b as Ww } from "../chunks/color-swatch-group.
|
|
126
|
-
import { C as VGt } from "../chunks/color-swatch-group.
|
|
125
|
+
import { g as lX, a as lO, b as Ww } from "../chunks/color-swatch-group.Bsa_Z57a.js";
|
|
126
|
+
import { C as VGt } from "../chunks/color-swatch-group.Bsa_Z57a.js";
|
|
127
127
|
import dX from "./shadow-input-group.js";
|
|
128
128
|
import { default as GGt } from "./share-option-list.js";
|
|
129
129
|
import { default as YGt } from "./sidebar.js";
|
package/library/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangelogic/design-system",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.56.0-pr82305.7",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"types": "library/types.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"open": "npx playwright test --project=chromium --ui",
|
|
14
14
|
"playwright": "npx playwright test --project=chromium",
|
|
15
15
|
"build-library": "bun run build && vite build --config ./vite.library.config.js",
|
|
16
|
-
"publish": "./scripts/publish-if-needed.js"
|
|
16
|
+
"publish": "./scripts/publish-if-needed.js",
|
|
17
|
+
"test:definitions": "bun test --cwd scripts/definitions-generator-plugin __tests__/"
|
|
17
18
|
},
|
|
18
19
|
"bin": {
|
|
19
20
|
"design-system": "library/index.js"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangelogic/design-system",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.56.0-pr82305.7",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"types": "library/types.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"open": "npx playwright test --project=chromium --ui",
|
|
14
14
|
"playwright": "npx playwright test --project=chromium",
|
|
15
15
|
"build-library": "bun run build && vite build --config ./vite.library.config.js",
|
|
16
|
-
"publish": "./scripts/publish-if-needed.js"
|
|
16
|
+
"publish": "./scripts/publish-if-needed.js",
|
|
17
|
+
"test:definitions": "bun test --cwd scripts/definitions-generator-plugin __tests__/"
|
|
17
18
|
},
|
|
18
19
|
"bin": {
|
|
19
20
|
"design-system": "library/index.js"
|