@jjlmoya/utils-astronomy 1.15.0 → 1.16.0

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": "@jjlmoya/utils-astronomy",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -109,7 +109,7 @@
109
109
  }
110
110
  }
111
111
 
112
- :global(.scope-object) {
112
+ .scope-object {
113
113
  position: absolute;
114
114
  transform: translate(-50%, -50%);
115
115
  display: flex;
@@ -122,23 +122,23 @@
122
122
  cursor: pointer;
123
123
  }
124
124
 
125
- :global(.scope-object:hover) :global(.scope-obj-icon) {
125
+ .scope-object:hover .scope-obj-icon {
126
126
  transform: scale(1.25);
127
127
  }
128
128
 
129
- :global(.scope-obj-icon) {
129
+ .scope-obj-icon {
130
130
  font-size: 2rem;
131
131
  transition: transform 0.3s ease;
132
132
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
133
133
  }
134
134
 
135
135
  @media (min-width: 768px) {
136
- :global(.scope-obj-icon) {
136
+ .scope-obj-icon {
137
137
  font-size: 3rem;
138
138
  }
139
139
  }
140
140
 
141
- :global(.scope-obj-label) {
141
+ .scope-obj-label {
142
142
  margin-top: 0.5rem;
143
143
  display: flex;
144
144
  flex-direction: column;
@@ -147,7 +147,7 @@
147
147
  transition: opacity 0.3s ease;
148
148
  }
149
149
 
150
- :global(.scope-obj-name) {
150
+ .scope-obj-name {
151
151
  font-size: 0.625rem;
152
152
  font-weight: 700;
153
153
  color: var(--on-dark);
@@ -159,7 +159,7 @@
159
159
  white-space: nowrap;
160
160
  }
161
161
 
162
- :global(.scope-obj-mag) {
162
+ .scope-obj-mag {
163
163
  font-size: 0.5rem;
164
164
  color: rgba(148, 163, 184, 0.8);
165
165
  background: rgba(0, 0, 0, 0.8);