@inntechcorp/it-design 3.1.20 → 3.1.21

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.js CHANGED
@@ -4867,6 +4867,7 @@
4867
4867
  align-items: stretch;
4868
4868
  flex-wrap: nowrap;
4869
4869
  list-style: none;
4870
+ gap: 30px;
4870
4871
 
4871
4872
  margin: 0;
4872
4873
  padding: 0;
@@ -4883,10 +4884,6 @@
4883
4884
  display: none !important;
4884
4885
  }
4885
4886
 
4886
- &:not(:last-child):not(.--hidden) {
4887
- margin-right: 30px;
4888
- }
4889
-
4890
4887
  a {
4891
4888
 
4892
4889
  background-color: transparent;
@@ -5007,12 +5004,13 @@
5007
5004
  border: 1px solid #e1e3ea;
5008
5005
  border-radius: 6px;
5009
5006
  //box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
5007
+ overflow: hidden;
5010
5008
  margin: 0;
5011
5009
  z-index: 1000;
5012
5010
 
5013
5011
  .dropdown-item {
5014
5012
  display: block;
5015
- padding: 10px 16px;
5013
+ padding: 12px 16px;
5016
5014
  color: #99a1b7;
5017
5015
  text-decoration: none;
5018
5016
  transition: all .2s ease;
package/dist/index.esm.js CHANGED
@@ -4867,6 +4867,7 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
4867
4867
  align-items: stretch;
4868
4868
  flex-wrap: nowrap;
4869
4869
  list-style: none;
4870
+ gap: 30px;
4870
4871
 
4871
4872
  margin: 0;
4872
4873
  padding: 0;
@@ -4883,10 +4884,6 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
4883
4884
  display: none !important;
4884
4885
  }
4885
4886
 
4886
- &:not(:last-child):not(.--hidden) {
4887
- margin-right: 30px;
4888
- }
4889
-
4890
4887
  a {
4891
4888
 
4892
4889
  background-color: transparent;
@@ -5007,12 +5004,13 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
5007
5004
  border: 1px solid #e1e3ea;
5008
5005
  border-radius: 6px;
5009
5006
  //box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
5007
+ overflow: hidden;
5010
5008
  margin: 0;
5011
5009
  z-index: 1000;
5012
5010
 
5013
5011
  .dropdown-item {
5014
5012
  display: block;
5015
- padding: 10px 16px;
5013
+ padding: 12px 16px;
5016
5014
  color: #99a1b7;
5017
5015
  text-decoration: none;
5018
5016
  transition: all .2s ease;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "3.1.20",
3
+ "version": "3.1.21",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",