@ni/nimble-components 18.12.7 → 18.13.1
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 +4 -4
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/button/styles.js +1 -1
- package/dist/esm/patterns/button/styles.js.map +1 -1
- package/dist/esm/table/components/cell/styles.js +3 -1
- package/dist/esm/table/components/cell/styles.js.map +1 -1
- package/dist/esm/table/components/group-row/styles.js +0 -1
- package/dist/esm/table/components/group-row/styles.js.map +1 -1
- package/dist/esm/table/styles.js +0 -1
- package/dist/esm/table/styles.js.map +1 -1
- package/dist/esm/table/testing/table.pageobject.d.ts +68 -0
- package/dist/esm/table/testing/table.pageobject.js +312 -0
- package/dist/esm/table/testing/table.pageobject.js.map +1 -0
- package/package.json +1 -1
|
@@ -16356,7 +16356,7 @@
|
|
|
16356
16356
|
|
|
16357
16357
|
/**
|
|
16358
16358
|
* Do not edit directly
|
|
16359
|
-
* Generated on Fri,
|
|
16359
|
+
* Generated on Fri, 05 May 2023 15:11:52 GMT
|
|
16360
16360
|
*/
|
|
16361
16361
|
const Information100DarkUi = "#a46eff";
|
|
16362
16362
|
const Information100LightUi = "#804ad9";
|
|
@@ -17261,7 +17261,7 @@
|
|
|
17261
17261
|
}
|
|
17262
17262
|
|
|
17263
17263
|
:host([content-hidden]) .control {
|
|
17264
|
-
|
|
17264
|
+
aspect-ratio: 1 / 1;
|
|
17265
17265
|
padding: 0px;
|
|
17266
17266
|
}
|
|
17267
17267
|
|
|
@@ -28248,7 +28248,6 @@
|
|
|
28248
28248
|
}
|
|
28249
28249
|
|
|
28250
28250
|
.collapse-all-button {
|
|
28251
|
-
width: ${controlSlimHeight};
|
|
28252
28251
|
height: ${controlSlimHeight};
|
|
28253
28252
|
margin-left: calc(${smallPadding} * 2);
|
|
28254
28253
|
visibility: hidden;
|
|
@@ -28495,6 +28494,8 @@
|
|
|
28495
28494
|
margin-left: auto;
|
|
28496
28495
|
flex-shrink: 0;
|
|
28497
28496
|
flex-grow: 0;
|
|
28497
|
+
height: ${controlSlimHeight};
|
|
28498
|
+
align-self: center;
|
|
28498
28499
|
}
|
|
28499
28500
|
`;
|
|
28500
28501
|
|
|
@@ -28795,7 +28796,6 @@
|
|
|
28795
28796
|
${smallPadding} * 2 + ${standardPadding} * 2 *
|
|
28796
28797
|
var(--ni-private-table-group-row-indent-level)
|
|
28797
28798
|
);
|
|
28798
|
-
width: ${controlSlimHeight};
|
|
28799
28799
|
height: ${controlSlimHeight};
|
|
28800
28800
|
}
|
|
28801
28801
|
|