bank20baht-ui 0.1.2 → 0.1.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/dist/tokens.css CHANGED
@@ -257,6 +257,8 @@
257
257
  .baht-option .baht-label { margin: 0; font-weight: normal; font-size: var(--baht-font-size); color: var(--baht-color-text); }
258
258
  .baht-option input[type='checkbox'], .baht-option input[type='radio'] { accent-color: var(--baht-color-primary); }
259
259
 
260
+ .baht-control--checkbox { flex-direction: row; align-items: center; }
261
+
260
262
  /* toggle switch */
261
263
  .baht-control--toggle { flex-direction: row; align-items: center; }
262
264
  .baht-control--toggle input[type='checkbox'] { position: absolute; opacity: 0; pointer-events: none; }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "bank20baht-ui",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bank20baht-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "JSON-driven form + workflow engine. Send JSON in, get an interactive form out.",
6
6
  "license": "MIT",