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,9 +1,171 @@
1
- .r1szx90n{-webkit-transition:all 0.16s;transition:all 0.16s;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;}.r1szx90n:hover{background:rgba(55, 53, 47, 0.08);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}.r1szx90n:active{background:rgba(55, 53, 47, 0.08);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);}:root[data-timvir-theme="dark"] {box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.08);}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.08);}
2
- .tywhumj{-webkit-flex:4 1 180px;-ms-flex:4 1 180px;flex:4 1 180px;padding:12px 14px 14px;min-width:0;}
3
- .t1sni99u{color:var(--timvir-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:24px;margin-bottom:6px;}
4
- .d7eo497{font-size:0.75rem;line-height:1.1rem;color:var(--timvir-secondary-text-color);height:2.2rem;overflow:hidden;}
5
- .u1rlrpoc{margin-top:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0.75rem;line-height:1rem;color:var(--timvir-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
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
+ }