ros.grant.common 2.0.1592 → 2.0.1593

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.
@@ -4633,4 +4633,20 @@ html {
4633
4633
 
4634
4634
  .n-border {
4635
4635
  border: none !important;
4636
+ }
4637
+
4638
+ .mrx-border {
4639
+ border: 1px solid var(--neutral-bg-stroke-default);
4640
+ }
4641
+ .mrx-border-bottom {
4642
+ border-bottom: 1px solid var(--neutral-bg-stroke-default);
4643
+ }
4644
+ .mrx-border-top {
4645
+ border-top: 1px solid var(--neutral-bg-stroke-default);
4646
+ }
4647
+ .mrx-border-right {
4648
+ border-right: 1px solid var(--neutral-bg-stroke-default);
4649
+ }
4650
+ .mrx-border-left {
4651
+ border-left: 1px solid var(--neutral-bg-stroke-default);
4636
4652
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1592",
2
+ "version": "2.0.1593",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {