frankenstyle 0.1.0-aardvark.0 → 0.1.0-aardvark.2
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/css/frankenstyle-kit-standalone.css +3 -0
- package/dist/css/frankenstyle-kit-standalone.min.css +1 -1
- package/dist/css/frankenstyle-kit.css +3 -0
- package/dist/css/frankenstyle-kit.min.css +1 -1
- package/dist/js/ft/animated-testimonials.iife.js +1 -0
- package/dist/js/ft/bg-boxes.iife.js +1 -0
- package/dist/js/ft/sparkles.iife.js +1 -0
- package/dist/js/ft-core.iife.js +251 -0
- package/package.json +21 -5
|
@@ -4332,6 +4332,9 @@
|
|
|
4332
4332
|
--uk-input-pin-shadow: var(--uk-form-input-shadow);
|
|
4333
4333
|
--uk-input-pin-focus-ring-color: var(--uk-focus);
|
|
4334
4334
|
--uk-input-pin-focus-ring-color-o: 100%;
|
|
4335
|
+
--uk-form-input-height: calc(
|
|
4336
|
+
var(--uk-global-font-size) * var(--uk-interactive-height-multiplier)
|
|
4337
|
+
);
|
|
4335
4338
|
--uk-input-pin-focus-ring-color-computed: color-mix(
|
|
4336
4339
|
in srgb,
|
|
4337
4340
|
var(--uk-input-pin-focus-ring-color)
|