@radioactive-labs/plutonium 0.1.15 → 0.1.16

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": "@radioactive-labs/plutonium",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Core assets for the Plutonium gem",
5
5
  "type": "module",
6
6
  "main": "src/js/core.js",
@@ -92,7 +92,7 @@
92
92
  }
93
93
 
94
94
  .ss-main .ss-values .ss-value {
95
- @apply flex select-none items-center w-fit bg-primary-500 rounded-md;
95
+ @apply flex select-none items-center w-fit bg-primary-500 rounded-md text-white;
96
96
  animation: ss-valueIn 0.2s ease-out forwards;
97
97
  }
98
98
 
@@ -101,11 +101,11 @@
101
101
  }
102
102
 
103
103
  .ss-main .ss-values .ss-value .ss-value-text {
104
- @apply text-xs text-white dark:text-gray-900 leading-normal p-[3px_5px];
104
+ @apply text-xs leading-normal p-[3px_5px];
105
105
  }
106
106
 
107
107
  .ss-main .ss-values .ss-value .ss-value-delete {
108
- @apply flex items-center h-[7px] w-[7px] p-[3px_5px] cursor-pointer border-l border-solid border-white dark:border-gray-900 box-content;
108
+ @apply flex items-center h-[7px] w-[7px] p-[3px_5px] cursor-pointer border-l border-solid border-white box-content;
109
109
  }
110
110
 
111
111
  .ss-main .ss-values .ss-value .ss-value-delete svg {
@@ -113,7 +113,7 @@
113
113
  }
114
114
 
115
115
  .ss-main .ss-values .ss-value .ss-value-delete svg path {
116
- @apply fill-none stroke-white dark:stroke-gray-900;
116
+ @apply fill-none stroke-white;
117
117
  stroke-width: 18;
118
118
  stroke-linecap: round;
119
119
  stroke-linejoin: round;