@inntechcorp/it-design 3.1.19 → 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;
@@ -4897,6 +4894,7 @@
4897
4894
  align-items: center;
4898
4895
  height: 100%;
4899
4896
  cursor: pointer;
4897
+ white-space: nowrap;
4900
4898
 
4901
4899
  transition: all .3s ease-out;
4902
4900
 
@@ -5006,12 +5004,13 @@
5006
5004
  border: 1px solid #e1e3ea;
5007
5005
  border-radius: 6px;
5008
5006
  //box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
5007
+ overflow: hidden;
5009
5008
  margin: 0;
5010
5009
  z-index: 1000;
5011
5010
 
5012
5011
  .dropdown-item {
5013
5012
  display: block;
5014
- padding: 10px 16px;
5013
+ padding: 12px 16px;
5015
5014
  color: #99a1b7;
5016
5015
  text-decoration: none;
5017
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;
@@ -4897,6 +4894,7 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
4897
4894
  align-items: center;
4898
4895
  height: 100%;
4899
4896
  cursor: pointer;
4897
+ white-space: nowrap;
4900
4898
 
4901
4899
  transition: all .3s ease-out;
4902
4900
 
@@ -5006,12 +5004,13 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
5006
5004
  border: 1px solid #e1e3ea;
5007
5005
  border-radius: 6px;
5008
5006
  //box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
5007
+ overflow: hidden;
5009
5008
  margin: 0;
5010
5009
  z-index: 1000;
5011
5010
 
5012
5011
  .dropdown-item {
5013
5012
  display: block;
5014
- padding: 10px 16px;
5013
+ padding: 12px 16px;
5015
5014
  color: #99a1b7;
5016
5015
  text-decoration: none;
5017
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.19",
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",