@wizco/fenixds-core 1.6.3 → 1.6.4
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/package.json +1 -1
- package/styles/core.css +0 -26
- package/styles/scss/core.scss +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wizco/fenixds-core",
|
|
3
3
|
"description": "Fenix design system é um produto da Wiz com ativos de design e código de front-end para ajudar as equipes na criação dos seus produtos.",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"author": "Raul Melo Fernandez",
|
package/styles/core.css
CHANGED
|
@@ -1820,32 +1820,6 @@ dialog.wco-modal {
|
|
|
1820
1820
|
background-color: rgba(0, 0, 0, 0.5);
|
|
1821
1821
|
transition: display 0.1s allow-discrete, overlay 0.1s allow-discrete, background-color 0.1s; }
|
|
1822
1822
|
|
|
1823
|
-
.wco-subtabs {
|
|
1824
|
-
display: grid;
|
|
1825
|
-
grid-auto-flow: column;
|
|
1826
|
-
grid-auto-columns: 1fr;
|
|
1827
|
-
background: #e5e5e5;
|
|
1828
|
-
border-radius: 8px;
|
|
1829
|
-
padding: 4px;
|
|
1830
|
-
width: fit-content; }
|
|
1831
|
-
.wco-subtabs > * {
|
|
1832
|
-
text-align: center;
|
|
1833
|
-
padding: 6px 12px;
|
|
1834
|
-
background: transparent;
|
|
1835
|
-
border: none;
|
|
1836
|
-
cursor: pointer;
|
|
1837
|
-
font-size: var(--wco-font-size-xs);
|
|
1838
|
-
font-weight: 500;
|
|
1839
|
-
color: var(--wco-color-neutral-700);
|
|
1840
|
-
border-radius: 6px;
|
|
1841
|
-
transition: background 0.25s ease, color 0.2s ease; }
|
|
1842
|
-
.wco-subtabs > *.wco-subtab-selected {
|
|
1843
|
-
background: white;
|
|
1844
|
-
color: var(--wco-color-neutral-900);
|
|
1845
|
-
font-weight: 600; }
|
|
1846
|
-
.wco-subtabs > *:hover:not(.wco-subtab-selected) {
|
|
1847
|
-
background: rgba(255, 255, 255, 0.4); }
|
|
1848
|
-
|
|
1849
1823
|
.m-none {
|
|
1850
1824
|
margin: var(--wco-spacing-none); }
|
|
1851
1825
|
|