spoko-design-system 0.2.5 → 0.2.6

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": "spoko-design-system",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "astro dev",
@@ -35,7 +35,7 @@ const props = defineProps({
35
35
  </table>
36
36
  </template>
37
37
 
38
- <style lang="scss">
38
+ <style lang="scss" scoped>
39
39
  .details {
40
40
  @apply border-none shadow-none w-full md:w-auto
41
41
  box-shadow: none;