tyrell-components 1.0.0-TC32 → 1.0.0-TC34
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/css/tyrell-brand.css +2 -2
- package/dist/tyrell-brand.css +2 -2
- package/dist/tyrell.js +1 -1
- package/lib/components/option.d.ts +0 -11
- package/lib/components/option.d.ts.map +1 -1
- package/lib/components/option.js +4 -103
- package/lib/components/option.js.map +1 -1
- package/lib/components/select.d.ts.map +1 -1
- package/lib/components/select.js +30 -7
- package/lib/components/select.js.map +1 -1
- package/lib/styles/option.d.ts +1 -1
- package/lib/styles/option.d.ts.map +1 -1
- package/lib/styles/option.js +0 -51
- package/lib/styles/option.js.map +1 -1
- package/lib/styles/select-base.d.ts.map +1 -1
- package/lib/styles/select-base.js +51 -35
- package/lib/styles/select-base.js.map +1 -1
- package/lib/styles/select.d.ts +1 -1
- package/lib/styles/select.d.ts.map +1 -1
- package/lib/styles/select.js +18 -1
- package/lib/styles/select.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/css/tyrell-brand.css
CHANGED
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
* solid buttons. One slider rebrands the page.
|
|
97
97
|
* --------------------------------------------------------------*/
|
|
98
98
|
|
|
99
|
-
--ty-brand-hue:
|
|
100
|
-
--ty-brand-chroma: 0.
|
|
99
|
+
--ty-brand-hue: 45;
|
|
100
|
+
--ty-brand-chroma: 0.125; /* restrained default; the loud 0.2 read as "bollywood" */
|
|
101
101
|
|
|
102
102
|
/* Surface tint. 0 = monochrome surfaces (default, no brand leak).
|
|
103
103
|
* Bump to ~0.005 (light) / ~0.012 (dark) to warm surfaces toward brand. */
|
package/dist/tyrell-brand.css
CHANGED
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
* solid buttons. One slider rebrands the page.
|
|
97
97
|
* --------------------------------------------------------------*/
|
|
98
98
|
|
|
99
|
-
--ty-brand-hue:
|
|
100
|
-
--ty-brand-chroma: 0.
|
|
99
|
+
--ty-brand-hue: 45;
|
|
100
|
+
--ty-brand-chroma: 0.125; /* restrained default; the loud 0.2 read as "bollywood" */
|
|
101
101
|
|
|
102
102
|
/* Surface tint. 0 = monochrome surfaces (default, no brand leak).
|
|
103
103
|
* Bump to ~0.005 (light) / ~0.012 (dark) to warm surfaces toward brand. */
|