q2-tecton-theme 1.10.4 → 1.10.7
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/q2-tecton-theme.css
CHANGED
@@ -1166,12 +1166,6 @@
|
|
1166
1166
|
/* checkbox disabled */
|
1167
1167
|
--tct-checkbox-disabled-opacity: 0.6;
|
1168
1168
|
|
1169
|
-
/* carousels */
|
1170
|
-
--tct-carousel-pagination-inactive-color: #f2f2f2;
|
1171
|
-
--tct-carousel-pagination-active-color: #510098;
|
1172
|
-
--tct-carousel-background-color: #ffffff;
|
1173
|
-
--tct-carousel-pane-border-width: 1px;
|
1174
|
-
|
1175
1169
|
/* calendar */
|
1176
1170
|
--tct-calendar-label-font-size: 16px;
|
1177
1171
|
--tct-calendar-month-font-size: 14px;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "q2-tecton-theme",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.7",
|
4
4
|
"description": "Default theme for tecton",
|
5
5
|
"main": "./dist/q2-tecton-theme.css",
|
6
6
|
"publishConfig": {
|
@@ -18,5 +18,5 @@
|
|
18
18
|
"dependencies": {
|
19
19
|
"parcel": "next"
|
20
20
|
},
|
21
|
-
"gitHead": "
|
21
|
+
"gitHead": "e00522ce8bbda3fbe6ca5e46ba136f0156b15432"
|
22
22
|
}
|
package/src/q2-tecton-theme.css
CHANGED
@@ -1166,12 +1166,6 @@
|
|
1166
1166
|
/* checkbox disabled */
|
1167
1167
|
--tct-checkbox-disabled-opacity: 0.6;
|
1168
1168
|
|
1169
|
-
/* carousels */
|
1170
|
-
--tct-carousel-pagination-inactive-color: #f2f2f2;
|
1171
|
-
--tct-carousel-pagination-active-color: #510098;
|
1172
|
-
--tct-carousel-background-color: #ffffff;
|
1173
|
-
--tct-carousel-pane-border-width: 1px;
|
1174
|
-
|
1175
1169
|
/* calendar */
|
1176
1170
|
--tct-calendar-label-font-size: 16px;
|
1177
1171
|
--tct-calendar-month-font-size: 14px;
|