@fast-simon/dashboard-utilities 1.0.97 → 1.0.98

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fast-simon/dashboard-utilities",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "preview": "vite preview",
@@ -1,143 +0,0 @@
1
- .fsCheckbox {
2
- display: flex;
3
- position: relative;
4
- padding: 0 5px 0 0;
5
- margin-top: 5px;
6
- margin-bottom: 5px;
7
- cursor: pointer;
8
- -webkit-user-select: none;
9
- -moz-user-select: none;
10
- -ms-user-select: none;
11
- user-select: none;
12
- font-family: Arial, serif;
13
- animation: growDown 300ms ease forwards;
14
- align-items: center;
15
- }
16
-
17
- .fsCheckbox input {
18
- position: fixed;
19
- opacity: 0;
20
- cursor: pointer;
21
- height: 0;
22
- width: 0;
23
- }
24
-
25
- .checkmark {
26
- min-height: 16px;
27
- min-width: 16px;
28
- background-color: #eee;
29
- margin-right: 10px;
30
- }
31
-
32
- .fsCheckbox:hover input ~ .checkmark {
33
- background-color: #d00202cf;
34
- }
35
-
36
- .fsCheckbox input:checked ~ .checkmark {
37
- background-color: white;
38
- }
39
-
40
- .fsCheckbox input:checked ~ .checkmark:after {
41
- display: block;
42
- }
43
-
44
- .fsCheckboxx .checkmark:after {
45
- left: 5px;
46
- width: 4px;
47
- height: 9px;
48
- border: solid white;
49
- border-width: 0 2px 2px 0;
50
- -webkit-transform: rotate(45deg);
51
- -ms-transform: rotate(45deg);
52
- transform: rotate(45deg);
53
- }
54
- .fsSelectedCheckboxTrue{}
55
- .fsSelectedCheckboxFalse{}
56
-
57
- @keyframes growDown {
58
- 0% {
59
- transform: scaleY(0)
60
- }
61
- 80% {
62
- transform: scaleY(1.1)
63
- }
64
- 100% {
65
- transform: scaleY(1)
66
- }
67
- }
68
-
69
- .checkbox {
70
- display: flex;
71
- position: relative;
72
- padding: 0 5px 0 0;
73
- margin-top: 5px;
74
- margin-bottom: 5px;
75
- cursor: pointer;
76
- -webkit-user-select: none;
77
- -moz-user-select: none;
78
- -ms-user-select: none;
79
- user-select: none;
80
- font-family: Arial, serif;
81
- animation: growDown 300ms ease forwards;
82
- align-items: center;
83
- }
84
-
85
- .checkbox .checkboxLabel {
86
- align-self: start;
87
- text-transform: capitalize;
88
- display: flex;
89
- line-height: 20px;
90
- align-items: center;
91
- margin-top: 2px;
92
- width: -webkit-fill-available;
93
- justify-content: space-between;
94
- text-overflow: ellipsis;
95
- overflow: hidden;
96
- }
97
-
98
- .checkbox input {
99
- position: fixed;
100
- opacity: 0;
101
- cursor: pointer;
102
- height: 0;
103
- width: 0;
104
- }
105
-
106
- .checkmark {
107
- min-height: 16px;
108
- min-width: 16px;
109
- background-color: #eee;
110
- margin-right: 10px;
111
- }
112
-
113
- .checkbox:hover input ~ .checkmark {
114
- background-color: #ccc;
115
- }
116
-
117
- .checkbox input:checked ~ .checkmark {
118
- background-color: #000000;
119
- }
120
-
121
- .checkmark:after {
122
- content: "";
123
- position: absolute;
124
- display: none;
125
- }
126
-
127
- .checkbox input:checked ~ .checkmark:after {
128
- display: block;
129
- }
130
-
131
- .checkbox .checkmark:after {
132
- left: 5px;
133
- width: 4px;
134
- height: 9px;
135
- border: solid white;
136
- border-width: 0 2px 2px 0;
137
- -webkit-transform: rotate(45deg);
138
- -ms-transform: rotate(45deg);
139
- transform: rotate(45deg);
140
- }
141
- :global(.modal-mobile-filters .fs-serp-filter-count, .modal-mobile-filters .fsSerpCheckmark) {
142
- display: none;
143
- }
@@ -1,9 +0,0 @@
1
- .from {
2
- float: left;
3
- width: calc(50% - 20px);
4
- padding: 0 10px;
5
- }
6
-
7
- .from > div > input {
8
- max-width: 100%;
9
- }
@@ -1,9 +0,0 @@
1
- .to {
2
- float: left;
3
- width: calc(50% - 20px);
4
- padding: 0 10px;
5
- }
6
-
7
- .to > div > input {
8
- max-width: 100%;
9
- }
@@ -1,145 +0,0 @@
1
- .fsCheckbox {
2
- display: flex;
3
- position: relative;
4
- padding: 0 5px 0 0;
5
- margin-top: 5px;
6
- margin-bottom: 5px;
7
- cursor: pointer;
8
- -webkit-user-select: none;
9
- -moz-user-select: none;
10
- -ms-user-select: none;
11
- user-select: none;
12
- font-family: Arial, serif;
13
- animation: growDown 300ms ease forwards;
14
- align-items: center;
15
- }
16
-
17
- .fsCheckbox input {
18
- position: fixed;
19
- opacity: 0;
20
- cursor: pointer;
21
- height: 0;
22
- width: 0;
23
- }
24
-
25
- .checkmark {
26
- min-height: 16px;
27
- min-width: 16px;
28
- background-color: #eee;
29
- margin-right: 10px;
30
- }
31
-
32
- .fsCheckbox:hover input ~ .checkmark {
33
- background-color: #d00202cf;
34
- }
35
-
36
- .fsCheckbox input:checked ~ .checkmark {
37
- background-color: white;
38
- }
39
-
40
- .fsCheckbox input:checked ~ .checkmark:after {
41
- display: block;
42
- }
43
-
44
- .fsCheckboxx .checkmark:after {
45
- left: 5px;
46
- width: 4px;
47
- height: 9px;
48
- border: solid white;
49
- border-width: 0 2px 2px 0;
50
- -webkit-transform: rotate(45deg);
51
- -ms-transform: rotate(45deg);
52
- transform: rotate(45deg);
53
- }
54
- .fsSelectedCheckboxTrue{}
55
- .fsSelectedCheckboxFalse{}
56
-
57
- @keyframes growDown {
58
- 0% {
59
- transform: scaleY(0)
60
- }
61
- 80% {
62
- transform: scaleY(1.1)
63
- }
64
- 100% {
65
- transform: scaleY(1)
66
- }
67
- }
68
-
69
- .checkbox {
70
- display: flex;
71
- position: relative;
72
- padding: 0 5px 0 0;
73
- margin-top: 5px;
74
- margin-bottom: 5px;
75
- cursor: pointer;
76
- -webkit-user-select: none;
77
- -moz-user-select: none;
78
- -ms-user-select: none;
79
- user-select: none;
80
- font-family: Arial, serif;
81
- animation: growDown 300ms ease forwards;
82
- align-items: center;
83
- }
84
-
85
- .checkbox .checkboxLabel {
86
- align-self: start;
87
- text-transform: capitalize;
88
- display: flex;
89
- line-height: 20px;
90
- align-items: center;
91
- margin-top: 2px;
92
- width: -webkit-fill-available;
93
- justify-content: space-between;
94
- text-overflow: ellipsis;
95
- overflow: hidden;
96
- }
97
-
98
- .checkbox input {
99
- position: fixed;
100
- opacity: 0;
101
- cursor: pointer;
102
- height: 0;
103
- width: 0;
104
- }
105
-
106
- .checkmark {
107
- min-height: 16px;
108
- min-width: 16px;
109
- background-color: #eee;
110
- margin-right: 10px;
111
- border-radius: 18px;
112
- }
113
-
114
- .checkbox:hover input ~ .checkmark {
115
- background-color: #ccc;
116
- }
117
-
118
- .checkbox input:checked ~ .checkmark {
119
- background-color: #000000;
120
- }
121
-
122
- .checkmark:after {
123
- content: "";
124
- position: absolute;
125
- display: none;
126
- }
127
-
128
- .checkbox input:checked ~ .checkmark:after {
129
- display: block;
130
- }
131
-
132
- .checkbox .checkmark:after {
133
- left: 5px;
134
- width: 3px;
135
- height: 8px;
136
- top: 5px;
137
- border: solid white;
138
- border-width: 0 2px 2px 0;
139
- -webkit-transform: rotate(45deg);
140
- -ms-transform: rotate(45deg);
141
- transform: rotate(45deg);
142
- }
143
- :global(.modal-mobile-filters .fs-serp-filter-count, .modal-mobile-filters .fsSerpCheckmark) {
144
- display: none;
145
- }
package/dist/index.css DELETED
@@ -1,13 +0,0 @@
1
- :root {
2
- font-family: "Assistant", sans-serif;
3
- --primary-color: var(--blue);
4
- --blue: #399bbf;
5
- }
6
-
7
- html, body, #root {
8
- margin: 0;
9
- padding: 0;
10
- height: 100vh;
11
- overflow: hidden;
12
- box-sizing: border-box;
13
- }