timvir 0.2.38 → 0.2.42

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 (113) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/blocks/Arbitrary/Arbitrary.d.ts +1 -1
  3. package/blocks/Arbitrary/index.js +232 -78
  4. package/blocks/Arbitrary/samples/basic.d.ts +1 -1
  5. package/blocks/Arbitrary/styles.css +166 -6
  6. package/blocks/Code/Code.d.ts +0 -6
  7. package/blocks/Code/docs/index.mdx +0 -11
  8. package/blocks/Code/index.js +213 -112
  9. package/blocks/Code/samples/basic.d.ts +1 -1
  10. package/blocks/Code/samples/toggle.d.ts +1 -2
  11. package/blocks/Code/styles.css +100 -15
  12. package/blocks/ColorBar/docs/index.mdx +8 -2
  13. package/blocks/ColorBar/index.js +223 -68
  14. package/blocks/ColorBar/samples/basic.d.ts +1 -2
  15. package/blocks/ColorBar/styles.css +103 -4
  16. package/blocks/ColorBook/docs/index.mdx +1 -1
  17. package/blocks/ColorBook/index.js +222 -60
  18. package/blocks/ColorBook/samples/basic.d.ts +1 -2
  19. package/blocks/ColorBook/styles.css +166 -6
  20. package/blocks/Cover/index.js +177 -48
  21. package/blocks/Cover/samples/basic.d.ts +1 -2
  22. package/blocks/Cover/styles.css +18 -0
  23. package/blocks/Exhibit/index.js +205 -50
  24. package/blocks/Exhibit/samples/basic.d.ts +1 -2
  25. package/blocks/Exhibit/samples/bleed.d.ts +1 -1
  26. package/blocks/Exhibit/samples/usage.d.ts +1 -2
  27. package/blocks/Exhibit/styles.css +66 -3
  28. package/blocks/Font/index.js +239 -98
  29. package/blocks/Font/samples/basic.d.ts +1 -1
  30. package/blocks/Font/samples/timvir/body1.d.ts +1 -1
  31. package/blocks/Font/samples/timvir/caption.d.ts +1 -1
  32. package/blocks/Font/samples/timvir/h1.d.ts +1 -1
  33. package/blocks/Font/samples/timvir/h2.d.ts +1 -1
  34. package/blocks/Font/samples/timvir/h3.d.ts +1 -1
  35. package/blocks/Font/samples/timvir/h4.d.ts +1 -1
  36. package/blocks/Font/styles.css +82 -8
  37. package/blocks/Grid/docs/index.mdx +4 -4
  38. package/blocks/Grid/index.js +181 -36
  39. package/blocks/Grid/samples/basic.d.ts +1 -2
  40. package/blocks/Grid/styles.css +20 -1
  41. package/blocks/Icon/docs/index.mdx +13 -13
  42. package/blocks/Icon/index.js +93 -100
  43. package/blocks/Icon/internal/Canvas.d.ts +1 -1
  44. package/blocks/Icon/samples/basic.d.ts +1 -2
  45. package/blocks/Icon/styles.css +117 -5
  46. package/blocks/Icon/types.d.ts +3 -2
  47. package/blocks/Message/docs/index.mdx +5 -8
  48. package/blocks/Message/index.js +238 -55
  49. package/blocks/Message/samples/basic.d.ts +1 -1
  50. package/blocks/Message/styles.css +94 -6
  51. package/blocks/Swatch/docs/index.mdx +16 -16
  52. package/blocks/Swatch/index.js +199 -45
  53. package/blocks/Swatch/samples/basic.d.ts +1 -2
  54. package/blocks/Swatch/styles.css +82 -4
  55. package/blocks/Viewport/index.js +360 -237
  56. package/blocks/Viewport/internal/Caption.d.ts +1 -1
  57. package/blocks/Viewport/internal/Handle.d.ts +1 -1
  58. package/blocks/Viewport/internal/Ruler.d.ts +1 -2
  59. package/blocks/Viewport/samples/basic.d.ts +1 -2
  60. package/blocks/Viewport/styles.css +259 -14
  61. package/blocks/WebLink/index.js +217 -62
  62. package/blocks/WebLink/samples/basic.d.ts +1 -1
  63. package/blocks/WebLink/styles.css +170 -8
  64. package/blocks/styles.css +1460 -97
  65. package/builtins/components.d.ts +2 -2
  66. package/builtins/index.js +306 -239
  67. package/builtins/styles.css +267 -14
  68. package/context/index.d.ts +6 -1
  69. package/core/components/Commands/Commands.d.ts +2 -0
  70. package/core/components/Commands/internal/Action.d.ts +1 -1
  71. package/core/components/Commands/internal/Dialog.d.ts +1 -2
  72. package/core/components/Commands/internal/index.d.ts +0 -1
  73. package/core/components/Footer/samples/basic.d.ts +1 -1
  74. package/core/components/NavigationFooter/NavigationFooter.d.ts +4 -2
  75. package/core/components/NavigationFooter/samples/basic.d.ts +1 -1
  76. package/core/components/Page/Page.d.ts +12 -3
  77. package/core/components/Page/docs/index.mdx +44 -11
  78. package/core/components/Page/internal/Section.d.ts +1 -2
  79. package/core/components/Page/internal/Sidebar.d.ts +1 -1
  80. package/core/components/Page/internal/SidebarItem.d.ts +1 -2
  81. package/core/components/Page/internal/index.d.ts +0 -1
  82. package/core/components/Page/samples/basic.d.ts +1 -2
  83. package/core/components/Page/samples/layout.d.ts +1 -2
  84. package/core/index.d.ts +191 -2
  85. package/core/index.js +674 -449
  86. package/core/layout.d.ts +40 -0
  87. package/core/styles.css +857 -88
  88. package/core/theme/detector.js +1 -1
  89. package/global.css +79 -0
  90. package/internal/cx.d.ts +1 -0
  91. package/knip.config.d.ts +5 -0
  92. package/package.json +1 -2
  93. package/search/Search/samples/basic.d.ts +1 -2
  94. package/search/index.js +2 -208
  95. package/styles.css +2670 -222
  96. package/blocks/Code/theme.d.ts +0 -2
  97. package/bus/styles.css +0 -1
  98. package/context/styles.css +0 -1
  99. package/core/theme/index.d.ts +0 -1
  100. package/hooks/styles.css +0 -1
  101. package/search/Search/internal/Dialog.d.ts +0 -20
  102. package/search/Search/internal/index.d.ts +0 -1
  103. package/search/SearchBoxInput/SearchBoxInput.d.ts +0 -11
  104. package/search/SearchBoxInput/docs/api.mdx +0 -76
  105. package/search/SearchBoxInput/docs/index.mdx +0 -6
  106. package/search/SearchBoxInput/index.d.ts +0 -1
  107. package/search/SearchBoxInput/samples/basic.d.ts +0 -2
  108. package/search/SearchBoxListItem/SearchBoxListItem.d.ts +0 -13
  109. package/search/SearchBoxListItem/docs/api.mdx +0 -76
  110. package/search/SearchBoxListItem/docs/index.mdx +0 -30
  111. package/search/SearchBoxListItem/index.d.ts +0 -1
  112. package/search/SearchBoxListItem/samples/basic.d.ts +0 -2
  113. package/search/styles.css +0 -16
@@ -1,77 +1,239 @@
1
1
  import * as React from 'react';
2
+ import { layoutStyles } from 'timvir/core';
3
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
4
 
3
- // src/css.ts
4
-
5
- // src/cx.ts
6
- var cx = function cx2() {
7
- const presentClassNames = Array.prototype.slice.call(arguments).filter(Boolean);
8
- const atomicClasses = {};
9
- const nonAtomicClasses = [];
10
- presentClassNames.forEach((arg) => {
11
- const individualClassNames = arg ? arg.split(" ") : [];
12
- individualClassNames.forEach((className) => {
13
- if (className.startsWith("atm_")) {
14
- const [, keyHash] = className.split("_");
15
- atomicClasses[keyHash] = className;
16
- } else {
17
- nonAtomicClasses.push(className);
18
- }
5
+ var styleq = {};
6
+ var hasRequiredStyleq;
7
+ function requireStyleq() {
8
+ if (hasRequiredStyleq) return styleq;
9
+ hasRequiredStyleq = 1;
10
+ Object.defineProperty(styleq, "__esModule", {
11
+ value: true
19
12
  });
20
- });
21
- const result = [];
22
- for (const keyHash in atomicClasses) {
23
- if (Object.prototype.hasOwnProperty.call(atomicClasses, keyHash)) {
24
- result.push(atomicClasses[keyHash]);
13
+ styleq.styleq = void 0;
14
+ var cache = new WeakMap();
15
+ var compiledKey = '$$css';
16
+ function createStyleq(options) {
17
+ var disableCache;
18
+ var disableMix;
19
+ var transform;
20
+ if (options != null) {
21
+ disableCache = options.disableCache === true;
22
+ disableMix = options.disableMix === true;
23
+ transform = options.transform;
24
+ }
25
+ return function styleq() {
26
+ var definedProperties = [];
27
+ var className = '';
28
+ var inlineStyle = null;
29
+ var debugString = '';
30
+ var nextCache = disableCache ? null : cache;
31
+ var styles = new Array(arguments.length);
32
+ for(var i = 0; i < arguments.length; i++){
33
+ styles[i] = arguments[i];
34
+ }
35
+ while(styles.length > 0){
36
+ var possibleStyle = styles.pop();
37
+ if (possibleStyle == null || possibleStyle === false) {
38
+ continue;
39
+ }
40
+ if (Array.isArray(possibleStyle)) {
41
+ for(var _i = 0; _i < possibleStyle.length; _i++){
42
+ styles.push(possibleStyle[_i]);
43
+ }
44
+ continue;
45
+ }
46
+ var style = transform != null ? transform(possibleStyle) : possibleStyle;
47
+ if (style.$$css != null) {
48
+ var classNameChunk = '';
49
+ if (nextCache != null && nextCache.has(style)) {
50
+ var cacheEntry = nextCache.get(style);
51
+ if (cacheEntry != null) {
52
+ classNameChunk = cacheEntry[0];
53
+ debugString = cacheEntry[2];
54
+ definedProperties.push.apply(definedProperties, cacheEntry[1]);
55
+ nextCache = cacheEntry[3];
56
+ }
57
+ } else {
58
+ var definedPropertiesChunk = [];
59
+ for(var prop in style){
60
+ var value = style[prop];
61
+ if (prop === compiledKey) {
62
+ var compiledKeyValue = style[prop];
63
+ if (compiledKeyValue !== true) {
64
+ debugString = debugString ? compiledKeyValue + '; ' + debugString : compiledKeyValue;
65
+ }
66
+ continue;
67
+ }
68
+ if (typeof value === 'string' || value === null) {
69
+ if (!definedProperties.includes(prop)) {
70
+ definedProperties.push(prop);
71
+ if (nextCache != null) {
72
+ definedPropertiesChunk.push(prop);
73
+ }
74
+ if (typeof value === 'string') {
75
+ classNameChunk += classNameChunk ? ' ' + value : value;
76
+ }
77
+ }
78
+ } else {
79
+ console.error("styleq: ".concat(prop, " typeof ").concat(String(value), " is not \"string\" or \"null\"."));
80
+ }
81
+ }
82
+ if (nextCache != null) {
83
+ var weakMap = new WeakMap();
84
+ nextCache.set(style, [
85
+ classNameChunk,
86
+ definedPropertiesChunk,
87
+ debugString,
88
+ weakMap
89
+ ]);
90
+ nextCache = weakMap;
91
+ }
92
+ }
93
+ if (classNameChunk) {
94
+ className = className ? classNameChunk + ' ' + className : classNameChunk;
95
+ }
96
+ } else {
97
+ if (disableMix) {
98
+ if (inlineStyle == null) {
99
+ inlineStyle = {};
100
+ }
101
+ inlineStyle = Object.assign({}, style, inlineStyle);
102
+ } else {
103
+ var subStyle = null;
104
+ for(var _prop in style){
105
+ var _value = style[_prop];
106
+ if (_value !== undefined) {
107
+ if (!definedProperties.includes(_prop)) {
108
+ if (_value != null) {
109
+ if (inlineStyle == null) {
110
+ inlineStyle = {};
111
+ }
112
+ if (subStyle == null) {
113
+ subStyle = {};
114
+ }
115
+ subStyle[_prop] = _value;
116
+ }
117
+ definedProperties.push(_prop);
118
+ nextCache = null;
119
+ }
120
+ }
121
+ }
122
+ if (subStyle != null) {
123
+ inlineStyle = Object.assign(subStyle, inlineStyle);
124
+ }
125
+ }
126
+ }
127
+ }
128
+ var styleProps = [
129
+ className,
130
+ inlineStyle,
131
+ debugString
132
+ ];
133
+ return styleProps;
134
+ };
25
135
  }
26
- }
27
- result.push(...nonAtomicClasses);
28
- return result.join(" ");
29
- };
30
- var cx_default = cx;
136
+ var styleq$1 = styleq.styleq = createStyleq();
137
+ styleq$1.factory = createStyleq;
138
+ return styleq;
139
+ }
140
+ var styleqExports = requireStyleq();
141
+ function props(...styles) {
142
+ const [className, style, dataStyleSrc] = styleqExports.styleq(styles);
143
+ const result = {};
144
+ if (className != null && className !== '') {
145
+ result.className = className;
146
+ }
147
+ if (style != null && Object.keys(style).length > 0) {
148
+ result.style = style;
149
+ }
150
+ if (dataStyleSrc != null && dataStyleSrc !== '') {
151
+ result['data-style-src'] = dataStyleSrc;
152
+ }
153
+ return result;
154
+ }
31
155
 
32
- /**
33
- * The underlying DOM element which is rendered by this component.
34
- */
35
156
  const Root = "div";
36
- function ColorBook(props, ref) {
157
+ function ColorBook(props$1, ref) {
37
158
  const {
38
159
  chapters,
39
160
  selectedChapter,
40
161
  onSelectChapter,
41
- className,
42
162
  ...rest
43
- } = props;
44
- return /*#__PURE__*/React.createElement(Root, {
163
+ } = props$1;
164
+ return /*#__PURE__*/jsx(Root, {
45
165
  ref: ref,
46
166
  ...rest,
47
- className: cx_default(className, "rmv2wrl")
48
- }, chapters.map(({
49
- name,
50
- values
51
- }, i) => /*#__PURE__*/React.createElement("div", {
52
- key: i,
53
- style: {
54
- gridColumn: i + 1
55
- }
56
- }, /*#__PURE__*/React.createElement("div", {
57
- className: cx_default(chapter, i === selectedChapter && activeChapter),
58
- onClick: () => {
59
- if (onSelectChapter) {
60
- onSelectChapter(i);
61
- }
62
- }
63
- }, values.map(value => /*#__PURE__*/React.createElement("div", {
64
- key: value,
65
- style: {
66
- background: value
67
- },
68
- className: "d1l94wnr"
69
- }))), name && /*#__PURE__*/React.createElement("div", {
70
- className: cx_default("d1uopbb", i === selectedChapter && "d1vwzhoa")
71
- }, name))));
167
+ ...props(layoutStyles.block, styles.root),
168
+ children: chapters.map(({
169
+ name,
170
+ values
171
+ }, i) => /*#__PURE__*/jsxs("div", {
172
+ style: {
173
+ gridColumn: i + 1
174
+ },
175
+ children: [/*#__PURE__*/jsx("div", {
176
+ ...{
177
+ 0: {
178
+ className: "timvir-s-1n2onr6 timvir-s-1ypdohk timvir-s-78zum5 timvir-s-dt5ytf timvir-s-1m3v4wt timvir-s-1hmns74 timvir-s-51xajf timvir-s-1ydowbf timvir-s-e80sof timvir-s-abwq6t timvir-s-b52w3a timvir-s-ktd1bz timvir-s-1cpjm7i timvir-s-k53niv timvir-s-115iamj timvir-s-s2hnm7"
179
+ },
180
+ 1: {
181
+ className: "timvir-s-1n2onr6 timvir-s-1ypdohk timvir-s-78zum5 timvir-s-dt5ytf timvir-s-1m3v4wt timvir-s-1hmns74 timvir-s-51xajf timvir-s-1ydowbf timvir-s-e80sof timvir-s-abwq6t timvir-s-b52w3a timvir-s-1cpjm7i timvir-s-k53niv timvir-s-ach7vw timvir-s-s2hnm7 timvir-s-su9jc6 timvir-s-fbg1o9"
182
+ }
183
+ }[!!(i === selectedChapter) << 0],
184
+ onClick: () => {
185
+ if (onSelectChapter) {
186
+ onSelectChapter(i);
187
+ }
188
+ },
189
+ children: values.map((value, i) => /*#__PURE__*/jsx("div", {
190
+ style: {
191
+ background: value
192
+ },
193
+ ...props(styles.colorValue, i === 0 ? styles.colorValueFirst : null, i === values.length - 1 ? styles.colorValueLast : null)
194
+ }, value))
195
+ }), name && /*#__PURE__*/jsx("div", {
196
+ ...{
197
+ 0: {
198
+ className: "timvir-s-2b8uid timvir-s-boafo0 timvir-s-vgvpxu timvir-s-1nmq0fv timvir-s-o5v014"
199
+ },
200
+ 1: {
201
+ className: "timvir-s-2b8uid timvir-s-boafo0 timvir-s-1nmq0fv timvir-s-o5v014 timvir-s-1cdhzux"
202
+ }
203
+ }[!!(i === selectedChapter) << 0],
204
+ children: name
205
+ })]
206
+ }, i))
207
+ });
72
208
  }
73
209
  var ColorBook$1 = /*#__PURE__*/React.forwardRef(ColorBook);
74
- const chapter = "c1xqhu04";
75
- const activeChapter = "a1y0tcvx";
210
+ const styles = {
211
+ root: {
212
+ k1xSpc: "timvir-s-rvj5dj",
213
+ kxK9yV: "timvir-s-1p3d3bo",
214
+ klIVar: "timvir-s-u6a5m6",
215
+ kGNEyG: "timvir-s-7a106z",
216
+ kzqmXN: "timvir-s-h8yej3",
217
+ $$css: true
218
+ },
219
+ colorValue: {
220
+ kzQI83: "timvir-s-1iyjqo2",
221
+ $$css: true
222
+ },
223
+ colorValueFirst: {
224
+ kIxVMA: "timvir-s-1nrfd8m",
225
+ ksF3WI: "timvir-s-16gx4na",
226
+ kqGeR4: "timvir-s-frllxf",
227
+ kYm2EN: "timvir-s-jppbhk",
228
+ $$css: true
229
+ },
230
+ colorValueLast: {
231
+ kIxVMA: "timvir-s-1ia1hqs",
232
+ ksF3WI: "timvir-s-1a2w583",
233
+ kqGeR4: "timvir-s-1v8xtx2",
234
+ kYm2EN: "timvir-s-uvn51i",
235
+ $$css: true
236
+ }
237
+ };
76
238
 
77
239
  export { ColorBook$1 as ColorBook };
@@ -1,2 +1 @@
1
- import * as React from "react";
2
- export default function Sample(): React.JSX.Element;
1
+ export default function Sample(): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,167 @@
1
- .rmv2wrl{display:-ms-grid;display:grid;-ms-grid-gap:16px;grid-gap:16px;-ms-grid-auto-columns:1fr;grid-auto-columns:1fr;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%;}
2
- .d1l94wnr{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.d1l94wnr:first-child{border-radius:3px 3px 0 0;}.d1l94wnr:last-child{border-radius:0 0 3px 3px;}
3
- .d1uopbb{text-align:center;font-size:0.75rem;color:var(--timvir-secondary-text-color);margin-top:0.8em;line-height:1;}
4
- .d1vwzhoa{color:var(--timvir-text-color);}
5
- .c1xqhu04{position:relative;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:200px;}.c1xqhu04::before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:4px;box-shadow:0 0 0 0 rgba(19, 124, 189, 0);content:"";-webkit-transition:all 0.16s cubic-bezier(0.4, 1, 0.75, 0.9);transition:all 0.16s cubic-bezier(0.4, 1, 0.75, 0.9);}.c1xqhu04:hover::before{box-shadow:0 0 0 2px #00000040;opacity:1;}
6
- .a1y0tcvx:hover::before,.a1y0tcvx::before{box-shadow:0 0 0 2px var(--c-p-5);opacity:1;}
1
+ @layer priority1 {
2
+ .timvir-s-1p3d3bo {
3
+ grid-gap: 16px;
4
+ }
5
+ }
7
6
 
7
+ @layer priority2 {
8
+ .timvir-s-7a106z {
9
+ align-items: start;
10
+ }
11
+
12
+ .timvir-s-vgvpxu {
13
+ color: var(--timvir-secondary-text-color);
14
+ }
15
+
16
+ .timvir-s-1cdhzux {
17
+ color: var(--timvir-text-color);
18
+ }
19
+
20
+ .timvir-s-1ypdohk {
21
+ cursor: pointer;
22
+ }
23
+
24
+ .timvir-s-78zum5 {
25
+ display: flex;
26
+ }
27
+
28
+ .timvir-s-rvj5dj {
29
+ display: grid;
30
+ }
31
+
32
+ .timvir-s-dt5ytf {
33
+ flex-direction: column;
34
+ }
35
+
36
+ .timvir-s-1iyjqo2 {
37
+ flex-grow: 1;
38
+ }
39
+
40
+ .timvir-s-boafo0 {
41
+ font-size: .75rem;
42
+ }
43
+
44
+ .timvir-s-u6a5m6 {
45
+ grid-auto-columns: 1fr;
46
+ }
47
+
48
+ .timvir-s-o5v014 {
49
+ line-height: 1;
50
+ }
51
+
52
+ .timvir-s-1n2onr6 {
53
+ position: relative;
54
+ }
55
+
56
+ .timvir-s-2b8uid {
57
+ text-align: center;
58
+ }
59
+
60
+ .timvir-s-115iamj:hover:before {
61
+ box-shadow: 0 0 0 2px #00000040;
62
+ }
63
+
64
+ .timvir-s-ach7vw:hover:before {
65
+ box-shadow: 0 0 0 2px var(--c-p-5);
66
+ }
67
+
68
+ .timvir-s-s2hnm7:hover:before {
69
+ opacity: 1;
70
+ }
71
+ }
72
+
73
+ @layer priority3 {
74
+ .timvir-s-frllxf {
75
+ border-bottom-left-radius: 0;
76
+ }
77
+
78
+ .timvir-s-1v8xtx2 {
79
+ border-bottom-left-radius: 3px;
80
+ }
81
+
82
+ .timvir-s-jppbhk {
83
+ border-bottom-right-radius: 0;
84
+ }
85
+
86
+ .timvir-s-uvn51i {
87
+ border-bottom-right-radius: 3px;
88
+ }
89
+
90
+ .timvir-s-1ia1hqs {
91
+ border-top-left-radius: 0;
92
+ }
93
+
94
+ .timvir-s-1nrfd8m {
95
+ border-top-left-radius: 3px;
96
+ }
97
+
98
+ .timvir-s-1a2w583 {
99
+ border-top-right-radius: 0;
100
+ }
101
+
102
+ .timvir-s-16gx4na {
103
+ border-top-right-radius: 3px;
104
+ }
105
+
106
+ .timvir-s-1m3v4wt {
107
+ height: 200px;
108
+ }
109
+
110
+ .timvir-s-1nmq0fv {
111
+ margin-top: .8em;
112
+ }
113
+
114
+ .timvir-s-h8yej3 {
115
+ width: 100%;
116
+ }
117
+ }
118
+
119
+ @layer priority4 {
120
+ .timvir-s-b52w3a:before {
121
+ border-radius: 4px;
122
+ }
123
+
124
+ .timvir-s-k53niv:before {
125
+ transition: all .16s cubic-bezier(.4, 1, .75, .9);
126
+ }
127
+ }
128
+
129
+ @layer priority5 {
130
+ .timvir-s-ktd1bz:before {
131
+ box-shadow: 0 0 #137cbd00;
132
+ }
133
+
134
+ .timvir-s-su9jc6:before {
135
+ box-shadow: 0 0 0 2px var(--c-p-5);
136
+ }
137
+
138
+ .timvir-s-1cpjm7i:before {
139
+ content: "";
140
+ }
141
+
142
+ .timvir-s-fbg1o9:before {
143
+ opacity: 1;
144
+ }
145
+
146
+ .timvir-s-1hmns74:before {
147
+ position: absolute;
148
+ }
149
+ }
150
+
151
+ @layer priority6 {
152
+ .timvir-s-e80sof:before {
153
+ bottom: -2px;
154
+ }
155
+
156
+ .timvir-s-abwq6t:before {
157
+ left: -2px;
158
+ }
159
+
160
+ .timvir-s-1ydowbf:before {
161
+ right: -2px;
162
+ }
163
+
164
+ .timvir-s-51xajf:before {
165
+ top: -2px;
166
+ }
167
+ }