quicksnack 3.48.0 → 3.50.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/bundle.js +13 -128
- package/dist/bundle.min.js +1 -1
- package/dist/quicksnack.css +45 -0
- package/dist/src/components/Panel/Panel.d.ts +2 -0
- package/package.json +1 -1
- package/dist/theme.css +0 -2
- package/dist/utils.css +0 -1531
- package/dist/variables.css +0 -153
package/dist/variables.css
DELETED
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--common-black: rgba(0,0,0,.87);
|
|
3
|
-
--common-white: #fff;
|
|
4
|
-
|
|
5
|
-
--colors-blue: #007bff;
|
|
6
|
-
--colors-indigo: #6610f2;
|
|
7
|
-
--colors-purple: #6f42c1;
|
|
8
|
-
--colors-pink: #e83e8c;
|
|
9
|
-
--colors-red: #e83e3e;
|
|
10
|
-
--colors-orange: #fd7e14;
|
|
11
|
-
--colors-yellow: #ffc107;
|
|
12
|
-
--colors-green: #23B294;
|
|
13
|
-
--colors-teal: #20c997;
|
|
14
|
-
--colors-cyan: #17a2b8;
|
|
15
|
-
--colors-gray: #6c757d;
|
|
16
|
-
--colors-grayDark: #343a40;
|
|
17
|
-
--colors-light: #f8f9fa;
|
|
18
|
-
--colors-dark: #343a40;
|
|
19
|
-
|
|
20
|
-
--form-hint: #C7C7C7;
|
|
21
|
-
--form-error: #9f3a38;
|
|
22
|
-
|
|
23
|
-
--button-basic-idle-background: #fff;
|
|
24
|
-
--button-basic-idle-text: rgba(0,0,0,.87);
|
|
25
|
-
--button-basic-hover-background: #e5e5e5;
|
|
26
|
-
--button-basic-hover-text: rgba(0,0,0,0.883);
|
|
27
|
-
--button-basic-active-background: #ccc;
|
|
28
|
-
--button-basic-active-text: rgba(0,0,0,0.8960000000000001);
|
|
29
|
-
|
|
30
|
-
--button-default-idle-background: #e0e1e2;
|
|
31
|
-
--button-default-idle-text: rgba(0,0,0,.87);
|
|
32
|
-
--button-default-hover-background: #c9cacb;
|
|
33
|
-
--button-default-hover-text: rgba(0,0,0,0.883);
|
|
34
|
-
--button-default-active-background: #b3b4b4;
|
|
35
|
-
--button-default-active-text: rgba(0,0,0,0.8960000000000001);
|
|
36
|
-
|
|
37
|
-
--button-text-idle-text: #999c9e;
|
|
38
|
-
--button-text-idle-background: transparent;
|
|
39
|
-
--button-text-active-text: rgba(0,0,0,.87);
|
|
40
|
-
--button-text-active-background: transparent;
|
|
41
|
-
--button-text-hover-text: rgba(0,0,0,.87);
|
|
42
|
-
--button-text-hover-background: transparent;
|
|
43
|
-
|
|
44
|
-
--button-danger-idle-background: #EC5969;
|
|
45
|
-
--button-danger-idle-text: #fff;
|
|
46
|
-
--button-danger-hover-background: #d4505e;
|
|
47
|
-
--button-danger-hover-text: #fff;
|
|
48
|
-
--button-danger-active-background: #bc4754;
|
|
49
|
-
--button-danger-active-text: #fff;
|
|
50
|
-
|
|
51
|
-
--button-primary-idle-background: #2284C4;
|
|
52
|
-
--button-primary-idle-text: #fff;
|
|
53
|
-
--button-primary-hover-background: #1e76b0;
|
|
54
|
-
--button-primary-hover-text: #fff;
|
|
55
|
-
--button-primary-active-background: #1b699c;
|
|
56
|
-
--button-primary-active-text: #fff;
|
|
57
|
-
|
|
58
|
-
--button-secondary-idle-background: #23B294;
|
|
59
|
-
--button-secondary-idle-text: #fff;
|
|
60
|
-
--button-secondary-hover-background: #1fa085;
|
|
61
|
-
--button-secondary-hover-text: #fff;
|
|
62
|
-
--button-secondary-active-background: #1c8e76;
|
|
63
|
-
--button-secondary-active-text: #fff;
|
|
64
|
-
|
|
65
|
-
--pane-basic-main-idle-text: rgba(0,0,0,.87);
|
|
66
|
-
--pane-basic-main-idle-background: #fff;
|
|
67
|
-
--pane-basic-main-idle-border: #ddd;
|
|
68
|
-
--pane-basic-main-hover-text: rgba(0,0,0,.87);
|
|
69
|
-
--pane-basic-main-hover-background: #f2f2f2;
|
|
70
|
-
--pane-basic-main-hover-border: #ddd;
|
|
71
|
-
--pane-basic-alternate-idle-text: rgba(0,0,0,.87);
|
|
72
|
-
--pane-basic-alternate-idle-background: #f9f9f9;
|
|
73
|
-
--pane-basic-alternate-idle-border: #ddd;
|
|
74
|
-
--pane-basic-alternate-hover-text: rgba(0,0,0,.87);
|
|
75
|
-
--pane-basic-alternate-hover-background: #f2f2f2;
|
|
76
|
-
--pane-basic-alternate-hover-border: #ddd;
|
|
77
|
-
|
|
78
|
-
--pane-emphasized-main-idle-text: rgba(0,0,0,.87);
|
|
79
|
-
--pane-emphasized-main-idle-background: #f3f3f3;
|
|
80
|
-
--pane-emphasized-main-idle-border: #ddd;
|
|
81
|
-
--pane-emphasized-main-hover-text: rgba(0,0,0,.87);
|
|
82
|
-
--pane-emphasized-main-hover-background: #e6e6e6;
|
|
83
|
-
--pane-emphasized-main-hover-border: #ddd;
|
|
84
|
-
--pane-emphasized-alternate-idle-text: rgba(0,0,0,.87);
|
|
85
|
-
--pane-emphasized-alternate-idle-background: #eee;
|
|
86
|
-
--pane-emphasized-alternate-idle-border: #ddd;
|
|
87
|
-
--pane-emphasized-alternate-hover-text: rgba(0,0,0,.87);
|
|
88
|
-
--pane-emphasized-alternate-hover-background: #e6e6e6;
|
|
89
|
-
--pane-emphasized-alternate-hover-border: #ddd;
|
|
90
|
-
|
|
91
|
-
--pane-info-main-idle-text: #0c5460;
|
|
92
|
-
--pane-info-main-idle-background: #d1ecf1;
|
|
93
|
-
--pane-info-main-idle-border: #bee5eb;
|
|
94
|
-
--pane-info-main-hover-text: #0c5460;
|
|
95
|
-
--pane-info-main-hover-background: #c6e0e4;
|
|
96
|
-
--pane-info-main-hover-border: #bee5eb;
|
|
97
|
-
--pane-info-alternate-idle-text: #0c5460;
|
|
98
|
-
--pane-info-alternate-idle-background: #cce7ec;
|
|
99
|
-
--pane-info-alternate-idle-border: #bee5eb;
|
|
100
|
-
--pane-info-alternate-hover-text: #0c5460;
|
|
101
|
-
--pane-info-alternate-hover-background: #c6e0e4;
|
|
102
|
-
--pane-info-alternate-hover-border: #bee5eb;
|
|
103
|
-
|
|
104
|
-
--pane-negative-main-idle-text: #721c24;
|
|
105
|
-
--pane-negative-main-idle-background: #f8d7da;
|
|
106
|
-
--pane-negative-main-idle-border: #f5c6cb;
|
|
107
|
-
--pane-negative-main-hover-text: #721c24;
|
|
108
|
-
--pane-negative-main-hover-background: #ebcccf;
|
|
109
|
-
--pane-negative-main-hover-border: #f5c6cb;
|
|
110
|
-
--pane-negative-alternate-idle-text: #721c24;
|
|
111
|
-
--pane-negative-alternate-idle-background: #f3d2d5;
|
|
112
|
-
--pane-negative-alternate-idle-border: #f5c6cb;
|
|
113
|
-
--pane-negative-alternate-hover-text: #721c24;
|
|
114
|
-
--pane-negative-alternate-hover-background: #ebcccf;
|
|
115
|
-
--pane-negative-alternate-hover-border: #f5c6cb;
|
|
116
|
-
|
|
117
|
-
--pane-positive-main-idle-text: #155724;
|
|
118
|
-
--pane-positive-main-idle-background: #d4edda;
|
|
119
|
-
--pane-positive-main-idle-border: #c3e6cb;
|
|
120
|
-
--pane-positive-main-hover-text: #155724;
|
|
121
|
-
--pane-positive-main-hover-background: #c9e1cf;
|
|
122
|
-
--pane-positive-main-hover-border: #c3e6cb;
|
|
123
|
-
--pane-positive-alternate-idle-text: #155724;
|
|
124
|
-
--pane-positive-alternate-idle-background: #cfe8d5;
|
|
125
|
-
--pane-positive-alternate-idle-border: #c3e6cb;
|
|
126
|
-
--pane-positive-alternate-hover-text: #155724;
|
|
127
|
-
--pane-positive-alternate-hover-background: #c9e1cf;
|
|
128
|
-
--pane-positive-alternate-hover-border: #c3e6cb;
|
|
129
|
-
|
|
130
|
-
--pane-warning-main-idle-text: #856404;
|
|
131
|
-
--pane-warning-main-idle-background: #fff3cd;
|
|
132
|
-
--pane-warning-main-idle-border: #ffeeba;
|
|
133
|
-
--pane-warning-main-hover-text: #856404;
|
|
134
|
-
--pane-warning-main-hover-background: #f2e6c2;
|
|
135
|
-
--pane-warning-main-hover-border: #ffeeba;
|
|
136
|
-
--pane-warning-alternate-idle-text: #856404;
|
|
137
|
-
--pane-warning-alternate-idle-background: #f9eec8;
|
|
138
|
-
--pane-warning-alternate-idle-border: #ffeeba;
|
|
139
|
-
--pane-warning-alternate-hover-text: #856404;
|
|
140
|
-
--pane-warning-alternate-hover-background: #f2e6c2;
|
|
141
|
-
--pane-warning-alternate-hover-border: #ffeeba;
|
|
142
|
-
|
|
143
|
-
--spacing: 4px;
|
|
144
|
-
--spacing--1: calc(var(--spacing) * -1);
|
|
145
|
-
--spacing-0: calc(var(--spacing) * 0);
|
|
146
|
-
--spacing-1: calc(var(--spacing) * 1);
|
|
147
|
-
--spacing-2: calc(var(--spacing) * 2);
|
|
148
|
-
--spacing-3: calc(var(--spacing) * 3);
|
|
149
|
-
--spacing-4: calc(var(--spacing) * 4);
|
|
150
|
-
--spacing-5: calc(var(--spacing) * 5);
|
|
151
|
-
--spacing-6: calc(var(--spacing) * 6);
|
|
152
|
-
--spacing-7: calc(var(--spacing) * 7);
|
|
153
|
-
}
|