@eleventheye/asui 1.11.1 → 1.11.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/asbutton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAElE,eAAO,MAAM,cAAc;WAAuB,OAAO;UAAQ,eAAe;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/asbutton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAElE,eAAO,MAAM,cAAc;WAAuB,OAAO;UAAQ,eAAe;YAsH/E,CAAC;AAEF,eAAO,MAAM,aAAa;WAAuB,eAAe;YAG/D,CAAC;AAEF,eAAO,MAAM,cAAc,6NAG1B,CAAC"}
|
package/dist/asbutton/styles.js
CHANGED
|
@@ -5,7 +5,6 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const styled_components_1 = tslib_1.__importDefault(require("styled-components"));
|
|
6
6
|
const ASUI_types_1 = require("../apptypes/ASUI.types");
|
|
7
7
|
exports.ASButtonStyled = styled_components_1.default.div `
|
|
8
|
-
font-family: 'Big Shoulders Display', 'BigShouldersDisplay';
|
|
9
8
|
font-weight: 400;
|
|
10
9
|
min-width: 100px;
|
|
11
10
|
min-height: 20px;
|
|
@@ -17,7 +17,7 @@ exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
|
17
17
|
${(props) => props.theme.textfield.bgColorBottom} 100%
|
|
18
18
|
);
|
|
19
19
|
color: ${(props) => props.theme.textfield.color};
|
|
20
|
-
|
|
20
|
+
outline: 1px solid ${(props) => props.theme.textfield.borderColor};
|
|
21
21
|
border-radius: 35px;
|
|
22
22
|
|
|
23
23
|
padding: 0 12px;
|
|
@@ -119,9 +119,9 @@ exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
|
119
119
|
}
|
|
120
120
|
`;
|
|
121
121
|
exports.ASTextFieldInput = styled_components_1.default.input `
|
|
122
|
-
font-family:
|
|
123
|
-
width: 100%;
|
|
122
|
+
font-family: inherit;
|
|
124
123
|
// appearance: textfield;
|
|
124
|
+
width: 100%;
|
|
125
125
|
outline: none;
|
|
126
126
|
transition: all 0.5s ease-in-out;
|
|
127
127
|
border-radius: 4px;
|