@ama-pt/agora-design-system 3.3.5 → 3.3.6

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.
@@ -988,6 +988,10 @@ input[type]::placeholder{
988
988
  margin-bottom: 8px;
989
989
  }
990
990
 
991
+ .-mb-8{
992
+ margin-bottom: -8px;
993
+ }
994
+
991
995
  .-ml-32{
992
996
  margin-left: -32px;
993
997
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ama-pt/agora-design-system",
3
3
  "description": "Ágora Design system",
4
- "version": "3.3.5",
4
+ "version": "3.3.6",
5
5
  "main": "artifacts/dist/index.mjs",
6
6
  "module": "artifacts/dist/index.umd.js",
7
7
  "files": [
@@ -1,8 +0,0 @@
1
- type Icons = {
2
- leadingIcon: string | undefined;
3
- leadingIconHover: string | undefined;
4
- trailingIcon: string | undefined;
5
- trailingIconHover: string | undefined;
6
- };
7
- export declare const handlerSetGapPill: (rect: DOMRect | undefined, icons: Icons | undefined) => number;
8
- export {};