xrk-components 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/lib/index.css +18 -1
  2. package/package.json +1 -1
package/lib/index.css CHANGED
@@ -19677,6 +19677,9 @@
19677
19677
  text-overflow: clip;
19678
19678
  overflow: visible;
19679
19679
  }
19680
+ .custom_xrk-table .xrk-table__empty-text {
19681
+ line-height: 0;
19682
+ }
19680
19683
 
19681
19684
  .xrk-pagination .xrk-pagination__sizes .xrk-select {
19682
19685
  width: 110px;
@@ -19717,6 +19720,21 @@
19717
19720
  -ms-user-select: auto;
19718
19721
  user-select: auto;
19719
19722
  }
19723
+ .xrk-button.xrk-button--text:not(.is-disabled) {
19724
+ color: var(--xrk-color-primary2);
19725
+ }
19726
+ .xrk-button.xrk-button--text:not(.is-disabled):hover {
19727
+ color: var(--xrk-color-primary2-light-5);
19728
+ }
19729
+ .xrk-button.xrk-button--text:not(.is-disabled):active {
19730
+ color: var(--xrk-color-primary2);
19731
+ }
19732
+ .xrk-button.is-link.is-disabled {
19733
+ color: var(--xrk-disabled-text-color);
19734
+ }
19735
+ .xrk-button.is-link.is-disabled:hover {
19736
+ color: var(--xrk-disabled-text-color);
19737
+ }
19720
19738
  .xrk-button.xrk-button--primary.is-plain {
19721
19739
  --xrk-button-bg-color: #fff;
19722
19740
  }
@@ -19957,7 +19975,6 @@
19957
19975
  font-weight: 400;
19958
19976
  font-size: 14px;
19959
19977
  color: #121619;
19960
- line-height: 22px;
19961
19978
  font-style: normal;
19962
19979
  text-transform: none;
19963
19980
  padding-right: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",