@rarui/components 0.0.0-rc.1 → 1.0.0-rc.1

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.
Files changed (135) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/rarui-tabs.cjs.entry.js +5 -5
  3. package/dist/cjs/rarui-tabs.cjs.entry.js.map +1 -1
  4. package/dist/cjs/rarui-text.cjs.entry.js +2 -3
  5. package/dist/cjs/rarui-text.cjs.entry.js.map +1 -1
  6. package/dist/cjs/rarui-title.cjs.entry.js +2 -3
  7. package/dist/cjs/rarui-title.cjs.entry.js.map +1 -1
  8. package/dist/cjs/tslib.es6-512c1da2.js.map +1 -1
  9. package/dist/collection/exhibition/Text/dist/cjs/{index-d70084e6.js → index-3ec8ced4.js} +75 -62
  10. package/dist/collection/exhibition/Text/dist/cjs/loader.cjs.js +2 -2
  11. package/dist/collection/exhibition/Text/dist/cjs/rarui-text.cjs.entry.js +61 -0
  12. package/dist/collection/exhibition/{Title/dist/cjs/rarui-button.cjs.js → Text/dist/cjs/rarui-text.cjs.js} +4 -4
  13. package/dist/collection/exhibition/Text/dist/collection/Text.js +66 -0
  14. package/dist/collection/exhibition/Text/dist/esm/{index-51e345c1.js → index-1f85a271.js} +76 -62
  15. package/dist/collection/exhibition/Text/dist/esm/loader.js +3 -3
  16. package/dist/collection/exhibition/Text/dist/esm/rarui-text.entry.js +57 -0
  17. package/dist/collection/exhibition/{Title/dist/esm/rarui-button.js → Text/dist/esm/rarui-text.js} +4 -4
  18. package/dist/collection/exhibition/Text/dist/rarui-text/p-8c86be47.js +3 -0
  19. package/dist/collection/exhibition/Text/dist/rarui-text/p-e76f1dd3.entry.js +2 -0
  20. package/dist/collection/exhibition/Text/dist/rarui-text/rarui-text.esm.js +2 -0
  21. package/dist/collection/exhibition/Text/src/Text.js +2 -3
  22. package/dist/collection/exhibition/Text/src/Text.js.map +1 -1
  23. package/dist/collection/exhibition/Text/src/index.js.map +1 -1
  24. package/dist/collection/exhibition/Text/stencil.config.js.map +1 -1
  25. package/dist/collection/exhibition/Title/dist/cjs/{index-d70084e6.js → index-5520d5db.js} +75 -62
  26. package/dist/collection/exhibition/Title/dist/cjs/loader.cjs.js +2 -2
  27. package/dist/collection/exhibition/Title/dist/cjs/rarui-title.cjs.entry.js +61 -0
  28. package/dist/collection/exhibition/{Text/dist/cjs/rarui-button.cjs.js → Title/dist/cjs/rarui-title.cjs.js} +4 -4
  29. package/dist/collection/exhibition/Title/dist/collection/Title.js +66 -0
  30. package/dist/collection/exhibition/Title/dist/esm/{index-51e345c1.js → index-56b85c26.js} +76 -62
  31. package/dist/collection/exhibition/Title/dist/esm/loader.js +3 -3
  32. package/dist/collection/exhibition/Title/dist/esm/rarui-title.entry.js +57 -0
  33. package/dist/collection/exhibition/{Text/dist/esm/rarui-button.js → Title/dist/esm/rarui-title.js} +4 -4
  34. package/dist/collection/exhibition/Title/dist/rarui-title/p-3c4134da.entry.js +2 -0
  35. package/dist/collection/exhibition/Title/dist/rarui-title/p-4a3ef014.js +3 -0
  36. package/dist/collection/exhibition/Title/dist/rarui-title/rarui-title.esm.js +2 -0
  37. package/dist/collection/exhibition/Title/src/Title.js +2 -3
  38. package/dist/collection/exhibition/Title/src/Title.js.map +1 -1
  39. package/dist/collection/exhibition/Title/src/index.js.map +1 -1
  40. package/dist/collection/exhibition/Title/stencil.config.js.map +1 -1
  41. package/dist/collection/input/Button/src/Button.js.map +1 -1
  42. package/dist/collection/input/Button/src/index.js.map +1 -1
  43. package/dist/collection/input/Button/stencil.config.js.map +1 -1
  44. package/dist/collection/layout/Box/dist/cjs/rarui-box.cjs.entry.js +2 -2
  45. package/dist/collection/layout/Box/dist/collection/Box.js +3 -3
  46. package/dist/collection/layout/Box/dist/esm/rarui-box.entry.js +3 -3
  47. package/dist/collection/layout/Box/dist/rarui-box/p-17f6d8d5.entry.js +2 -0
  48. package/dist/collection/layout/Box/dist/rarui-box/rarui-box.esm.js +1 -1
  49. package/dist/collection/layout/Box/src/Box.js.map +1 -1
  50. package/dist/collection/layout/Box/src/index.js.map +1 -1
  51. package/dist/collection/layout/Box/stencil.config.js.map +1 -1
  52. package/dist/collection/navigation/Tabs/Item/src/Item.js.map +1 -1
  53. package/dist/collection/navigation/Tabs/Item/src/index.js.map +1 -1
  54. package/dist/collection/navigation/Tabs/Item/stencil.config.js.map +1 -1
  55. package/dist/collection/navigation/Tabs/Root/dist/cjs/rarui-tabs.cjs.entry.js +5 -5
  56. package/dist/collection/navigation/Tabs/Root/dist/collection/Root.js +5 -5
  57. package/dist/collection/navigation/Tabs/Root/dist/esm/rarui-tabs.entry.js +5 -5
  58. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-2a3192f2.entry.js +2 -0
  59. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/rarui-tabs.esm.js +1 -1
  60. package/dist/collection/navigation/Tabs/Root/src/Root.js +5 -5
  61. package/dist/collection/navigation/Tabs/Root/src/Root.js.map +1 -1
  62. package/dist/collection/navigation/Tabs/Root/src/index.js.map +1 -1
  63. package/dist/collection/navigation/Tabs/Root/stencil.config.js.map +1 -1
  64. package/dist/esm/rarui-box.entry.js +1 -1
  65. package/dist/esm/rarui-tabs.entry.js +5 -5
  66. package/dist/esm/rarui-tabs.entry.js.map +1 -1
  67. package/dist/esm/rarui-text.entry.js +2 -3
  68. package/dist/esm/rarui-text.entry.js.map +1 -1
  69. package/dist/esm/rarui-title.entry.js +3 -4
  70. package/dist/esm/rarui-title.entry.js.map +1 -1
  71. package/dist/esm/tslib.es6-46fef1fc.js.map +1 -1
  72. package/dist/rarui-components/p-460d0eb2.entry.js +2 -0
  73. package/dist/rarui-components/p-460d0eb2.entry.js.map +1 -0
  74. package/dist/rarui-components/p-8495565d.js.map +1 -1
  75. package/dist/rarui-components/p-8a339b04.entry.js +2 -0
  76. package/dist/rarui-components/p-981fe085.entry.js +2 -0
  77. package/dist/rarui-components/p-981fe085.entry.js.map +1 -0
  78. package/dist/rarui-components/p-98b92162.entry.js +2 -0
  79. package/dist/rarui-components/p-98b92162.entry.js.map +1 -0
  80. package/dist/rarui-components/rarui-components.esm.js +1 -1
  81. package/dist/types/exhibition/Text/dist/types/Text.d.ts +7 -0
  82. package/dist/types/exhibition/Title/dist/types/Title.d.ts +7 -0
  83. package/dist/types/navigation/Tabs/Root/dist/types/Root.d.ts +1 -1
  84. package/dist/types/navigation/Tabs/Root/src/Root.d.ts +1 -1
  85. package/package.json +7 -6
  86. package/dist/collection/exhibition/Text/dist/cjs/rarui-button.cjs.entry.js +0 -35
  87. package/dist/collection/exhibition/Text/dist/collection/Button.js +0 -233
  88. package/dist/collection/exhibition/Text/dist/esm/rarui-button.entry.js +0 -31
  89. package/dist/collection/exhibition/Text/dist/rarui-button/p-54ec5e00.js +0 -3
  90. package/dist/collection/exhibition/Text/dist/rarui-button/p-e35c2483.entry.js +0 -2
  91. package/dist/collection/exhibition/Text/dist/rarui-button/rarui-button.esm.js +0 -2
  92. package/dist/collection/exhibition/Text/src/text.stories.js +0 -66
  93. package/dist/collection/exhibition/Text/src/text.stories.js.map +0 -1
  94. package/dist/collection/exhibition/Title/dist/cjs/rarui-button.cjs.entry.js +0 -35
  95. package/dist/collection/exhibition/Title/dist/collection/Button.js +0 -233
  96. package/dist/collection/exhibition/Title/dist/esm/rarui-button.entry.js +0 -31
  97. package/dist/collection/exhibition/Title/dist/rarui-button/p-54ec5e00.js +0 -3
  98. package/dist/collection/exhibition/Title/dist/rarui-button/p-e35c2483.entry.js +0 -2
  99. package/dist/collection/exhibition/Title/dist/rarui-button/rarui-button.esm.js +0 -2
  100. package/dist/collection/exhibition/Title/src/title.stories.js +0 -62
  101. package/dist/collection/exhibition/Title/src/title.stories.js.map +0 -1
  102. package/dist/collection/index.js +0 -2
  103. package/dist/collection/index.js.map +0 -1
  104. package/dist/collection/input/Button/src/button.stories.js +0 -70
  105. package/dist/collection/input/Button/src/button.stories.js.map +0 -1
  106. package/dist/collection/layout/Box/dist/rarui-box/p-8c90ee66.entry.js +0 -2
  107. package/dist/collection/layout/Box/src/box.stories.js +0 -54
  108. package/dist/collection/layout/Box/src/box.stories.js.map +0 -1
  109. package/dist/collection/navigation/Tabs/Item/src/item.stories.js +0 -17
  110. package/dist/collection/navigation/Tabs/Item/src/item.stories.js.map +0 -1
  111. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-43fc3e90.entry.js +0 -2
  112. package/dist/collection/navigation/Tabs/Root/src/root.stories.js +0 -59
  113. package/dist/collection/navigation/Tabs/Root/src/root.stories.js.map +0 -1
  114. package/dist/rarui-components/p-2160244e.entry.js +0 -2
  115. package/dist/rarui-components/p-2160244e.entry.js.map +0 -1
  116. package/dist/rarui-components/p-4e227328.entry.js +0 -2
  117. package/dist/rarui-components/p-d48974f3.entry.js +0 -2
  118. package/dist/rarui-components/p-d48974f3.entry.js.map +0 -1
  119. package/dist/rarui-components/p-ee513f26.entry.js +0 -2
  120. package/dist/rarui-components/p-ee513f26.entry.js.map +0 -1
  121. package/dist/types/Users/juniorconquista/Desktop/Workdir/rarui/packages/implementations/web-components/.stencil/.storybook/utils.d.ts +0 -24
  122. package/dist/types/exhibition/Text/dist/types/Button.d.ts +0 -14
  123. package/dist/types/exhibition/Text/src/text.stories.d.ts +0 -21
  124. package/dist/types/exhibition/Title/dist/types/Button.d.ts +0 -14
  125. package/dist/types/exhibition/Title/src/title.stories.d.ts +0 -19
  126. package/dist/types/index.d.ts +0 -1
  127. package/dist/types/input/Button/src/button.stories.d.ts +0 -21
  128. package/dist/types/layout/Box/src/box.stories.d.ts +0 -13
  129. package/dist/types/navigation/Tabs/Item/src/item.stories.d.ts +0 -13
  130. package/dist/types/navigation/Tabs/Root/src/root.stories.d.ts +0 -15
  131. /package/dist/collection/exhibition/Text/dist/{rarui-button → rarui-text}/index.esm.js +0 -0
  132. /package/dist/collection/exhibition/Text/dist/{rarui-button → rarui-text}/p-e1255160.js +0 -0
  133. /package/dist/collection/exhibition/Title/dist/{rarui-button → rarui-title}/index.esm.js +0 -0
  134. /package/dist/collection/exhibition/Title/dist/{rarui-button → rarui-title}/p-e1255160.js +0 -0
  135. /package/dist/rarui-components/{p-4e227328.entry.js.map → p-8a339b04.entry.js.map} +0 -0
@@ -0,0 +1,66 @@
1
+ import { __decorate } from "tslib";
2
+ import { h } from "@stencil/core";
3
+ import { text, CaptureCssProperties } from "@rarui/styles";
4
+ export class RaruiText {
5
+ constructor() {
6
+ this.props = {};
7
+ this.lineClamp = undefined;
8
+ this.as = "p";
9
+ }
10
+ render() {
11
+ var _a;
12
+ const As = this.as;
13
+ const { className, style, otherProps } = text.sprinkle(Object.assign(Object.assign({}, this.props), { fontWeight: (_a = this.props.fontWeight) !== null && _a !== void 0 ? _a : "$regular" }));
14
+ return (h(As, Object.assign({ key: '8d9b6cbce80035dd77fbd84d88d5c76ad96e836a', class: [
15
+ className,
16
+ text.classnames.text({
17
+ lineClamp: !!(this === null || this === void 0 ? void 0 : this.lineClamp),
18
+ }),
19
+ ].join(" "), style: Object.assign(Object.assign({}, style), { WebkitLineClamp: this === null || this === void 0 ? void 0 : this.lineClamp }) }, otherProps), h("slot", { key: '7ce98f406ced419b3f7de9cd0a67b6d3257cffc5' })));
20
+ }
21
+ static get is() { return "rarui-text"; }
22
+ static get properties() {
23
+ return {
24
+ "lineClamp": {
25
+ "type": "string",
26
+ "mutable": false,
27
+ "complexType": {
28
+ "original": "string",
29
+ "resolved": "string",
30
+ "references": {}
31
+ },
32
+ "required": false,
33
+ "optional": false,
34
+ "docs": {
35
+ "tags": [],
36
+ "text": ""
37
+ },
38
+ "attribute": "line-clamp",
39
+ "reflect": false
40
+ },
41
+ "as": {
42
+ "type": "string",
43
+ "mutable": false,
44
+ "complexType": {
45
+ "original": "\"p\" | \"span\"",
46
+ "resolved": "\"p\" | \"span\"",
47
+ "references": {}
48
+ },
49
+ "required": false,
50
+ "optional": false,
51
+ "docs": {
52
+ "tags": [],
53
+ "text": ""
54
+ },
55
+ "attribute": "as",
56
+ "reflect": false,
57
+ "defaultValue": "\"p\""
58
+ }
59
+ };
60
+ }
61
+ static get elementRef() { return "el"; }
62
+ }
63
+ __decorate([
64
+ CaptureCssProperties
65
+ ], RaruiText.prototype, "render", null);
66
+ //# sourceMappingURL=Text.js.map
@@ -1,5 +1,5 @@
1
- const NAMESPACE = 'rarui-button';
2
- const BUILD = /* rarui-button */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: false, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: false, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: false, propString: true, reflect: false, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: false, slot: true, slotChildNodesFix: false, slotRelocation: true, state: false, style: false, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: false, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: false, vdomText: false, vdomXlink: false, watchCallback: false };
1
+ const NAMESPACE = 'rarui-text';
2
+ const BUILD = /* rarui-text */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: false, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: false, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: false, propMutable: false, propNumber: false, propString: true, reflect: false, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: false, slot: true, slotChildNodesFix: false, slotRelocation: true, state: false, style: false, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: false, vdomXlink: true, watchCallback: false };
3
3
 
4
4
  /*
5
5
  Stencil Client Platform v4.19.2 | MIT Licensed | https://stenciljs.com
@@ -57,6 +57,7 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
57
57
  };
58
58
  var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
59
59
  var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
60
+ var XLINK_NS = "http://www.w3.org/1999/xlink";
60
61
  var win = typeof window !== "undefined" ? window : {};
61
62
  var doc = win.document || { head: {} };
62
63
  var plt = {
@@ -108,9 +109,6 @@ var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
108
109
 
109
110
  // src/utils/constants.ts
110
111
  var EMPTY_OBJ = {};
111
-
112
- // src/utils/helpers.ts
113
- var isDef = (v) => v != null;
114
112
  var isComplexType = (o) => {
115
113
  o = typeof o;
116
114
  return o === "object" || o === "function";
@@ -297,9 +295,6 @@ var convertToPrivate = (node) => {
297
295
  };
298
296
  var parsePropertyValue = (propValue, propType) => {
299
297
  if (propValue != null && !isComplexType(propValue)) {
300
- if (propType & 4 /* Boolean */) {
301
- return propValue === "false" ? false : propValue === "" || !!propValue;
302
- }
303
298
  if (propType & 1 /* String */) {
304
299
  return String(propValue);
305
300
  }
@@ -316,14 +311,57 @@ var emitEvent = (elm, name, opts) => {
316
311
  var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
317
312
  if (oldValue !== newValue) {
318
313
  let isProp = isMemberInElement(elm, memberName);
319
- memberName.toLowerCase();
314
+ let ln = memberName.toLowerCase();
320
315
  if (memberName === "class") {
321
316
  const classList = elm.classList;
322
317
  const oldClasses = parseClassList(oldValue);
323
318
  const newClasses = parseClassList(newValue);
324
319
  classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
325
320
  classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
326
- } else if (memberName === "key") ; else {
321
+ } else if (memberName === "style") {
322
+ {
323
+ for (const prop in oldValue) {
324
+ if (!newValue || newValue[prop] == null) {
325
+ if (prop.includes("-")) {
326
+ elm.style.removeProperty(prop);
327
+ } else {
328
+ elm.style[prop] = "";
329
+ }
330
+ }
331
+ }
332
+ }
333
+ for (const prop in newValue) {
334
+ if (!oldValue || newValue[prop] !== oldValue[prop]) {
335
+ if (prop.includes("-")) {
336
+ elm.style.setProperty(prop, newValue[prop]);
337
+ } else {
338
+ elm.style[prop] = newValue[prop];
339
+ }
340
+ }
341
+ }
342
+ } else if (memberName === "key") ; else if (memberName === "ref") {
343
+ if (newValue) {
344
+ newValue(elm);
345
+ }
346
+ } else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
347
+ if (memberName[2] === "-") {
348
+ memberName = memberName.slice(3);
349
+ } else if (isMemberInElement(win, ln)) {
350
+ memberName = ln.slice(2);
351
+ } else {
352
+ memberName = ln[2] + memberName.slice(3);
353
+ }
354
+ if (oldValue || newValue) {
355
+ const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
356
+ memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
357
+ if (oldValue) {
358
+ plt.rel(elm, memberName, oldValue, capture);
359
+ }
360
+ if (newValue) {
361
+ plt.ael(elm, memberName, newValue, capture);
362
+ }
363
+ }
364
+ } else {
327
365
  const isComplex = isComplexType(newValue);
328
366
  if ((isProp || isComplex && newValue !== null) && !isSvg) {
329
367
  try {
@@ -340,15 +378,26 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
340
378
  } catch (e) {
341
379
  }
342
380
  }
381
+ let xlink = false;
382
+ {
383
+ if (ln !== (ln = ln.replace(/^xlink\:?/, ""))) {
384
+ memberName = ln;
385
+ xlink = true;
386
+ }
387
+ }
343
388
  if (newValue == null || newValue === false) {
344
389
  if (newValue !== false || elm.getAttribute(memberName) === "") {
345
- {
390
+ if (xlink) {
391
+ elm.removeAttributeNS(XLINK_NS, memberName);
392
+ } else {
346
393
  elm.removeAttribute(memberName);
347
394
  }
348
395
  }
349
396
  } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
350
397
  newValue = newValue === true ? "" : newValue;
351
- {
398
+ if (xlink) {
399
+ elm.setAttributeNS(XLINK_NS, memberName, newValue);
400
+ } else {
352
401
  elm.setAttribute(memberName, newValue);
353
402
  }
354
403
  }
@@ -357,6 +406,8 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
357
406
  };
358
407
  var parseClassListRegex = /\s/;
359
408
  var parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);
409
+ var CAPTURE_EVENT_SUFFIX = "Capture";
410
+ var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
360
411
 
361
412
  // src/runtime/vdom/update-element.ts
362
413
  var updateElement = (oldVnode, newVnode, isSvgMode2) => {
@@ -383,9 +434,6 @@ function sortedAttrNames(attrNames) {
383
434
  attrNames
384
435
  );
385
436
  }
386
-
387
- // src/runtime/vdom/vdom-render.ts
388
- var scopeId;
389
437
  var contentRef;
390
438
  var hostTagName;
391
439
  var useNativeShadowDom = false;
@@ -402,9 +450,6 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
402
450
  if (!useNativeShadowDom) {
403
451
  checkSlotRelocate = true;
404
452
  if (newVNode2.$tag$ === "slot") {
405
- if (scopeId) {
406
- parentElm.classList.add(scopeId + "-s");
407
- }
408
453
  newVNode2.$flags$ |= newVNode2.$children$ ? (
409
454
  // slot element has fallback content
410
455
  // still create an element that "mocks" the slot element
@@ -426,15 +471,9 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
426
471
  {
427
472
  updateElement(null, newVNode2, isSvgMode);
428
473
  }
429
- if (isDef(scopeId) && elm["s-si"] !== scopeId) {
430
- elm.classList.add(elm["s-si"] = scopeId);
431
- }
432
- {
433
- updateElementScopeIds(elm, parentElm);
434
- }
435
474
  if (newVNode2.$children$) {
436
475
  for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
437
- childNode = createElm(oldParentVNode, newVNode2, i2, elm);
476
+ childNode = createElm(oldParentVNode, newVNode2, i2);
438
477
  if (childNode) {
439
478
  elm.appendChild(childNode);
440
479
  }
@@ -489,7 +528,7 @@ var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
489
528
  let childNode;
490
529
  for (; startIdx <= endIdx; ++startIdx) {
491
530
  if (vnodes[startIdx]) {
492
- childNode = createElm(null, parentVNode, startIdx, parentElm);
531
+ childNode = createElm(null, parentVNode, startIdx);
493
532
  if (childNode) {
494
533
  vnodes[startIdx].$elm$ = childNode;
495
534
  insertBefore(containerElm, childNode, referenceNode(before) );
@@ -502,6 +541,7 @@ var removeVnodes = (vnodes, startIdx, endIdx) => {
502
541
  const vnode = vnodes[index];
503
542
  if (vnode) {
504
543
  const elm = vnode.$elm$;
544
+ nullifyVNodeRefs(vnode);
505
545
  if (elm) {
506
546
  {
507
547
  checkSlotFallbackVisibility = true;
@@ -575,7 +615,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
575
615
  if (idxInOld >= 0) {
576
616
  elmToMove = oldCh[idxInOld];
577
617
  if (elmToMove.$tag$ !== newStartVnode.$tag$) {
578
- node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld, parentElm);
618
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld);
579
619
  } else {
580
620
  patch(elmToMove, newStartVnode, isInitialRender);
581
621
  oldCh[idxInOld] = void 0;
@@ -583,7 +623,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
583
623
  }
584
624
  newStartVnode = newCh[++newStartIdx];
585
625
  } else {
586
- node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx, parentElm);
626
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
587
627
  newStartVnode = newCh[++newStartIdx];
588
628
  }
589
629
  if (node) {
@@ -733,38 +773,15 @@ var isNodeLocatedInSlot = (nodeToRelocate, slotName) => {
733
773
  }
734
774
  return slotName === "";
735
775
  };
736
- var insertBefore = (parent, newNode, reference) => {
737
- const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);
776
+ var nullifyVNodeRefs = (vNode) => {
738
777
  {
739
- updateElementScopeIds(newNode, parent);
778
+ vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
779
+ vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
740
780
  }
741
- return inserted;
742
781
  };
743
- var findScopeIds = (element) => {
744
- const scopeIds = [];
745
- if (element) {
746
- scopeIds.push(
747
- ...element["s-scs"] || [],
748
- element["s-si"],
749
- element["s-sc"],
750
- ...findScopeIds(element.parentElement)
751
- );
752
- }
753
- return scopeIds;
754
- };
755
- var updateElementScopeIds = (element, parent, iterateChildNodes = false) => {
756
- var _a;
757
- if (element && parent && element.nodeType === 1 /* ElementNode */) {
758
- const scopeIds = new Set(findScopeIds(parent).filter(Boolean));
759
- if (scopeIds.size) {
760
- (_a = element.classList) == null ? void 0 : _a.add(...element["s-scs"] = [...scopeIds]);
761
- if (element["s-ol"] || iterateChildNodes) {
762
- for (const childNode of Array.from(element.childNodes)) {
763
- updateElementScopeIds(childNode, element, true);
764
- }
765
- }
766
- }
767
- }
782
+ var insertBefore = (parent, newNode, reference) => {
783
+ const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);
784
+ return inserted;
768
785
  };
769
786
  var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
770
787
  var _a, _b, _c, _d;
@@ -783,9 +800,6 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
783
800
  rootVnode.$flags$ |= 4 /* isHost */;
784
801
  hostRef.$vnode$ = rootVnode;
785
802
  rootVnode.$elm$ = oldVNode.$elm$ = hostElm;
786
- {
787
- scopeId = hostElm["s-sc"];
788
- }
789
803
  useNativeShadowDom = supportsShadow ;
790
804
  {
791
805
  contentRef = hostElm["s-cr"];
@@ -1286,6 +1300,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1286
1300
  // src/runtime/nonce.ts
1287
1301
  var setNonce = (nonce) => plt.$nonce$ = nonce;
1288
1302
 
1289
- export { Host as H, bootstrapLazy as b, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
1303
+ export { bootstrapLazy as b, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
1290
1304
 
1291
- //# sourceMappingURL=index-51e345c1.js.map
1305
+ //# sourceMappingURL=index-1f85a271.js.map
@@ -1,11 +1,11 @@
1
- import { b as bootstrapLazy } from './index-51e345c1.js';
2
- export { s as setNonce } from './index-51e345c1.js';
1
+ import { b as bootstrapLazy } from './index-1f85a271.js';
2
+ export { s as setNonce } from './index-1f85a271.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy([["rarui-button",[[6,"rarui-button",{"appearance":[1],"variant":[1],"size":[1],"full":[4],"disabled":[4],"type":[1],"href":[1],"target":[1],"as":[1]}]]]], options);
8
+ return bootstrapLazy([["rarui-text",[[4,"rarui-text",{"lineClamp":[1,"line-clamp"],"as":[1]}]]]], options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };
@@ -0,0 +1,57 @@
1
+ import { r as registerInstance, h, g as getElement } from './index-1f85a271.js';
2
+ import { text, CaptureCssProperties } from '@rarui/styles';
3
+
4
+ /******************************************************************************
5
+ Copyright (c) Microsoft Corporation.
6
+
7
+ Permission to use, copy, modify, and/or distribute this software for any
8
+ purpose with or without fee is hereby granted.
9
+
10
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
11
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
13
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
15
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
+ PERFORMANCE OF THIS SOFTWARE.
17
+ ***************************************************************************** */
18
+
19
+ function __decorate(decorators, target, key, desc) {
20
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
21
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
22
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
24
+ }
25
+
26
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
27
+ var e = new Error(message);
28
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
29
+ };
30
+
31
+ const RaruiText = class {
32
+ constructor(hostRef) {
33
+ registerInstance(this, hostRef);
34
+ this.props = {};
35
+ this.lineClamp = undefined;
36
+ this.as = "p";
37
+ }
38
+ render() {
39
+ var _a;
40
+ const As = this.as;
41
+ const { className, style, otherProps } = text.sprinkle(Object.assign(Object.assign({}, this.props), { fontWeight: (_a = this.props.fontWeight) !== null && _a !== void 0 ? _a : "$regular" }));
42
+ return (h(As, Object.assign({ key: '8d9b6cbce80035dd77fbd84d88d5c76ad96e836a', class: [
43
+ className,
44
+ text.classnames.text({
45
+ lineClamp: !!(this === null || this === void 0 ? void 0 : this.lineClamp),
46
+ }),
47
+ ].join(" "), style: Object.assign(Object.assign({}, style), { WebkitLineClamp: this === null || this === void 0 ? void 0 : this.lineClamp }) }, otherProps), h("slot", { key: '7ce98f406ced419b3f7de9cd0a67b6d3257cffc5' })));
48
+ }
49
+ get el() { return getElement(this); }
50
+ };
51
+ __decorate([
52
+ CaptureCssProperties
53
+ ], RaruiText.prototype, "render", null);
54
+
55
+ export { RaruiText as rarui_text };
56
+
57
+ //# sourceMappingURL=rarui-text.entry.js.map
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-51e345c1.js';
2
- export { s as setNonce } from './index-51e345c1.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-1f85a271.js';
2
+ export { s as setNonce } from './index-1f85a271.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
@@ -16,7 +16,7 @@ var patchBrowser = () => {
16
16
 
17
17
  patchBrowser().then(async (options) => {
18
18
  await globalScripts();
19
- return bootstrapLazy([["rarui-button",[[6,"rarui-button",{"appearance":[1],"variant":[1],"size":[1],"full":[4],"disabled":[4],"type":[1],"href":[1],"target":[1],"as":[1]}]]]], options);
19
+ return bootstrapLazy([["rarui-text",[[4,"rarui-text",{"lineClamp":[1,"line-clamp"],"as":[1]}]]]], options);
20
20
  });
21
21
 
22
- //# sourceMappingURL=rarui-button.js.map
22
+ //# sourceMappingURL=rarui-text.js.map
@@ -0,0 +1,3 @@
1
+ const e="rarui-text";const t={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:false,cmpDidRender:false,cmpDidUnload:false,cmpDidUpdate:false,cmpShouldUpdate:false,cmpWillLoad:false,cmpWillRender:false,cmpWillUpdate:false,connectedCallback:false,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:false,element:false,event:false,experimentalScopedSlotChanges:false,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:false,hostListenerTarget:false,hostListenerTargetBody:false,hostListenerTargetDocument:false,hostListenerTargetParent:false,hostListenerTargetWindow:false,hotModuleReplacement:false,hydrateClientSide:false,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,hydratedSelectorName:"hydrated",initializeNextTick:false,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:false,lifecycleDOMEvents:false,member:true,method:false,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:false,propMutable:false,propNumber:false,propString:true,reflect:false,scoped:false,scopedSlotTextContentFix:false,scriptDataOpts:false,shadowDelegatesFocus:false,shadowDom:false,slot:true,slotChildNodesFix:false,slotRelocation:true,state:false,style:false,svg:false,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:true,vdomText:false,vdomXlink:true,watchCallback:false};var l=Object.defineProperty;var r=(e,t)=>{for(var r in t)l(e,r,{get:t[r],enumerable:true})};var s=new WeakMap;var n=e=>s.get(e);var i=(e,t)=>s.set(t.t=e,t);var o=(e,t)=>{const l={l:0,$hostElement$:e,i:t,o:new Map};{l.u=new Promise((e=>l.v=e));e["s-p"]=[];e["s-rc"]=[]}return s.set(e,l)};var a=(e,t)=>t in e;var f=(e,t)=>(0,console.error)(e,t);var c=new Map;var u=(e,t,l)=>{const r=e.h.replace(/-/g,"_");const s=e.m;if(!s){return void 0}const n=c.get(s);if(n){return n[r]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${s}.entry.js${""}`).then((e=>{{c.set(s,e)}return e[r]}),f)};var v="{visibility:hidden}.hydrated{visibility:inherit}";var d="slot-fb{display:contents}slot-fb[hidden]{display:none}";var h="http://www.w3.org/1999/xlink";var m=typeof window!=="undefined"?window:{};var p=m.document||{head:{}};var y={l:0,p:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,r)=>e.addEventListener(t,l,r),rel:(e,t,l,r)=>e.removeEventListener(t,l,r),ce:(e,t)=>new CustomEvent(e,t)};var b=t.shadowDom;var w=e=>Promise.resolve(e);var $=false;var g=[];var k=[];var S=(e,t)=>l=>{e.push(l);if(!$){$=true;if(t&&y.l&4){T(C)}else{y.raf(C)}}};var x=e=>{for(let t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){f(e)}}e.length=0};var C=()=>{x(g);{x(k);if($=g.length>0){y.raf(C)}}};var T=e=>w().then(e);var j=S(k,true);var O={};var R=e=>{e=typeof e;return e==="object"||e==="function"};function E(e){var t,l,r;return(r=(l=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:l.getAttribute("content"))!=null?r:void 0}var L={};r(L,{err:()=>F,map:()=>A,ok:()=>D,unwrap:()=>M,unwrapErr:()=>N});var D=e=>({isOk:true,isErr:false,value:e});var F=e=>({isOk:false,isErr:true,value:e});function A(e,t){if(e.isOk){const l=t(e.value);if(l instanceof Promise){return l.then((e=>D(e)))}else{return D(l)}}if(e.isErr){const t=e.value;return F(t)}throw"should never get here"}var M=e=>{if(e.isOk){return e.value}else{throw e.value}};var N=e=>{if(e.isErr){return e.value}else{throw e.value}};var P=(e,t="")=>{{return()=>{}}};var U=(e,t)=>{{return()=>{}}};var W=(e,t,...l)=>{let r=null;let s=null;let n=null;let i=false;let o=false;const a=[];const f=t=>{for(let l=0;l<t.length;l++){r=t[l];if(Array.isArray(r)){f(r)}else if(r!=null&&typeof r!=="boolean"){if(i=typeof e!=="function"&&!R(r)){r=String(r)}if(i&&o){a[a.length-1].$+=r}else{a.push(i?z(null,r):r)}o=i}}};f(l);if(t){if(t.key){s=t.key}if(t.name){n=t.name}{const e=t.className||t.class;if(e){t.class=typeof e!=="object"?e:Object.keys(e).filter((t=>e[t])).join(" ")}}}if(typeof e==="function"){return e(t===null?{}:t,a,Q)}const c=z(e,null);c.k=t;if(a.length>0){c.S=a}{c.C=s}{c.T=n}return c};var z=(e,t)=>{const l={l:0,j:e,$:t,O:null,S:null};{l.k=null}{l.C=null}{l.T=null}return l};var B={};var H=e=>e&&e.j===B;var Q={forEach:(e,t)=>e.map(q).forEach(t),map:(e,t)=>e.map(q).map(t).map(G)};var q=e=>({vattrs:e.k,vchildren:e.S,vkey:e.C,vname:e.T,vtag:e.j,vtext:e.$});var G=e=>{if(typeof e.vtag==="function"){const t={...e.vattrs};if(e.vkey){t.key=e.vkey}if(e.vname){t.name=e.vname}return W(e.vtag,t,...e.vchildren||[])}const t=z(e.vtag,e.vtext);t.k=e.vattrs;t.S=e.vchildren;t.C=e.vkey;t.T=e.vname;return t};var I=(e,t)=>{if(e!=null&&!R(e)){if(t&1){return String(e)}return e}return e};var K=e=>n(e).$hostElement$;var V=(e,t,l)=>{const r=y.ce(t,l);e.dispatchEvent(r);return r};var X=(e,t,l,r,s,n)=>{if(l!==r){let i=a(e,t);let o=t.toLowerCase();if(t==="class"){const t=e.classList;const s=J(l);const n=J(r);t.remove(...s.filter((e=>e&&!n.includes(e))));t.add(...n.filter((e=>e&&!s.includes(e))))}else if(t==="style"){{for(const t in l){if(!r||r[t]==null){if(t.includes("-")){e.style.removeProperty(t)}else{e.style[t]=""}}}}for(const t in r){if(!l||r[t]!==l[t]){if(t.includes("-")){e.style.setProperty(t,r[t])}else{e.style[t]=r[t]}}}}else if(t==="key");else if(t==="ref"){if(r){r(e)}}else if(!i&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(a(m,o)){t=o.slice(2)}else{t=o[2]+t.slice(3)}if(l||r){const s=t.endsWith(Y);t=t.replace(Z,"");if(l){y.rel(e,t,l,s)}if(r){y.ael(e,t,r,s)}}}else{const a=R(r);if((i||a&&r!==null)&&!s){try{if(!e.tagName.includes("-")){const s=r==null?"":r;if(t==="list"){i=false}else if(l==null||e[t]!=s){e[t]=s}}else{e[t]=r}}catch(e){}}let f=false;{if(o!==(o=o.replace(/^xlink\:?/,""))){t=o;f=true}}if(r==null||r===false){if(r!==false||e.getAttribute(t)===""){if(f){e.removeAttributeNS(h,t)}else{e.removeAttribute(t)}}}else if((!i||n&4||s)&&!a){r=r===true?"":r;if(f){e.setAttributeNS(h,t,r)}else{e.setAttribute(t,r)}}}}};var _=/\s/;var J=e=>!e?[]:e.split(_);var Y="Capture";var Z=new RegExp(Y+"$");var ee=(e,t,l)=>{const r=t.O.nodeType===11&&t.O.host?t.O.host:t.O;const s=e&&e.k||O;const n=t.k||O;{for(const e of te(Object.keys(s))){if(!(e in n)){X(r,e,s[e],void 0,l,t.l)}}}for(const e of te(Object.keys(n))){X(r,e,s[e],n[e],l,t.l)}};function te(e){return e.includes("ref")?[...e.filter((e=>e!=="ref")),"ref"]:e}var le;var re;var se=false;var ne=false;var ie=false;var oe=false;var ae=(e,l,r,s)=>{var n;const i=l.S[r];let o=0;let a;let f;let c;if(!se){ie=true;if(i.j==="slot"){i.l|=i.S?2:1}}if(i.l&1){a=i.O=p.createTextNode("")}else{a=i.O=p.createElement(!se&&t.slotRelocation&&i.l&2?"slot-fb":i.j);{ee(null,i,oe)}if(i.S){for(o=0;o<i.S.length;++o){f=ae(e,i,o);if(f){a.appendChild(f)}}}}a["s-hn"]=re;{if(i.l&(2|1)){a["s-sr"]=true;a["s-cr"]=le;a["s-sn"]=i.T||"";a["s-rf"]=(n=i.k)==null?void 0:n.ref;c=e&&e.S&&e.S[r];if(c&&c.j===i.j&&e.O){{fe(e.O,false)}}}}return a};var fe=(e,l)=>{y.l|=1;const r=Array.from(e.childNodes);if(e["s-sr"]&&t.experimentalSlotFixes){let t=e;while(t=t.nextSibling){if(t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===re){r.push(t)}}}for(let e=r.length-1;e>=0;e--){const t=r[e];if(t["s-hn"]!==re&&t["s-ol"]){ke(me(t),t,he(t));t["s-ol"].remove();t["s-ol"]=void 0;t["s-sh"]=void 0;ie=true}if(l){fe(t,l)}}y.l&=~1};var ce=(e,t,l,r,s,n)=>{let i=e["s-cr"]&&e["s-cr"].parentNode||e;let o;for(;s<=n;++s){if(r[s]){o=ae(null,l,s);if(o){r[s].O=o;ke(i,o,he(t))}}}};var ue=(e,t,l)=>{for(let r=t;r<=l;++r){const t=e[r];if(t){const e=t.O;ge(t);if(e){{ne=true;if(e["s-ol"]){e["s-ol"].remove()}else{fe(e,true)}}e.remove()}}}};var ve=(e,t,l,r,s=false)=>{let n=0;let i=0;let o=0;let a=0;let f=t.length-1;let c=t[0];let u=t[f];let v=r.length-1;let d=r[0];let h=r[v];let m;let p;while(n<=f&&i<=v){if(c==null){c=t[++n]}else if(u==null){u=t[--f]}else if(d==null){d=r[++i]}else if(h==null){h=r[--v]}else if(de(c,d,s)){pe(c,d,s);c=t[++n];d=r[++i]}else if(de(u,h,s)){pe(u,h,s);u=t[--f];h=r[--v]}else if(de(c,h,s)){if(c.j==="slot"||h.j==="slot"){fe(c.O.parentNode,false)}pe(c,h,s);ke(e,c.O,u.O.nextSibling);c=t[++n];h=r[--v]}else if(de(u,d,s)){if(c.j==="slot"||h.j==="slot"){fe(u.O.parentNode,false)}pe(u,d,s);ke(e,u.O,c.O);u=t[--f];d=r[++i]}else{o=-1;{for(a=n;a<=f;++a){if(t[a]&&t[a].C!==null&&t[a].C===d.C){o=a;break}}}if(o>=0){p=t[o];if(p.j!==d.j){m=ae(t&&t[i],l,o)}else{pe(p,d,s);t[o]=void 0;m=p.O}d=r[++i]}else{m=ae(t&&t[i],l,i);d=r[++i]}if(m){{ke(me(c.O),m,he(c.O))}}}}if(n>f){ce(e,r[v+1]==null?null:r[v+1].O,l,r,i,v)}else if(i>v){ue(t,n,f)}};var de=(e,t,l=false)=>{if(e.j===t.j){if(e.j==="slot"){return e.T===t.T}if(!l){return e.C===t.C}return true}return false};var he=e=>e&&e["s-ol"]||e;var me=e=>(e["s-ol"]?e["s-ol"]:e).parentNode;var pe=(e,t,l=false)=>{const r=t.O=e.O;const s=e.S;const n=t.S;const i=t.j;{{if(i==="slot"&&!se);else{ee(e,t,oe)}}if(s!==null&&n!==null){ve(r,s,t,n,l)}else if(n!==null){ce(r,null,t,n,0,n.length-1)}else if(s!==null){ue(s,0,s.length-1)}}};var ye=e=>{const t=e.childNodes;for(const e of t){if(e.nodeType===1){if(e["s-sr"]){const l=e["s-sn"];e.hidden=false;for(const r of t){if(r!==e){if(r["s-hn"]!==e["s-hn"]||l!==""){if(r.nodeType===1&&(l===r.getAttribute("slot")||l===r["s-sn"])||r.nodeType===3&&l===r["s-sn"]){e.hidden=true;break}}else{if(r.nodeType===1||r.nodeType===3&&r.textContent.trim()!==""){e.hidden=true;break}}}}}ye(e)}}};var be=[];var we=e=>{let l;let r;let s;for(const n of e.childNodes){if(n["s-sr"]&&(l=n["s-cr"])&&l.parentNode){r=l.parentNode.childNodes;const e=n["s-sn"];for(s=r.length-1;s>=0;s--){l=r[s];if(!l["s-cn"]&&!l["s-nr"]&&l["s-hn"]!==n["s-hn"]&&!t.experimentalSlotFixes){if($e(l,e)){let t=be.find((e=>e.R===l));ne=true;l["s-sn"]=l["s-sn"]||e;if(t){t.R["s-sh"]=n["s-hn"];t.L=n}else{l["s-sh"]=n["s-hn"];be.push({L:n,R:l})}if(l["s-sr"]){be.map((e=>{if($e(e.R,l["s-sn"])){t=be.find((e=>e.R===l));if(t&&!e.L){e.L=t.L}}}))}}else if(!be.some((e=>e.R===l))){be.push({R:l})}}}}if(n.nodeType===1){we(n)}}};var $e=(e,t)=>{if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var ge=e=>{{e.k&&e.k.ref&&e.k.ref(null);e.S&&e.S.map(ge)}};var ke=(e,t,l)=>{const r=e==null?void 0:e.insertBefore(t,l);return r};var Se=(e,t,l=false)=>{var r,s,n,i;const o=e.$hostElement$;const a=e.D||z(null,null);const f=H(t)?t:W(null,null,t);re=o.tagName;if(l&&f.k){for(const e of Object.keys(f.k)){if(o.hasAttribute(e)&&!["key","ref","style","class"].includes(e)){f.k[e]=o[e]}}}f.j=null;f.l|=4;e.D=f;f.O=a.O=o;se=b;{le=o["s-cr"];ne=false}pe(a,f,l);{y.l|=1;if(ie){we(f.O);for(const e of be){const t=e.R;if(!t["s-ol"]){const e=p.createTextNode("");e["s-nr"]=t;ke(t.parentNode,t["s-ol"]=e,t)}}for(const e of be){const t=e.R;const o=e.L;if(o){const e=o.parentNode;let l=o.nextSibling;{let n=(r=t["s-ol"])==null?void 0:r.previousSibling;while(n){let r=(s=n["s-nr"])!=null?s:null;if(r&&r["s-sn"]===t["s-sn"]&&e===r.parentNode){r=r.nextSibling;while(r===t||(r==null?void 0:r["s-sr"])){r=r==null?void 0:r.nextSibling}if(!r||!r["s-nr"]){l=r;break}}n=n.previousSibling}}if(!l&&e!==t.parentNode||t.nextSibling!==l){if(t!==l){if(!t["s-hn"]&&t["s-ol"]){t["s-hn"]=t["s-ol"].parentNode.nodeName}ke(e,t,l);if(t.nodeType===1){t.hidden=(n=t["s-ih"])!=null?n:false}}}t&&typeof o["s-rf"]==="function"&&o["s-rf"](t)}else{if(t.nodeType===1){if(l){t["s-ih"]=(i=t.hidden)!=null?i:false}t.hidden=true}}}}if(ne){ye(f.O)}y.l&=~1;be.length=0}le=void 0};var xe=(e,t)=>{if(t&&!e.F&&t["s-p"]){t["s-p"].push(new Promise((t=>e.F=t)))}};var Ce=(e,t)=>{{e.l|=16}if(e.l&4){e.l|=512;return}xe(e,e.A);const l=()=>Te(e,t);return j(l)};var Te=(e,t)=>{const l=e.$hostElement$;const r=P("scheduleUpdate",e.i.h);const s=e.t;if(!s){throw new Error(`Can't render component <${l.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`)}let n;r();return je(n,(()=>Re(e,s,t)))};var je=(e,t)=>Oe(e)?e.then(t).catch((e=>{console.error(e);t()})):t();var Oe=e=>e instanceof Promise||e&&e.then&&typeof e.then==="function";var Re=async(e,t,l)=>{var r;const s=e.$hostElement$;const n=P("update",e.i.h);const i=s["s-rc"];const o=P("render",e.i.h);{Ee(e,t,s,l)}if(i){i.map((e=>e()));s["s-rc"]=void 0}o();n();{const t=(r=s["s-p"])!=null?r:[];const l=()=>Le(e);if(t.length===0){l()}else{Promise.all(t).then(l);e.l|=4;t.length=0}}};var Ee=(e,t,l,r)=>{try{t=t.render();{e.l&=~16}{e.l|=2}{{{Se(e,t,r)}}}}catch(t){f(t,e.$hostElement$)}return null};var Le=e=>{const t=e.i.h;const l=e.$hostElement$;const r=P("postUpdate",t);const s=e.A;if(!(e.l&64)){e.l|=64;{Fe(l)}r();{e.v(l);if(!s){De()}}}else{r()}{if(e.F){e.F();e.F=void 0}if(e.l&512){T((()=>Ce(e,false)))}e.l&=~(4|512)}};var De=t=>{{Fe(p.documentElement)}T((()=>V(m,"appload",{detail:{namespace:e}})))};var Fe=e=>{var l;return e.classList.add((l=t.hydratedSelectorName)!=null?l:"hydrated")};var Ae=(e,t)=>n(e).o.get(t);var Me=(e,t,l,r)=>{const s=n(e);if(!s){throw new Error(`Couldn't find host element for "${r.h}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`)}const i=s.o.get(t);const o=s.l;const a=s.t;l=I(l,r.M[t][0]);const f=Number.isNaN(i)&&Number.isNaN(l);const c=l!==i&&!f;if((!(o&8)||i===void 0)&&c){s.o.set(t,l);if(a){if((o&(2|16))===2){Ce(s,false)}}}};var Ne=(e,l,r)=>{var s,i;const o=e.prototype;if(l.M||t.watchCallback){const t=Object.entries((s=l.M)!=null?s:{});t.map((([e,[t]])=>{if(t&31||r&2&&t&32){Object.defineProperty(o,e,{get(){return Ae(this,e)},set(t){Me(this,e,t,l)},configurable:true,enumerable:true})}}));if(r&1){const r=new Map;o.attributeChangedCallback=function(e,t,s){y.jmp((()=>{var i;const a=r.get(e);if(this.hasOwnProperty(a)){s=this[a];delete this[a]}else if(o.hasOwnProperty(a)&&typeof this[a]==="number"&&this[a]==s){return}else if(a==null){const r=n(this);const o=r==null?void 0:r.l;if(o&&!(o&8)&&o&128&&s!==t){const n=r.t;const o=(i=l.N)==null?void 0:i[e];o==null?void 0:o.forEach((l=>{if(n[l]!=null){n[l].call(n,s,t,e)}}))}return}this[a]=s===null&&typeof this[a]==="boolean"?false:s}))};e.observedAttributes=Array.from(new Set([...Object.keys((i=l.N)!=null?i:{}),...t.filter((([e,t])=>t[0]&15)).map((([e,t])=>{const l=t[1]||e;r.set(l,e);return l}))]))}}return e};var Pe=async(e,t,l,r)=>{let s;if((t.l&32)===0){t.l|=32;const r=l.m;if(r){const e=u(l);if(e&&"then"in e){const t=U();s=await e;t()}else{s=e}if(!s){throw new Error(`Constructor for "${l.h}#${t.P}" was not found`)}if(!s.isProxied){Ne(s,l,2);s.isProxied=true}const r=P("createInstance",l.h);{t.l|=8}try{new s(t)}catch(e){f(e)}{t.l&=~8}r()}else{s=e.constructor;const l=e.localName;customElements.whenDefined(l).then((()=>t.l|=128))}}const n=t.A;const i=()=>Ce(t,true);if(n&&n["s-rc"]){n["s-rc"].push(i)}else{i()}};var Ue=e=>{};var We=e=>{if((y.l&1)===0){const t=n(e);const l=t.i;const r=P("connectedCallback",l.h);if(!(t.l&1)){t.l|=1;{if(l.l&(4|8)){ze(e)}}{let l=e;while(l=l.parentNode||l.host){if(l["s-p"]){xe(t,t.A=l);break}}}if(l.M){Object.entries(l.M).map((([t,[l]])=>{if(l&31&&e.hasOwnProperty(t)){const l=e[t];delete e[t];e[t]=l}}))}{Pe(e,t,l)}}else{if(t==null?void 0:t.t);else if(t==null?void 0:t.u){t.u.then((()=>Ue()))}}r()}};var ze=e=>{const t=e["s-cr"]=p.createComment("");t["s-cn"]=true;ke(e,t,e.firstChild)};var Be=e=>{};var He=async e=>{if((y.l&1)===0){const t=n(e);if(t==null?void 0:t.t);else if(t==null?void 0:t.u){t.u.then((()=>Be()))}}};var Qe=(e,t={})=>{var l;const r=P();const s=[];const i=t.exclude||[];const a=m.customElements;const f=p.head;const c=f.querySelector("meta[charset]");const u=p.createElement("style");const h=[];let b;let w=true;Object.assign(y,t);y.p=new URL(t.resourcesUrl||"./",p.baseURI).href;let $=false;e.map((e=>{e[1].map((t=>{const l={l:t[0],h:t[1],M:t[2],U:t[3]};if(l.l&4){$=true}{l.M=t[2]}const r=l.h;const f=class extends HTMLElement{constructor(e){super(e);this.hasRegisteredEventListeners=false;e=this;o(e,l)}connectedCallback(){n(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true}if(b){clearTimeout(b);b=null}if(w){h.push(this)}else{y.jmp((()=>We(this)))}}disconnectedCallback(){y.jmp((()=>He(this)))}componentOnReady(){return n(this).u}};l.m=e[0];if(!i.includes(r)&&!a.get(r)){s.push(r);a.define(r,Ne(f,l,1))}}))}));if(s.length>0){if($){u.textContent+=d}{u.textContent+=s.sort()+v}if(u.innerHTML.length){u.setAttribute("data-styles","");const e=(l=y.W)!=null?l:E(p);if(e!=null){u.setAttribute("nonce",e)}f.insertBefore(u,c?c.nextSibling:f.firstChild)}}w=false;if(h.length){h.map((e=>e.connectedCallback()))}else{{y.jmp((()=>b=setTimeout(De,30)))}}r()};var qe=e=>y.W=e;export{Qe as b,K as g,W as h,w as p,i as r,qe as s};
3
+ //# sourceMappingURL=p-8c86be47.js.map
@@ -0,0 +1,2 @@
1
+ import{r as e,h as t,g as r}from"./p-8c86be47.js";import{text as s,CaptureCssProperties as i}from"@rarui/styles";function c(e,t,r,s){var i=arguments.length,c=i<3?t:s===null?s=Object.getOwnPropertyDescriptor(t,r):s,o;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")c=Reflect.decorate(e,t,r,s);else for(var n=e.length-1;n>=0;n--)if(o=e[n])c=(i<3?o(c):i>3?o(t,r,c):o(t,r))||c;return i>3&&c&&Object.defineProperty(t,r,c),c}typeof SuppressedError==="function"?SuppressedError:function(e,t,r){var s=new Error(r);return s.name="SuppressedError",s.error=e,s.suppressed=t,s};const o=class{constructor(t){e(this,t);this.props={};this.lineClamp=undefined;this.as="p"}render(){var e;const r=this.as;const{className:i,style:c,otherProps:o}=s.sprinkle(Object.assign(Object.assign({},this.props),{fontWeight:(e=this.props.fontWeight)!==null&&e!==void 0?e:"$regular"}));return t(r,Object.assign({key:"8d9b6cbce80035dd77fbd84d88d5c76ad96e836a",class:[i,s.classnames.text({lineClamp:!!(this===null||this===void 0?void 0:this.lineClamp)})].join(" "),style:Object.assign(Object.assign({},c),{WebkitLineClamp:this===null||this===void 0?void 0:this.lineClamp})},o),t("slot",{key:"7ce98f406ced419b3f7de9cd0a67b6d3257cffc5"}))}get el(){return r(this)}};c([i],o.prototype,"render",null);export{o as rarui_text};
2
+ //# sourceMappingURL=p-e76f1dd3.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{p as e,b as r}from"./p-8c86be47.js";export{s as setNonce}from"./p-8c86be47.js";import{g as a}from"./p-e1255160.js";var t=()=>{const r=import.meta.url;const a={};if(r!==""){a.resourcesUrl=new URL(".",r).href}return e(a)};t().then((async e=>{await a();return r([["p-e76f1dd3",[[4,"rarui-text",{lineClamp:[1,"line-clamp"],as:[1]}]]]],e)}));
2
+ //# sourceMappingURL=rarui-text.esm.js.map
@@ -11,13 +11,12 @@ export class RaruiText {
11
11
  var _a;
12
12
  const As = this.as;
13
13
  const { className, style, otherProps } = text.sprinkle(Object.assign(Object.assign({}, this.props), { fontWeight: (_a = this.props.fontWeight) !== null && _a !== void 0 ? _a : "$regular" }));
14
- console.log(this.lineClamp);
15
- return (h(As, Object.assign({ key: '34e9cea5a107284c1bc058ff09cb58af1f74d9ea', class: [
14
+ return (h(As, Object.assign({ key: '8d9b6cbce80035dd77fbd84d88d5c76ad96e836a', class: [
16
15
  className,
17
16
  text.classnames.text({
18
17
  lineClamp: !!(this === null || this === void 0 ? void 0 : this.lineClamp),
19
18
  }),
20
- ].join(" "), style: Object.assign(Object.assign({}, style), { WebkitLineClamp: this === null || this === void 0 ? void 0 : this.lineClamp }) }, otherProps), h("slot", { key: '0df2fca0bc8559a37e8f8d83564de4a814152e7c' })));
19
+ ].join(" "), style: Object.assign(Object.assign({}, style), { WebkitLineClamp: this === null || this === void 0 ? void 0 : this.lineClamp }) }, otherProps), h("slot", { key: '7ce98f406ced419b3f7de9cd0a67b6d3257cffc5' })));
21
20
  }
22
21
  static get is() { return "rarui-text"; }
23
22
  static get properties() {
@@ -1 +1 @@
1
- {"version":3,"file":"Text.js","sourceRoot":"","sources":["../../../../../../../../src/exhibition/Text/src/Text.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAK3D,MAAM,OAAO,SAAS;;QACZ,UAAK,GAA2B,EAAE,CAAC;;kBAIhB,GAAG;;IAE9B,MAAM;;QACJ,MAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QACnB,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,QAAQ,iCACjD,IAAI,CAAC,KAAK,KACb,UAAU,EAAE,MAAA,IAAI,CAAC,KAAK,CAAC,UAAU,mCAAI,UAAU,IAC/C,CAAC;QAEH,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAE5B,OAAO,CACL,EAAC,EAAE,mEACD,KAAK,EAAE;gBACL,SAAS;gBACT,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;oBACnB,SAAS,EAAE,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,CAAA;iBAC7B,CAAC;aACH,CAAC,IAAI,CAAC,GAAG,CAAC,EACX,KAAK,kCAAO,KAAK,KAAE,eAAe,EAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,OAC/C,UAAU;YAEd,8DAAa,CACV,CACN,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF;AAxBC;IADC,oBAAoB;uCAwBpB","sourcesContent":["import { Component, Prop, Element, h } from \"@stencil/core\";\nimport { text, CaptureCssProperties } from \"@rarui/styles\";\n\n@Component({\n tag: \"rarui-text\",\n})\nexport class RaruiText {\n private props: { [key: string]: any } = {};\n\n @Element() el: HTMLUListElement;\n @Prop() lineClamp: string;\n @Prop() as: \"p\" | \"span\" = \"p\";\n @CaptureCssProperties\n render() {\n const As = this.as;\n const { className, style, otherProps } = text.sprinkle({\n ...this.props,\n fontWeight: this.props.fontWeight ?? \"$regular\",\n });\n\n console.log(this.lineClamp);\n\n return (\n <As\n class={[\n className,\n text.classnames.text({\n lineClamp: !!this?.lineClamp,\n }),\n ].join(\" \")}\n style={{ ...style, WebkitLineClamp: this?.lineClamp }}\n {...otherProps}\n >\n <slot></slot>\n </As>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"Text.js","sourceRoot":"","sources":["../../../../src/exhibition/Text/src/Text.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAK3D,MAAM,OAAO,SAAS;;QACZ,UAAK,GAA2B,EAAE,CAAC;;kBAIhB,GAAG;;IAE9B,MAAM;;QACJ,MAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QACnB,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,QAAQ,iCACjD,IAAI,CAAC,KAAK,KACb,UAAU,EAAE,MAAA,IAAI,CAAC,KAAK,CAAC,UAAU,mCAAI,UAAU,IAC/C,CAAC;QAEH,OAAO,CACL,EAAC,EAAE,mEACD,KAAK,EAAE;gBACL,SAAS;gBACT,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;oBACnB,SAAS,EAAE,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,CAAA;iBAC7B,CAAC;aACH,CAAC,IAAI,CAAC,GAAG,CAAC,EACX,KAAK,kCAAO,KAAK,KAAE,eAAe,EAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,OAC/C,UAAU;YAEd,8DAAa,CACV,CACN,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF;AAtBC;IADC,oBAAoB;uCAsBpB","sourcesContent":["import { Component, Prop, Element, h } from \"@stencil/core\";\nimport { text, CaptureCssProperties } from \"@rarui/styles\";\n\n@Component({\n tag: \"rarui-text\",\n})\nexport class RaruiText {\n private props: { [key: string]: any } = {};\n\n @Element() el: HTMLUListElement;\n @Prop() lineClamp: string;\n @Prop() as: \"p\" | \"span\" = \"p\";\n @CaptureCssProperties\n render() {\n const As = this.as;\n const { className, style, otherProps } = text.sprinkle({\n ...this.props,\n fontWeight: this.props.fontWeight ?? \"$regular\",\n });\n\n return (\n <As\n class={[\n className,\n text.classnames.text({\n lineClamp: !!this?.lineClamp,\n }),\n ].join(\" \")}\n style={{ ...style, WebkitLineClamp: this?.lineClamp }}\n {...otherProps}\n >\n <slot></slot>\n </As>\n );\n }\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/exhibition/Text/src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG","sourcesContent":["/**\n * @fileoverview entry point for your component library\n *\n * This is the entry point for your component library. Use this file to export utilities,\n * constants or data structure that accompany your components.\n *\n * DO NOT use this file to export your components. Instead, use the recommended approaches\n * to consume components of this package as outlined in the `README.md`.\n */\n\nexport type * from \"./components.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/exhibition/Text/src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG","sourcesContent":["/**\n * @fileoverview entry point for your component library\n *\n * This is the entry point for your component library. Use this file to export utilities,\n * constants or data structure that accompany your components.\n *\n * DO NOT use this file to export your components. Instead, use the recommended approaches\n * to consume components of this package as outlined in the `README.md`.\n */\n\nexport type * from \"./components.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"stencil.config.js","sourceRoot":"","sources":["../../../../../../../src/exhibition/Text/stencil.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,gBAAgB,CAAC;IACnD,SAAS,EAAE,YAAY;CACxB,CAAC,CAAC","sourcesContent":["import { configuration } from \"@rarui/stencil/src\";\n\nexport const config = configuration.getConfiguration({\n namespace: \"rarui-text\",\n});\n"]}
1
+ {"version":3,"file":"stencil.config.js","sourceRoot":"","sources":["../../../src/exhibition/Text/stencil.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,gBAAgB,CAAC;IACnD,SAAS,EAAE,YAAY;CACxB,CAAC,CAAC","sourcesContent":["import { configuration } from \"@rarui/stencil/src\";\n\nexport const config = configuration.getConfiguration({\n namespace: \"rarui-text\",\n});\n"]}