@nldd/design-system 0.8.71 → 0.8.72
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/components.js +1 -1
- package/dist/components/{index-DuvuHfMi.js → index-B9_6JE9f.js} +1 -1
- package/dist/components/{index-CDK46KLh.js → index-Bt_KkJKU.js} +1 -1
- package/dist/components/{index-t08wCuGl.js → index-CSxjYgj9.js} +12 -8
- package/dist/components/{index-n8evy8Za.js → index-CqbiWdc5.js} +1 -1
- package/dist/components/{index-DzJola_U.js → index-CvGdvr33.js} +1 -1
- package/dist/components/{index-DRtuMofR.js → index-i1n9W3UN.js} +1 -1
- package/dist/components/{index-CbaaFM8N.js → index-ipWLrQY3.js} +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +6 -2
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o, q, r, u, v, w, x, y, z, A, B, D, F, G, H, J, K, M, O, P, Q, R, S, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, aY, aZ, a_, a$, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd } from "./index-
|
|
1
|
+
import { o, q, r, u, v, w, x, y, z, A, B, D, F, G, H, J, K, M, O, P, Q, R, S, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, aY, aZ, a_, a$, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd } from "./index-CSxjYgj9.js";
|
|
2
2
|
export {
|
|
3
3
|
o as NLDDActivityIndicator,
|
|
4
4
|
q as NLDDAppView,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, E as ExternalTokenizer, l as ifNotIn, m as completeFromList, L as LRParser, h as syntaxTree, t as tags } from "./index-
|
|
1
|
+
import { a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, E as ExternalTokenizer, l as ifNotIn, m as completeFromList, L as LRParser, h as syntaxTree, t as tags } from "./index-CSxjYgj9.js";
|
|
2
2
|
const whitespace = 36, LineComment = 1, BlockComment = 2, String$1 = 3, Number = 4, Bool = 5, Null = 6, ParenL = 7, ParenR = 8, BraceL = 9, BraceR = 10, BracketL = 11, BracketR = 12, Semi = 13, Dot = 14, Operator = 15, Punctuation = 16, SpecialVar = 17, Identifier = 18, QuotedIdentifier = 19, Keyword = 20, Type = 21, Bits = 22, Bytes = 23, Builtin = 24;
|
|
3
3
|
function isAlpha(ch) {
|
|
4
4
|
return ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122 || ch >= 48 && ch <= 57;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, g as EditorView, h as syntaxTree, j as EditorSelection, b as LRLanguage, i as indentNodeProp, f as foldNodeProp, k as bracketMatchingHandle } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, g as EditorView, h as syntaxTree, j as EditorSelection, b as LRLanguage, i as indentNodeProp, f as foldNodeProp, k as bracketMatchingHandle } from "./index-CSxjYgj9.js";
|
|
2
2
|
const StartTag = 1, StartCloseTag = 2, MissingCloseTag = 3, mismatchedStartCloseTag = 4, incompleteStartCloseTag = 5, commentContent$1 = 36, piContent$1 = 37, cdataContent$1 = 38, Element$1 = 11, OpenTag = 13;
|
|
3
3
|
function nameChar(ch) {
|
|
4
4
|
return ch == 45 || ch == 46 || ch == 58 || ch >= 65 && ch <= 90 || ch == 95 || ch >= 97 && ch <= 122 || ch >= 161;
|
|
@@ -26736,16 +26736,16 @@ const highlightStyle = HighlightStyle.define([
|
|
|
26736
26736
|
]);
|
|
26737
26737
|
const nlddCodeMirrorTheme = [baseTheme$1, syntaxHighlighting(highlightStyle)];
|
|
26738
26738
|
const loaders = {
|
|
26739
|
-
json: async () => (await import("./index-
|
|
26740
|
-
yaml: async () => (await import("./index-
|
|
26739
|
+
json: async () => (await import("./index-i1n9W3UN.js")).json(),
|
|
26740
|
+
yaml: async () => (await import("./index-ipWLrQY3.js")).yaml(),
|
|
26741
26741
|
javascript: async () => (await Promise.resolve().then(() => index$2)).javascript(),
|
|
26742
26742
|
typescript: async () => (await Promise.resolve().then(() => index$2)).javascript({ typescript: true }),
|
|
26743
26743
|
css: async () => (await Promise.resolve().then(() => index$3)).css(),
|
|
26744
26744
|
html: async () => (await Promise.resolve().then(() => index$1)).html(),
|
|
26745
|
-
xml: async () => (await import("./index-
|
|
26746
|
-
python: async () => (await import("./index-
|
|
26747
|
-
rust: async () => (await import("./index-
|
|
26748
|
-
sql: async () => (await import("./index-
|
|
26745
|
+
xml: async () => (await import("./index-Bt_KkJKU.js")).xml(),
|
|
26746
|
+
python: async () => (await import("./index-CvGdvr33.js")).python(),
|
|
26747
|
+
rust: async () => (await import("./index-CqbiWdc5.js")).rust(),
|
|
26748
|
+
sql: async () => (await import("./index-B9_6JE9f.js")).sql(),
|
|
26749
26749
|
markdown: async () => (await Promise.resolve().then(() => index)).markdown(),
|
|
26750
26750
|
// No official lang-* package — wrap the legacy StreamLanguage modes.
|
|
26751
26751
|
bash: async () => new LanguageSupport(StreamLanguage.define((await import("./shell-BlsXDxCn.js")).shell)),
|
|
@@ -62825,9 +62825,13 @@ const timelineTrackCellStyles = css$1`
|
|
|
62825
62825
|
width: var(--_line-width);
|
|
62826
62826
|
}
|
|
62827
62827
|
|
|
62828
|
+
/* The lines that run on downward also bridge the row boundary: an
|
|
62829
|
+
nldd-list-item reserves a divider's worth of space below itself, and
|
|
62830
|
+
without this the track breaks at every row. The top line needs nothing —
|
|
62831
|
+
the row above already covers the band. */
|
|
62828
62832
|
.timeline-track-cell__full-line {
|
|
62829
62833
|
top: 0;
|
|
62830
|
-
bottom:
|
|
62834
|
+
bottom: calc(-1 * var(--semantics-dividers-thickness));
|
|
62831
62835
|
}
|
|
62832
62836
|
|
|
62833
62837
|
.timeline-track-cell__top-line {
|
|
@@ -62837,7 +62841,7 @@ const timelineTrackCellStyles = css$1`
|
|
|
62837
62841
|
|
|
62838
62842
|
.timeline-track-cell__bottom-line {
|
|
62839
62843
|
top: 50%;
|
|
62840
|
-
|
|
62844
|
+
bottom: calc(-1 * var(--semantics-dividers-thickness));
|
|
62841
62845
|
}
|
|
62842
62846
|
|
|
62843
62847
|
:host([status="future"]) .timeline-track-cell__top-line,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, s as styleTags, t as tags, a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, d as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, s as styleTags, t as tags, a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, d as foldInside } from "./index-CSxjYgj9.js";
|
|
2
2
|
const closureParamDelim = 1, tpOpen = 2, tpClose = 3, RawString = 4, Float = 5;
|
|
3
3
|
const _b = 98, _e = 101, _f = 102, _r = 114, _E = 69, Zero = 48, Dot = 46, Plus = 43, Minus = 45, Hash = 35, Quote = 34, Pipe = 124, LessThan = 60, GreaterThan = 62;
|
|
4
4
|
function isNum(ch) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, l as ifNotIn, h as syntaxTree, b as LRLanguage, i as indentNodeProp, e as delimitedIndent, f as foldNodeProp, d as foldInside, N as NodeWeakMap, I as IterMode, m as completeFromList, n as snippetCompletion } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, l as ifNotIn, h as syntaxTree, b as LRLanguage, i as indentNodeProp, e as delimitedIndent, f as foldNodeProp, d as foldInside, N as NodeWeakMap, I as IterMode, m as completeFromList, n as snippetCompletion } from "./index-CSxjYgj9.js";
|
|
2
2
|
const printKeyword = 1, indent = 194, dedent = 195, newline$1 = 196, blankLineStart = 197, newlineBracketed = 198, eof = 199, stringContent = 200, Escape = 2, replacementStart = 3, stringEnd = 201, ParenL = 24, ParenthesizedExpression = 25, TupleExpression = 49, ComprehensionExpression = 50, BracketL = 55, ArrayExpression = 56, ArrayComprehensionExpression = 57, BraceL = 59, DictionaryExpression = 60, DictionaryComprehensionExpression = 61, SetExpression = 62, SetComprehensionExpression = 63, ArgList = 65, subscript = 238, String$1 = 71, stringStart = 241, stringStartD = 242, stringStartL = 243, stringStartLD = 244, stringStartR = 245, stringStartRD = 246, stringStartRL = 247, stringStartRLD = 248, FormatString = 72, stringStartF = 249, stringStartFD = 250, stringStartFL = 251, stringStartFLD = 252, stringStartFR = 253, stringStartFRD = 254, stringStartFRL = 255, stringStartFRLD = 256, FormatReplacement = 73, nestedFormatReplacement = 77, importList = 263, TypeParamList = 112, ParamList = 130, SequencePattern = 151, MappingPattern = 152, PatternArgList = 155;
|
|
3
3
|
const newline = 10, carriageReturn = 13, space = 32, tab = 9, hash = 35, parenOpen = 40, dot = 46, braceOpen = 123, braceClose = 125, singleQuote = 39, doubleQuote = 34, backslash = 92, letter_o = 111, letter_x = 120, letter_N = 78, letter_u = 117, letter_U = 85;
|
|
4
4
|
const bracketed = /* @__PURE__ */ new Set([
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LRParser, s as styleTags, t as tags, a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, d as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser, s as styleTags, t as tags, a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, d as foldInside } from "./index-CSxjYgj9.js";
|
|
2
2
|
const jsonHighlighting = styleTags({
|
|
3
3
|
String: tags.string,
|
|
4
4
|
Number: tags.number,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, p as parseMixed, b as LRLanguage, i as indentNodeProp, e as delimitedIndent, f as foldNodeProp, d as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, p as parseMixed, b as LRLanguage, i as indentNodeProp, e as delimitedIndent, f as foldNodeProp, d as foldInside } from "./index-CSxjYgj9.js";
|
|
2
2
|
const blockEnd = 63, eof = 64, DirectiveEnd = 1, DocEnd = 2, sequenceStartMark = 3, sequenceContinueMark = 4, explicitMapStartMark = 5, explicitMapContinueMark = 6, flowMapMark = 7, mapStartMark = 65, mapContinueMark = 66, Literal = 8, QuotedLiteral = 9, Anchor = 10, Alias = 11, Tag = 12, BlockLiteralContent = 13, BracketL = 19, FlowSequence = 20, Colon = 29, BraceL = 33, FlowMapping = 34, BlockLiteralHeader = 47;
|
|
3
3
|
const type_Top = 0, type_Seq = 1, type_Map = 2, type_Flow = 3, type_Lit = 4;
|
|
4
4
|
class Context {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-track-cell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"timeline-track-cell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,yBAuJnC,CAAC"}
|
package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js
CHANGED
|
@@ -64,9 +64,13 @@ export const timelineTrackCellStyles = css `
|
|
|
64
64
|
width: var(--_line-width);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/* The lines that run on downward also bridge the row boundary: an
|
|
68
|
+
nldd-list-item reserves a divider's worth of space below itself, and
|
|
69
|
+
without this the track breaks at every row. The top line needs nothing —
|
|
70
|
+
the row above already covers the band. */
|
|
67
71
|
.timeline-track-cell__full-line {
|
|
68
72
|
top: 0;
|
|
69
|
-
bottom:
|
|
73
|
+
bottom: calc(-1 * var(--semantics-dividers-thickness));
|
|
70
74
|
}
|
|
71
75
|
|
|
72
76
|
.timeline-track-cell__top-line {
|
|
@@ -76,7 +80,7 @@ export const timelineTrackCellStyles = css `
|
|
|
76
80
|
|
|
77
81
|
.timeline-track-cell__bottom-line {
|
|
78
82
|
top: 50%;
|
|
79
|
-
|
|
83
|
+
bottom: calc(-1 * var(--semantics-dividers-thickness));
|
|
80
84
|
}
|
|
81
85
|
|
|
82
86
|
:host([status="future"]) .timeline-track-cell__top-line,
|
package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-track-cell.styles.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"timeline-track-cell.styles.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuJzC,CAAC"}
|