@capra/core 1.14.1 → 1.14.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/index.cjs CHANGED
@@ -581,8 +581,8 @@ const Card = Object.assign(CardRoot, {
581
581
  //#endregion
582
582
  //#region src/components/Badge/Badge.module.css
583
583
  var Badge_module_default = {
584
- "badge": "capra-Badge-module-_3WihW-badge",
585
- "base": "capra-Badge-module-_3WihW-base"
584
+ "badge": "capra-Badge-module-rSl34a-badge",
585
+ "base": "capra-Badge-module-rSl34a-base"
586
586
  };
587
587
  //#endregion
588
588
  //#region src/components/Badge/Badge.tsx
package/dist/index.mjs CHANGED
@@ -558,8 +558,8 @@ const Card = Object.assign(CardRoot, {
558
558
  //#endregion
559
559
  //#region src/components/Badge/Badge.module.css
560
560
  var Badge_module_default = {
561
- "badge": "capra-Badge-module-_3WihW-badge",
562
- "base": "capra-Badge-module-_3WihW-base"
561
+ "badge": "capra-Badge-module-rSl34a-badge",
562
+ "base": "capra-Badge-module-rSl34a-base"
563
563
  };
564
564
  //#endregion
565
565
  //#region src/components/Badge/Badge.tsx
package/dist/style.css CHANGED
@@ -628,9 +628,7 @@
628
628
  align-items: center;
629
629
  display: flex;
630
630
  }
631
- .capra-Badge-module-_3WihW-badge {
632
- border: var(--cds2-border-badge);
633
- border-color: var(--cds2-color-background-application);
631
+ .capra-Badge-module-rSl34a-badge {
634
632
  border-radius: var(--cds2-radius-full);
635
633
  font: var(--cds2-typography-body-xs-semibold);
636
634
  justify-content: center;
@@ -683,14 +681,14 @@
683
681
  }
684
682
  }
685
683
 
686
- .capra-Badge-module-_3WihW-base {
684
+ .capra-Badge-module-rSl34a-base {
687
685
  --_badge-offset-x: 0px;
688
686
  --_badge-offset-y: 0px;
689
687
  width: fit-content;
690
688
  display: inline-block;
691
689
  position: relative;
692
690
 
693
- & .capra-Badge-module-_3WihW-badge {
691
+ & .capra-Badge-module-rSl34a-badge {
694
692
  top: var(--_badge-offset-y);
695
693
  right: var(--_badge-offset-x);
696
694
  position: absolute;
@@ -1,5 +1,11 @@
1
1
  # History/Changelogs/@capra-core
2
2
 
3
+ ### 1.14.2
4
+
5
+ #### Patch Changes
6
+
7
+ * [45841b2](https://bitbucket.org/cribl/capra-ui/commits/45841b2): Remove border from Badge component
8
+
3
9
  ### 1.14.1
4
10
 
5
11
  #### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capra/core",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "type": "module",
6
6
  "description": "Core React components for the Capra design system",
@@ -44,8 +44,8 @@
44
44
  "storybook": "^10.4.6",
45
45
  "tsdown": "^0.22.7",
46
46
  "@private/building": "^0.1.1",
47
- "@private/linting": "^0.0.1",
48
47
  "@capra/theme": "^1.6.0",
48
+ "@private/linting": "^0.0.1",
49
49
  "@private/stories": "^0.0.0",
50
50
  "@private/testing": "^0.0.7"
51
51
  },