@ozen-ui/kit 0.13.0 → 0.13.1

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.
@@ -24,9 +24,6 @@
24
24
 
25
25
  text-transform: var(--typography-text-2xs-text_transform, none);
26
26
  }
27
- .FieldControl_size_2xs .FieldInput::-webkit-calendar-picker-indicator {
28
- inset-inline-end: -25px;
29
- }
30
27
  .FieldControl_size_xs {
31
28
  --textfield-gutter-x: 12px;
32
29
  --textfield-input-height: 40px;
@@ -39,9 +36,6 @@
39
36
 
40
37
  text-transform: var(--typography-text-xs-text_transform, none);
41
38
  }
42
- .FieldControl_size_xs .FieldInput::-webkit-calendar-picker-indicator {
43
- inset-inline-end: -25px;
44
- }
45
39
  .FieldControl_size_s {
46
40
  --textfield-gutter-x: 16px;
47
41
  --textfield-input-height: 48px;
@@ -54,9 +48,6 @@
54
48
 
55
49
  text-transform: var(--typography-text-s-text_transform, none);
56
50
  }
57
- .FieldControl_size_s .FieldInput::-webkit-calendar-picker-indicator {
58
- inset-inline-end: -30px;
59
- }
60
51
  .FieldControl_size_m {
61
52
  --textfield-gutter-x: 20px;
62
53
  --textfield-input-height: 56px;
@@ -69,9 +60,6 @@
69
60
 
70
61
  text-transform: var(--typography-text-m-text_transform, none);
71
62
  }
72
- .FieldControl_size_m .FieldInput::-webkit-calendar-picker-indicator {
73
- inset-inline-end: -34px;
74
- }
75
63
  .FieldControl_size_l {
76
64
  --textfield-gutter-x: 24px;
77
65
  --textfield-input-height: 64px;
@@ -84,9 +72,6 @@
84
72
 
85
73
  text-transform: var(--typography-text-l-text_transform, none);
86
74
  }
87
- .FieldControl_size_l .FieldInput::-webkit-calendar-picker-indicator {
88
- inset-inline-end: -39px;
89
- }
90
75
  .FieldControl_hasLabel.FieldControl_size_2xs {
91
76
  --textfield-input-padding: 8px 0 8px;
92
77
  }
@@ -44,13 +44,6 @@
44
44
  appearance: none;
45
45
  margin: 0;
46
46
  }
47
- .Input-Field::-webkit-calendar-picker-indicator {
48
- opacity: 0;
49
- position: absolute;
50
- inset-block-start: 50%;
51
- transform: translateY(-50%);
52
- cursor: pointer;
53
- }
54
47
  .Input-Field[type='number'] {
55
48
  -webkit-appearance: textfield;
56
49
  -moz-appearance: textfield;
@@ -24,9 +24,6 @@
24
24
 
25
25
  text-transform: var(--typography-text-2xs-text_transform, none);
26
26
  }
27
- .FieldControl_size_2xs .FieldInput::-webkit-calendar-picker-indicator {
28
- inset-inline-end: -25px;
29
- }
30
27
  .FieldControl_size_xs {
31
28
  --textfield-gutter-x: 12px;
32
29
  --textfield-input-height: 40px;
@@ -39,9 +36,6 @@
39
36
 
40
37
  text-transform: var(--typography-text-xs-text_transform, none);
41
38
  }
42
- .FieldControl_size_xs .FieldInput::-webkit-calendar-picker-indicator {
43
- inset-inline-end: -25px;
44
- }
45
39
  .FieldControl_size_s {
46
40
  --textfield-gutter-x: 16px;
47
41
  --textfield-input-height: 48px;
@@ -54,9 +48,6 @@
54
48
 
55
49
  text-transform: var(--typography-text-s-text_transform, none);
56
50
  }
57
- .FieldControl_size_s .FieldInput::-webkit-calendar-picker-indicator {
58
- inset-inline-end: -30px;
59
- }
60
51
  .FieldControl_size_m {
61
52
  --textfield-gutter-x: 20px;
62
53
  --textfield-input-height: 56px;
@@ -69,9 +60,6 @@
69
60
 
70
61
  text-transform: var(--typography-text-m-text_transform, none);
71
62
  }
72
- .FieldControl_size_m .FieldInput::-webkit-calendar-picker-indicator {
73
- inset-inline-end: -34px;
74
- }
75
63
  .FieldControl_size_l {
76
64
  --textfield-gutter-x: 24px;
77
65
  --textfield-input-height: 64px;
@@ -84,9 +72,6 @@
84
72
 
85
73
  text-transform: var(--typography-text-l-text_transform, none);
86
74
  }
87
- .FieldControl_size_l .FieldInput::-webkit-calendar-picker-indicator {
88
- inset-inline-end: -39px;
89
- }
90
75
  .FieldControl_hasLabel.FieldControl_size_2xs {
91
76
  --textfield-input-padding: 8px 0 8px;
92
77
  }
@@ -44,13 +44,6 @@
44
44
  appearance: none;
45
45
  margin: 0;
46
46
  }
47
- .Input-Field::-webkit-calendar-picker-indicator {
48
- opacity: 0;
49
- position: absolute;
50
- inset-block-start: 50%;
51
- transform: translateY(-50%);
52
- cursor: pointer;
53
- }
54
47
  .Input-Field[type='number'] {
55
48
  -webkit-appearance: textfield;
56
49
  -moz-appearance: textfield;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/kit",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "React component library",
5
5
  "files": [
6
6
  "*"