@sankhyalabs/ezui 1.1.8 → 1.1.9
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/README.md +72 -72
- package/dist/cjs/{DataUnit-28b290cb.js → DataUnit-9a4a35ca.js} +415 -371
- package/dist/cjs/ez-action-chip.cjs.entry.js +41 -41
- package/dist/cjs/ez-button_14.cjs.entry.js +1911 -1911
- package/dist/cjs/ez-label-chip.cjs.entry.js +120 -120
- package/dist/cjs/ez-modal.cjs.entry.js +104 -104
- package/dist/cjs/ez-number-input.cjs.entry.js +236 -236
- package/dist/cjs/ez-time-input.cjs.entry.js +168 -168
- package/dist/cjs/form-metadata.cjs.entry.js +65 -65
- package/dist/collection/components/ez-action-chip/ez-action-chip.css +82 -82
- package/dist/collection/components/ez-action-chip/ez-action-chip.js +109 -109
- package/dist/collection/components/ez-button/ez-button.css +94 -94
- package/dist/collection/components/ez-button/ez-button.js +125 -125
- package/dist/collection/components/ez-calendar/ez-calendar.css +210 -210
- package/dist/collection/components/ez-calendar/ez-calendar.js +215 -215
- package/dist/collection/components/ez-check/ez-check.css +265 -265
- package/dist/collection/components/ez-check/ez-check.js +168 -168
- package/dist/collection/components/ez-collapsable-box/ez-collapsable-box.css +67 -67
- package/dist/collection/components/ez-collapsable-box/ez-collapsable-box.js +108 -108
- package/dist/collection/components/ez-combo-box/ez-combo-box-interfaces.js +2 -2
- package/dist/collection/components/ez-combo-box/ez-combo-box.css +167 -167
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +363 -363
- package/dist/collection/components/ez-date-input/ez-date-input.css +38 -38
- package/dist/collection/components/ez-date-input/ez-date-input.js +172 -172
- package/dist/collection/components/ez-form/ez-form.css +19 -19
- package/dist/collection/components/ez-form/ez-form.js +368 -368
- package/dist/collection/components/ez-form/store/Form.actions.js +132 -132
- package/dist/collection/components/ez-form/store/Form.reducer.js +194 -194
- package/dist/collection/components/ez-form/store/Form.selectors.js +44 -44
- package/dist/collection/components/ez-form/subcomponents/DataUnit.js +251 -207
- package/dist/collection/components/ez-form/subcomponents/FormMetadata.js +16 -16
- package/dist/collection/components/ez-form/subcomponents/css/place-holder.css +23 -23
- package/dist/collection/components/ez-form/subcomponents/form-metadata.js +173 -173
- package/dist/collection/components/ez-form/subcomponents/place-holder.js +14 -14
- package/dist/collection/components/ez-form/subcomponents/structure/Field.js +71 -71
- package/dist/collection/components/ez-form/subcomponents/structure/FieldSet.js +27 -27
- package/dist/collection/components/ez-form/subcomponents/structure/FormSheet.js +40 -40
- package/dist/collection/components/ez-form/subcomponents/structure/NavigationBar.js +27 -27
- package/dist/collection/components/ez-icon/ez-icon.css +36 -36
- package/dist/collection/components/ez-icon/ez-icon.js +56 -56
- package/dist/collection/components/ez-label-chip/ez-label-chip.css +117 -117
- package/dist/collection/components/ez-label-chip/ez-label-chip.js +276 -276
- package/dist/collection/components/ez-modal/ez-modal.css +86 -86
- package/dist/collection/components/ez-modal/ez-modal.js +224 -224
- package/dist/collection/components/ez-number-input/ez-number-input.css +144 -144
- package/dist/collection/components/ez-number-input/ez-number-input.js +465 -465
- package/dist/collection/components/ez-popover/ez-popover.css +38 -38
- package/dist/collection/components/ez-popover/ez-popover.js +323 -323
- package/dist/collection/components/ez-search/ez-search.css +295 -295
- package/dist/collection/components/ez-search/ez-search.js +527 -527
- package/dist/collection/components/ez-tabselector/ez-tabselector.css +125 -125
- package/dist/collection/components/ez-tabselector/ez-tabselector.js +283 -283
- package/dist/collection/components/ez-text-area/ez-text-area.css +139 -139
- package/dist/collection/components/ez-text-area/ez-text-area.js +267 -267
- package/dist/collection/components/ez-text-input/ez-text-input.css +169 -169
- package/dist/collection/components/ez-text-input/ez-text-input.js +395 -395
- package/dist/collection/components/ez-time-input/ez-time-input.css +155 -155
- package/dist/collection/components/ez-time-input/ez-time-input.js +326 -326
- package/dist/collection/index.js +1 -1
- package/dist/collection/servidor.js +100 -100
- package/dist/collection/utils/FloatingManager.js +15 -15
- package/dist/collection/utils/utils.js +6 -6
- package/dist/custom-elements/index.js +3125 -3081
- package/dist/esm/{DataUnit-69e518fa.js → DataUnit-d5d4c9a3.js} +415 -371
- package/dist/esm/ez-action-chip.entry.js +41 -41
- package/dist/esm/ez-button_14.entry.js +1911 -1911
- package/dist/esm/ez-label-chip.entry.js +120 -120
- package/dist/esm/ez-modal.entry.js +104 -104
- package/dist/esm/ez-number-input.entry.js +236 -236
- package/dist/esm/ez-time-input.entry.js +168 -168
- package/dist/esm/form-metadata.entry.js +65 -65
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-b0974f4f.entry.js → p-0fcdfb51.entry.js} +1 -1
- package/dist/ezui/p-dac7a6c2.js +1 -0
- package/dist/ezui/{p-db11c600.entry.js → p-dbef7060.entry.js} +1 -1
- package/dist/types/components/ez-action-chip/ez-action-chip.d.ts +16 -16
- package/dist/types/components/ez-button/ez-button.d.ts +20 -20
- package/dist/types/components/ez-calendar/ez-calendar.d.ts +42 -42
- package/dist/types/components/ez-check/ez-check.d.ts +32 -32
- package/dist/types/components/ez-collapsable-box/ez-collapsable-box.d.ts +18 -18
- package/dist/types/components/ez-combo-box/ez-combo-box-interfaces.d.ts +4 -4
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +68 -68
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +31 -31
- package/dist/types/components/ez-form/ez-form.d.ts +26 -31
- package/dist/types/components/ez-form/store/Form.actions.d.ts +111 -111
- package/dist/types/components/ez-form/store/Form.reducer.d.ts +20 -20
- package/dist/types/components/ez-form/store/Form.selectors.d.ts +14 -14
- package/dist/types/components/ez-form/subcomponents/DataUnit.d.ts +60 -55
- package/dist/types/components/ez-form/subcomponents/FormMetadata.d.ts +41 -41
- package/dist/types/components/ez-form/subcomponents/form-metadata.d.ts +15 -15
- package/dist/types/components/ez-form/subcomponents/place-holder.d.ts +3 -3
- package/dist/types/components/ez-form/subcomponents/structure/Field.d.ts +10 -10
- package/dist/types/components/ez-form/subcomponents/structure/FieldSet.d.ts +12 -12
- package/dist/types/components/ez-form/subcomponents/structure/FormSheet.d.ts +13 -13
- package/dist/types/components/ez-form/subcomponents/structure/NavigationBar.d.ts +17 -17
- package/dist/types/components/ez-icon/ez-icon.d.ts +5 -5
- package/dist/types/components/ez-label-chip/ez-label-chip.d.ts +40 -40
- package/dist/types/components/ez-modal/ez-modal.d.ts +32 -32
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +73 -73
- package/dist/types/components/ez-popover/ez-popover.d.ts +52 -52
- package/dist/types/components/ez-search/ez-search.d.ts +95 -95
- package/dist/types/components/ez-tabselector/ez-tabselector.d.ts +31 -31
- package/dist/types/components/ez-text-area/ez-text-area.d.ts +49 -49
- package/dist/types/components/ez-text-input/ez-text-input.d.ts +64 -64
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +53 -53
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +2 -2
- package/package.json +114 -114
- package/dist/ezui/p-10ef58b3.js +0 -1
- package/react/components.d.ts +0 -22
- package/react/components.js +0 -25
- package/react/components.js.map +0 -1
- package/react/react-component-lib/createComponent.d.ts +0 -10
- package/react/react-component-lib/createComponent.js +0 -59
- package/react/react-component-lib/createComponent.js.map +0 -1
- package/react/react-component-lib/createOverlayComponent.d.ts +0 -20
- package/react/react-component-lib/createOverlayComponent.js +0 -89
- package/react/react-component-lib/createOverlayComponent.js.map +0 -1
- package/react/react-component-lib/index.d.ts +0 -2
- package/react/react-component-lib/index.js +0 -3
- package/react/react-component-lib/index.js.map +0 -1
- package/react/react-component-lib/interfaces.d.ts +0 -29
- package/react/react-component-lib/interfaces.js +0 -1
- package/react/react-component-lib/interfaces.js.map +0 -1
- package/react/react-component-lib/utils/attachProps.d.ts +0 -12
- package/react/react-component-lib/utils/attachProps.js +0 -96
- package/react/react-component-lib/utils/attachProps.js.map +0 -1
- package/react/react-component-lib/utils/case.d.ts +0 -2
- package/react/react-component-lib/utils/case.js +0 -7
- package/react/react-component-lib/utils/case.js.map +0 -1
- package/react/react-component-lib/utils/dev.d.ts +0 -2
- package/react/react-component-lib/utils/dev.js +0 -13
- package/react/react-component-lib/utils/dev.js.map +0 -1
- package/react/react-component-lib/utils/index.d.ts +0 -7
- package/react/react-component-lib/utils/index.js +0 -21
- package/react/react-component-lib/utils/index.js.map +0 -1
|
@@ -1,170 +1,170 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/* dimensions */
|
|
3
|
-
--it--height: 42px;
|
|
4
|
-
--it--width: 100%;
|
|
5
|
-
--it__icon--width: 48px;
|
|
6
|
-
|
|
7
|
-
/* general */
|
|
8
|
-
--it--border-radius: var(--border--radius-medium, 12px);
|
|
9
|
-
--it--font-size: var(--text--medium, 14px);
|
|
10
|
-
--it--font-family: var(--font-pattern, Arial);
|
|
11
|
-
--it--font-weight: var(--text-weight--large, 500);
|
|
12
|
-
--it--color: var(--title--primary, #000);
|
|
13
|
-
|
|
14
|
-
/* input */
|
|
15
|
-
--it__input--background-color: var(--background--medium, #e0e0e0);
|
|
16
|
-
--it__input--border: var(--border--medium, 2px solid);
|
|
17
|
-
--it__input--border-color: var(--it__input--background-color);
|
|
18
|
-
/*no modo normal usamos a borda com a mesma cor do bg*/
|
|
19
|
-
--it__input--focus--border-color: var(--color--primary, #008561);
|
|
20
|
-
--it__input--disabled--background-color: var(--color--disable-secondary, #F2F5F8);
|
|
21
|
-
--it__input--disabled--color: var(--text--disable, #AFB6C0);
|
|
22
|
-
--it__input--error--border-color: #CC2936;
|
|
23
|
-
|
|
24
|
-
/* message box */
|
|
25
|
-
--it__message_box--font-size: var(--text--small, 12px);
|
|
26
|
-
--it__message_box--info--color: var(--color--success, #22085d);
|
|
27
|
-
--it__message_box--error--color: var(--color--error, #FF0000);
|
|
28
|
-
|
|
29
|
-
/* label */
|
|
30
|
-
--it__label--floating--top: 6px;
|
|
31
|
-
--it__label--padding-top: 12px;
|
|
32
|
-
--it__label--padding-left: 14px;
|
|
33
|
-
--it__label--padding-right: 12px;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/***************
|
|
37
|
-
host style
|
|
38
|
-
***************/
|
|
39
|
-
/*private*/
|
|
40
|
-
display: flex;
|
|
41
|
-
flex-wrap: wrap;
|
|
42
|
-
position: relative;
|
|
43
|
-
/*public*/
|
|
44
|
-
width: var(--it--width);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
input {
|
|
48
|
-
/*private*/
|
|
49
|
-
width: 100%;
|
|
50
|
-
box-sizing: border-box;
|
|
51
|
-
padding: var(--space--medium, 6px);
|
|
52
|
-
font-weight: var(--text-weight--large, 600);
|
|
53
|
-
|
|
54
|
-
/*public*/
|
|
55
|
-
height: var(--it--height);
|
|
56
|
-
border-radius: var(--it--border-radius);
|
|
57
|
-
font-family: var(--it--font-family);
|
|
58
|
-
font-size: var(--it--font-size);
|
|
59
|
-
border: var(--it__input--border);
|
|
60
|
-
border-color: var(--it__input--border-color);
|
|
61
|
-
background-color: var(--it__input--background-color);
|
|
62
|
-
color: var(--it--color);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
input:disabled {
|
|
66
|
-
/*public*/
|
|
67
|
-
background-color: var(--it__input--disabled--background-color);
|
|
68
|
-
color: var(--it__input--disabled--color);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
input:focus {
|
|
72
|
-
/*private*/
|
|
73
|
-
outline: none;
|
|
74
|
-
/*public*/
|
|
75
|
-
border-color: var(--it__input--focus--border-color);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
input.icon--left {
|
|
79
|
-
padding-left: var(--it__icon--width);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
input.icon--right {
|
|
83
|
-
padding-right: var(--it__icon--width);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
input.hasError {
|
|
87
|
-
color: var(--it--color);
|
|
88
|
-
border-color: var(--it__input--error--border-color);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
input.text--right {
|
|
92
|
-
text-align: right;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.message-box {
|
|
96
|
-
/*private*/
|
|
97
|
-
min-height: 16px;
|
|
98
|
-
min-width: 100%;
|
|
99
|
-
margin-top: 2px;
|
|
100
|
-
line-height: 12px;
|
|
101
|
-
overflow: hidden;
|
|
102
|
-
text-overflow: ellipsis;
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
|
|
105
|
-
/*public*/
|
|
106
|
-
font-family: var(--it--font-family);
|
|
107
|
-
font-size: var(--it__message_box--font-size);
|
|
108
|
-
color: var(--it__message_box--info--color);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.hasError {
|
|
112
|
-
/*public*/
|
|
113
|
-
color: var(--it__message_box--error--color);
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.input__label {
|
|
117
|
-
/*private*/
|
|
118
|
-
box-sizing: border-box;
|
|
119
|
-
position: absolute;
|
|
120
|
-
z-index: var(--visible);
|
|
121
|
-
overflow: hidden;
|
|
122
|
-
text-overflow: ellipsis;
|
|
123
|
-
white-space: nowrap;
|
|
124
|
-
-webkit-transition: font-size .05s, top .05s;
|
|
125
|
-
transition: font-size .05s, top .05s;
|
|
126
|
-
width: calc(100% - var(--it__label--padding-right));
|
|
127
|
-
left: var(--it--space--medium);
|
|
128
|
-
|
|
129
|
-
/*public*/
|
|
130
|
-
font-family: var(--it--font-family);
|
|
131
|
-
font-size: var(--it--font-size);
|
|
132
|
-
font-weight: var(--it--font-weight);
|
|
133
|
-
color: var(--it--color);
|
|
134
|
-
top: var(--it__label--padding-top);
|
|
135
|
-
left: var(--it__label--padding-left);
|
|
136
|
-
padding-right: var(--it__label--padding-right);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.input__label--floated {
|
|
140
|
-
font-family: var(--it--font-family);
|
|
141
|
-
font-size: var(--text--extra-small);
|
|
142
|
-
color: var(--text--primary);
|
|
143
|
-
top: var(--it__label--floating--top);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.input__label--disabled {
|
|
147
|
-
color: var(--it__input--disabled--color);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.input__label--left {
|
|
151
|
-
/*public*/
|
|
152
|
-
left: calc(var(--it__icon--width) + 2px); /*borda*/
|
|
153
|
-
width: calc(100% - var(--it__icon--width));
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.input__label--right {
|
|
157
|
-
/*public*/
|
|
158
|
-
right: var(--it__icon--width);
|
|
159
|
-
width: calc(100% - var(--it__icon--width));
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.input__label--left.input__label--right {
|
|
163
|
-
left: calc(var(--it__icon--width) + 2px); /*borda*/
|
|
164
|
-
width: calc(100% - var(--it__icon--width) * 2);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.input--with--label {
|
|
168
|
-
/*public*/
|
|
169
|
-
padding-bottom: 0;
|
|
1
|
+
:host {
|
|
2
|
+
/* dimensions */
|
|
3
|
+
--it--height: 42px;
|
|
4
|
+
--it--width: 100%;
|
|
5
|
+
--it__icon--width: 48px;
|
|
6
|
+
|
|
7
|
+
/* general */
|
|
8
|
+
--it--border-radius: var(--border--radius-medium, 12px);
|
|
9
|
+
--it--font-size: var(--text--medium, 14px);
|
|
10
|
+
--it--font-family: var(--font-pattern, Arial);
|
|
11
|
+
--it--font-weight: var(--text-weight--large, 500);
|
|
12
|
+
--it--color: var(--title--primary, #000);
|
|
13
|
+
|
|
14
|
+
/* input */
|
|
15
|
+
--it__input--background-color: var(--background--medium, #e0e0e0);
|
|
16
|
+
--it__input--border: var(--border--medium, 2px solid);
|
|
17
|
+
--it__input--border-color: var(--it__input--background-color);
|
|
18
|
+
/*no modo normal usamos a borda com a mesma cor do bg*/
|
|
19
|
+
--it__input--focus--border-color: var(--color--primary, #008561);
|
|
20
|
+
--it__input--disabled--background-color: var(--color--disable-secondary, #F2F5F8);
|
|
21
|
+
--it__input--disabled--color: var(--text--disable, #AFB6C0);
|
|
22
|
+
--it__input--error--border-color: #CC2936;
|
|
23
|
+
|
|
24
|
+
/* message box */
|
|
25
|
+
--it__message_box--font-size: var(--text--small, 12px);
|
|
26
|
+
--it__message_box--info--color: var(--color--success, #22085d);
|
|
27
|
+
--it__message_box--error--color: var(--color--error, #FF0000);
|
|
28
|
+
|
|
29
|
+
/* label */
|
|
30
|
+
--it__label--floating--top: 6px;
|
|
31
|
+
--it__label--padding-top: 12px;
|
|
32
|
+
--it__label--padding-left: 14px;
|
|
33
|
+
--it__label--padding-right: 12px;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/***************
|
|
37
|
+
host style
|
|
38
|
+
***************/
|
|
39
|
+
/*private*/
|
|
40
|
+
display: flex;
|
|
41
|
+
flex-wrap: wrap;
|
|
42
|
+
position: relative;
|
|
43
|
+
/*public*/
|
|
44
|
+
width: var(--it--width);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
input {
|
|
48
|
+
/*private*/
|
|
49
|
+
width: 100%;
|
|
50
|
+
box-sizing: border-box;
|
|
51
|
+
padding: var(--space--medium, 6px);
|
|
52
|
+
font-weight: var(--text-weight--large, 600);
|
|
53
|
+
|
|
54
|
+
/*public*/
|
|
55
|
+
height: var(--it--height);
|
|
56
|
+
border-radius: var(--it--border-radius);
|
|
57
|
+
font-family: var(--it--font-family);
|
|
58
|
+
font-size: var(--it--font-size);
|
|
59
|
+
border: var(--it__input--border);
|
|
60
|
+
border-color: var(--it__input--border-color);
|
|
61
|
+
background-color: var(--it__input--background-color);
|
|
62
|
+
color: var(--it--color);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
input:disabled {
|
|
66
|
+
/*public*/
|
|
67
|
+
background-color: var(--it__input--disabled--background-color);
|
|
68
|
+
color: var(--it__input--disabled--color);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
input:focus {
|
|
72
|
+
/*private*/
|
|
73
|
+
outline: none;
|
|
74
|
+
/*public*/
|
|
75
|
+
border-color: var(--it__input--focus--border-color);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
input.icon--left {
|
|
79
|
+
padding-left: var(--it__icon--width);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
input.icon--right {
|
|
83
|
+
padding-right: var(--it__icon--width);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
input.hasError {
|
|
87
|
+
color: var(--it--color);
|
|
88
|
+
border-color: var(--it__input--error--border-color);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
input.text--right {
|
|
92
|
+
text-align: right;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.message-box {
|
|
96
|
+
/*private*/
|
|
97
|
+
min-height: 16px;
|
|
98
|
+
min-width: 100%;
|
|
99
|
+
margin-top: 2px;
|
|
100
|
+
line-height: 12px;
|
|
101
|
+
overflow: hidden;
|
|
102
|
+
text-overflow: ellipsis;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
|
|
105
|
+
/*public*/
|
|
106
|
+
font-family: var(--it--font-family);
|
|
107
|
+
font-size: var(--it__message_box--font-size);
|
|
108
|
+
color: var(--it__message_box--info--color);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.hasError {
|
|
112
|
+
/*public*/
|
|
113
|
+
color: var(--it__message_box--error--color);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.input__label {
|
|
117
|
+
/*private*/
|
|
118
|
+
box-sizing: border-box;
|
|
119
|
+
position: absolute;
|
|
120
|
+
z-index: var(--visible);
|
|
121
|
+
overflow: hidden;
|
|
122
|
+
text-overflow: ellipsis;
|
|
123
|
+
white-space: nowrap;
|
|
124
|
+
-webkit-transition: font-size .05s, top .05s;
|
|
125
|
+
transition: font-size .05s, top .05s;
|
|
126
|
+
width: calc(100% - var(--it__label--padding-right));
|
|
127
|
+
left: var(--it--space--medium);
|
|
128
|
+
|
|
129
|
+
/*public*/
|
|
130
|
+
font-family: var(--it--font-family);
|
|
131
|
+
font-size: var(--it--font-size);
|
|
132
|
+
font-weight: var(--it--font-weight);
|
|
133
|
+
color: var(--it--color);
|
|
134
|
+
top: var(--it__label--padding-top);
|
|
135
|
+
left: var(--it__label--padding-left);
|
|
136
|
+
padding-right: var(--it__label--padding-right);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.input__label--floated {
|
|
140
|
+
font-family: var(--it--font-family);
|
|
141
|
+
font-size: var(--text--extra-small);
|
|
142
|
+
color: var(--text--primary);
|
|
143
|
+
top: var(--it__label--floating--top);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.input__label--disabled {
|
|
147
|
+
color: var(--it__input--disabled--color);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.input__label--left {
|
|
151
|
+
/*public*/
|
|
152
|
+
left: calc(var(--it__icon--width) + 2px); /*borda*/
|
|
153
|
+
width: calc(100% - var(--it__icon--width));
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.input__label--right {
|
|
157
|
+
/*public*/
|
|
158
|
+
right: var(--it__icon--width);
|
|
159
|
+
width: calc(100% - var(--it__icon--width));
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.input__label--left.input__label--right {
|
|
163
|
+
left: calc(var(--it__icon--width) + 2px); /*borda*/
|
|
164
|
+
width: calc(100% - var(--it__icon--width) * 2);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.input--with--label {
|
|
168
|
+
/*public*/
|
|
169
|
+
padding-bottom: 0;
|
|
170
170
|
}
|