@phcdevworks/spectre-tokens 3.2.0 → 3.3.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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | Project team | `project-design` |
8
8
  | Repository role | Spectre L1 design-token contract |
9
9
  | Package/artifact | `@phcdevworks/spectre-tokens` |
10
- | Current version/status | 3.1.0 |
10
+ | Current version/status | 3.3.0 |
11
11
 
12
12
  ## Standard Workflow
13
13
 
package/dist/index.cjs CHANGED
@@ -173,7 +173,11 @@ var coreTokens = {
173
173
  "placeholderText": "{colors.neutral.500}",
174
174
  "disabledBg": "{colors.neutral.50}",
175
175
  "disabledBorder": "{colors.neutral.200}",
176
- "focusBorder": "{colors.info.500}"
176
+ "focusBorder": "{colors.info.500}",
177
+ "borderInvalid": "{colors.error.500}",
178
+ "bgInvalid": "{colors.error.50}",
179
+ "borderSuccess": "{colors.success.500}",
180
+ "bgSuccess": "{colors.success.50}"
177
181
  },
178
182
  "textarea": {
179
183
  "bg": "{colors.white}",
@@ -182,7 +186,11 @@ var coreTokens = {
182
186
  "placeholder": "{colors.neutral.500}",
183
187
  "disabledBg": "{colors.neutral.50}",
184
188
  "disabledBorder": "{colors.neutral.200}",
185
- "focusBorder": "{colors.info.500}"
189
+ "focusBorder": "{colors.info.500}",
190
+ "borderInvalid": "{colors.error.500}",
191
+ "bgInvalid": "{colors.error.50}",
192
+ "borderSuccess": "{colors.success.500}",
193
+ "bgSuccess": "{colors.success.50}"
186
194
  },
187
195
  "fieldset": {
188
196
  "border": "{colors.neutral.200}",