@crystallize/design-system 1.24.22 → 1.24.23

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @crystallize/design-system
2
2
 
3
+ ## 1.24.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 5bb87d1: Add props to button component to take into account achnor
8
+
3
9
  ## 1.24.22
4
10
 
5
11
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1593,6 +1593,7 @@
1593
1593
  .c-progress-indicator {
1594
1594
  height: 100%;
1595
1595
  width: 100%;
1596
+ border-radius: 9999px;
1596
1597
  --tw-bg-opacity: 1;
1597
1598
  background-color: rgb(var(--c-color-cyan-300-600) / var(--tw-bg-opacity));
1598
1599
  transition-duration: 500ms;