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.
- package/CHANGELOG.md +29 -0
- package/blocks/Arbitrary/Arbitrary.d.ts +1 -1
- package/blocks/Arbitrary/index.js +232 -78
- package/blocks/Arbitrary/samples/basic.d.ts +1 -1
- package/blocks/Arbitrary/styles.css +166 -6
- package/blocks/Code/Code.d.ts +0 -6
- package/blocks/Code/docs/index.mdx +0 -11
- package/blocks/Code/index.js +213 -112
- package/blocks/Code/samples/basic.d.ts +1 -1
- package/blocks/Code/samples/toggle.d.ts +1 -2
- package/blocks/Code/styles.css +100 -15
- package/blocks/ColorBar/docs/index.mdx +8 -2
- package/blocks/ColorBar/index.js +223 -68
- package/blocks/ColorBar/samples/basic.d.ts +1 -2
- package/blocks/ColorBar/styles.css +103 -4
- package/blocks/ColorBook/docs/index.mdx +1 -1
- package/blocks/ColorBook/index.js +222 -60
- package/blocks/ColorBook/samples/basic.d.ts +1 -2
- package/blocks/ColorBook/styles.css +166 -6
- package/blocks/Cover/index.js +177 -48
- package/blocks/Cover/samples/basic.d.ts +1 -2
- package/blocks/Cover/styles.css +18 -0
- package/blocks/Exhibit/index.js +205 -50
- package/blocks/Exhibit/samples/basic.d.ts +1 -2
- package/blocks/Exhibit/samples/bleed.d.ts +1 -1
- package/blocks/Exhibit/samples/usage.d.ts +1 -2
- package/blocks/Exhibit/styles.css +66 -3
- package/blocks/Font/index.js +239 -98
- package/blocks/Font/samples/basic.d.ts +1 -1
- package/blocks/Font/samples/timvir/body1.d.ts +1 -1
- package/blocks/Font/samples/timvir/caption.d.ts +1 -1
- package/blocks/Font/samples/timvir/h1.d.ts +1 -1
- package/blocks/Font/samples/timvir/h2.d.ts +1 -1
- package/blocks/Font/samples/timvir/h3.d.ts +1 -1
- package/blocks/Font/samples/timvir/h4.d.ts +1 -1
- package/blocks/Font/styles.css +82 -8
- package/blocks/Grid/docs/index.mdx +4 -4
- package/blocks/Grid/index.js +181 -36
- package/blocks/Grid/samples/basic.d.ts +1 -2
- package/blocks/Grid/styles.css +20 -1
- package/blocks/Icon/docs/index.mdx +13 -13
- package/blocks/Icon/index.js +93 -100
- package/blocks/Icon/internal/Canvas.d.ts +1 -1
- package/blocks/Icon/samples/basic.d.ts +1 -2
- package/blocks/Icon/styles.css +117 -5
- package/blocks/Icon/types.d.ts +3 -2
- package/blocks/Message/docs/index.mdx +5 -8
- package/blocks/Message/index.js +238 -55
- package/blocks/Message/samples/basic.d.ts +1 -1
- package/blocks/Message/styles.css +94 -6
- package/blocks/Swatch/docs/index.mdx +16 -16
- package/blocks/Swatch/index.js +199 -45
- package/blocks/Swatch/samples/basic.d.ts +1 -2
- package/blocks/Swatch/styles.css +82 -4
- package/blocks/Viewport/index.js +360 -237
- package/blocks/Viewport/internal/Caption.d.ts +1 -1
- package/blocks/Viewport/internal/Handle.d.ts +1 -1
- package/blocks/Viewport/internal/Ruler.d.ts +1 -2
- package/blocks/Viewport/samples/basic.d.ts +1 -2
- package/blocks/Viewport/styles.css +259 -14
- package/blocks/WebLink/index.js +217 -62
- package/blocks/WebLink/samples/basic.d.ts +1 -1
- package/blocks/WebLink/styles.css +170 -8
- package/blocks/styles.css +1460 -97
- package/builtins/components.d.ts +2 -2
- package/builtins/index.js +306 -239
- package/builtins/styles.css +267 -14
- package/context/index.d.ts +6 -1
- package/core/components/Commands/Commands.d.ts +2 -0
- package/core/components/Commands/internal/Action.d.ts +1 -1
- package/core/components/Commands/internal/Dialog.d.ts +1 -2
- package/core/components/Commands/internal/index.d.ts +0 -1
- package/core/components/Footer/samples/basic.d.ts +1 -1
- package/core/components/NavigationFooter/NavigationFooter.d.ts +4 -2
- package/core/components/NavigationFooter/samples/basic.d.ts +1 -1
- package/core/components/Page/Page.d.ts +12 -3
- package/core/components/Page/docs/index.mdx +44 -11
- package/core/components/Page/internal/Section.d.ts +1 -2
- package/core/components/Page/internal/Sidebar.d.ts +1 -1
- package/core/components/Page/internal/SidebarItem.d.ts +1 -2
- package/core/components/Page/internal/index.d.ts +0 -1
- package/core/components/Page/samples/basic.d.ts +1 -2
- package/core/components/Page/samples/layout.d.ts +1 -2
- package/core/index.d.ts +191 -2
- package/core/index.js +674 -449
- package/core/layout.d.ts +40 -0
- package/core/styles.css +857 -88
- package/core/theme/detector.js +1 -1
- package/global.css +79 -0
- package/internal/cx.d.ts +1 -0
- package/knip.config.d.ts +5 -0
- package/package.json +1 -2
- package/search/Search/samples/basic.d.ts +1 -2
- package/search/index.js +2 -208
- package/styles.css +2670 -222
- package/blocks/Code/theme.d.ts +0 -2
- package/bus/styles.css +0 -1
- package/context/styles.css +0 -1
- package/core/theme/index.d.ts +0 -1
- package/hooks/styles.css +0 -1
- package/search/Search/internal/Dialog.d.ts +0 -20
- package/search/Search/internal/index.d.ts +0 -1
- package/search/SearchBoxInput/SearchBoxInput.d.ts +0 -11
- package/search/SearchBoxInput/docs/api.mdx +0 -76
- package/search/SearchBoxInput/docs/index.mdx +0 -6
- package/search/SearchBoxInput/index.d.ts +0 -1
- package/search/SearchBoxInput/samples/basic.d.ts +0 -2
- package/search/SearchBoxListItem/SearchBoxListItem.d.ts +0 -13
- package/search/SearchBoxListItem/docs/api.mdx +0 -76
- package/search/SearchBoxListItem/docs/index.mdx +0 -30
- package/search/SearchBoxListItem/index.d.ts +0 -1
- package/search/SearchBoxListItem/samples/basic.d.ts +0 -2
- package/search/styles.css +0 -16
|
@@ -1,9 +1,171 @@
|
|
|
1
|
-
|
|
2
|
-
.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.f1cqi3na{width:1rem;height:1rem;min-width:1rem;margin-right:6px;}
|
|
7
|
-
.igksd61{-webkit-flex:1 1 180px;-ms-flex:1 1 180px;flex:1 1 180px;position:relative;min-width:180px;}
|
|
8
|
-
.i1gibb8w{display:block;object-fit:cover;border-radius:0 3px 3px 0;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px;}
|
|
1
|
+
@layer priority1 {
|
|
2
|
+
.timvir-s-hkrif2 {
|
|
3
|
+
padding: 12px 14px 14px;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
9
6
|
|
|
7
|
+
@layer priority2 {
|
|
8
|
+
.timvir-s-j7gikm {
|
|
9
|
+
border-color: var(--timvir-border-color);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.timvir-s-1p4ba9y {
|
|
13
|
+
border-radius: 0 2px 2px 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.timvir-s-18zih8k {
|
|
17
|
+
border-radius: 3px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.timvir-s-1y0btm7 {
|
|
21
|
+
border-style: solid;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.timvir-s-mkeg23 {
|
|
25
|
+
border-width: 1px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.timvir-s-15lv9n0 {
|
|
29
|
+
flex: 180px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.timvir-s-1fvrxw4 {
|
|
33
|
+
flex: 4 180px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.timvir-s-b3r6kr {
|
|
37
|
+
overflow: hidden;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.timvir-s-1hl2dhg {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.timvir-s-zhuw26 {
|
|
45
|
+
transition: all .16s;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.timvir-s-49kzi4:hover, .timvir-s-13m658e:active {
|
|
49
|
+
border-color: var(--timvir-text-color);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@layer priority3 {
|
|
54
|
+
.timvir-s-1d0dlzq {
|
|
55
|
+
background-color: var(--timvir-secondary-background-color);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.timvir-s-vgvpxu {
|
|
59
|
+
color: var(--timvir-secondary-text-color);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.timvir-s-1cdhzux {
|
|
63
|
+
color: var(--timvir-text-color);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.timvir-s-1ypdohk {
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.timvir-s-1lliihq {
|
|
71
|
+
display: block;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.timvir-s-78zum5 {
|
|
75
|
+
display: flex;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.timvir-s-boafo0 {
|
|
79
|
+
font-size: .75rem;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.timvir-s-1vbrtjm {
|
|
83
|
+
line-height: 1.1rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.timvir-s-l2ypbo {
|
|
87
|
+
line-height: 1rem;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.timvir-s-l1xv1r {
|
|
91
|
+
object-fit: cover;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.timvir-s-10l6tqk {
|
|
95
|
+
position: absolute;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.timvir-s-1n2onr6 {
|
|
99
|
+
position: relative;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.timvir-s-lyipyv {
|
|
103
|
+
text-overflow: ellipsis;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.timvir-s-uxw1ft {
|
|
107
|
+
white-space: nowrap;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.timvir-s-1dc5b4e:hover, .timvir-s-1bx2y69:active {
|
|
111
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
@layer priority4 {
|
|
116
|
+
.timvir-s-5yr21d {
|
|
117
|
+
height: 100%;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.timvir-s-1l36t39 {
|
|
121
|
+
height: 1rem;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.timvir-s-1ehw58o {
|
|
125
|
+
height: 2.2rem;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.timvir-s-u96u03 {
|
|
129
|
+
left: 0;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.timvir-s-zueoph {
|
|
133
|
+
margin-bottom: 6px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.timvir-s-15ku74s {
|
|
137
|
+
margin-right: 6px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.timvir-s-14vqqas {
|
|
141
|
+
margin-top: 12px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.timvir-s-jwf9q1 {
|
|
145
|
+
min-height: 24px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.timvir-s-euugli {
|
|
149
|
+
min-width: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.timvir-s-fb3i0g {
|
|
153
|
+
min-width: 180px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.timvir-s-gomdpo {
|
|
157
|
+
min-width: 1rem;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.timvir-s-13vifvy {
|
|
161
|
+
top: 0;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.timvir-s-h8yej3 {
|
|
165
|
+
width: 100%;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.timvir-s-cdlrvm {
|
|
169
|
+
width: 1rem;
|
|
170
|
+
}
|
|
171
|
+
}
|