@fluid-topics/ft-wc-utils 1.3.15 → 1.3.16
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/build/designSystemVariables.js +4 -4
- package/build/globals.min.js +13 -13
- package/package.json +4 -4
|
@@ -54,10 +54,10 @@ export const designSystemVariables = {
|
|
|
54
54
|
elevation12: FtCssVariableFactory.create("--ft-elevation-12", "", "UNKNOWN", "0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),
|
|
55
55
|
elevation16: FtCssVariableFactory.create("--ft-elevation-16", "", "UNKNOWN", "0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),
|
|
56
56
|
elevation24: FtCssVariableFactory.create("--ft-elevation-24", "", "UNKNOWN", "0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),
|
|
57
|
-
borderRadiusS: FtCssVariableFactory.create("--ft-border-radius-
|
|
58
|
-
borderRadiusM: FtCssVariableFactory.create("--ft-border-radius-
|
|
59
|
-
borderRadiusL: FtCssVariableFactory.create("--ft-border-radius-
|
|
60
|
-
borderRadiusXL: FtCssVariableFactory.create("--ft-border-radius-
|
|
57
|
+
borderRadiusS: FtCssVariableFactory.create("--ft-border-radius-s", "", "SIZE", "4px"),
|
|
58
|
+
borderRadiusM: FtCssVariableFactory.create("--ft-border-radius-m", "", "SIZE", "8px"),
|
|
59
|
+
borderRadiusL: FtCssVariableFactory.create("--ft-border-radius-l", "", "SIZE", "12px"),
|
|
60
|
+
borderRadiusXL: FtCssVariableFactory.create("--ft-border-radius-xl", "", "SIZE", "16px"),
|
|
61
61
|
titleFont: FtCssVariableFactory.create("--ft-title-font", "", "UNKNOWN", "Ubuntu, system-ui, sans-serif"),
|
|
62
62
|
contentFont: FtCssVariableFactory.create("--ft-content-font", "", "UNKNOWN", "'Open Sans', system-ui, sans-serif"),
|
|
63
63
|
transitionDuration: FtCssVariableFactory.create("--ft-transition-duration", "", "UNKNOWN", "250ms"),
|