@acorex/styles 19.8.0-next.1 → 19.8.0-next.11

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/index.css CHANGED
@@ -426,7 +426,6 @@ body {
426
426
  --ax-comp-editor-border-width: 1px;
427
427
  --ax-comp-editor-box-shadow: inset 0px -1px rgba(var(--ax-comp-editor-border-color));
428
428
  border-width: var(--ax-comp-editor-border-width);
429
- box-shadow: var(--ax-comp-editor-box-shadow);
430
429
  }
431
430
  .ax-editor-container.ax-solid:focus, .ax-editor-container.ax-solid:focus-within, .ax-editor-container.ax-solid:focus-visible {
432
431
  --ax-comp-editor-border-color: var(--ax-sys-color-primary-500);
@@ -434,7 +433,7 @@ body {
434
433
  }
435
434
 
436
435
  .ax-editor-container.ax-fill {
437
- --ax-comp-editor-bg-color: var(--ax-sys-surface-low-bg-color);
436
+ --ax-comp-editor-bg-color: var(--ax-sys-surface-bg-color);
438
437
  --ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);
439
438
  --ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);
440
439
  --ax-comp-editor-border-color: transparent;
@@ -485,6 +484,7 @@ body {
485
484
  height: var(--ax-comp-editor-height);
486
485
  width: 100%;
487
486
  overflow: hidden;
487
+ position: relative;
488
488
  }
489
489
  .ax-editor-container ax-prefix {
490
490
  max-width: fit-content;
@@ -609,7 +609,7 @@ body {
609
609
  overflow: hidden;
610
610
  border-top-left-radius: var(--ax-comp-action-sheet-border-radius-size);
611
611
  border-top-right-radius: var(--ax-comp-action-sheet-border-radius-size);
612
- background-color: rgba(var(--ax-sys-surface-bg-color));
612
+ background-color: rgba(var(--ax-sys-surface-lowest-bg-color));
613
613
  --ax-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
614
614
  --ax-shadow-colored: 0 10px 15px -3px var(--ax-shadow-color), 0 4px 6px -4px var(--ax-shadow-color);
615
615
  box-shadow: var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--ax-shadow);
@@ -781,7 +781,7 @@ body {
781
781
 
782
782
  .ax-dark .ax-list-item.ax-state-selected {
783
783
  background-color: rgba(var(--ax-sys-color-primary-800)) !important;
784
- color: rgba(var(--ax-sys-color-primary-text)) !important;
784
+ color: rgba(var(--ax-sys-color-on-primary)) !important;
785
785
  }
786
786
 
787
787
  .ax-list {
@@ -892,17 +892,17 @@ body {
892
892
  }
893
893
  .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-selected {
894
894
  background-color: rgba(var(--ax-sys-color-primary-500), var(--tw-bg-opacity)) !important;
895
- color: rgba(var(--ax-sys-color-primary-text), var(--tw-text-opacity)) !important;
895
+ color: rgba(var(--ax-sys-color-on-primary), var(--tw-text-opacity)) !important;
896
896
  }
897
897
  .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-disabled {
898
898
  cursor: not-allowed;
899
899
  opacity: 0.5;
900
900
  }
901
901
  .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible, .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:hover {
902
- background-color: rgba(var(--ax-color-on-surface));
902
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
903
903
  }
904
904
  .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-focus {
905
- background-color: rgba(var(--ax-color-on-surface));
905
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
906
906
  }
907
907
  .ax-list .ax-content.ax-list-items-container .ax-list-loading-container {
908
908
  display: flex;
@@ -950,7 +950,7 @@ body {
950
950
  }
951
951
 
952
952
  .ax-dark .ax-table thead {
953
- background-color: rgba(var(--ax-color-on-surface));
953
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
954
954
  }
955
955
 
956
956
  .ax-table {
@@ -975,7 +975,7 @@ body {
975
975
  .ax-table thead {
976
976
  border-bottom-width: 1px;
977
977
  border-color: rgba(var(--ax-sys-border-color));
978
- background-color: rgba(var(--ax-color-on-surface));
978
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
979
979
  }
980
980
  .ax-table thead th {
981
981
  padding-left: 1rem;
@@ -987,7 +987,7 @@ body {
987
987
  text-transform: uppercase;
988
988
  }
989
989
  .ax-table.ax-table-alternate tbody tr:nth-child(even) {
990
- background-color: rgba(var(--ax-color-on-surface));
990
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
991
991
  }
992
992
  .ax-table.ax-table-bordered thead th {
993
993
  border-top-width: 0px !important;
@@ -1108,7 +1108,7 @@ body {
1108
1108
  background-color: rgba(var(--ax-sys-color-primary-200), 0.75);
1109
1109
  font-size: 0.875rem;
1110
1110
  line-height: 1.25rem;
1111
- color: rgba(var(--ax-sys-color-primary-text-tint));
1111
+ color: rgba(var(--ax-sys-color-on-primary-tint));
1112
1112
  outline-style: dashed;
1113
1113
  outline-offset: -4px;
1114
1114
  transition-property: all;
@@ -1123,8 +1123,8 @@ body {
1123
1123
 
1124
1124
  .ax-dark .ax-uploader-overlay-state {
1125
1125
  background-color: rgba(var(--ax-sys-color-primary-800), 0.75);
1126
- color: rgba(var(--ax-sys-color-primary-text));
1127
- outline-color: rgba(var(--ax-sys-color-primary-text));
1126
+ color: rgba(var(--ax-sys-color-on-primary));
1127
+ outline-color: rgba(var(--ax-sys-color-on-primary));
1128
1128
  }
1129
1129
 
1130
1130
  .ax-ripple {
package/index.min.css CHANGED
@@ -1 +1 @@
1
- @import'@angular/cdk/overlay-prebuilt.css';*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:theme("borderColor.DEFAULT", currentColor)}::before,::after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:theme("fontFamily.sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:theme("fontFamily.sans[1].fontFeatureSettings", normal);font-variation-settings:theme("fontFamily.sans[1].fontVariationSettings", normal);-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:theme("fontFamily.mono[1].fontFeatureSettings", normal);font-variation-settings:theme("fontFamily.mono[1].fontVariationSettings", normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:rgba(0,0,0,0);background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:theme("colors.gray.400", #9ca3af)}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--ax-overlay-full-width: 93}html,body{background-color:rgba(var(--ax-sys-body-bg-color));color:rgba(var(--ax-sys-body-text-color))}.ax-editor-container{--ax-comp-editor-border-width: 1px;--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-height: calc(var(--ax-sys-size-base) * var(--ax-comp-editor-size-ratio));--ax-comp-editor-font-family: inherit;--ax-comp-editor-font-weight: normal;--ax-comp-editor-focus-color: var(--ax-sys-color-primary-500);--ax-comp-editor-padding-y: 0;--ax-comp-editor-button-text-color: var(--ax-sys-surface-input-text-color)}.ax-xs .ax-editor-container,.ax-editor-container.ax-xs{--ax-comp-editor-size-ratio: 0.75;--ax-comp-editor-font-size: 0.675rem;--ax-comp-editor-padding-x: 0.188rem;--ax-comp-editor-decorator-padding-x: 0.125rem}.ax-sm .ax-editor-container,.ax-editor-container.ax-sm{--ax-comp-editor-size-ratio: 0.875;--ax-comp-editor-font-size: 0.75rem;--ax-comp-editor-padding-x: 0.375rem;--ax-comp-editor-decorator-padding-x: 0.25rem}.ax-md .ax-editor-container,.ax-editor-container{--ax-comp-editor-size-ratio: 1;--ax-comp-editor-font-size: 0.875rem;--ax-comp-editor-padding-x: 0.75rem;--ax-comp-editor-decorator-padding-x: 0.5rem}.ax-lg .ax-editor-container,.ax-editor-container.ax-lg{--ax-comp-editor-size-ratio: 1.125;--ax-comp-editor-font-size: 1rem;--ax-comp-editor-padding-x: 0.875rem;--ax-comp-editor-decorator-padding-x: 0.75rem}.ax-xl .ax-editor-container,.ax-editor-container.ax-xl{--ax-comp-editor-size-ratio: 1.5;--ax-comp-editor-font-size: 1.5rem;--ax-comp-editor-padding-x: 1rem;--ax-comp-editor-decorator-padding-x: 0.875rem}.ax-editor-container.ax-solid{--ax-comp-editor-bg-color: var(--ax-sys-surface-input-bg-color);--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-button-bg-hover-color: var(--ax-sys-surface-high-bg-color);--ax-comp-editor-border-width: 1px;--ax-comp-editor-box-shadow: inset 0px -1px rgba(var(--ax-comp-editor-border-color));border-width:var(--ax-comp-editor-border-width);box-shadow:var(--ax-comp-editor-box-shadow)}.ax-editor-container.ax-solid:focus,.ax-editor-container.ax-solid:focus-within,.ax-editor-container.ax-solid:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 0px 0 1px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container.ax-fill{--ax-comp-editor-bg-color: var(--ax-sys-surface-low-bg-color);--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: transparent;--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-border-width: 0px}.ax-editor-container.ax-fill:focus,.ax-editor-container.ax-fill:focus-within,.ax-editor-container.ax-fill:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 0px 0 2px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container.ax-outline{--ax-comp-editor-bg-color: transparent;--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-border-width: 1px;border-width:var(--ax-comp-editor-border-width)}.ax-editor-container.ax-outline:focus,.ax-editor-container.ax-outline:focus-within,.ax-editor-container.ax-outline:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 0px 0 1px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container.ax-flat{--ax-comp-editor-bg-color: 0, 0, 0, 0;--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);--ax-comp-editor-border-radius: 0px;--ax-comp-editor-border-width: 1px;border-bottom-width:var(--ax-comp-editor-border-width)}.ax-editor-container.ax-flat:focus,.ax-editor-container.ax-flat:focus-within,.ax-editor-container.ax-flat:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 1px 0 0px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container{background-color:rgba(var(--ax-comp-editor-bg-color));color:rgba(var(--ax-comp-editor-text-color));border-color:rgba(var(--ax-comp-editor-border-color));border-radius:var(--ax-comp-editor-border-radius);border-style:solid;display:inline-flex;align-items:center;height:var(--ax-comp-editor-height);width:100%;overflow:hidden}.ax-editor-container ax-prefix{max-width:fit-content;font-size:var(--ax-comp-editor-font-size);padding:var(--ax-comp-editor-decorator-padding-y, 0) var(--ax-comp-editor-decorator-padding-x)}.ax-editor-container ax-clear-button{margin-inline-end:var(--ax-comp-editor-decorator-padding-x)}.ax-editor-container ax-suffix{margin-inline-start:var(--ax-comp-editor-decorator-padding-x)}.ax-editor-container .ax-input{width:100%;height:100%;font-size:var(--ax-comp-editor-font-size);padding:0px;outline-width:0px;padding:0 var(--ax-comp-editor-padding-x);background-color:rgba(0,0,0,0)}.ax-editor-container .ax-input:focus,.ax-editor-container .ax-input:focus-visible,.ax-editor-container .ax-input:focus-within{outline:none}.ax-editor-container .ax-input::placeholder{color:rgba(var(--ax-comp-editor-placeholder-color));font-size:calc(var(--ax-comp-editor-font-size))}.ax-editor-container .ax-editor-button{height:var(--ax-comp-editor-button-height, 100%);padding:var(--ax-comp-editor-decorator-button-y, 0) var(--ax-comp-editor-decorator-button-x, 0.75rem);font-size:var(--ax-comp-editor-button-font-size, 100%);color:rgba(var(--ax-comp-editor-button-text-color), var(--ax-comp-editor-button-text-color-opacity, 0.6));display:flex;align-items:center;justify-content:center}.ax-action-list.ax-action-list-horizontal{display:flex;flex-direction:row}.ax-action-list.ax-action-list-horizontal ax-divider{margin-inline:.25rem;width:1px;height:auto}.ax-action-list.ax-action-list-vertical{display:flex;flex-direction:column}.ax-action-list.ax-action-list-vertical .ax-action-item>div.ax-action-item-prefix ax-prefix{min-width:1rem}.ax-action-list.ax-action-list-vertical ax-divider{margin-block:.25rem;height:1px;width:100%}.ax-action-list ax-title{display:block;padding-inline:.875rem;padding-block:.25rem;font-size:.75rem;line-height:1rem;font-weight:bolder;text-transform:uppercase;opacity:.5}.ax-action-list ax-divider{display:block;background-color:rgba(var(--ax-sys-border-color))}.ax-action-list .ax-action-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;height:2.25rem;width:100%;cursor:pointer;padding-inline-end:1rem}.ax-action-list .ax-action-item.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-action-list .ax-action-item:hover:not(.ax-action-list .ax-action-item:hover.ax-state-disabled,.ax-action-list .ax-action-item:hover.ax-state-selected) ax-prefix,.ax-action-list .ax-action-item:hover:not(.ax-action-list .ax-action-item:hover.ax-state-disabled,.ax-action-list .ax-action-item:hover.ax-state-selected) ax-suffix{opacity:1}.ax-action-list .ax-action-item>div{display:flex;align-items:center;justify-content:center}.ax-action-list .ax-action-item>div.ax-action-item-prefix{padding-inline-start:.875rem}.ax-action-list .ax-action-item>div.ax-action-item-prefix>ax-text{padding-inline-start:.5rem;white-space:nowrap}.ax-action-list .ax-action-item>div.ax-action-item-suffix:not(.ax-action-list .ax-action-item>div.ax-action-item-suffix:empty){padding-inline-end:.875rem;margin-inline-start:1rem}.ax-action-list .ax-action-item ax-prefix{display:flex;gap:.5rem}.ax-action-list .ax-action-item ax-suffix ax-text{color:rgba(var(--ax-sys-body-text-color));opacity:.5;font-weight:lighter;padding-inline:.5rem}.ax-action-sheet-panel{--ax-comp-action-sheet-border-radius-size: var(--ax-sys-border-radius);overflow:hidden;border-top-left-radius:var(--ax-comp-action-sheet-border-radius-size);border-top-right-radius:var(--ax-comp-action-sheet-border-radius-size);background-color:rgba(var(--ax-sys-surface-bg-color));--ax-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--ax-shadow-colored: 0 10px 15px -3px var(--ax-shadow-color), 0 4px 6px -4px var(--ax-shadow-color);box-shadow:var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-shadow);animation:1s both ax-fadeInUp;animation-duration:var(--ax-sys-transition-duration)}@keyframes ax-fadeInUp{from{transform:translate3d(0, 100%, 0);opacity:0}}.ax-checkbox{margin:0px;height:1rem;min-width:1rem;cursor:pointer;appearance:none;border-radius:.25rem;border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));background-color:rgba(var(--ax-sys-surface-input-bg-color));vertical-align:middle;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.ax-checkbox:checked,.ax-checkbox:indeterminate{border-color:rgba(var(--ax-sys-color-primary-500)) !important;background-color:rgba(var(--ax-sys-color-primary-500)) !important;background-size:contain;background-repeat:no-repeat}.ax-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.ax-checkbox:indeterminate{background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzIiB5PSI3IiB3aWR0aD0iMTAiIGhlaWdodD0iMiIvPjwvc3ZnPg==")}.ax-checkbox:focus-visible,.ax-checkbox:focus{box-shadow:0px 0px 0px 2px rgba(var(--ax-sys-surface-bg-color)),0px 0px 0px 4px rgba(var(--ax-sys-color-primary-500))}.ax-checkbox:disabled{cursor:not-allowed;opacity:.5}.ax-drop-down{display:contents}.ax-drop-down .ax-dropdown-content{display:flex;flex:1 1 0%;align-items:center;overflow-x:auto;overflow-y:hidden;font-size:.875rem;line-height:1.25rem;text-transform:capitalize}.ax-drop-down .ax-dropdown-content.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-overlay-pane{margin:.25rem 0;min-width:10rem;height:fit-content;overflow:hidden;border-width:1px;border-color:rgba(var(--ax-sys-border-color));background-color:rgba(var(--ax-sys-surface-lowest-bg-color));--ax-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--ax-shadow-colored: 0 4px 6px -1px var(--ax-shadow-color), 0 2px 4px -2px var(--ax-shadow-color);box-shadow:var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-shadow);border-radius:var(--ax-sys-border-radius)}@media(min-width: 320px)and (max-width: 640px){.ax-overlay-pane{margin:0}}.ax-overlay-pane ax-header,.ax-overlay-pane ax-footer{background-color:rgba(var(--ax-sys-surface-bg-color));padding:.75rem}.ax-overlay-pane.ax-overlay-center{height:fit-content;width:80vw;max-width:90vh}.ax-overlay-pane.ax-overlay-actionsheet{height:auto;max-height:85vh;width:100%;background-color:rgba(var(--ax-sys-surface-bg-color));border-top-left-radius:var(--ax-sys-border-radius);border-top-right-radius:var(--ax-sys-border-radius)}.ax-overlay-pane.ax-overlay-actionsheet.ax-full{height:95vh;max-height:95vh}.ax-overlay-pane.ax-overlay-full{width:100vw;height:100vh}.ax-general-button{display:inline-flex;height:var(--ax-sys-size-base);cursor:pointer;align-items:center;justify-content:center;border-radius:var(--ax-sys-border-radius);padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;color:rgb(var(--ax-sys-surface-input-text-color), 0.75)}.ax-general-button:hover:not(.ax-general-button:hover:disabled,.ax-state-disabled){color:rgba(var(--ax-sys-color-primary-500), var(--tw-text-opacity))}.ax-general-button:focus:not(.ax-general-button:focus:disabled,.ax-state-disabled,.ax-general-button:focus-visible:disabled),.ax-general-button:focus-visible:not(.ax-general-button:focus:disabled,.ax-state-disabled,.ax-general-button:focus-visible:disabled){color:rgba(var(--ax-sys-color-primary-700), var(--tw-text-opacity))}.ax-general-button:active:not(.ax-general-button:active:disabled,.ax-state-disabled){color:rgba(var(--ax-sys-color-primary-300), var(--tw-text-opacity))}.ax-general-button.ax-button-icon{padding-left:.5rem;padding-right:.5rem;font-size:100%}.ax-general-button.ax-button-icon>button{display:flex}.ax-general-button.ax-button-rounded{border-radius:var(--ax-sys-border-radius)}.ax-general-button:disabled,.ax-general-button.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-clear-button{display:inline-flex;height:var(--ax-sys-size-base);align-items:center;justify-content:center;margin-left:.25rem;margin-right:.25rem;font-size:1rem;line-height:1.5rem;color:rgb(var(--ax-sys-body-text-color), 0.75)}.ax-clear-button>button{display:flex}.ax-clear-button:hover:not(.ax-clear-button:hover:disabled,.ax-state-disabled){color:rgb(var(--ax-sys-body-text-color), 0.5)}.ax-clear-button:focus:not(.ax-clear-button:focus:disabled,.ax-state-disabled,.ax-clear-button:focus-visible:disabled),.ax-clear-button:focus-visible:not(.ax-clear-button:focus:disabled,.ax-state-disabled,.ax-clear-button:focus-visible:disabled){color:rgb(var(--ax-sys-body-text-color))}.ax-dark .ax-list-item.ax-state-selected{background-color:rgba(var(--ax-sys-color-primary-800)) !important;color:rgba(var(--ax-sys-color-primary-text)) !important}.ax-list{display:flex;height:100%;flex-direction:column;overflow:hidden;background-color:rgba(var(--ax-sys-surface-bg-color));font-size:.875rem;line-height:1.25rem}@media(min-width: 768px){.ax-list{max-height:20rem}}.ax-list ax-header,.ax-list ax-footer{display:flex;align-items:center;justify-content:space-between;border-color:rgba(var(--ax-sys-border-color), var(--tw-border-opacity));background-color:rgba(var(--ax-color-surface), var(--tw-bg-opacity))}.ax-list ax-header{border-bottom-width:1px;border-color:rgba(var(--ax-sys-border-color), var(--tw-border-opacity));padding:1rem;font-size:1rem;line-height:1.5rem;font-weight:500}@media(min-width: 768px){.ax-list ax-header{font-size:1.125rem;line-height:1.75rem}}.ax-list ax-header ax-prefix,.ax-list ax-header ax-suffix{display:flex;flex-direction:column;justify-items:start}.ax-list ax-header ax-prefix{align-items:flex-start}.ax-list ax-header ax-suffix{align-items:flex-end}.ax-list ax-footer{border-top-width:1px}.ax-list .ax-content{flex:1 1 0%;overflow-y:auto;overflow-x:hidden}.ax-list .ax-content.ax-list-items-container{height:100%;overflow-y:auto;padding-top:.5rem;padding-bottom:.5rem}.ax-list .ax-content.ax-list-items-container.ax-vertical{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr))}.ax-list .ax-content.ax-list-items-container.ax-vertical.ax-divide{border-top-width:1px;border-bottom-width:1px}.ax-list .ax-content.ax-list-items-container.ax-default{cursor:pointer}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group>span{display:flex;align-items:center;padding:.75rem;font-weight:500}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group>ul{padding-left:.75rem;padding-right:.75rem}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group .ax-list-item{margin-bottom:.25rem;border-radius:var(--ax-sys-border-radius)}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item{position:relative;display:flex;height:var(--ax-sys-size-base);user-select:none;align-items:center;justify-content:space-between;padding-inline-end:1rem;padding-inline-start:.75rem;font-size:1rem;line-height:1.5rem}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus,.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible{outline-width:2px;outline-offset:2px}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-checkbox .ax-checkbox-label{margin-inline-start:.5rem}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-selected{background-color:rgba(var(--ax-sys-color-primary-500), var(--tw-bg-opacity)) !important;color:rgba(var(--ax-sys-color-primary-text), var(--tw-text-opacity)) !important}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible,.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:hover{background-color:rgba(var(--ax-color-on-surface))}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-focus{background-color:rgba(var(--ax-color-on-surface))}.ax-list .ax-content.ax-list-items-container .ax-list-loading-container{display:flex;justify-content:center;padding:.5rem}.ax-list .ax-search-box-container{padding:.5rem}.ax-list .ax-search-box-container.ax-state-hidden{display:none}.ax-radio{margin:0px;height:1rem;min-height:1rem;min-width:1rem;width:1rem;cursor:pointer;appearance:none;border-radius:9999px;border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));background-color:rgba(var(--ax-sys-surface-input-bg-color));vertical-align:middle;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.ax-radio:checked{border-color:rgba(var(--ax-sys-color-primary-500)) !important;background-color:rgba(var(--ax-sys-color-primary-500)) !important;background-size:contain;background-repeat:no-repeat}.ax-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}.ax-radio:focus-visible,.ax-radio:focus{box-shadow:0px 0px 0px 2px rgba(var(--ax-sys-surface-bg-color)),0px 0px 0px 4px rgba(var(--ax-sys-color-primary-500))}.ax-radio:disabled{cursor:not-allowed;opacity:.5}.ax-dark .ax-table thead{background-color:rgba(var(--ax-color-on-surface))}.ax-table{width:100%;border-collapse:collapse;border-spacing:0;overflow:hidden;border-radius:var(--ax-sys-border-radius);border-width:1px;border-color:rgba(var(--ax-sys-border-color));font-size:.875rem;line-height:1.25rem}.ax-table td{border-bottom-width:1px;border-color:rgba(var(--ax-sys-border-color));padding-left:1rem;padding-right:1rem;padding-top:.75rem;padding-bottom:.75rem}.ax-table thead{border-bottom-width:1px;border-color:rgba(var(--ax-sys-border-color));background-color:rgba(var(--ax-color-on-surface))}.ax-table thead th{padding-left:1rem;padding-right:1rem;padding-top:.875rem;padding-bottom:.875rem;text-align:start;font-weight:500;text-transform:uppercase}.ax-table.ax-table-alternate tbody tr:nth-child(even){background-color:rgba(var(--ax-color-on-surface))}.ax-table.ax-table-bordered thead th{border-top-width:0px !important}.ax-table.ax-table-bordered tbody tr:last-child td{border-bottom-width:0px !important}.ax-table.ax-table-bordered tbody tr td:last-child{border-bottom-width:0px !important}.ax-table.ax-table-bordered td,.ax-table.ax-table-bordered th{border-width:1px;border-color:rgba(var(--ax-sys-border-color))}.ax-table.ax-table-bordered td:first-child,.ax-table.ax-table-bordered th:first-child{border-inline-start-width:0px}.ax-table.ax-table-bordered td:last-child,.ax-table.ax-table-bordered th:last-child{border-inline-end-width:0px}@media screen and (max-width: 640px){.ax-table.ax-table-responsive{display:block;overflow-wrap:break-word;border-width:0px}.ax-table.ax-table-responsive thead{position:absolute;inset-inline-start:-100%;top:-100%}.ax-table.ax-table-responsive td{float:inline-start;clear:both;box-sizing:border-box;display:block;width:100%;padding-left:.625rem;padding-right:.625rem;padding-top:.375rem;padding-bottom:.375rem}.ax-table.ax-table-responsive td:last-child{border-width:0px}.ax-table.ax-table-responsive td:before{content:attr(data-label);display:block;font-weight:700}.ax-table.ax-table-responsive tr{border-width:1px;border-color:rgba(var(--ax-sys-border-color))}.ax-table.ax-table-responsive tr,.ax-table.ax-table-responsive tbody{float:inline-start;margin-bottom:.625rem;width:100%}}[class*=" ax-icon-"],[class^=ax-icon-]{vertical-align:middle}.ax-bold{font-weight:bold !important}.ax-fieldset{border-radius:var(--ax-sys-border-radius);border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));padding:.75rem}.ax-fieldset legend{padding-left:.25rem;padding-right:.25rem;font-size:.875rem;line-height:1.25rem}.ax-card{border-radius:var(--ax-sys-border-radius);border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));background-color:rgba(var(--ax-sys-surface-bg-color))}.ax-drop-zone>input{position:absolute;height:100%;width:100%;cursor:pointer;opacity:0}.ax-uploader-overlay-state{border-radius:inherit;pointer-events:none;position:absolute;inset-inline-start:0px;top:0px;z-index:10;display:flex;height:100%;width:100%;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background-color:rgba(var(--ax-sys-color-primary-200), 0.75);font-size:.875rem;line-height:1.25rem;color:rgba(var(--ax-sys-color-primary-text-tint));outline-style:dashed;outline-offset:-4px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.ax-select-none,.ax-select-none *{user-select:none !important}.ax-dark .ax-uploader-overlay-state{background-color:rgba(var(--ax-sys-color-primary-800), 0.75);color:rgba(var(--ax-sys-color-primary-text));outline-color:rgba(var(--ax-sys-color-primary-text))}.ax-ripple{transform:scale(0);animation:ripple 500ms linear;position:absolute;border-radius:9999rem !important}@keyframes ripple{to{transform:scale(4);opacity:0}}.ax-placeholder{color:rgba(var(--ax-sys-surface-input-placeholder-color));font-size:calc(var(--ax-comp-editor-font-size)*.875)}
1
+ @import'@angular/cdk/overlay-prebuilt.css';*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:theme("borderColor.DEFAULT", currentColor)}::before,::after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:theme("fontFamily.sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:theme("fontFamily.sans[1].fontFeatureSettings", normal);font-variation-settings:theme("fontFamily.sans[1].fontVariationSettings", normal);-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:theme("fontFamily.mono[1].fontFeatureSettings", normal);font-variation-settings:theme("fontFamily.mono[1].fontVariationSettings", normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:rgba(0,0,0,0);background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:theme("colors.gray.400", #9ca3af)}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--ax-overlay-full-width: 93}html,body{background-color:rgba(var(--ax-sys-body-bg-color));color:rgba(var(--ax-sys-body-text-color))}.ax-editor-container{--ax-comp-editor-border-width: 1px;--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-height: calc(var(--ax-sys-size-base) * var(--ax-comp-editor-size-ratio));--ax-comp-editor-font-family: inherit;--ax-comp-editor-font-weight: normal;--ax-comp-editor-focus-color: var(--ax-sys-color-primary-500);--ax-comp-editor-padding-y: 0;--ax-comp-editor-button-text-color: var(--ax-sys-surface-input-text-color)}.ax-xs .ax-editor-container,.ax-editor-container.ax-xs{--ax-comp-editor-size-ratio: 0.75;--ax-comp-editor-font-size: 0.675rem;--ax-comp-editor-padding-x: 0.188rem;--ax-comp-editor-decorator-padding-x: 0.125rem}.ax-sm .ax-editor-container,.ax-editor-container.ax-sm{--ax-comp-editor-size-ratio: 0.875;--ax-comp-editor-font-size: 0.75rem;--ax-comp-editor-padding-x: 0.375rem;--ax-comp-editor-decorator-padding-x: 0.25rem}.ax-md .ax-editor-container,.ax-editor-container{--ax-comp-editor-size-ratio: 1;--ax-comp-editor-font-size: 0.875rem;--ax-comp-editor-padding-x: 0.75rem;--ax-comp-editor-decorator-padding-x: 0.5rem}.ax-lg .ax-editor-container,.ax-editor-container.ax-lg{--ax-comp-editor-size-ratio: 1.125;--ax-comp-editor-font-size: 1rem;--ax-comp-editor-padding-x: 0.875rem;--ax-comp-editor-decorator-padding-x: 0.75rem}.ax-xl .ax-editor-container,.ax-editor-container.ax-xl{--ax-comp-editor-size-ratio: 1.5;--ax-comp-editor-font-size: 1.5rem;--ax-comp-editor-padding-x: 1rem;--ax-comp-editor-decorator-padding-x: 0.875rem}.ax-editor-container.ax-solid{--ax-comp-editor-bg-color: var(--ax-sys-surface-input-bg-color);--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-button-bg-hover-color: var(--ax-sys-surface-high-bg-color);--ax-comp-editor-border-width: 1px;--ax-comp-editor-box-shadow: inset 0px -1px rgba(var(--ax-comp-editor-border-color));border-width:var(--ax-comp-editor-border-width)}.ax-editor-container.ax-solid:focus,.ax-editor-container.ax-solid:focus-within,.ax-editor-container.ax-solid:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 0px 0 1px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container.ax-fill{--ax-comp-editor-bg-color: var(--ax-sys-surface-bg-color);--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: transparent;--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-border-width: 0px}.ax-editor-container.ax-fill:focus,.ax-editor-container.ax-fill:focus-within,.ax-editor-container.ax-fill:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 0px 0 2px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container.ax-outline{--ax-comp-editor-bg-color: transparent;--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);--ax-comp-editor-border-radius: var(--ax-sys-border-radius);--ax-comp-editor-border-width: 1px;border-width:var(--ax-comp-editor-border-width)}.ax-editor-container.ax-outline:focus,.ax-editor-container.ax-outline:focus-within,.ax-editor-container.ax-outline:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 0px 0 1px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container.ax-flat{--ax-comp-editor-bg-color: 0, 0, 0, 0;--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);--ax-comp-editor-border-radius: 0px;--ax-comp-editor-border-width: 1px;border-bottom-width:var(--ax-comp-editor-border-width)}.ax-editor-container.ax-flat:focus,.ax-editor-container.ax-flat:focus-within,.ax-editor-container.ax-flat:focus-visible{--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);box-shadow:0px 1px 0 0px rgba(var(--ax-sys-color-primary-500))}.ax-editor-container{background-color:rgba(var(--ax-comp-editor-bg-color));color:rgba(var(--ax-comp-editor-text-color));border-color:rgba(var(--ax-comp-editor-border-color));border-radius:var(--ax-comp-editor-border-radius);border-style:solid;display:inline-flex;align-items:center;height:var(--ax-comp-editor-height);width:100%;overflow:hidden;position:relative}.ax-editor-container ax-prefix{max-width:fit-content;font-size:var(--ax-comp-editor-font-size);padding:var(--ax-comp-editor-decorator-padding-y, 0) var(--ax-comp-editor-decorator-padding-x)}.ax-editor-container ax-clear-button{margin-inline-end:var(--ax-comp-editor-decorator-padding-x)}.ax-editor-container ax-suffix{margin-inline-start:var(--ax-comp-editor-decorator-padding-x)}.ax-editor-container .ax-input{width:100%;height:100%;font-size:var(--ax-comp-editor-font-size);padding:0px;outline-width:0px;padding:0 var(--ax-comp-editor-padding-x);background-color:rgba(0,0,0,0)}.ax-editor-container .ax-input:focus,.ax-editor-container .ax-input:focus-visible,.ax-editor-container .ax-input:focus-within{outline:none}.ax-editor-container .ax-input::placeholder{color:rgba(var(--ax-comp-editor-placeholder-color));font-size:calc(var(--ax-comp-editor-font-size))}.ax-editor-container .ax-editor-button{height:var(--ax-comp-editor-button-height, 100%);padding:var(--ax-comp-editor-decorator-button-y, 0) var(--ax-comp-editor-decorator-button-x, 0.75rem);font-size:var(--ax-comp-editor-button-font-size, 100%);color:rgba(var(--ax-comp-editor-button-text-color), var(--ax-comp-editor-button-text-color-opacity, 0.6));display:flex;align-items:center;justify-content:center}.ax-action-list.ax-action-list-horizontal{display:flex;flex-direction:row}.ax-action-list.ax-action-list-horizontal ax-divider{margin-inline:.25rem;width:1px;height:auto}.ax-action-list.ax-action-list-vertical{display:flex;flex-direction:column}.ax-action-list.ax-action-list-vertical .ax-action-item>div.ax-action-item-prefix ax-prefix{min-width:1rem}.ax-action-list.ax-action-list-vertical ax-divider{margin-block:.25rem;height:1px;width:100%}.ax-action-list ax-title{display:block;padding-inline:.875rem;padding-block:.25rem;font-size:.75rem;line-height:1rem;font-weight:bolder;text-transform:uppercase;opacity:.5}.ax-action-list ax-divider{display:block;background-color:rgba(var(--ax-sys-border-color))}.ax-action-list .ax-action-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;height:2.25rem;width:100%;cursor:pointer;padding-inline-end:1rem}.ax-action-list .ax-action-item.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-action-list .ax-action-item:hover:not(.ax-action-list .ax-action-item:hover.ax-state-disabled,.ax-action-list .ax-action-item:hover.ax-state-selected) ax-prefix,.ax-action-list .ax-action-item:hover:not(.ax-action-list .ax-action-item:hover.ax-state-disabled,.ax-action-list .ax-action-item:hover.ax-state-selected) ax-suffix{opacity:1}.ax-action-list .ax-action-item>div{display:flex;align-items:center;justify-content:center}.ax-action-list .ax-action-item>div.ax-action-item-prefix{padding-inline-start:.875rem}.ax-action-list .ax-action-item>div.ax-action-item-prefix>ax-text{padding-inline-start:.5rem;white-space:nowrap}.ax-action-list .ax-action-item>div.ax-action-item-suffix:not(.ax-action-list .ax-action-item>div.ax-action-item-suffix:empty){padding-inline-end:.875rem;margin-inline-start:1rem}.ax-action-list .ax-action-item ax-prefix{display:flex;gap:.5rem}.ax-action-list .ax-action-item ax-suffix ax-text{color:rgba(var(--ax-sys-body-text-color));opacity:.5;font-weight:lighter;padding-inline:.5rem}.ax-action-sheet-panel{--ax-comp-action-sheet-border-radius-size: var(--ax-sys-border-radius);overflow:hidden;border-top-left-radius:var(--ax-comp-action-sheet-border-radius-size);border-top-right-radius:var(--ax-comp-action-sheet-border-radius-size);background-color:rgba(var(--ax-sys-surface-lowest-bg-color));--ax-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--ax-shadow-colored: 0 10px 15px -3px var(--ax-shadow-color), 0 4px 6px -4px var(--ax-shadow-color);box-shadow:var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-shadow);animation:1s both ax-fadeInUp;animation-duration:var(--ax-sys-transition-duration)}@keyframes ax-fadeInUp{from{transform:translate3d(0, 100%, 0);opacity:0}}.ax-checkbox{margin:0px;height:1rem;min-width:1rem;cursor:pointer;appearance:none;border-radius:.25rem;border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));background-color:rgba(var(--ax-sys-surface-input-bg-color));vertical-align:middle;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.ax-checkbox:checked,.ax-checkbox:indeterminate{border-color:rgba(var(--ax-sys-color-primary-500)) !important;background-color:rgba(var(--ax-sys-color-primary-500)) !important;background-size:contain;background-repeat:no-repeat}.ax-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.ax-checkbox:indeterminate{background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzIiB5PSI3IiB3aWR0aD0iMTAiIGhlaWdodD0iMiIvPjwvc3ZnPg==")}.ax-checkbox:focus-visible,.ax-checkbox:focus{box-shadow:0px 0px 0px 2px rgba(var(--ax-sys-surface-bg-color)),0px 0px 0px 4px rgba(var(--ax-sys-color-primary-500))}.ax-checkbox:disabled{cursor:not-allowed;opacity:.5}.ax-drop-down{display:contents}.ax-drop-down .ax-dropdown-content{display:flex;flex:1 1 0%;align-items:center;overflow-x:auto;overflow-y:hidden;font-size:.875rem;line-height:1.25rem;text-transform:capitalize}.ax-drop-down .ax-dropdown-content.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-overlay-pane{margin:.25rem 0;min-width:10rem;height:fit-content;overflow:hidden;border-width:1px;border-color:rgba(var(--ax-sys-border-color));background-color:rgba(var(--ax-sys-surface-lowest-bg-color));--ax-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--ax-shadow-colored: 0 4px 6px -1px var(--ax-shadow-color), 0 2px 4px -2px var(--ax-shadow-color);box-shadow:var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-shadow);border-radius:var(--ax-sys-border-radius)}@media(min-width: 320px)and (max-width: 640px){.ax-overlay-pane{margin:0}}.ax-overlay-pane ax-header,.ax-overlay-pane ax-footer{background-color:rgba(var(--ax-sys-surface-bg-color));padding:.75rem}.ax-overlay-pane.ax-overlay-center{height:fit-content;width:80vw;max-width:90vh}.ax-overlay-pane.ax-overlay-actionsheet{height:auto;max-height:85vh;width:100%;background-color:rgba(var(--ax-sys-surface-bg-color));border-top-left-radius:var(--ax-sys-border-radius);border-top-right-radius:var(--ax-sys-border-radius)}.ax-overlay-pane.ax-overlay-actionsheet.ax-full{height:95vh;max-height:95vh}.ax-overlay-pane.ax-overlay-full{width:100vw;height:100vh}.ax-general-button{display:inline-flex;height:var(--ax-sys-size-base);cursor:pointer;align-items:center;justify-content:center;border-radius:var(--ax-sys-border-radius);padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;color:rgb(var(--ax-sys-surface-input-text-color), 0.75)}.ax-general-button:hover:not(.ax-general-button:hover:disabled,.ax-state-disabled){color:rgba(var(--ax-sys-color-primary-500), var(--tw-text-opacity))}.ax-general-button:focus:not(.ax-general-button:focus:disabled,.ax-state-disabled,.ax-general-button:focus-visible:disabled),.ax-general-button:focus-visible:not(.ax-general-button:focus:disabled,.ax-state-disabled,.ax-general-button:focus-visible:disabled){color:rgba(var(--ax-sys-color-primary-700), var(--tw-text-opacity))}.ax-general-button:active:not(.ax-general-button:active:disabled,.ax-state-disabled){color:rgba(var(--ax-sys-color-primary-300), var(--tw-text-opacity))}.ax-general-button.ax-button-icon{padding-left:.5rem;padding-right:.5rem;font-size:100%}.ax-general-button.ax-button-icon>button{display:flex}.ax-general-button.ax-button-rounded{border-radius:var(--ax-sys-border-radius)}.ax-general-button:disabled,.ax-general-button.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-clear-button{display:inline-flex;height:var(--ax-sys-size-base);align-items:center;justify-content:center;margin-left:.25rem;margin-right:.25rem;font-size:1rem;line-height:1.5rem;color:rgb(var(--ax-sys-body-text-color), 0.75)}.ax-clear-button>button{display:flex}.ax-clear-button:hover:not(.ax-clear-button:hover:disabled,.ax-state-disabled){color:rgb(var(--ax-sys-body-text-color), 0.5)}.ax-clear-button:focus:not(.ax-clear-button:focus:disabled,.ax-state-disabled,.ax-clear-button:focus-visible:disabled),.ax-clear-button:focus-visible:not(.ax-clear-button:focus:disabled,.ax-state-disabled,.ax-clear-button:focus-visible:disabled){color:rgb(var(--ax-sys-body-text-color))}.ax-dark .ax-list-item.ax-state-selected{background-color:rgba(var(--ax-sys-color-primary-800)) !important;color:rgba(var(--ax-sys-color-on-primary)) !important}.ax-list{display:flex;height:100%;flex-direction:column;overflow:hidden;background-color:rgba(var(--ax-sys-surface-bg-color));font-size:.875rem;line-height:1.25rem}@media(min-width: 768px){.ax-list{max-height:20rem}}.ax-list ax-header,.ax-list ax-footer{display:flex;align-items:center;justify-content:space-between;border-color:rgba(var(--ax-sys-border-color), var(--tw-border-opacity));background-color:rgba(var(--ax-color-surface), var(--tw-bg-opacity))}.ax-list ax-header{border-bottom-width:1px;border-color:rgba(var(--ax-sys-border-color), var(--tw-border-opacity));padding:1rem;font-size:1rem;line-height:1.5rem;font-weight:500}@media(min-width: 768px){.ax-list ax-header{font-size:1.125rem;line-height:1.75rem}}.ax-list ax-header ax-prefix,.ax-list ax-header ax-suffix{display:flex;flex-direction:column;justify-items:start}.ax-list ax-header ax-prefix{align-items:flex-start}.ax-list ax-header ax-suffix{align-items:flex-end}.ax-list ax-footer{border-top-width:1px}.ax-list .ax-content{flex:1 1 0%;overflow-y:auto;overflow-x:hidden}.ax-list .ax-content.ax-list-items-container{height:100%;overflow-y:auto;padding-top:.5rem;padding-bottom:.5rem}.ax-list .ax-content.ax-list-items-container.ax-vertical{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr))}.ax-list .ax-content.ax-list-items-container.ax-vertical.ax-divide{border-top-width:1px;border-bottom-width:1px}.ax-list .ax-content.ax-list-items-container.ax-default{cursor:pointer}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group>span{display:flex;align-items:center;padding:.75rem;font-weight:500}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group>ul{padding-left:.75rem;padding-right:.75rem}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group .ax-list-item{margin-bottom:.25rem;border-radius:var(--ax-sys-border-radius)}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item{position:relative;display:flex;height:var(--ax-sys-size-base);user-select:none;align-items:center;justify-content:space-between;padding-inline-end:1rem;padding-inline-start:.75rem;font-size:1rem;line-height:1.5rem}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus,.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible{outline-width:2px;outline-offset:2px}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-checkbox .ax-checkbox-label{margin-inline-start:.5rem}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-selected{background-color:rgba(var(--ax-sys-color-primary-500), var(--tw-bg-opacity)) !important;color:rgba(var(--ax-sys-color-on-primary), var(--tw-text-opacity)) !important}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-disabled{cursor:not-allowed;opacity:.5}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible,.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:hover{background-color:rgba(var(--ax-sys-surface-high-bg-color))}.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-focus{background-color:rgba(var(--ax-sys-surface-high-bg-color))}.ax-list .ax-content.ax-list-items-container .ax-list-loading-container{display:flex;justify-content:center;padding:.5rem}.ax-list .ax-search-box-container{padding:.5rem}.ax-list .ax-search-box-container.ax-state-hidden{display:none}.ax-radio{margin:0px;height:1rem;min-height:1rem;min-width:1rem;width:1rem;cursor:pointer;appearance:none;border-radius:9999px;border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));background-color:rgba(var(--ax-sys-surface-input-bg-color));vertical-align:middle;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.ax-radio:checked{border-color:rgba(var(--ax-sys-color-primary-500)) !important;background-color:rgba(var(--ax-sys-color-primary-500)) !important;background-size:contain;background-repeat:no-repeat}.ax-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}.ax-radio:focus-visible,.ax-radio:focus{box-shadow:0px 0px 0px 2px rgba(var(--ax-sys-surface-bg-color)),0px 0px 0px 4px rgba(var(--ax-sys-color-primary-500))}.ax-radio:disabled{cursor:not-allowed;opacity:.5}.ax-dark .ax-table thead{background-color:rgba(var(--ax-sys-surface-high-bg-color))}.ax-table{width:100%;border-collapse:collapse;border-spacing:0;overflow:hidden;border-radius:var(--ax-sys-border-radius);border-width:1px;border-color:rgba(var(--ax-sys-border-color));font-size:.875rem;line-height:1.25rem}.ax-table td{border-bottom-width:1px;border-color:rgba(var(--ax-sys-border-color));padding-left:1rem;padding-right:1rem;padding-top:.75rem;padding-bottom:.75rem}.ax-table thead{border-bottom-width:1px;border-color:rgba(var(--ax-sys-border-color));background-color:rgba(var(--ax-sys-surface-high-bg-color))}.ax-table thead th{padding-left:1rem;padding-right:1rem;padding-top:.875rem;padding-bottom:.875rem;text-align:start;font-weight:500;text-transform:uppercase}.ax-table.ax-table-alternate tbody tr:nth-child(even){background-color:rgba(var(--ax-sys-surface-high-bg-color))}.ax-table.ax-table-bordered thead th{border-top-width:0px !important}.ax-table.ax-table-bordered tbody tr:last-child td{border-bottom-width:0px !important}.ax-table.ax-table-bordered tbody tr td:last-child{border-bottom-width:0px !important}.ax-table.ax-table-bordered td,.ax-table.ax-table-bordered th{border-width:1px;border-color:rgba(var(--ax-sys-border-color))}.ax-table.ax-table-bordered td:first-child,.ax-table.ax-table-bordered th:first-child{border-inline-start-width:0px}.ax-table.ax-table-bordered td:last-child,.ax-table.ax-table-bordered th:last-child{border-inline-end-width:0px}@media screen and (max-width: 640px){.ax-table.ax-table-responsive{display:block;overflow-wrap:break-word;border-width:0px}.ax-table.ax-table-responsive thead{position:absolute;inset-inline-start:-100%;top:-100%}.ax-table.ax-table-responsive td{float:inline-start;clear:both;box-sizing:border-box;display:block;width:100%;padding-left:.625rem;padding-right:.625rem;padding-top:.375rem;padding-bottom:.375rem}.ax-table.ax-table-responsive td:last-child{border-width:0px}.ax-table.ax-table-responsive td:before{content:attr(data-label);display:block;font-weight:700}.ax-table.ax-table-responsive tr{border-width:1px;border-color:rgba(var(--ax-sys-border-color))}.ax-table.ax-table-responsive tr,.ax-table.ax-table-responsive tbody{float:inline-start;margin-bottom:.625rem;width:100%}}[class*=" ax-icon-"],[class^=ax-icon-]{vertical-align:middle}.ax-bold{font-weight:bold !important}.ax-fieldset{border-radius:var(--ax-sys-border-radius);border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));padding:.75rem}.ax-fieldset legend{padding-left:.25rem;padding-right:.25rem;font-size:.875rem;line-height:1.25rem}.ax-card{border-radius:var(--ax-sys-border-radius);border-width:1px;border-color:rgba(var(--ax-sys-surface-input-border-color));background-color:rgba(var(--ax-sys-surface-bg-color))}.ax-drop-zone>input{position:absolute;height:100%;width:100%;cursor:pointer;opacity:0}.ax-uploader-overlay-state{border-radius:inherit;pointer-events:none;position:absolute;inset-inline-start:0px;top:0px;z-index:10;display:flex;height:100%;width:100%;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background-color:rgba(var(--ax-sys-color-primary-200), 0.75);font-size:.875rem;line-height:1.25rem;color:rgba(var(--ax-sys-color-on-primary-tint));outline-style:dashed;outline-offset:-4px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.ax-select-none,.ax-select-none *{user-select:none !important}.ax-dark .ax-uploader-overlay-state{background-color:rgba(var(--ax-sys-color-primary-800), 0.75);color:rgba(var(--ax-sys-color-on-primary));outline-color:rgba(var(--ax-sys-color-on-primary))}.ax-ripple{transform:scale(0);animation:ripple 500ms linear;position:absolute;border-radius:9999rem !important}@keyframes ripple{to{transform:scale(4);opacity:0}}.ax-placeholder{color:rgba(var(--ax-sys-surface-input-placeholder-color));font-size:calc(var(--ax-comp-editor-font-size)*.875)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.8.0-next.1",
3
+ "version": "19.8.0-next.11",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -12,6 +12,7 @@
12
12
  height: var(--ax-comp-editor-height);
13
13
  width: 100%;
14
14
  overflow: hidden;
15
+ position: relative;
15
16
 
16
17
  ax-prefix {
17
18
  max-width: fit-content;
@@ -1,6 +1,6 @@
1
1
  .ax-editor-container {
2
2
  &.ax-fill {
3
- --ax-comp-editor-bg-color: var(--ax-sys-surface-low-bg-color);
3
+ --ax-comp-editor-bg-color: var(--ax-sys-surface-bg-color);
4
4
  --ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);
5
5
  --ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);
6
6
  --ax-comp-editor-border-color: transparent;
@@ -9,7 +9,7 @@
9
9
  --ax-comp-editor-border-width: 1px;
10
10
  --ax-comp-editor-box-shadow: inset 0px -1px rgba(var(--ax-comp-editor-border-color));
11
11
  border-width: var(--ax-comp-editor-border-width);
12
- box-shadow: var(--ax-comp-editor-box-shadow);
12
+ // box-shadow: var(--ax-comp-editor-box-shadow);
13
13
  &:focus,
14
14
  &:focus-within,
15
15
  &:focus-visible {
@@ -47,7 +47,7 @@
47
47
 
48
48
  @mixin fill-look() {
49
49
  border-radius: var(--ax-sys-border-radius);
50
- background-color: rgba(var(--ax-color-on-surface));
50
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
51
51
 
52
52
  &:focus-within {
53
53
  box-shadow: 0px 0px 0 2px rgba(var(--ax-sys-color-primary-500));
@@ -63,7 +63,7 @@
63
63
 
64
64
  &:hover {
65
65
  &:not(&.ax-state-disabled, &.ax-state-selected) {
66
- // background-color: rgba(var(--ax-color-on-surface));
66
+ // background-color: rgba(var(--ax-sys-surface-high-bg-color));
67
67
  ax-prefix,
68
68
  ax-suffix {
69
69
  opacity: 1;
@@ -4,7 +4,7 @@
4
4
  overflow: hidden;
5
5
  border-top-left-radius: var(--ax-comp-action-sheet-border-radius-size);
6
6
  border-top-right-radius: var(--ax-comp-action-sheet-border-radius-size);
7
- background-color: rgba(var(--ax-sys-surface-bg-color));
7
+ background-color: rgba(var(--ax-sys-surface-lowest-bg-color));
8
8
  --ax-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
9
9
  --ax-shadow-colored: 0 10px 15px -3px var(--ax-shadow-color), 0 4px 6px -4px var(--ax-shadow-color);
10
10
  box-shadow: var(--ax-ring-offset-shadow, 0 0 #0000), var(--ax-ring-shadow, 0 0 #0000), var(--ax-shadow);
@@ -3,11 +3,11 @@
3
3
  .ax-list-item {
4
4
  &.ax-state-selected {
5
5
  background-color: rgba(var(--ax-sys-color-primary-800)) !important;
6
- color: rgba(var(--ax-sys-color-primary-text)) !important;
6
+ color: rgba(var(--ax-sys-color-on-primary)) !important;
7
7
 
8
8
  // .ax-selected-icon {
9
9
  //
10
- // color: rgba(var(--ax-sys-color-primary-text));
10
+ // color: rgba(var(--ax-sys-color-on-primary));
11
11
  // }
12
12
  }
13
13
  }
@@ -125,7 +125,7 @@
125
125
  }
126
126
  &.ax-state-selected {
127
127
  background-color: rgba(var(--ax-sys-color-primary-500), var(--tw-bg-opacity)) !important;
128
- color: rgba(var(--ax-sys-color-primary-text), var(--tw-text-opacity)) !important;
128
+ color: rgba(var(--ax-sys-color-on-primary), var(--tw-text-opacity)) !important;
129
129
 
130
130
  // .ax-selected-icon {
131
131
  //
@@ -147,10 +147,10 @@
147
147
 
148
148
  &:focus-visible,
149
149
  &:hover {
150
- background-color: rgba(var(--ax-color-on-surface));
150
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
151
151
  }
152
152
  &.ax-state-focus {
153
- background-color: rgba(var(--ax-color-on-surface));
153
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
154
154
  }
155
155
  }
156
156
  }
@@ -2,7 +2,7 @@
2
2
  @include mixins.darkMode() {
3
3
  .ax-table {
4
4
  thead {
5
- background-color: rgba(var(--ax-color-on-surface));
5
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
6
6
  }
7
7
  }
8
8
  }
@@ -27,7 +27,7 @@
27
27
  thead {
28
28
  border-bottom-width: 1px;
29
29
  border-color: rgba(var(--ax-sys-border-color));
30
- background-color: rgba(var(--ax-color-on-surface));
30
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
31
31
 
32
32
  th {
33
33
  padding-left: 1rem /* 16px */;
@@ -43,7 +43,7 @@
43
43
  tbody {
44
44
  tr {
45
45
  &:nth-child(even) {
46
- background-color: rgba(var(--ax-color-on-surface));
46
+ background-color: rgba(var(--ax-sys-surface-high-bg-color));
47
47
  }
48
48
  }
49
49
  }
@@ -58,7 +58,7 @@
58
58
  background-color: rgba(var(--ax-sys-color-primary-200), 0.75);
59
59
  font-size: 0.875rem /* 14px */;
60
60
  line-height: 1.25rem /* 20px */;
61
- color: rgba(var(--ax-sys-color-primary-text-tint));
61
+ color: rgba(var(--ax-sys-color-on-primary-tint));
62
62
  outline-style: dashed;
63
63
  outline-offset: -4px;
64
64
  transition-property: all;
@@ -73,7 +73,7 @@
73
73
  @include util.darkMode() {
74
74
  .ax-uploader-overlay-state {
75
75
  background-color: rgba(var(--ax-sys-color-primary-800), 0.75);
76
- color: rgba(var(--ax-sys-color-primary-text));
77
- outline-color: rgba(var(--ax-sys-color-primary-text));
76
+ color: rgba(var(--ax-sys-color-on-primary));
77
+ outline-color: rgba(var(--ax-sys-color-on-primary));
78
78
  }
79
79
  }
@@ -1,2 +1,2 @@
1
- $color_names: 'primary', 'success', 'warning', 'danger', 'neutral';
1
+ $color_names: 'primary', 'success', 'warning', 'danger', 'secondary';
2
2
  $look_names: 'solid', 'twotone', 'outline', 'blank', 'link';
package/tailwind-base.js CHANGED
@@ -17,6 +17,16 @@ const childSelector = plugin(function ({ addVariant }) {
17
17
  addVariant('child-focus-within', '& > *:focus-within');
18
18
  });
19
19
 
20
+ const _onColors = {
21
+ 'on-surface-light': 'rgba(var(--ax-sys-on-surface-light-color), <alpha-value>)',
22
+ 'on-surface-lowest': 'rgba(var(--ax-sys-on-surface-lowest-color), <alpha-value>)',
23
+ 'on-surface-low': 'rgba(var(--ax-sys-on-surface-low-color), <alpha-value>)',
24
+ 'on-surface': 'rgba(var(--ax-sys-on-surface-color), <alpha-value>)',
25
+ 'on-surface-high': 'rgba(var(--ax-sys-on-surface-high-color), <alpha-value>)',
26
+ 'on-surface-highest': 'rgba(var(--ax-sys-on-surface-highest-color), <alpha-value>)',
27
+ 'on-surface-dark': 'rgba(var(--ax-sys-on-surface-dark-color), <alpha-value>)',
28
+ }
29
+
20
30
  const _bgColors = {
21
31
  default: 'rgba(var( --ax-sys-body-bg-color), <alpha-value>)',
22
32
  'surface-light': 'rgba(var(--ax-sys-surface-light-bg-color), <alpha-value>)',
@@ -27,18 +37,22 @@ const _bgColors = {
27
37
  'surface-highest': 'rgba(var(--ax-sys-surface-highest-bg-color), <alpha-value>)',
28
38
  'surface-dark': 'rgba(var(--ax-sys-surface-dark-bg-color), <alpha-value>)',
29
39
  'surface-input': 'rgba(var(--ax-sys-surface-input-bg-color), <alpha-value>)',
40
+ ..._onColors
41
+
42
+
30
43
  };
31
44
 
32
45
  const _textColors = {
33
46
  DEFAULT: withOpacityValue('--ax-sys-body-text-color'),
34
47
  default: withOpacityValue('--ax-sys-body-text-color'),
35
- 'surface-light': 'rgba(var(--ax-sys-surface-light-text-color), <alpha-value>)',
36
- 'surface-lowest': 'rgba(var(--ax-sys-surface-lowest-text-color), <alpha-value>)',
37
- 'surface-low': 'rgba(var(--ax-sys-surface-low-text-color), <alpha-value>)',
38
- surface: 'rgba(var(--ax-sys-surface-text-color), <alpha-value>)',
39
- 'surface-high': 'rgba(var(--ax-sys-surface-high-text-color), <alpha-value>)',
40
- 'surface-dark': 'rgba(var(--ax-sys-surface-dark-text-color), <alpha-value>)',
41
- 'surface-highest': 'rgba(var(--ax-sys-surface-highest-text-color), <alpha-value>)',
48
+ 'surface-light': 'rgba(var(--ax-sys-on-surface-light-color), <alpha-value>)',
49
+ 'surface-lowest': 'rgba(var(--ax-sys-on-surface-lowest-color), <alpha-value>)',
50
+ 'surface-low': 'rgba(var(--ax-sys-on-surface-low-color), <alpha-value>)',
51
+ surface: 'rgba(var(--ax-sys-on-surface-color), <alpha-value>)',
52
+ 'surface-high': 'rgba(var(--ax-sys-on-surface-high-color), <alpha-value>)',
53
+ 'surface-dark': 'rgba(var(--ax-sys-on-surface-dark-color), <alpha-value>)',
54
+ 'surface-highest': 'rgba(var(--ax-sys-on-surface-highest-color), <alpha-value>)',
55
+
42
56
  };
43
57
 
44
58
  const _borderColors = {
@@ -49,13 +63,14 @@ const _borderColors = {
49
63
  'surface-high': 'rgba(var(--ax-sys-surface-high-border-color), <alpha-value>)',
50
64
  'surface-dark': 'rgba(var(--ax-sys-surface-dark-border-color), <alpha-value>)',
51
65
  'surface-highest': 'rgba(var(--ax-sys-surface-highest-border-color), <alpha-value>)',
66
+
52
67
  };
53
68
 
54
69
  const createPalete = function (colorName) {
55
70
  return {
56
71
  DEFAULT: `rgba(var(--ax-sys-color-${colorName}-500), <alpha-value>)`,
57
- fore: `rgba(var(--ax-sys-color-${colorName}-text), <alpha-value>)`,
58
- 'fore-tint': `rgba(var(--ax-sys-color-${colorName}-contrast-text), <alpha-value>)`,
72
+ text: `rgba(var(--ax-sys-color-on-${colorName}), <alpha-value>)`,
73
+ 'contrast-text': `rgba(var(--ax-sys-color-on-contrast-${colorName}), <alpha-value>)`,
59
74
  50: `rgba(var(--ax-sys-color-${colorName}-50), <alpha-value>)`,
60
75
  100: `rgba(var(--ax-sys-color-${colorName}-100), <alpha-value>)`,
61
76
  200: `rgba(var(--ax-sys-color-${colorName}-200), <alpha-value>)`,
@@ -78,10 +93,11 @@ module.exports = withAnimations({
78
93
  extend: {
79
94
  colors: {
80
95
  primary: createPalete('primary'),
96
+ secondary: createPalete('secondary'),
81
97
  success: createPalete('success'),
82
98
  danger: createPalete('danger'),
83
99
  warning: createPalete('warning'),
84
- neutral: createPalete('neutral'),
100
+ ghost: createPalete('ghost'),
85
101
  },
86
102
  textColor: {
87
103
  ..._textColors,
@@ -1 +1 @@
1
- :root{--ax-sys-body-font-size: 1rem;--ax-sys-size-base: 2.5rem;--ax-sys-transition-duration: 150ms;--ax-sys-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);--ax-sys-border-radius: 0.5rem;--ax-sys-border-color: 233, 234, 235;--ax-sys-body-bg-color: var(--ax-sys-surface-lowest-bg-color);--ax-sys-body-text-color: 22, 22, 22;--ax-sys-surface-light-bg-color: 249, 250, 251;--ax-sys-surface-light-text-color: 31, 42, 71;--ax-sys-surface-light-border-color: 243, 244, 246;--ax-sys-surface-lowest-bg-color: 255, 255, 255;--ax-sys-surface-lowest-text-color: 40, 40, 40;--ax-sys-surface-lowest-border-color: 250, 250, 250;--ax-sys-surface-low-bg-color: 250, 250, 250;--ax-sys-surface-low-text-color: 40, 40, 40;--ax-sys-surface-low-border-color: 245, 245, 245;--ax-sys-surface-bg-color: 245, 245, 245;--ax-sys-surface-text-color: 30, 30, 30;--ax-sys-surface-border-color: 233, 234, 235;--ax-sys-surface-high-bg-color: 233, 234, 235;--ax-sys-surface-high-text-color: 20, 20, 20;--ax-sys-surface-high-border-color: 213, 215, 218;--ax-sys-surface-highest-bg-color: 213, 215, 218;--ax-sys-surface-highest-text-color: 10, 10, 10;--ax-sys-surface-highest-border-color: 164, 167, 174;--ax-sys-surface-dark-bg-color: 249, 250, 251;--ax-sys-surface-dark-text-color: 31, 42, 71;--ax-sys-surface-dark-border-color: 243, 244, 246;--ax-sys-surface-input-bg-color: 255, 255, 255;--ax-sys-surface-input-text-color: 30, 30, 30;--ax-sys-surface-input-placeholder-color: 180, 180, 180;--ax-sys-surface-input-border-color: 220, 220, 220;--ax-sys-color-primary-text: 255, 255, 255;--ax-sys-color-primary-contrast-text: 11, 30, 71;--ax-sys-color-primary-50: 244, 247, 254;--ax-sys-color-primary-100: 233, 239, 253;--ax-sys-color-primary-200: 190, 208, 249;--ax-sys-color-primary-300: 146, 177, 245;--ax-sys-color-primary-400: 102, 146, 241;--ax-sys-color-primary-500: 37, 99, 235;--ax-sys-color-primary-600: 33, 89, 212;--ax-sys-color-primary-700: 26, 69, 165;--ax-sys-color-primary-800: 19, 50, 118;--ax-sys-color-primary-900: 11, 30, 71;--ax-sys-color-primary-950: 4, 10, 23;--ax-sys-color-success-text: 255, 255, 255;--ax-sys-color-success-contrast-text: 6, 78, 59;--ax-sys-color-success-50: 236, 253, 245;--ax-sys-color-success-100: 209, 250, 229;--ax-sys-color-success-200: 167, 243, 208;--ax-sys-color-success-300: 110, 231, 183;--ax-sys-color-success-400: 52, 211, 153;--ax-sys-color-success-500: 16, 185, 129;--ax-sys-color-success-600: 5, 150, 105;--ax-sys-color-success-700: 4, 120, 87;--ax-sys-color-success-800: 6, 95, 70;--ax-sys-color-success-900: 6, 78, 59;--ax-sys-color-success-950: 2, 44, 34;--ax-sys-color-warning-text: 48, 26, 10;--ax-sys-color-warning-contrast-text: 18, 15, 14;--ax-sys-color-warning-50: 255, 248, 225;--ax-sys-color-warning-100: 255, 236, 179;--ax-sys-color-warning-200: 255, 224, 130;--ax-sys-color-warning-300: 255, 213, 79;--ax-sys-color-warning-400: 255, 202, 40;--ax-sys-color-warning-500: 255, 193, 7;--ax-sys-color-warning-600: 255, 179, 0;--ax-sys-color-warning-700: 255, 160, 0;--ax-sys-color-warning-800: 255, 143, 0;--ax-sys-color-warning-900: 255, 111, 0;--ax-sys-color-warning-950: 72, 40, 15;--ax-sys-color-danger-text: 255, 255, 255;--ax-sys-color-danger-contrast-text: 127, 29, 29;--ax-sys-color-danger-50: 254, 242, 242;--ax-sys-color-danger-100: 254, 226, 226;--ax-sys-color-danger-200: 254, 202, 202;--ax-sys-color-danger-300: 252, 165, 165;--ax-sys-color-danger-400: 248, 113, 113;--ax-sys-color-danger-500: 239, 68, 68;--ax-sys-color-danger-600: 220, 38, 38;--ax-sys-color-danger-700: 185, 28, 28;--ax-sys-color-danger-800: 153, 27, 27;--ax-sys-color-danger-900: 127, 29, 29;--ax-sys-color-danger-950: 69, 10, 10;--ax-sys-color-neutral-text: 255, 255, 255;--ax-sys-color-neutral-contrast-text: 17, 24, 39;--ax-sys-color-neutral-50: 249, 250, 251;--ax-sys-color-neutral-100: 243, 244, 246;--ax-sys-color-neutral-200: 229, 231, 235;--ax-sys-color-neutral-300: 209, 213, 219;--ax-sys-color-neutral-400: 156, 163, 175;--ax-sys-color-neutral-500: 107, 114, 128;--ax-sys-color-neutral-600: 75, 85, 99;--ax-sys-color-neutral-700: 55, 65, 81;--ax-sys-color-neutral-800: 31, 41, 55;--ax-sys-color-neutral-900: 17, 24, 39;--ax-sys-color-neutral-950: 3, 7, 18}.ax-dark{--ax-sys-body-text-color: 255, 255, 255;--ax-sys-border-color: 34, 38, 47;--ax-sys-surface-lowest-bg-color: 2, 6, 23;--ax-sys-surface-lowest-text-color: 220, 220, 220;--ax-sys-surface-lowest-border-color: 15, 23, 42;--ax-sys-surface-low-bg-color: 15, 23, 42;--ax-sys-surface-low-text-color: 230, 230, 230;--ax-sys-surface-low-border-color: 30, 41, 59;--ax-sys-surface-bg-color: 30, 41, 59;--ax-sys-surface-text-color: 240, 240, 240;--ax-sys-surface-border-color: 51, 65, 85;--ax-sys-surface-high-bg-color: 51, 65, 85;--ax-sys-surface-high-text-color: 250, 250, 250;--ax-sys-surface-high-border-color: 71, 85, 105;--ax-sys-surface-highest-bg-color: 71, 85, 105;--ax-sys-surface-highest-text-color: 255, 255, 255;--ax-sys-surface-highest-border-color: 100, 116, 139;--ax-sys-surface-input-bg-color: 55, 55, 55;--ax-sys-surface-input-text-color: 240, 240, 240;--ax-sys-surface-input-placeholder-color: 100, 100, 100;--ax-sys-surface-input-border-color: 80, 80, 80;--ax-sys-color-primary-text: 19, 21, 25;--ax-sys-color-primary-contrast-text: 57, 62, 75;--ax-sys-color-primary-50: 252, 253, 255;--ax-sys-color-primary-100: 249, 250, 254;--ax-sys-color-primary-200: 236, 241, 253;--ax-sys-color-primary-300: 223, 232, 252;--ax-sys-color-primary-400: 210, 222, 251;--ax-sys-color-primary-500: 190, 208, 249;--ax-sys-color-primary-600: 171, 187, 224;--ax-sys-color-primary-700: 133, 146, 174;--ax-sys-color-primary-800: 95, 104, 125;--ax-sys-color-primary-900: 57, 62, 75;--ax-sys-color-primary-950: 19, 21, 25;--ax-sys-color-success-text: 255, 255, 255;--ax-sys-color-success-contrast-text: 6, 78, 59;--ax-sys-color-success-50: 236, 253, 245;--ax-sys-color-success-100: 209, 250, 229;--ax-sys-color-success-200: 167, 243, 208;--ax-sys-color-success-300: 110, 231, 183;--ax-sys-color-success-400: 52, 211, 153;--ax-sys-color-success-500: 16, 185, 129;--ax-sys-color-success-600: 5, 150, 105;--ax-sys-color-success-700: 4, 120, 87;--ax-sys-color-success-800: 6, 95, 70;--ax-sys-color-success-900: 6, 78, 59;--ax-sys-color-success-950: 2, 44, 34;--ax-sys-color-warning-text: 25, 22, 13;--ax-sys-color-warning-contrast-text: 77, 67, 39;--ax-sys-color-warning-50: 255, 253, 249;--ax-sys-color-warning-100: 255, 252, 243;--ax-sys-color-warning-200: 255, 246, 218;--ax-sys-color-warning-300: 255, 240, 193;--ax-sys-color-warning-400: 255, 233, 168;--ax-sys-color-warning-500: 255, 224, 130;--ax-sys-color-warning-600: 230, 202, 117;--ax-sys-color-warning-700: 179, 157, 91;--ax-sys-color-warning-800: 128, 112, 65;--ax-sys-color-warning-900: 77, 67, 39;--ax-sys-color-warning-950: 25, 22, 13;--ax-sys-color-danger-text: 24, 15, 15;--ax-sys-color-danger-contrast-text: 72, 46, 46;--ax-sys-color-danger-50: 254, 250, 250;--ax-sys-color-danger-100: 253, 245, 245;--ax-sys-color-danger-200: 250, 225, 225;--ax-sys-color-danger-300: 247, 205, 205;--ax-sys-color-danger-400: 244, 184, 184;--ax-sys-color-danger-500: 239, 154, 154;--ax-sys-color-danger-600: 215, 139, 139;--ax-sys-color-danger-700: 167, 108, 108;--ax-sys-color-danger-800: 120, 77, 77;--ax-sys-color-danger-900: 72, 46, 46;--ax-sys-color-danger-950: 24, 15, 15;--ax-sys-color-neutral-text: 18, 19, 20;--ax-sys-color-neutral-contrast-text: 53, 57, 59;--ax-sys-color-neutral-50: 251, 252, 252;--ax-sys-color-neutral-100: 247, 249, 249;--ax-sys-color-neutral-200: 231, 236, 238;--ax-sys-color-neutral-300: 216, 223, 226;--ax-sys-color-neutral-400: 200, 210, 214;--ax-sys-color-neutral-500: 176, 190, 197;--ax-sys-color-neutral-600: 158, 171, 177;--ax-sys-color-neutral-700: 123, 133, 138;--ax-sys-color-neutral-800: 88, 95, 99;--ax-sys-color-neutral-900: 53, 57, 59;--ax-sys-color-neutral-950: 18, 19, 20}
1
+ :root,.ax-light{--ax-sys-body-font-size: 1rem;--ax-sys-size-base: 2.5rem;--ax-sys-transition-duration: 150ms;--ax-sys-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);--ax-sys-border-radius: 0.5rem;--ax-sys-border-color: 233, 234, 235;--ax-sys-body-bg-color: var(--ax-sys-surface-lowest-bg-color);--ax-sys-body-text-color: 22, 22, 22;--ax-sys-surface-light-bg-color: 255, 255, 255;--ax-sys-on-surface-light-color: 0, 0, 0;--ax-sys-surface-light-border-color: 0, 0, 0;--ax-sys-surface-lowest-bg-color: 255, 255, 255;--ax-sys-on-surface-lowest-color: 40, 40, 40;--ax-sys-surface-lowest-border-color: 233, 236, 239;--ax-sys-surface-low-bg-color: 248, 249, 250;--ax-sys-on-surface-low-color: 40, 40, 40;--ax-sys-surface-low-border-color: 233, 236, 239;--ax-sys-surface-bg-color: 239, 241, 243;--ax-sys-on-surface-color: 30, 30, 30;--ax-sys-surface-border-color: 232, 235, 238;--ax-sys-surface-high-bg-color: 234, 237, 239;--ax-sys-on-surface-high-color: 20, 20, 20;--ax-sys-surface-high-border-color: 228, 231, 234;--ax-sys-surface-highest-bg-color: 230, 233, 236;--ax-sys-on-surface-highest-color: 10, 10, 10;--ax-sys-surface-highest-border-color: 225, 229, 233;--ax-sys-surface-input-bg-color: 255, 255, 255;--ax-sys-surface-input-text-color: 30, 30, 30;--ax-sys-surface-input-placeholder-color: 180, 180, 180;--ax-sys-surface-input-border-color: 220, 220, 220;--ax-sys-surface-dark-bg-color: 0, 0, 0;--ax-sys-on-surface-dark-color: 255, 255, 255;--ax-sys-surface-dark-border-color: 255, 255, 255;--ax-sys-color-on-primary: 255, 255, 255;--ax-sys-color-on-contrast-primary: 11, 30, 71;--ax-sys-color-primary-50: 239, 246, 255;--ax-sys-color-primary-100: 219, 234, 254;--ax-sys-color-primary-200: 191, 219, 254;--ax-sys-color-primary-300: 147, 197, 253;--ax-sys-color-primary-400: 96, 165, 250;--ax-sys-color-primary-500: 59, 130, 246;--ax-sys-color-primary-600: 37, 99, 235;--ax-sys-color-primary-700: 29, 78, 216;--ax-sys-color-primary-800: 30, 64, 175;--ax-sys-color-primary-900: 30, 58, 138;--ax-sys-color-primary-950: 23, 37, 84;--ax-sys-color-on-secondary: 255, 255, 255;--ax-sys-color-on-contrast-secondary: 9, 9, 11;--ax-sys-color-secondary-50: 249, 250, 251;--ax-sys-color-secondary-100: 243, 244, 246;--ax-sys-color-secondary-200: 229, 231, 235;--ax-sys-color-secondary-300: 209, 213, 219;--ax-sys-color-secondary-400: 156, 163, 175;--ax-sys-color-secondary-500: 107, 114, 128;--ax-sys-color-secondary-600: 75, 85, 99;--ax-sys-color-secondary-700: 55, 65, 81;--ax-sys-color-secondary-800: 31, 41, 55;--ax-sys-color-secondary-900: 24, 24, 27;--ax-sys-color-secondary-950: 9, 9, 11;--ax-sys-color-on-success: 255, 255, 255;--ax-sys-color-on-contrast-success: 5, 46, 22;--ax-sys-color-success-50: 240, 253, 244;--ax-sys-color-success-100: 220, 252, 231;--ax-sys-color-success-200: 187, 247, 208;--ax-sys-color-success-300: 134, 239, 172;--ax-sys-color-success-400: 74, 222, 128;--ax-sys-color-success-500: 34, 197, 94;--ax-sys-color-success-600: 22, 163, 74;--ax-sys-color-success-700: 21, 128, 61;--ax-sys-color-success-800: 22, 101, 52;--ax-sys-color-success-900: 20, 83, 45;--ax-sys-color-success-950: 5, 46, 22;--ax-sys-color-on-warning: 255, 255, 255;--ax-sys-color-on-contrast-warning: 69, 26, 3;--ax-sys-color-warning-50: 255, 251, 235;--ax-sys-color-warning-100: 254, 243, 199;--ax-sys-color-warning-200: 253, 230, 138;--ax-sys-color-warning-300: 252, 211, 77;--ax-sys-color-warning-400: 251, 191, 36;--ax-sys-color-warning-500: 245, 158, 11;--ax-sys-color-warning-600: 217, 119, 6;--ax-sys-color-warning-700: 180, 83, 9;--ax-sys-color-warning-800: 146, 64, 14;--ax-sys-color-warning-900: 120, 53, 15;--ax-sys-color-warning-950: 69, 26, 3;--ax-sys-color-on-danger: 255, 255, 255;--ax-sys-color-on-contrast-danger: 76, 5, 25;--ax-sys-color-danger-50: 255, 241, 242;--ax-sys-color-danger-100: 255, 228, 230;--ax-sys-color-danger-200: 254, 205, 211;--ax-sys-color-danger-300: 253, 164, 175;--ax-sys-color-danger-400: 251, 113, 133;--ax-sys-color-danger-500: 244, 63, 94;--ax-sys-color-danger-600: 225, 29, 72;--ax-sys-color-danger-700: 190, 18, 60;--ax-sys-color-danger-800: 159, 18, 57;--ax-sys-color-danger-900: 136, 19, 55;--ax-sys-color-danger-950: 76, 5, 25;--ax-sys-color-on-ghost: 255, 255, 255;--ax-sys-color-on-contrast-ghost: 24, 24, 27;--ax-sys-color-ghost-50: 255, 255, 255;--ax-sys-color-ghost-100: 244, 244, 245;--ax-sys-color-ghost-200: 228, 228, 231;--ax-sys-color-ghost-300: 212, 212, 216;--ax-sys-color-ghost-400: 161, 161, 170;--ax-sys-color-ghost-500: 113, 113, 122;--ax-sys-color-ghost-600: 82, 82, 91;--ax-sys-color-ghost-700: 63, 63, 70;--ax-sys-color-ghost-800: 39, 39, 42;--ax-sys-color-ghost-900: 24, 24, 27;--ax-sys-color-ghost-950: 9, 9, 11}.ax-dark{--ax-sys-body-bg-color: var(--ax-sys-surface-lowest-bg-color);--ax-sys-body-text-color: 255, 255, 255;--ax-sys-border-color: 34, 38, 47;--ax-sys-surface-lowest-bg-color: 15, 15, 15;--ax-sys-on-surface-lowest-color: 220, 220, 220;--ax-sys-surface-lowest-border-color: 20, 20, 20;--ax-sys-surface-low-bg-color: 20, 20, 20;--ax-sys-on-surface-low-color: 230, 230, 230;--ax-sys-surface-low-border-color: 25, 25, 25;--ax-sys-surface-bg-color: 25, 25, 25;--ax-sys-on-surface-color: 240, 240, 240;--ax-sys-surface-border-color: 34, 34, 34;--ax-sys-surface-high-bg-color: 29, 29, 29;--ax-sys-on-surface-high-color: 250, 250, 250;--ax-sys-surface-high-border-color: 43, 43, 43;--ax-sys-surface-highest-bg-color: 34, 34, 34;--ax-sys-on-surface-highest-color: 255, 255, 255;--ax-sys-surface-highest-border-color: 52, 52, 52;--ax-sys-surface-input-bg-color: var(--ax-sys-surface-lowest-bg-color);--ax-sys-surface-input-text-color: var(--ax-sys-on-surface-lowest-color);--ax-sys-surface-input-placeholder-color: 100, 100, 100;--ax-sys-surface-input-border-color: var(--ax-sys-surface-border-color);--ax-sys-color-on-primary: 11, 30, 71;--ax-sys-color-on-contrast-primary: 57, 62, 75;--ax-sys-color-primary-50: 252, 253, 255;--ax-sys-color-primary-100: 249, 250, 254;--ax-sys-color-primary-200: 236, 241, 253;--ax-sys-color-primary-300: 224, 232, 252;--ax-sys-color-primary-400: 211, 222, 251;--ax-sys-color-primary-500: 192, 208, 249;--ax-sys-color-primary-600: 173, 187, 224;--ax-sys-color-primary-700: 134, 146, 174;--ax-sys-color-primary-800: 96, 104, 125;--ax-sys-color-primary-900: 58, 62, 75;--ax-sys-color-primary-950: 19, 21, 25;--ax-sys-color-on-secondary: 58, 62, 69;--ax-sys-color-on-contrast-secondary: 70, 74, 83;--ax-sys-color-secondary-50: 255, 255, 255;--ax-sys-color-secondary-100: 241, 242, 243;--ax-sys-color-secondary-200: 227, 229, 232;--ax-sys-color-secondary-300: 213, 216, 220;--ax-sys-color-secondary-400: 199, 202, 209;--ax-sys-color-secondary-500: 172, 176, 185;--ax-sys-color-secondary-600: 144, 150, 162;--ax-sys-color-secondary-700: 116, 124, 139;--ax-sys-color-secondary-800: 93, 99, 111;--ax-sys-color-secondary-900: 70, 74, 83;--ax-sys-color-secondary-950: 58, 62, 69;--ax-sys-color-on-success: 19, 109, 52;--ax-sys-color-on-contrast-success: 23, 130, 62;--ax-sys-color-success-50: 255, 255, 255;--ax-sys-color-success-100: 233, 251, 240;--ax-sys-color-success-200: 212, 247, 225;--ax-sys-color-success-300: 190, 244, 210;--ax-sys-color-success-400: 168, 240, 195;--ax-sys-color-success-500: 125, 232, 164;--ax-sys-color-success-600: 81, 225, 134;--ax-sys-color-success-700: 38, 217, 104;--ax-sys-color-success-800: 30, 174, 83;--ax-sys-color-success-900: 23, 130, 62;--ax-sys-color-success-950: 19, 109, 52;--ax-sys-color-on-warning: 122, 79, 5;--ax-sys-color-on-contrast-warning: 147, 95, 6;--ax-sys-color-warning-50: 255, 255, 255;--ax-sys-color-warning-100: 254, 245, 231;--ax-sys-color-warning-200: 253, 236, 206;--ax-sys-color-warning-300: 252, 226, 182;--ax-sys-color-warning-400: 251, 216, 157;--ax-sys-color-warning-500: 249, 197, 108;--ax-sys-color-warning-600: 247, 177, 59;--ax-sys-color-warning-700: 245, 158, 10;--ax-sys-color-warning-800: 196, 126, 8;--ax-sys-color-warning-900: 147, 95, 6;--ax-sys-color-warning-950: 122, 79, 5;--ax-sys-color-on-danger: 121, 7, 26;--ax-sys-color-on-contrast-danger: 145, 8, 32;--ax-sys-color-danger-50: 255, 255, 255;--ax-sys-color-danger-100: 254, 231, 235;--ax-sys-color-danger-200: 252, 207, 215;--ax-sys-color-danger-300: 251, 183, 194;--ax-sys-color-danger-400: 249, 159, 174;--ax-sys-color-danger-500: 247, 110, 134;--ax-sys-color-danger-600: 244, 62, 93;--ax-sys-color-danger-700: 241, 14, 53;--ax-sys-color-danger-800: 193, 11, 42;--ax-sys-color-danger-900: 145, 8, 32;--ax-sys-color-danger-950: 121, 7, 26;--ax-sys-color-on-ghost: 24, 24, 27;--ax-sys-color-on-contrast-ghost: 244, 244, 245;--ax-sys-color-ghost-50: 9, 9, 11;--ax-sys-color-ghost-100: 24, 24, 27;--ax-sys-color-ghost-200: 39, 39, 42;--ax-sys-color-ghost-300: 63, 63, 70;--ax-sys-color-ghost-400: 82, 82, 91;--ax-sys-color-ghost-500: 113, 113, 122;--ax-sys-color-ghost-600: 161, 161, 170;--ax-sys-color-ghost-700: 212, 212, 216;--ax-sys-color-ghost-800: 228, 228, 231;--ax-sys-color-ghost-900: 244, 244, 245;--ax-sys-color-ghost-950: 250, 250, 250}
@@ -1,4 +1,5 @@
1
- :root {
1
+ :root,
2
+ .ax-light {
2
3
  --ax-sys-body-font-size: 1rem;
3
4
  --ax-sys-size-base: 2.5rem;
4
5
  --ax-sys-transition-duration: 150ms;
@@ -9,208 +10,237 @@
9
10
  --ax-sys-body-text-color: 22, 22, 22;
10
11
 
11
12
  // Surfaces
12
- --ax-sys-surface-light-bg-color: 249, 250, 251;
13
- --ax-sys-surface-light-text-color: 31, 42, 71;
14
- --ax-sys-surface-light-border-color: 243, 244, 246;
13
+ --ax-sys-surface-light-bg-color: 255, 255, 255;
14
+ --ax-sys-on-surface-light-color: 0, 0, 0;
15
+ --ax-sys-surface-light-border-color: 0, 0, 0;
15
16
 
16
17
  --ax-sys-surface-lowest-bg-color: 255, 255, 255;
17
- --ax-sys-surface-lowest-text-color: 40, 40, 40;
18
- --ax-sys-surface-lowest-border-color: 250, 250, 250;
18
+ --ax-sys-on-surface-lowest-color: 40, 40, 40;
19
+ --ax-sys-surface-lowest-border-color: 233, 236, 239;
19
20
 
20
- --ax-sys-surface-low-bg-color: 250, 250, 250;
21
- --ax-sys-surface-low-text-color: 40, 40, 40;
22
- --ax-sys-surface-low-border-color: 245, 245, 245;
21
+ --ax-sys-surface-low-bg-color: 248, 249, 250;
22
+ --ax-sys-on-surface-low-color: 40, 40, 40;
23
+ --ax-sys-surface-low-border-color: 233, 236, 239;
23
24
 
24
- --ax-sys-surface-bg-color: 245, 245, 245;
25
- --ax-sys-surface-text-color: 30, 30, 30;
26
- --ax-sys-surface-border-color: 233, 234, 235;
25
+ --ax-sys-surface-bg-color: 239, 241, 243;
26
+ --ax-sys-on-surface-color: 30, 30, 30;
27
+ --ax-sys-surface-border-color: 232, 235, 238;
27
28
 
28
- --ax-sys-surface-high-bg-color: 233, 234, 235;
29
- --ax-sys-surface-high-text-color: 20, 20, 20;
30
- --ax-sys-surface-high-border-color: 213, 215, 218;
29
+ --ax-sys-surface-high-bg-color: 234, 237, 239;
30
+ --ax-sys-on-surface-high-color: 20, 20, 20;
31
+ --ax-sys-surface-high-border-color: 228, 231, 234;
31
32
 
32
- --ax-sys-surface-highest-bg-color: 213, 215, 218;
33
- --ax-sys-surface-highest-text-color: 10, 10, 10;
34
- --ax-sys-surface-highest-border-color: 164, 167, 174;
35
-
36
- --ax-sys-surface-dark-bg-color: 249, 250, 251;
37
- --ax-sys-surface-dark-text-color: 31, 42, 71;
38
- --ax-sys-surface-dark-border-color: 243, 244, 246;
33
+ --ax-sys-surface-highest-bg-color: 230, 233, 236;
34
+ --ax-sys-on-surface-highest-color: 10, 10, 10;
35
+ --ax-sys-surface-highest-border-color: 225, 229, 233;
39
36
 
40
37
  --ax-sys-surface-input-bg-color: 255, 255, 255;
41
38
  --ax-sys-surface-input-text-color: 30, 30, 30;
42
39
  --ax-sys-surface-input-placeholder-color: 180, 180, 180;
43
40
  --ax-sys-surface-input-border-color: 220, 220, 220;
44
41
 
42
+ --ax-sys-surface-dark-bg-color: 0, 0, 0;
43
+ --ax-sys-on-surface-dark-color: 255, 255, 255;
44
+ --ax-sys-surface-dark-border-color: 255, 255, 255;
45
+
45
46
  // Base Colors
46
- --ax-sys-color-primary-text: 255, 255, 255;
47
- --ax-sys-color-primary-contrast-text: 11, 30, 71;
48
- --ax-sys-color-primary-50: 244, 247, 254;
49
- --ax-sys-color-primary-100: 233, 239, 253;
50
- --ax-sys-color-primary-200: 190, 208, 249;
51
- --ax-sys-color-primary-300: 146, 177, 245;
52
- --ax-sys-color-primary-400: 102, 146, 241;
53
- --ax-sys-color-primary-500: 37, 99, 235;
54
- --ax-sys-color-primary-600: 33, 89, 212;
55
- --ax-sys-color-primary-700: 26, 69, 165;
56
- --ax-sys-color-primary-800: 19, 50, 118;
57
- --ax-sys-color-primary-900: 11, 30, 71;
58
- --ax-sys-color-primary-950: 4, 10, 23;
59
-
60
- --ax-sys-color-success-text: 255, 255, 255;
61
- --ax-sys-color-success-contrast-text: 6, 78, 59;
62
- --ax-sys-color-success-50: 236, 253, 245;
63
- --ax-sys-color-success-100: 209, 250, 229;
64
- --ax-sys-color-success-200: 167, 243, 208;
65
- --ax-sys-color-success-300: 110, 231, 183;
66
- --ax-sys-color-success-400: 52, 211, 153;
67
- --ax-sys-color-success-500: 16, 185, 129;
68
- --ax-sys-color-success-600: 5, 150, 105;
69
- --ax-sys-color-success-700: 4, 120, 87;
70
- --ax-sys-color-success-800: 6, 95, 70;
71
- --ax-sys-color-success-900: 6, 78, 59;
72
- --ax-sys-color-success-950: 2, 44, 34;
73
-
74
- --ax-sys-color-warning-text: 48, 26, 10;
75
- --ax-sys-color-warning-contrast-text: 18, 15, 14;
76
- --ax-sys-color-warning-50: 255, 248, 225;
77
- --ax-sys-color-warning-100: 255, 236, 179;
78
- --ax-sys-color-warning-200: 255, 224, 130;
79
- --ax-sys-color-warning-300: 255, 213, 79;
80
- --ax-sys-color-warning-400: 255, 202, 40;
81
- --ax-sys-color-warning-500: 255, 193, 7;
82
- --ax-sys-color-warning-600: 255, 179, 0;
83
- --ax-sys-color-warning-700: 255, 160, 0;
84
- --ax-sys-color-warning-800: 255, 143, 0;
85
- --ax-sys-color-warning-900: 255, 111, 0;
86
- --ax-sys-color-warning-950: 72, 40, 15;
87
-
88
- --ax-sys-color-danger-text: 255, 255, 255;
89
- --ax-sys-color-danger-contrast-text: 127, 29, 29;
90
- --ax-sys-color-danger-50: 254, 242, 242;
91
- --ax-sys-color-danger-100: 254, 226, 226;
92
- --ax-sys-color-danger-200: 254, 202, 202;
93
- --ax-sys-color-danger-300: 252, 165, 165;
94
- --ax-sys-color-danger-400: 248, 113, 113;
95
- --ax-sys-color-danger-500: 239, 68, 68;
96
- --ax-sys-color-danger-600: 220, 38, 38;
97
- --ax-sys-color-danger-700: 185, 28, 28;
98
- --ax-sys-color-danger-800: 153, 27, 27;
99
- --ax-sys-color-danger-900: 127, 29, 29;
100
- --ax-sys-color-danger-950: 69, 10, 10;
101
-
102
- --ax-sys-color-neutral-text: 255, 255, 255;
103
- --ax-sys-color-neutral-contrast-text: 17, 24, 39;
104
- --ax-sys-color-neutral-50: 249, 250, 251;
105
- --ax-sys-color-neutral-100: 243, 244, 246;
106
- --ax-sys-color-neutral-200: 229, 231, 235;
107
- --ax-sys-color-neutral-300: 209, 213, 219;
108
- --ax-sys-color-neutral-400: 156, 163, 175;
109
- --ax-sys-color-neutral-500: 107, 114, 128;
110
- --ax-sys-color-neutral-600: 75, 85, 99;
111
- --ax-sys-color-neutral-700: 55, 65, 81;
112
- --ax-sys-color-neutral-800: 31, 41, 55;
113
- --ax-sys-color-neutral-900: 17, 24, 39;
114
- --ax-sys-color-neutral-950: 3, 7, 18;
47
+ --ax-sys-color-on-primary: 255, 255, 255;
48
+ --ax-sys-color-on-contrast-primary: 11, 30, 71;
49
+ --ax-sys-color-primary-50: 239, 246, 255;
50
+ --ax-sys-color-primary-100: 219, 234, 254;
51
+ --ax-sys-color-primary-200: 191, 219, 254;
52
+ --ax-sys-color-primary-300: 147, 197, 253;
53
+ --ax-sys-color-primary-400: 96, 165, 250;
54
+ --ax-sys-color-primary-500: 59, 130, 246;
55
+ --ax-sys-color-primary-600: 37, 99, 235;
56
+ --ax-sys-color-primary-700: 29, 78, 216;
57
+ --ax-sys-color-primary-800: 30, 64, 175;
58
+ --ax-sys-color-primary-900: 30, 58, 138;
59
+ --ax-sys-color-primary-950: 23, 37, 84;
60
+
61
+ --ax-sys-color-on-secondary: 255, 255, 255;
62
+ --ax-sys-color-on-contrast-secondary: 9, 9, 11;
63
+ --ax-sys-color-secondary-50: 249, 250, 251;
64
+ --ax-sys-color-secondary-100: 243, 244, 246;
65
+ --ax-sys-color-secondary-200: 229, 231, 235;
66
+ --ax-sys-color-secondary-300: 209, 213, 219;
67
+ --ax-sys-color-secondary-400: 156, 163, 175;
68
+ --ax-sys-color-secondary-500: 107, 114, 128;
69
+ --ax-sys-color-secondary-600: 75, 85, 99;
70
+ --ax-sys-color-secondary-700: 55, 65, 81;
71
+ --ax-sys-color-secondary-800: 31, 41, 55;
72
+ --ax-sys-color-secondary-900: 24, 24, 27;
73
+ --ax-sys-color-secondary-950: 9, 9, 11;
74
+
75
+ --ax-sys-color-on-success: 255, 255, 255;
76
+ --ax-sys-color-on-contrast-success: 5, 46, 22;
77
+ --ax-sys-color-success-50: 240, 253, 244;
78
+ --ax-sys-color-success-100: 220, 252, 231;
79
+ --ax-sys-color-success-200: 187, 247, 208;
80
+ --ax-sys-color-success-300: 134, 239, 172;
81
+ --ax-sys-color-success-400: 74, 222, 128;
82
+ --ax-sys-color-success-500: 34, 197, 94;
83
+ --ax-sys-color-success-600: 22, 163, 74;
84
+ --ax-sys-color-success-700: 21, 128, 61;
85
+ --ax-sys-color-success-800: 22, 101, 52;
86
+ --ax-sys-color-success-900: 20, 83, 45;
87
+ --ax-sys-color-success-950: 5, 46, 22;
88
+
89
+ --ax-sys-color-on-warning: 255, 255, 255;
90
+ --ax-sys-color-on-contrast-warning: 69, 26, 3;
91
+ --ax-sys-color-warning-50: 255, 251, 235;
92
+ --ax-sys-color-warning-100: 254, 243, 199;
93
+ --ax-sys-color-warning-200: 253, 230, 138;
94
+ --ax-sys-color-warning-300: 252, 211, 77;
95
+ --ax-sys-color-warning-400: 251, 191, 36;
96
+ --ax-sys-color-warning-500: 245, 158, 11;
97
+ --ax-sys-color-warning-600: 217, 119, 6;
98
+ --ax-sys-color-warning-700: 180, 83, 9;
99
+ --ax-sys-color-warning-800: 146, 64, 14;
100
+ --ax-sys-color-warning-900: 120, 53, 15;
101
+ --ax-sys-color-warning-950: 69, 26, 3;
102
+
103
+ --ax-sys-color-on-danger: 255, 255, 255;
104
+ --ax-sys-color-on-contrast-danger: 76, 5, 25;
105
+ --ax-sys-color-danger-50: 255, 241, 242;
106
+ --ax-sys-color-danger-100: 255, 228, 230;
107
+ --ax-sys-color-danger-200: 254, 205, 211;
108
+ --ax-sys-color-danger-300: 253, 164, 175;
109
+ --ax-sys-color-danger-400: 251, 113, 133;
110
+ --ax-sys-color-danger-500: 244, 63, 94;
111
+ --ax-sys-color-danger-600: 225, 29, 72;
112
+ --ax-sys-color-danger-700: 190, 18, 60;
113
+ --ax-sys-color-danger-800: 159, 18, 57;
114
+ --ax-sys-color-danger-900: 136, 19, 55;
115
+ --ax-sys-color-danger-950: 76, 5, 25;
116
+
117
+ --ax-sys-color-on-ghost: 255, 255, 255;
118
+ --ax-sys-color-on-contrast-ghost: 24, 24, 27;
119
+ --ax-sys-color-ghost-50: 255, 255, 255;
120
+ --ax-sys-color-ghost-100: 244, 244, 245;
121
+ --ax-sys-color-ghost-200: 228, 228, 231;
122
+ --ax-sys-color-ghost-300: 212, 212, 216;
123
+ --ax-sys-color-ghost-400: 161, 161, 170;
124
+ --ax-sys-color-ghost-500: 113, 113, 122;
125
+ --ax-sys-color-ghost-600: 82, 82, 91;
126
+ --ax-sys-color-ghost-700: 63, 63, 70;
127
+ --ax-sys-color-ghost-800: 39, 39, 42;
128
+ --ax-sys-color-ghost-900: 24, 24, 27;
129
+ --ax-sys-color-ghost-950: 9, 9, 11;
115
130
  }
116
131
 
117
132
  .ax-dark {
133
+ --ax-sys-body-bg-color: var(--ax-sys-surface-lowest-bg-color);
118
134
  --ax-sys-body-text-color: 255, 255, 255;
119
135
 
120
136
  --ax-sys-border-color: 34, 38, 47;
121
137
 
122
- --ax-sys-surface-lowest-bg-color: 2, 6, 23;
123
- --ax-sys-surface-lowest-text-color: 220, 220, 220;
124
- --ax-sys-surface-lowest-border-color: 15, 23, 42;
138
+ --ax-sys-surface-lowest-bg-color: 15, 15, 15;
139
+ --ax-sys-on-surface-lowest-color: 220, 220, 220;
140
+ --ax-sys-surface-lowest-border-color: 20, 20, 20;
125
141
 
126
- --ax-sys-surface-low-bg-color: 15, 23, 42;
127
- --ax-sys-surface-low-text-color: 230, 230, 230;
128
- --ax-sys-surface-low-border-color: 30, 41, 59;
142
+ --ax-sys-surface-low-bg-color: 20, 20, 20;
143
+ --ax-sys-on-surface-low-color: 230, 230, 230;
144
+ --ax-sys-surface-low-border-color: 25, 25, 25;
129
145
 
130
- --ax-sys-surface-bg-color: 30, 41, 59;
131
- --ax-sys-surface-text-color: 240, 240, 240;
132
- --ax-sys-surface-border-color: 51, 65, 85;
146
+ --ax-sys-surface-bg-color: 25, 25, 25;
147
+ --ax-sys-on-surface-color: 240, 240, 240;
148
+ --ax-sys-surface-border-color: 34, 34, 34;
133
149
 
134
- --ax-sys-surface-high-bg-color: 51, 65, 85;
135
- --ax-sys-surface-high-text-color: 250, 250, 250;
136
- --ax-sys-surface-high-border-color: 71, 85, 105;
150
+ --ax-sys-surface-high-bg-color: 29, 29, 29;
151
+ --ax-sys-on-surface-high-color: 250, 250, 250;
152
+ --ax-sys-surface-high-border-color: 43, 43, 43;
137
153
 
138
- --ax-sys-surface-highest-bg-color: 71, 85, 105;
139
- --ax-sys-surface-highest-text-color: 255, 255, 255;
140
- --ax-sys-surface-highest-border-color: 100, 116, 139;
154
+ --ax-sys-surface-highest-bg-color: 34, 34, 34;
155
+ --ax-sys-on-surface-highest-color: 255, 255, 255;
156
+ --ax-sys-surface-highest-border-color: 52, 52, 52;
141
157
 
142
- --ax-sys-surface-input-bg-color: 55, 55, 55;
143
- --ax-sys-surface-input-text-color: 240, 240, 240;
158
+ --ax-sys-surface-input-bg-color: var(--ax-sys-surface-lowest-bg-color);
159
+ --ax-sys-surface-input-text-color: var(--ax-sys-on-surface-lowest-color);
144
160
  --ax-sys-surface-input-placeholder-color: 100, 100, 100;
145
- --ax-sys-surface-input-border-color: 80, 80, 80;
161
+ --ax-sys-surface-input-border-color: var(--ax-sys-surface-border-color);
146
162
 
147
- --ax-sys-color-primary-text: 19, 21, 25;
148
- --ax-sys-color-primary-contrast-text: 57, 62, 75;
163
+ --ax-sys-color-on-primary: 11, 30, 71;
164
+ --ax-sys-color-on-contrast-primary: 57, 62, 75;
149
165
  --ax-sys-color-primary-50: 252, 253, 255;
150
166
  --ax-sys-color-primary-100: 249, 250, 254;
151
167
  --ax-sys-color-primary-200: 236, 241, 253;
152
- --ax-sys-color-primary-300: 223, 232, 252;
153
- --ax-sys-color-primary-400: 210, 222, 251;
154
- --ax-sys-color-primary-500: 190, 208, 249;
155
- --ax-sys-color-primary-600: 171, 187, 224;
156
- --ax-sys-color-primary-700: 133, 146, 174;
157
- --ax-sys-color-primary-800: 95, 104, 125;
158
- --ax-sys-color-primary-900: 57, 62, 75;
168
+ --ax-sys-color-primary-300: 224, 232, 252;
169
+ --ax-sys-color-primary-400: 211, 222, 251;
170
+ --ax-sys-color-primary-500: 192, 208, 249;
171
+ --ax-sys-color-primary-600: 173, 187, 224;
172
+ --ax-sys-color-primary-700: 134, 146, 174;
173
+ --ax-sys-color-primary-800: 96, 104, 125;
174
+ --ax-sys-color-primary-900: 58, 62, 75;
159
175
  --ax-sys-color-primary-950: 19, 21, 25;
160
176
 
161
- --ax-sys-color-success-text: 255, 255, 255;
162
- --ax-sys-color-success-contrast-text: 6, 78, 59;
163
- --ax-sys-color-success-50: 236, 253, 245;
164
- --ax-sys-color-success-100: 209, 250, 229;
165
- --ax-sys-color-success-200: 167, 243, 208;
166
- --ax-sys-color-success-300: 110, 231, 183;
167
- --ax-sys-color-success-400: 52, 211, 153;
168
- --ax-sys-color-success-500: 16, 185, 129;
169
- --ax-sys-color-success-600: 5, 150, 105;
170
- --ax-sys-color-success-700: 4, 120, 87;
171
- --ax-sys-color-success-800: 6, 95, 70;
172
- --ax-sys-color-success-900: 6, 78, 59;
173
- --ax-sys-color-success-950: 2, 44, 34;
174
-
175
- --ax-sys-color-warning-text: 25, 22, 13;
176
- --ax-sys-color-warning-contrast-text: 77, 67, 39;
177
- --ax-sys-color-warning-50: 255, 253, 249;
178
- --ax-sys-color-warning-100: 255, 252, 243;
179
- --ax-sys-color-warning-200: 255, 246, 218;
180
- --ax-sys-color-warning-300: 255, 240, 193;
181
- --ax-sys-color-warning-400: 255, 233, 168;
182
- --ax-sys-color-warning-500: 255, 224, 130;
183
- --ax-sys-color-warning-600: 230, 202, 117;
184
- --ax-sys-color-warning-700: 179, 157, 91;
185
- --ax-sys-color-warning-800: 128, 112, 65;
186
- --ax-sys-color-warning-900: 77, 67, 39;
187
- --ax-sys-color-warning-950: 25, 22, 13;
188
-
189
- --ax-sys-color-danger-text: 24, 15, 15;
190
- --ax-sys-color-danger-contrast-text: 72, 46, 46;
191
- --ax-sys-color-danger-50: 254, 250, 250;
192
- --ax-sys-color-danger-100: 253, 245, 245;
193
- --ax-sys-color-danger-200: 250, 225, 225;
194
- --ax-sys-color-danger-300: 247, 205, 205;
195
- --ax-sys-color-danger-400: 244, 184, 184;
196
- --ax-sys-color-danger-500: 239, 154, 154;
197
- --ax-sys-color-danger-600: 215, 139, 139;
198
- --ax-sys-color-danger-700: 167, 108, 108;
199
- --ax-sys-color-danger-800: 120, 77, 77;
200
- --ax-sys-color-danger-900: 72, 46, 46;
201
- --ax-sys-color-danger-950: 24, 15, 15;
202
-
203
- --ax-sys-color-neutral-text: 18, 19, 20;
204
- --ax-sys-color-neutral-contrast-text: 53, 57, 59;
205
- --ax-sys-color-neutral-50: 251, 252, 252;
206
- --ax-sys-color-neutral-100: 247, 249, 249;
207
- --ax-sys-color-neutral-200: 231, 236, 238;
208
- --ax-sys-color-neutral-300: 216, 223, 226;
209
- --ax-sys-color-neutral-400: 200, 210, 214;
210
- --ax-sys-color-neutral-500: 176, 190, 197;
211
- --ax-sys-color-neutral-600: 158, 171, 177;
212
- --ax-sys-color-neutral-700: 123, 133, 138;
213
- --ax-sys-color-neutral-800: 88, 95, 99;
214
- --ax-sys-color-neutral-900: 53, 57, 59;
215
- --ax-sys-color-neutral-950: 18, 19, 20;
177
+ --ax-sys-color-on-secondary: 58, 62, 69;
178
+ --ax-sys-color-on-contrast-secondary: 70, 74, 83;
179
+ --ax-sys-color-secondary-50: 255, 255, 255;
180
+ --ax-sys-color-secondary-100: 241, 242, 243;
181
+ --ax-sys-color-secondary-200: 227, 229, 232;
182
+ --ax-sys-color-secondary-300: 213, 216, 220;
183
+ --ax-sys-color-secondary-400: 199, 202, 209;
184
+ --ax-sys-color-secondary-500: 172, 176, 185;
185
+ --ax-sys-color-secondary-600: 144, 150, 162;
186
+ --ax-sys-color-secondary-700: 116, 124, 139;
187
+ --ax-sys-color-secondary-800: 93, 99, 111;
188
+ --ax-sys-color-secondary-900: 70, 74, 83;
189
+ --ax-sys-color-secondary-950: 58, 62, 69;
190
+
191
+ --ax-sys-color-on-success: 19, 109, 52;
192
+ --ax-sys-color-on-contrast-success: 23, 130, 62;
193
+ --ax-sys-color-success-50: 255, 255, 255;
194
+ --ax-sys-color-success-100: 233, 251, 240;
195
+ --ax-sys-color-success-200: 212, 247, 225;
196
+ --ax-sys-color-success-300: 190, 244, 210;
197
+ --ax-sys-color-success-400: 168, 240, 195;
198
+ --ax-sys-color-success-500: 125, 232, 164;
199
+ --ax-sys-color-success-600: 81, 225, 134;
200
+ --ax-sys-color-success-700: 38, 217, 104;
201
+ --ax-sys-color-success-800: 30, 174, 83;
202
+ --ax-sys-color-success-900: 23, 130, 62;
203
+ --ax-sys-color-success-950: 19, 109, 52;
204
+
205
+ --ax-sys-color-on-warning: 122, 79, 5;
206
+ --ax-sys-color-on-contrast-warning: 147, 95, 6;
207
+ --ax-sys-color-warning-50: 255, 255, 255;
208
+ --ax-sys-color-warning-100: 254, 245, 231;
209
+ --ax-sys-color-warning-200: 253, 236, 206;
210
+ --ax-sys-color-warning-300: 252, 226, 182;
211
+ --ax-sys-color-warning-400: 251, 216, 157;
212
+ --ax-sys-color-warning-500: 249, 197, 108;
213
+ --ax-sys-color-warning-600: 247, 177, 59;
214
+ --ax-sys-color-warning-700: 245, 158, 10;
215
+ --ax-sys-color-warning-800: 196, 126, 8;
216
+ --ax-sys-color-warning-900: 147, 95, 6;
217
+ --ax-sys-color-warning-950: 122, 79, 5;
218
+
219
+ --ax-sys-color-on-danger: 121, 7, 26;
220
+ --ax-sys-color-on-contrast-danger: 145, 8, 32;
221
+ --ax-sys-color-danger-50: 255, 255, 255;
222
+ --ax-sys-color-danger-100: 254, 231, 235;
223
+ --ax-sys-color-danger-200: 252, 207, 215;
224
+ --ax-sys-color-danger-300: 251, 183, 194;
225
+ --ax-sys-color-danger-400: 249, 159, 174;
226
+ --ax-sys-color-danger-500: 247, 110, 134;
227
+ --ax-sys-color-danger-600: 244, 62, 93;
228
+ --ax-sys-color-danger-700: 241, 14, 53;
229
+ --ax-sys-color-danger-800: 193, 11, 42;
230
+ --ax-sys-color-danger-900: 145, 8, 32;
231
+ --ax-sys-color-danger-950: 121, 7, 26;
232
+
233
+ --ax-sys-color-on-ghost: 24, 24, 27;
234
+ --ax-sys-color-on-contrast-ghost: 244, 244, 245;
235
+ --ax-sys-color-ghost-50: 9, 9, 11;
236
+ --ax-sys-color-ghost-100: 24, 24, 27;
237
+ --ax-sys-color-ghost-200: 39, 39, 42;
238
+ --ax-sys-color-ghost-300: 63, 63, 70;
239
+ --ax-sys-color-ghost-400: 82, 82, 91;
240
+ --ax-sys-color-ghost-500: 113, 113, 122;
241
+ --ax-sys-color-ghost-600: 161, 161, 170;
242
+ --ax-sys-color-ghost-700: 212, 212, 216;
243
+ --ax-sys-color-ghost-800: 228, 228, 231;
244
+ --ax-sys-color-ghost-900: 244, 244, 245;
245
+ --ax-sys-color-ghost-950: 250, 250, 250;
216
246
  }
@@ -0,0 +1,237 @@
1
+ :root {
2
+ --ax-sys-body-font-size: 1rem;
3
+ --ax-sys-size-base: 2.5rem;
4
+ --ax-sys-transition-duration: 150ms;
5
+ --ax-sys-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
6
+ --ax-sys-border-radius: 0.5rem;
7
+ --ax-sys-border-color: 233, 234, 235;
8
+ --ax-sys-body-bg-color: var(--ax-sys-surface-lowest-bg-color);
9
+ --ax-sys-body-text-color: 22, 22, 22;
10
+
11
+ // Surfaces
12
+ --ax-sys-surface-light-bg-color: 255, 255, 255;
13
+ --ax-sys-on-surface-light-color: 0, 0, 0;
14
+ --ax-sys-surface-light-border-color: 0, 0, 0;
15
+
16
+ --ax-sys-surface-lowest-bg-color: 255, 255, 255;
17
+ --ax-sys-on-surface-lowest-color: 40, 40, 40;
18
+ --ax-sys-surface-lowest-border-color: 233, 236, 239;
19
+
20
+ --ax-sys-surface-low-bg-color: 248, 249, 250;
21
+ --ax-sys-on-surface-low-color: 40, 40, 40;
22
+ --ax-sys-surface-low-border-color: 233, 236, 239;
23
+
24
+ --ax-sys-surface-bg-color: 239, 241, 243;
25
+ --ax-sys-on-surface-color: 30, 30, 30;
26
+ --ax-sys-surface-border-color: 232, 235, 238;
27
+
28
+ --ax-sys-surface-high-bg-color: 234, 237, 239;
29
+ --ax-sys-on-surface-high-color: 20, 20, 20;
30
+ --ax-sys-surface-high-border-color: 228, 231, 234;
31
+
32
+ --ax-sys-surface-highest-bg-color: 230, 233, 236;
33
+ --ax-sys-on-surface-highest-color: 10, 10, 10;
34
+ --ax-sys-surface-highest-border-color: 225, 229, 233;
35
+
36
+ --ax-sys-surface-input-bg-color: 255, 255, 255;
37
+ --ax-sys-surface-input-text-color: 30, 30, 30;
38
+ --ax-sys-surface-input-placeholder-color: 180, 180, 180;
39
+ --ax-sys-surface-input-border-color: 220, 220, 220;
40
+
41
+ --ax-sys-surface-dark-bg-color: 0, 0, 0;
42
+ --ax-sys-on-surface-dark-color: 255, 255, 255;
43
+ --ax-sys-surface-dark-border-color: 255, 255, 255;
44
+ }
45
+
46
+ .ax-dark {
47
+ --ax-sys-body-text-color: 255, 255, 255;
48
+
49
+ --ax-sys-border-color: 34, 38, 47;
50
+
51
+ --ax-sys-surface-lowest-bg-color: 15, 15, 15;
52
+ --ax-sys-on-surface-lowest-color: 220, 220, 220;
53
+ --ax-sys-surface-lowest-border-color: 20, 20, 20;
54
+
55
+ --ax-sys-surface-low-bg-color: 20, 20, 20;
56
+ --ax-sys-on-surface-low-color: 230, 230, 230;
57
+ --ax-sys-surface-low-border-color: 25, 25, 25;
58
+
59
+ --ax-sys-surface-bg-color: 25, 25, 25;
60
+ --ax-sys-on-surface-color: 240, 240, 240;
61
+ --ax-sys-surface-border-color: 34, 34, 34;
62
+
63
+ --ax-sys-surface-high-bg-color: 29, 29, 29;
64
+ --ax-sys-on-surface-high-color: 250, 250, 250;
65
+ --ax-sys-surface-high-border-color: 43, 43, 43;
66
+
67
+ --ax-sys-surface-highest-bg-color: 34, 34, 34;
68
+ --ax-sys-on-surface-highest-color: 255, 255, 255;
69
+ --ax-sys-surface-highest-border-color: 52, 52, 52;
70
+
71
+ --ax-sys-surface-input-bg-color: var(--ax-sys-surface-lowest-bg-color);
72
+ --ax-sys-surface-input-text-color: var(--ax-sys-on-surface-lowest-color);
73
+ --ax-sys-surface-input-placeholder-color: 100, 100, 100;
74
+ --ax-sys-surface-input-border-color: var(--ax-sys-surface-border-color);
75
+ }
76
+
77
+ :root {
78
+ --ax-sys-color-primary-50: 232, 238, 253;
79
+ --ax-sys-color-primary-100: 208, 222, 251;
80
+ --ax-sys-color-primary-200: 162, 188, 246;
81
+ --ax-sys-color-primary-300: 115, 155, 242;
82
+ --ax-sys-color-primary-400: 68, 121, 238;
83
+ --ax-sys-color-primary-500: 21, 88, 234;
84
+ --ax-sys-color-primary-600: 17, 70, 187;
85
+ --ax-sys-color-primary-700: 13, 53, 140;
86
+ --ax-sys-color-primary-800: 9, 35, 93;
87
+ --ax-sys-color-primary-900: 4, 18, 47;
88
+ --ax-sys-color-primary-950: 2, 9, 23;
89
+ --ax-sys-on-primary: 255, 255, 255;
90
+ --ax-sys-on-contrast-primary: 0, 0, 0;
91
+ --ax-sys-color-secondary-50: 243, 242, 241;
92
+ --ax-sys-color-secondary-100: 231, 230, 228;
93
+ --ax-sys-color-secondary-200: 207, 204, 201;
94
+ --ax-sys-color-secondary-300: 183, 179, 174;
95
+ --ax-sys-color-secondary-400: 159, 153, 147;
96
+ --ax-sys-color-secondary-500: 135, 128, 120;
97
+ --ax-sys-color-secondary-600: 108, 102, 96;
98
+ --ax-sys-color-secondary-700: 81, 77, 72;
99
+ --ax-sys-color-secondary-800: 54, 51, 48;
100
+ --ax-sys-color-secondary-900: 27, 26, 24;
101
+ --ax-sys-color-secondary-950: 14, 13, 12;
102
+ --ax-sys-on-secondary: 0, 0, 0;
103
+ --ax-sys-on-contrast-secondary: 0, 0, 0;
104
+ --ax-sys-color-success-50: 232, 253, 246;
105
+ --ax-sys-color-success-100: 208, 251, 237;
106
+ --ax-sys-color-success-200: 161, 247, 218;
107
+ --ax-sys-color-success-300: 114, 243, 200;
108
+ --ax-sys-color-success-400: 67, 239, 182;
109
+ --ax-sys-color-success-500: 20, 235, 164;
110
+ --ax-sys-color-success-600: 16, 188, 131;
111
+ --ax-sys-color-success-700: 12, 141, 98;
112
+ --ax-sys-color-success-800: 8, 94, 65;
113
+ --ax-sys-color-success-900: 4, 47, 33;
114
+ --ax-sys-color-success-950: 2, 23, 16;
115
+ --ax-sys-on-success: 0, 0, 0;
116
+ --ax-sys-on-contrast-success: 0, 0, 0;
117
+ --ax-sys-color-warning-50: 254, 245, 231;
118
+ --ax-sys-color-warning-100: 253, 236, 206;
119
+ --ax-sys-color-warning-200: 251, 216, 157;
120
+ --ax-sys-color-warning-300: 249, 197, 108;
121
+ --ax-sys-color-warning-400: 247, 177, 59;
122
+ --ax-sys-color-warning-500: 245, 158, 10;
123
+ --ax-sys-color-warning-600: 196, 126, 8;
124
+ --ax-sys-color-warning-700: 147, 95, 6;
125
+ --ax-sys-color-warning-800: 98, 63, 4;
126
+ --ax-sys-color-warning-900: 49, 32, 2;
127
+ --ax-sys-color-warning-950: 24, 16, 1;
128
+ --ax-sys-on-warning: 0, 0, 0;
129
+ --ax-sys-on-contrast-warning: 0, 0, 0;
130
+ --ax-sys-color-danger-50: 254, 231, 235;
131
+ --ax-sys-color-danger-100: 252, 207, 215;
132
+ --ax-sys-color-danger-200: 249, 159, 174;
133
+ --ax-sys-color-danger-300: 247, 110, 134;
134
+ --ax-sys-color-danger-400: 244, 62, 93;
135
+ --ax-sys-color-danger-500: 241, 14, 53;
136
+ --ax-sys-color-danger-600: 193, 11, 42;
137
+ --ax-sys-color-danger-700: 145, 8, 32;
138
+ --ax-sys-color-danger-800: 96, 6, 21;
139
+ --ax-sys-color-danger-900: 48, 3, 11;
140
+ --ax-sys-color-danger-950: 24, 1, 5;
141
+ --ax-sys-on-danger: 255, 255, 255;
142
+ --ax-sys-on-contrast-danger: 0, 0, 0;
143
+ --ax-sys-color-ghost-50: 242, 242, 242;
144
+ --ax-sys-color-ghost-100: 230, 230, 230;
145
+ --ax-sys-color-ghost-200: 204, 204, 204;
146
+ --ax-sys-color-ghost-300: 179, 179, 179;
147
+ --ax-sys-color-ghost-400: 153, 153, 153;
148
+ --ax-sys-color-ghost-500: 128, 128, 128;
149
+ --ax-sys-color-ghost-600: 102, 102, 102;
150
+ --ax-sys-color-ghost-700: 77, 77, 77;
151
+ --ax-sys-color-ghost-800: 51, 51, 51;
152
+ --ax-sys-color-ghost-900: 26, 26, 26;
153
+ --ax-sys-color-ghost-950: 13, 13, 13;
154
+ --ax-sys-on-ghost: 255, 255, 255;
155
+ --ax-sys-on-contrast-ghost: 0, 0, 0;
156
+ }
157
+
158
+ .dark {
159
+ --ax-sys-color-primary-50: 255, 255, 255;
160
+ --ax-sys-color-primary-100: 232, 238, 253;
161
+ --ax-sys-color-primary-200: 208, 222, 251;
162
+ --ax-sys-color-primary-300: 185, 205, 249;
163
+ --ax-sys-color-primary-400: 162, 188, 246;
164
+ --ax-sys-color-primary-500: 115, 155, 242;
165
+ --ax-sys-color-primary-600: 68, 121, 238;
166
+ --ax-sys-color-primary-700: 21, 88, 234;
167
+ --ax-sys-color-primary-800: 17, 70, 187;
168
+ --ax-sys-color-primary-900: 13, 53, 140;
169
+ --ax-sys-color-primary-950: 11, 44, 117;
170
+ --ax-sys-on-primary: 255, 255, 255;
171
+ --ax-sys-on-contrast-primary: 0, 0, 0;
172
+ --ax-sys-color-secondary-50: 255, 255, 255;
173
+ --ax-sys-color-secondary-100: 243, 242, 241;
174
+ --ax-sys-color-secondary-200: 231, 230, 228;
175
+ --ax-sys-color-secondary-300: 219, 217, 214;
176
+ --ax-sys-color-secondary-400: 207, 204, 201;
177
+ --ax-sys-color-secondary-500: 183, 179, 174;
178
+ --ax-sys-color-secondary-600: 159, 153, 147;
179
+ --ax-sys-color-secondary-700: 135, 128, 120;
180
+ --ax-sys-color-secondary-800: 108, 102, 96;
181
+ --ax-sys-color-secondary-900: 81, 77, 72;
182
+ --ax-sys-color-secondary-950: 68, 64, 60;
183
+ --ax-sys-on-secondary: 0, 0, 0;
184
+ --ax-sys-on-contrast-secondary: 0, 0, 0;
185
+ --ax-sys-color-success-50: 255, 255, 255;
186
+ --ax-sys-color-success-100: 232, 253, 246;
187
+ --ax-sys-color-success-200: 208, 251, 237;
188
+ --ax-sys-color-success-300: 185, 249, 228;
189
+ --ax-sys-color-success-400: 161, 247, 218;
190
+ --ax-sys-color-success-500: 114, 243, 200;
191
+ --ax-sys-color-success-600: 67, 239, 182;
192
+ --ax-sys-color-success-700: 20, 235, 164;
193
+ --ax-sys-color-success-800: 16, 188, 131;
194
+ --ax-sys-color-success-900: 12, 141, 98;
195
+ --ax-sys-color-success-950: 10, 117, 82;
196
+ --ax-sys-on-success: 0, 0, 0;
197
+ --ax-sys-on-contrast-success: 0, 0, 0;
198
+ --ax-sys-color-warning-50: 255, 255, 255;
199
+ --ax-sys-color-warning-100: 254, 245, 231;
200
+ --ax-sys-color-warning-200: 253, 236, 206;
201
+ --ax-sys-color-warning-300: 252, 226, 182;
202
+ --ax-sys-color-warning-400: 251, 216, 157;
203
+ --ax-sys-color-warning-500: 249, 197, 108;
204
+ --ax-sys-color-warning-600: 247, 177, 59;
205
+ --ax-sys-color-warning-700: 245, 158, 10;
206
+ --ax-sys-color-warning-800: 196, 126, 8;
207
+ --ax-sys-color-warning-900: 147, 95, 6;
208
+ --ax-sys-color-warning-950: 122, 79, 5;
209
+ --ax-sys-on-warning: 0, 0, 0;
210
+ --ax-sys-on-contrast-warning: 0, 0, 0;
211
+ --ax-sys-color-danger-50: 255, 255, 255;
212
+ --ax-sys-color-danger-100: 254, 231, 235;
213
+ --ax-sys-color-danger-200: 252, 207, 215;
214
+ --ax-sys-color-danger-300: 251, 183, 194;
215
+ --ax-sys-color-danger-400: 249, 159, 174;
216
+ --ax-sys-color-danger-500: 247, 110, 134;
217
+ --ax-sys-color-danger-600: 244, 62, 93;
218
+ --ax-sys-color-danger-700: 241, 14, 53;
219
+ --ax-sys-color-danger-800: 193, 11, 42;
220
+ --ax-sys-color-danger-900: 145, 8, 32;
221
+ --ax-sys-color-danger-950: 121, 7, 26;
222
+ --ax-sys-on-danger: 255, 255, 255;
223
+ --ax-sys-on-contrast-danger: 0, 0, 0;
224
+ --ax-sys-color-ghost-50: 255, 255, 255;
225
+ --ax-sys-color-ghost-100: 242, 242, 242;
226
+ --ax-sys-color-ghost-200: 230, 230, 230;
227
+ --ax-sys-color-ghost-300: 217, 217, 217;
228
+ --ax-sys-color-ghost-400: 204, 204, 204;
229
+ --ax-sys-color-ghost-500: 179, 179, 179;
230
+ --ax-sys-color-ghost-600: 153, 153, 153;
231
+ --ax-sys-color-ghost-700: 128, 128, 128;
232
+ --ax-sys-color-ghost-800: 102, 102, 102;
233
+ --ax-sys-color-ghost-900: 77, 77, 77;
234
+ --ax-sys-color-ghost-950: 64, 64, 64;
235
+ --ax-sys-on-ghost: 255, 255, 255;
236
+ --ax-sys-on-contrast-ghost: 0, 0, 0;
237
+ }