@crystallize/design-system 1.24.22 → 1.24.24

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,17 @@
1
1
  # @crystallize/design-system
2
2
 
3
+ ## 1.24.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a88d3a: This PR is redesign of customers pages, adds new custoemr detial page. Redesign and refactor add edit customer form
8
+
9
+ ## 1.24.23
10
+
11
+ ### Patch Changes
12
+
13
+ - 5bb87d1: Add props to button component to take into account achnor
14
+
3
15
  ## 1.24.22
4
16
 
5
17
  ### 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;