@ni/nimble-components 15.3.1 → 15.3.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/all-components-bundle.js +1 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +639 -639
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/number-field/styles.js +1 -2
- package/dist/esm/number-field/styles.js.map +1 -1
- package/dist/esm/text-field/styles.js +1 -2
- package/dist/esm/text-field/styles.js.map +1 -1
- package/dist/esm/theme-provider/design-token-comments.js +1 -1
- package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
- package/dist/tokens.scss +1 -1
- package/package.json +2 -2
|
@@ -15020,7 +15020,7 @@
|
|
|
15020
15020
|
const controlHeight = DesignToken.create(styleNameFromTokenName(tokenNames.controlHeight)).withDefault('32px');
|
|
15021
15021
|
const smallPadding = DesignToken.create(styleNameFromTokenName(tokenNames.smallPadding)).withDefault('4px');
|
|
15022
15022
|
const standardPadding = DesignToken.create(styleNameFromTokenName(tokenNames.standardPadding)).withDefault('16px');
|
|
15023
|
-
|
|
15023
|
+
DesignToken.create(styleNameFromTokenName(tokenNames.labelHeight)).withDefault('16px');
|
|
15024
15024
|
const borderWidth = DesignToken.create(styleNameFromTokenName(tokenNames.borderWidth)).withDefault('1px');
|
|
15025
15025
|
const iconSize = DesignToken.create(styleNameFromTokenName(tokenNames.iconSize)).withDefault('16px');
|
|
15026
15026
|
const drawerWidth = DesignToken.create(styleNameFromTokenName(tokenNames.drawerWidth)).withDefault('784px');
|
|
@@ -20084,7 +20084,6 @@
|
|
|
20084
20084
|
outline: none;
|
|
20085
20085
|
user-select: none;
|
|
20086
20086
|
color: ${bodyFontColor};
|
|
20087
|
-
height: calc(${labelHeight} + ${controlHeight});
|
|
20088
20087
|
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|
|
20089
20088
|
--ni-private-height-within-border: calc(
|
|
20090
20089
|
${controlHeight} - 2 * ${borderWidth}
|
|
@@ -21162,7 +21161,6 @@
|
|
|
21162
21161
|
user-select: none;
|
|
21163
21162
|
--webkit-user-select: none;
|
|
21164
21163
|
color: ${bodyFontColor};
|
|
21165
|
-
height: calc(${labelHeight} + ${controlHeight});
|
|
21166
21164
|
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|
|
21167
21165
|
--ni-private-height-within-border: calc(
|
|
21168
21166
|
${controlHeight} - 2 * ${borderWidth}
|