@pairbo/ui-kit 0.0.4 → 0.0.5
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/README.md +51 -14
- package/dist/assets/main-DNmeOojs.js +1145 -0
- package/dist/src/themes/default.css +9 -2
- package/package.json +2 -1
- package/dist/pairbo.es.js +0 -15027
- package/dist/pairbo.umd.js +0 -1633
|
@@ -324,7 +324,11 @@
|
|
|
324
324
|
/* -------------------------------------------------------------------------- */
|
|
325
325
|
/* Elevations */
|
|
326
326
|
/* -------------------------------------------------------------------------- */
|
|
327
|
-
|
|
327
|
+
--pbo-shadow-x-small: 0 1px 2px hsl(240 3.8% 46.1% / 6%);
|
|
328
|
+
--pbo-shadow-small: 0 1px 2px hsl(240 3.8% 46.1% / 12%);
|
|
329
|
+
--pbo-shadow-medium: 0 2px 4px hsl(240 3.8% 46.1% / 12%);
|
|
330
|
+
--pbo-shadow-large: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
|
|
331
|
+
--pbo-shadow-x-large: 0 4px 16px hsl(240 3.8% 46.1% / 12%);
|
|
328
332
|
/* -------------------------------------------------------------------------- */
|
|
329
333
|
/* Spacings */
|
|
330
334
|
/* -------------------------------------------------------------------------- */
|
|
@@ -393,10 +397,13 @@
|
|
|
393
397
|
/* Overlays */
|
|
394
398
|
/* -------------------------------------------------------------------------- */
|
|
395
399
|
|
|
400
|
+
--pbo-overlay-background-color: hsl(240 3.8% 46.1% / 33%);
|
|
396
401
|
/* -------------------------------------------------------------------------- */
|
|
397
402
|
/* Panels */
|
|
398
403
|
/* -------------------------------------------------------------------------- */
|
|
399
|
-
|
|
404
|
+
--pbo-panel-background-color: var(--pbo-color-neutral-0);
|
|
405
|
+
--pbo-panel-border-color: var(--pbo-color-neutral-200);
|
|
406
|
+
--pbo-panel-border-width: 1px;
|
|
400
407
|
/* -------------------------------------------------------------------------- */
|
|
401
408
|
/* Tooltips */
|
|
402
409
|
/* -------------------------------------------------------------------------- */
|