@tight-embedded/react 6.0.2 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +331 -315
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.js.map.gz +0 -0
- package/package.json +9 -7
- package/dist/235.css +0 -446
- package/dist/235.css.gz +0 -0
- package/dist/41.css +0 -245
- package/dist/41.css.gz +0 -0
- package/dist/fonts/G centra-book.otf +0 -0
- package/dist/fonts/G centra-book.otf.gz +0 -0
- package/dist/fonts/G centra-medium.otf +0 -0
- package/dist/fonts/G centra-medium.otf.gz +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.ttf.gz +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf.gz +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.ttf.gz +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.ttf.gz +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.ttf.gz +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf.gz +0 -0
- package/dist/fonts/gcentra-book.woff +0 -0
- package/dist/fonts/gcentra-book.woff.gz +0 -0
- package/dist/fonts/gcentra-book.woff2 +0 -0
- package/dist/fonts/gcentra-medium.woff +0 -0
- package/dist/fonts/gcentra-medium.woff.gz +0 -0
- package/dist/fonts/gcentra-medium.woff2 +0 -0
- package/dist/gcentra.css +0 -25
- package/dist/gcentra.css.gz +0 -0
- package/dist/inter.css +0 -36
- package/dist/inter.css.gz +0 -0
package/dist/41.css
DELETED
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
:where(:root, :host) {
|
|
2
|
-
/* Brand Colors */
|
|
3
|
-
--Tight-colors-brand-primary-weak: #000000;
|
|
4
|
-
--Tight-colors-brand-primary: #000000;
|
|
5
|
-
--Tight-colors-brand-primary-strong: #000000;
|
|
6
|
-
|
|
7
|
-
--Tight-colors-brand-action-weak: rgba(0, 0, 0, 0.02);
|
|
8
|
-
--Tight-colors-brand-action: rgba(0, 0, 0, 0.04);
|
|
9
|
-
--Tight-colors-brand-action-strong: rgba(0, 0, 0, 0.06);
|
|
10
|
-
|
|
11
|
-
--Tight-colors-brand-success-weak: #b9ffbb;
|
|
12
|
-
--Tight-colors-brand-success: #33F28B;
|
|
13
|
-
--Tight-colors-brand-success-strong: rgb(37, 216, 117);
|
|
14
|
-
|
|
15
|
-
--Tight-colors-brand-warning-weak: #626262;
|
|
16
|
-
--Tight-colors-brand-warning: #626262;
|
|
17
|
-
--Tight-colors-brand-warning-strong: #000000;
|
|
18
|
-
|
|
19
|
-
--Tight-colors-brand-danger-weak: #FFAAAA;
|
|
20
|
-
--Tight-colors-brand-danger: #F0685F;
|
|
21
|
-
--Tight-colors-brand-danger-strong: #E12513;
|
|
22
|
-
|
|
23
|
-
/* Surface Colors */
|
|
24
|
-
--Tight-colors-surface-background: #FAFAFA;
|
|
25
|
-
--Tight-colors-surface-foreground: #FFFFFF;
|
|
26
|
-
|
|
27
|
-
--Tight-colors-surface-intent-success: #33F28B;
|
|
28
|
-
--Tight-colors-surface-intent-success-hover: rgb(37, 216, 117);
|
|
29
|
-
|
|
30
|
-
--Tight-colors-surface-intent-warning-hover: #000000;
|
|
31
|
-
|
|
32
|
-
/* Border Colors */
|
|
33
|
-
--Tight-colors-border-layout-weak: rgba(0, 0, 0, 0.10);
|
|
34
|
-
--Tight-colors-border-layout: rgba(0, 0, 0, 0.18);
|
|
35
|
-
--Tight-colors-border-layout-strong: rgba(0, 0, 0, 0.18);
|
|
36
|
-
|
|
37
|
-
--Tight-colors-border-intent-success: transparent;
|
|
38
|
-
--Tight-colors-border-intent-success-hover: transparent;
|
|
39
|
-
--Tight-colors-border-intent-success-active: transparent;
|
|
40
|
-
|
|
41
|
-
--Tight-colors-border-intent-warning: transparent;
|
|
42
|
-
--Tight-colors-border-intent-warning-hover: transparent;
|
|
43
|
-
--Tight-colors-border-intent-warning-active: transparent;
|
|
44
|
-
|
|
45
|
-
--Tight-colors-border-intent-danger: transparent;
|
|
46
|
-
--Tight-colors-border-intent-danger-hover: transparent;
|
|
47
|
-
--Tight-colors-border-intent-danger-active: transparent;
|
|
48
|
-
|
|
49
|
-
/* Money Colors */
|
|
50
|
-
--Tight-colors-money-positive: #00863A;
|
|
51
|
-
--Tight-colors-money-positive-weak: rgb(37, 216, 117);
|
|
52
|
-
--Tight-colors-money-negative: #F8645B;
|
|
53
|
-
--Tight-colors-money-negative-weak: #FD9390;
|
|
54
|
-
|
|
55
|
-
/* Custom Colors */
|
|
56
|
-
--zb-success-badge: rgb(141, 248, 181);
|
|
57
|
-
--zb-banner-default: #ededed;
|
|
58
|
-
--zb-banner-promo: #111112;
|
|
59
|
-
--zb-banner-error: #ffaaaa;
|
|
60
|
-
--zb-banner-info: #bed4ff;
|
|
61
|
-
--zb-banner-action: #b9ffbb;
|
|
62
|
-
--zb-banner-ai: #d1b5ff;
|
|
63
|
-
|
|
64
|
-
/* Layout */
|
|
65
|
-
--Tight-radii-sm: 4px;
|
|
66
|
-
--Tight-radii-md: 12px;
|
|
67
|
-
--Tight-radii-lg: 12px;
|
|
68
|
-
|
|
69
|
-
--Tight-shadows-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.5);
|
|
70
|
-
|
|
71
|
-
/* Typography */
|
|
72
|
-
--Tight-fontSizes-label: 16px;
|
|
73
|
-
--Tight-fontSizes-label-sub: 14px;
|
|
74
|
-
--Tight-fontSizes-label-strong: 16px;
|
|
75
|
-
--Tight-fontSizes-label-strongSub: 14px;
|
|
76
|
-
|
|
77
|
-
--Tight-fontWeights-md: 500;
|
|
78
|
-
|
|
79
|
-
--Tight-colors-typography-base: rgba(0, 0, 0, 0.93);
|
|
80
|
-
--Tight-colors-typography-base-weak: rgba(0, 0, 0, 0.74);
|
|
81
|
-
|
|
82
|
-
--Tight-colors-typography-intent-primary: #FFFFFF;
|
|
83
|
-
--Tight-colors-typography-intent-primary-hover: #FFFFFF;
|
|
84
|
-
--Tight-colors-typography-intent-primary-active: #FFFFFF;
|
|
85
|
-
|
|
86
|
-
--Tight-colors-typography-intent-action-hover: #6F7576;
|
|
87
|
-
|
|
88
|
-
--Tight-colors-typography-intent-warning: #FFFFFF;
|
|
89
|
-
--Tight-colors-typography-intent-warning-hover: #FFFFFF;
|
|
90
|
-
--Tight-colors-typography-intent-warning-active: #FFFFFF;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
* {
|
|
94
|
-
font-family: "Inter", sans-serif;
|
|
95
|
-
}
|
|
96
|
-
.Tight-label {
|
|
97
|
-
line-height: 18px;
|
|
98
|
-
}
|
|
99
|
-
.Tight-strong-label {
|
|
100
|
-
line-height: 18px;
|
|
101
|
-
}
|
|
102
|
-
.Tight-sub-label {
|
|
103
|
-
line-height: 16px;
|
|
104
|
-
}
|
|
105
|
-
.Tight-strong-sub-label {
|
|
106
|
-
line-height: 16px;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.Tight-filter-bar {
|
|
110
|
-
background-color: var(--Tight-colors-surface-foreground);
|
|
111
|
-
border: 1px solid var(--Tight-colors-border-layout-strong);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.Tight-business-owner-table {
|
|
115
|
-
border: none;
|
|
116
|
-
}
|
|
117
|
-
.Tight-table-parent-row {
|
|
118
|
-
margin-bottom: 12px;
|
|
119
|
-
border: 1px solid var(--Tight-colors-border-layout-strong);
|
|
120
|
-
border-radius: var(--Tight-radii-md);
|
|
121
|
-
background-color: var(--Tight-colors-surface-foreground);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.Tight-popup {
|
|
125
|
-
background-color: var(--Tight-colors-surface-foreground);
|
|
126
|
-
border-radius: var(--Tight-radii-sm);
|
|
127
|
-
border: none;
|
|
128
|
-
}
|
|
129
|
-
.Tight-selector-row {
|
|
130
|
-
border: none;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.Tight-table-cell-divider {
|
|
134
|
-
display: none;
|
|
135
|
-
}
|
|
136
|
-
.Tight-badge {
|
|
137
|
-
border-radius: 9999px;
|
|
138
|
-
height: 28px;
|
|
139
|
-
padding-left: 12px;
|
|
140
|
-
padding-right: 12px;
|
|
141
|
-
border: none;
|
|
142
|
-
}
|
|
143
|
-
.Tight-success-badge {
|
|
144
|
-
background-color: var(--zb-success-badge);
|
|
145
|
-
|
|
146
|
-
&:focus-visible, &[data-state="open"] {
|
|
147
|
-
background-color: var(--Tight-colors-brand-success);
|
|
148
|
-
}
|
|
149
|
-
@media (hover: hover) and (pointer: fine) {
|
|
150
|
-
&:hover {
|
|
151
|
-
background-color: var(--Tight-colors-brand-success);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.Tight-drawer-header {
|
|
157
|
-
background-color: var(--Tight-colors-surface-background);
|
|
158
|
-
padding-left: 24px;
|
|
159
|
-
padding-right: 24px;
|
|
160
|
-
}
|
|
161
|
-
.Tight-form-header-border {
|
|
162
|
-
margin-right: 24px;
|
|
163
|
-
margin-left: 24px;
|
|
164
|
-
}
|
|
165
|
-
.Tight-form-body {
|
|
166
|
-
padding-left: 24px;
|
|
167
|
-
padding-right: 24px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.Tight-button-base {
|
|
171
|
-
border-radius: var(--Tight-radii-sm);
|
|
172
|
-
}
|
|
173
|
-
.Tight-button-secondary {
|
|
174
|
-
border: 1px solid var(--Tight-colors-brand-primary-strong);
|
|
175
|
-
&:active:enabled, &[data-active="true"]:enabled {
|
|
176
|
-
background-color: #FFFFFF;
|
|
177
|
-
color: var(--Tight-colors-brand-primary-strong);
|
|
178
|
-
.Tight-text {
|
|
179
|
-
color: var(--Tight-colors-brand-primary-strong);
|
|
180
|
-
}
|
|
181
|
-
.Tight-icon > path {
|
|
182
|
-
stroke: var(--Tight-colors-brand-primary-strong);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
@media (hover: hover) and (pointer: fine) {
|
|
187
|
-
&:hover:not(:disabled) {
|
|
188
|
-
background-color: #FFFFFF;
|
|
189
|
-
color: var(--Tight-colors-brand-primary-strong);
|
|
190
|
-
|
|
191
|
-
.Tight-text {
|
|
192
|
-
color: var(--Tight-colors-brand-primary-strong);
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.Tight-icon > path {
|
|
196
|
-
stroke: var(--Tight-colors-brand-primary-strong);
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.Tight-month-picker-left-button {
|
|
203
|
-
border-right: none;
|
|
204
|
-
}
|
|
205
|
-
.Tight-month-picker-right-button {
|
|
206
|
-
border-left: none;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.Tight-tile {
|
|
210
|
-
box-shadow: none;
|
|
211
|
-
}
|
|
212
|
-
.Tight-tile-header {
|
|
213
|
-
border-bottom: none;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.Tight-banner {
|
|
217
|
-
border-color: var(--Tight-colors-border-layout-weak);
|
|
218
|
-
}
|
|
219
|
-
.Tight-banner-high {
|
|
220
|
-
background-color: var(--zb-banner-action);
|
|
221
|
-
}
|
|
222
|
-
.Tight-banner-medium {
|
|
223
|
-
background-color: var(--zb-banner-default);
|
|
224
|
-
}
|
|
225
|
-
.Tight-banner-button { /* match zb solid black banner buttons */
|
|
226
|
-
background-color: var(--Tight-colors-surface-intent-primary);
|
|
227
|
-
border-color: var(--Tight-colors-border-intent-primary);
|
|
228
|
-
@media (hover: hover) and (pointer: fine) {
|
|
229
|
-
&:hover:not(:disabled) {
|
|
230
|
-
background-color: var(--Tight-colors-surface-intent-primary-hover);
|
|
231
|
-
border-color: var(--Tight-colors-border-intent-primary-hover);
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
&:active:enabled, &[data-active='true']:enabled {
|
|
236
|
-
background-color: var(--Tight-colors-surface-intent-primary-active);
|
|
237
|
-
border-color: var(--Tight-colors-border-intent-primary-active);
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
.Tight-banner-button-text {
|
|
241
|
-
color: var(--Tight-colors-typography-intent-primary);
|
|
242
|
-
}
|
|
243
|
-
.Tight-banner-button-icon > path {
|
|
244
|
-
stroke: var(--Tight-colors-icon-intent-primary);
|
|
245
|
-
}
|
package/dist/41.css.gz
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/gcentra.css
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
*
|
|
4
|
-
* Font Family: G Centra
|
|
5
|
-
* Designed by: Unknown
|
|
6
|
-
*
|
|
7
|
-
* Font Styles:
|
|
8
|
-
* G Centra Book (400)
|
|
9
|
-
* G Centra Medium (500)
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: "G Centra";
|
|
15
|
-
src: url('./fonts/gcentra-book.woff') format('woff'), url('./fonts/gcentra-book.woff2') format('woff2'), url('./fonts/G centra-book.otf') format('opentype');
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@font-face {
|
|
21
|
-
font-family: "G Centra";
|
|
22
|
-
src: url('./fonts/gcentra-medium.woff') format('woff'), url('./fonts/gcentra-medium.woff2') format('woff2'), url('./fonts/G centra-medium.otf') format('opentype');
|
|
23
|
-
font-weight: 500;
|
|
24
|
-
font-style: normal;
|
|
25
|
-
}
|
package/dist/gcentra.css.gz
DELETED
|
Binary file
|
package/dist/inter.css
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'Inter';
|
|
3
|
-
src: url('./fonts/Inter-ExtraLight.ttf') format('truetype');
|
|
4
|
-
font-weight: 200;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
}
|
|
7
|
-
@font-face {
|
|
8
|
-
font-family: 'Inter';
|
|
9
|
-
src: url('./fonts/Inter-Light.ttf') format('truetype');
|
|
10
|
-
font-weight: 300;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
}
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'Inter';
|
|
15
|
-
src: url('./fonts/Inter-Regular.ttf') format('truetype');
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
}
|
|
19
|
-
@font-face {
|
|
20
|
-
font-family: 'Inter';
|
|
21
|
-
src: url('./fonts/Inter-Medium.ttf') format('truetype');
|
|
22
|
-
font-weight: 500;
|
|
23
|
-
font-style: normal;
|
|
24
|
-
}
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'Inter';
|
|
27
|
-
src: url('./fonts/Inter-SemiBold.ttf') format('truetype');
|
|
28
|
-
font-weight: 600;
|
|
29
|
-
font-style: normal;
|
|
30
|
-
}
|
|
31
|
-
@font-face {
|
|
32
|
-
font-family: 'Inter';
|
|
33
|
-
src: url('./fonts/Inter-Bold.ttf') format('truetype');
|
|
34
|
-
font-weight: 700;
|
|
35
|
-
font-style: normal;
|
|
36
|
-
}
|
package/dist/inter.css.gz
DELETED
|
Binary file
|