@medway-ui/core 1.0.0 → 1.0.1

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.
@@ -485,6 +485,7 @@
485
485
  --radius-lg: 16px;
486
486
  --radius-pill: 320px;
487
487
  --radius-circular: 1600px;
488
+ --radius-full: 9999px;
488
489
 
489
490
  /* === Breakpoints === */
490
491
  --breakpoint-tv: 1920px;
@@ -501,6 +501,7 @@ export const borderRadius = {
501
501
  lg: "var(--radius-lg)",
502
502
  pill: "var(--radius-pill)",
503
503
  circular: "var(--radius-circular)",
504
+ full: "var(--radius-full)",
504
505
  };
505
506
 
506
507
  export const boxShadow = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medway-ui/core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "description": "Biblioteca de componentes e assets para o sistema Medway",
6
6
  "author": "Alekcarvalho",