@neutron.co.id/operasional-interfaces 1.6.2 → 1.6.3
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/build/index.cjs +149 -143
- package/build/index.mjs +149 -143
- package/build/style.css +3 -3
- package/package.json +2 -2
package/build/style.css
CHANGED
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
display: block
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.neu-submission-single[data-v-
|
|
157
|
+
.neu-submission-single[data-v-62cdd107] {
|
|
158
158
|
display: block
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
display: block
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.neu-submission-single[data-v-
|
|
165
|
+
.neu-submission-single[data-v-1e7eba36] {
|
|
166
166
|
display: block
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.neu-submission-single[data-v-
|
|
169
|
+
.neu-submission-single[data-v-845d6773] {
|
|
170
170
|
display: block
|
|
171
171
|
}
|
|
172
172
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"publishConfig": {
|
|
146
146
|
"access": "public"
|
|
147
147
|
},
|
|
148
|
-
"build":
|
|
148
|
+
"build": 98
|
|
149
149
|
}
|