@keenmate/pure-admin-core 2.3.1 → 2.3.2

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.
Files changed (69) hide show
  1. package/README.md +5 -5
  2. package/dist/css/main.css +187 -178
  3. package/package.json +1 -1
  4. package/snippets/buttons.html +375 -365
  5. package/src/scss/_base-css-variables.scss +8 -0
  6. package/src/scss/_core.scss +121 -121
  7. package/src/scss/core-components/_alerts.scss +227 -227
  8. package/src/scss/core-components/_badges.scss +16 -16
  9. package/src/scss/core-components/_base.scss +125 -125
  10. package/src/scss/core-components/_buttons.scss +31 -16
  11. package/src/scss/core-components/_callouts.scss +152 -152
  12. package/src/scss/core-components/_cards.scss +488 -488
  13. package/src/scss/core-components/_checkbox-lists.scss +289 -289
  14. package/src/scss/core-components/_code.scss +141 -141
  15. package/src/scss/core-components/_command-palette.scss +509 -509
  16. package/src/scss/core-components/_comparison.scss +172 -172
  17. package/src/scss/core-components/_data-display.scss +9 -9
  18. package/src/scss/core-components/_data-viz.scss +9 -9
  19. package/src/scss/core-components/_detail-panel.scss +1 -1
  20. package/src/scss/core-components/_file-selector.scss +780 -780
  21. package/src/scss/core-components/_filter-card.scss +58 -58
  22. package/src/scss/core-components/_forms.scss +16 -16
  23. package/src/scss/core-components/_grid.scss +293 -293
  24. package/src/scss/core-components/_layout.scss +15 -15
  25. package/src/scss/core-components/_lists.scss +211 -211
  26. package/src/scss/core-components/_loaders.scss +277 -277
  27. package/src/scss/core-components/_logic-tree.scss +280 -280
  28. package/src/scss/core-components/_modals.scss +203 -203
  29. package/src/scss/core-components/_notifications.scss +320 -320
  30. package/src/scss/core-components/_pagers.scss +141 -141
  31. package/src/scss/core-components/_popconfirm.scss +170 -170
  32. package/src/scss/core-components/_profile.scss +405 -405
  33. package/src/scss/core-components/_scrollbars.scss +40 -40
  34. package/src/scss/core-components/_settings-panel.scss +141 -141
  35. package/src/scss/core-components/_statistics.scss +200 -201
  36. package/src/scss/core-components/_tables.scss +900 -900
  37. package/src/scss/core-components/_tabs.scss +504 -504
  38. package/src/scss/core-components/_timeline.scss +589 -589
  39. package/src/scss/core-components/_toasts.scss +425 -425
  40. package/src/scss/core-components/_tooltips.scss +605 -605
  41. package/src/scss/core-components/_utilities.scss +1 -1
  42. package/src/scss/core-components/_web-components-theme.scss +21 -21
  43. package/src/scss/core-components/badges/_badge-base.scss +121 -121
  44. package/src/scss/core-components/badges/_badge-group.scss +25 -25
  45. package/src/scss/core-components/badges/_composite-badge-variants.scss +396 -396
  46. package/src/scss/core-components/badges/_composite-badge.scss +70 -70
  47. package/src/scss/core-components/badges/_index.scss +10 -10
  48. package/src/scss/core-components/badges/_labels.scss +155 -155
  49. package/src/scss/core-components/forms/_checkboxes-radios.scss +205 -205
  50. package/src/scss/core-components/forms/_form-inputs.scss +3 -3
  51. package/src/scss/core-components/forms/_form-layout.scss +66 -66
  52. package/src/scss/core-components/forms/_form-states.scss +115 -115
  53. package/src/scss/core-components/forms/_index.scss +12 -12
  54. package/src/scss/core-components/forms/_input-groups.scss +154 -154
  55. package/src/scss/core-components/forms/_input-wrapper.scss +89 -89
  56. package/src/scss/core-components/forms/_query-editor.scss +313 -313
  57. package/src/scss/core-components/layout/_index.scss +11 -11
  58. package/src/scss/core-components/layout/_layout-container.scss +168 -168
  59. package/src/scss/core-components/layout/_layout-responsive.scss +99 -99
  60. package/src/scss/core-components/layout/_navbar-elements.scss +250 -250
  61. package/src/scss/core-components/layout/_navbar.scss +83 -83
  62. package/src/scss/core-components/layout/_sidebar-states.scss +237 -237
  63. package/src/scss/core-components/layout/_sidebar.scss +234 -234
  64. package/src/scss/main.scss +7 -7
  65. package/src/scss/utilities.scss +740 -740
  66. package/src/scss/variables/_base.scss +228 -228
  67. package/src/scss/variables/_components.scss +748 -748
  68. package/src/scss/variables/_layout.scss +65 -65
  69. package/src/scss/variables/_typography.scss +37 -37
package/dist/css/main.css CHANGED
@@ -2719,12 +2719,12 @@ label {
2719
2719
 
2720
2720
  *::-webkit-scrollbar-track {
2721
2721
  background: var(--pa-main-bg);
2722
- border-radius: 3px;
2722
+ border-radius: var(--pa-border-radius-sm);
2723
2723
  }
2724
2724
 
2725
2725
  *::-webkit-scrollbar-thumb {
2726
2726
  background: var(--pa-border-color);
2727
- border-radius: 3px;
2727
+ border-radius: var(--pa-border-radius-sm);
2728
2728
  border: 1px solid var(--pa-main-bg);
2729
2729
  }
2730
2730
  *::-webkit-scrollbar-thumb:hover {
@@ -3214,8 +3214,8 @@ body.loaded .pa-sidebar__chevron {
3214
3214
  border: 1px solid var(--pa-border-color);
3215
3215
  border-inline-start: none;
3216
3216
  border-start-start-radius: 0;
3217
- border-start-end-radius: 4px;
3218
- border-end-end-radius: 4px;
3217
+ border-start-end-radius: var(--pa-border-radius);
3218
+ border-end-end-radius: var(--pa-border-radius);
3219
3219
  border-end-start-radius: 0;
3220
3220
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
3221
3221
  white-space: nowrap;
@@ -3239,8 +3239,8 @@ body.loaded .pa-sidebar__chevron {
3239
3239
  border: 1px solid var(--pa-border-color);
3240
3240
  border-inline-start: none;
3241
3241
  border-start-start-radius: 0;
3242
- border-start-end-radius: 4px;
3243
- border-end-end-radius: 4px;
3242
+ border-start-end-radius: var(--pa-border-radius);
3243
+ border-end-end-radius: var(--pa-border-radius);
3244
3244
  border-end-start-radius: 0;
3245
3245
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
3246
3246
  z-index: 1001;
@@ -3315,8 +3315,8 @@ body.loaded .pa-sidebar__chevron {
3315
3315
  border: 1px solid var(--pa-border-color);
3316
3316
  border-inline-start: none;
3317
3317
  border-start-start-radius: 0;
3318
- border-start-end-radius: 4px;
3319
- border-end-end-radius: 4px;
3318
+ border-start-end-radius: var(--pa-border-radius);
3319
+ border-end-end-radius: var(--pa-border-radius);
3320
3320
  border-end-start-radius: 0;
3321
3321
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
3322
3322
  z-index: 1002;
@@ -3406,7 +3406,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3406
3406
  color: var(--pa-header-text-secondary);
3407
3407
  font-weight: 500;
3408
3408
  padding: 0.4rem 0.8rem;
3409
- border-radius: 4px;
3409
+ border-radius: var(--pa-border-radius);
3410
3410
  transition: all 0.1s ease-out;
3411
3411
  font-size: 1.4rem;
3412
3412
  display: flex;
@@ -3435,7 +3435,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3435
3435
  min-width: 19.2rem;
3436
3436
  background-color: var(--pa-card-bg);
3437
3437
  border: 1px solid var(--pa-border-color);
3438
- border-radius: 4px;
3438
+ border-radius: var(--pa-border-radius);
3439
3439
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
3440
3440
  z-index: 1100;
3441
3441
  padding: 0.4rem 0;
@@ -3513,7 +3513,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3513
3513
  width: 100%;
3514
3514
  height: 2px;
3515
3515
  background-color: var(--pa-header-text);
3516
- border-radius: 4px;
3516
+ border-radius: var(--pa-border-radius);
3517
3517
  transition: all 0.15s ease-out;
3518
3518
  transform-origin: center;
3519
3519
  }
@@ -3548,7 +3548,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3548
3548
  .theme-switcher select {
3549
3549
  padding: 0.4rem 0.8rem;
3550
3550
  border: 1px solid var(--pa-border-color);
3551
- border-radius: 4px;
3551
+ border-radius: var(--pa-border-radius);
3552
3552
  background-color: var(--pa-header-bg);
3553
3553
  color: var(--pa-header-text);
3554
3554
  font-size: 1.4rem;
@@ -5395,7 +5395,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
5395
5395
  .pa-card {
5396
5396
  background: var(--pa-card-bg);
5397
5397
  border: 1px solid var(--pa-border-color);
5398
- border-radius: 8px;
5398
+ border-radius: var(--pa-border-radius-lg);
5399
5399
  margin-bottom: 1.6rem;
5400
5400
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
5401
5401
  transition: box-shadow 0.1s ease-out;
@@ -5567,8 +5567,8 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
5567
5567
  .pa-card__footer {
5568
5568
  padding: 1.2rem 1rem;
5569
5569
  border-top: 1px solid var(--pa-border-color);
5570
- border-bottom-left-radius: 8px;
5571
- border-bottom-right-radius: 8px;
5570
+ border-bottom-left-radius: var(--pa-border-radius-lg);
5571
+ border-bottom-right-radius: var(--pa-border-radius-lg);
5572
5572
  background: var(--pa-card-footer-bg);
5573
5573
  display: flex;
5574
5574
  justify-content: space-between;
@@ -5847,7 +5847,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
5847
5847
  .pa-card__tabs--inline .pa-card__tab {
5848
5848
  padding: 0.3rem 0.8rem;
5849
5849
  border: none;
5850
- border-radius: 4px;
5850
+ border-radius: var(--pa-border-radius);
5851
5851
  font-size: 1.4rem;
5852
5852
  background: transparent;
5853
5853
  color: var(--pa-text-color-2);
@@ -5947,7 +5947,7 @@ a.pa-card p {
5947
5947
  gap: 0.8rem;
5948
5948
  }
5949
5949
  .pa-tabs--pills .pa-tabs__item {
5950
- border-radius: 8px;
5950
+ border-radius: var(--pa-border-radius-lg);
5951
5951
  border: 1px solid transparent;
5952
5952
  background-color: var(--pa-main-bg);
5953
5953
  }
@@ -5963,13 +5963,13 @@ a.pa-card p {
5963
5963
  }
5964
5964
  .pa-tabs--boxed {
5965
5965
  border: 1px solid var(--pa-border-color);
5966
- border-radius: 8px;
5966
+ border-radius: var(--pa-border-radius-lg);
5967
5967
  padding: 0.4rem;
5968
5968
  background-color: var(--pa-main-bg);
5969
5969
  gap: 0.4rem;
5970
5970
  }
5971
5971
  .pa-tabs--boxed .pa-tabs__item {
5972
- border-radius: 4px;
5972
+ border-radius: var(--pa-border-radius);
5973
5973
  border: none;
5974
5974
  border-bottom: none;
5975
5975
  padding: 0.8rem 1.2rem;
@@ -5998,8 +5998,8 @@ a.pa-card p {
5998
5998
  border-bottom: none;
5999
5999
  border-inline-end: 2px solid transparent;
6000
6000
  padding: 0.8rem;
6001
- border-start-start-radius: 4px;
6002
- border-end-start-radius: 4px;
6001
+ border-start-start-radius: var(--pa-border-radius);
6002
+ border-end-start-radius: var(--pa-border-radius);
6003
6003
  border-start-end-radius: 0;
6004
6004
  border-end-end-radius: 0;
6005
6005
  gap: 1.2rem;
@@ -6137,7 +6137,7 @@ a.pa-card p {
6137
6137
  }
6138
6138
  .pa-tabs__container--bordered {
6139
6139
  border: 1px solid var(--pa-border-color);
6140
- border-radius: 8px;
6140
+ border-radius: var(--pa-border-radius-lg);
6141
6141
  padding: 1.6rem 1rem;
6142
6142
  background-color: var(--pa-card-bg);
6143
6143
  margin-bottom: 1.6rem;
@@ -6154,7 +6154,7 @@ a.pa-card p {
6154
6154
  .pa-tabs__container--card {
6155
6155
  position: relative;
6156
6156
  border: 1px solid var(--pa-border-color);
6157
- border-radius: 8px;
6157
+ border-radius: var(--pa-border-radius-lg);
6158
6158
  background-color: var(--pa-card-bg);
6159
6159
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
6160
6160
  margin-bottom: 1.6rem;
@@ -6228,7 +6228,7 @@ a.pa-card p {
6228
6228
  min-width: 15rem;
6229
6229
  background: var(--pa-card-bg);
6230
6230
  border: 1px solid var(--pa-border-color);
6231
- border-radius: 4px;
6231
+ border-radius: var(--pa-border-radius);
6232
6232
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
6233
6233
  z-index: 1000;
6234
6234
  display: none;
@@ -6263,7 +6263,7 @@ a.pa-card p {
6263
6263
  }
6264
6264
  .pa-tabs__vertical-layout--bordered {
6265
6265
  border: 1px solid var(--pa-border-color);
6266
- border-radius: 8px;
6266
+ border-radius: var(--pa-border-radius-lg);
6267
6267
  padding: 1.6rem 1rem;
6268
6268
  background-color: var(--pa-card-bg);
6269
6269
  margin-bottom: 1.6rem;
@@ -6287,7 +6287,7 @@ a.pa-card p {
6287
6287
  .pa-stat__icon {
6288
6288
  width: 4.8rem;
6289
6289
  height: 4.8rem;
6290
- border-radius: 8px;
6290
+ border-radius: var(--pa-border-radius-lg);
6291
6291
  display: flex;
6292
6292
  align-items: center;
6293
6293
  justify-content: center;
@@ -6363,14 +6363,13 @@ a.pa-card p {
6363
6363
  min-height: 12.8rem;
6364
6364
  min-width: 12.8rem;
6365
6365
  position: relative;
6366
- border-radius: 4px;
6366
+ border-radius: var(--pa-border-radius);
6367
6367
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
6368
6368
  margin: 0.8rem;
6369
6369
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
6370
6370
  overflow: hidden;
6371
6371
  }
6372
6372
  .pa-stat--square:hover {
6373
- transform: translateY(-2px);
6374
6373
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
6375
6374
  }
6376
6375
  .pa-stat--square .pa-stat__number {
@@ -6636,7 +6635,7 @@ a.pa-card p {
6636
6635
  text-align: center;
6637
6636
  white-space: nowrap;
6638
6637
  vertical-align: baseline;
6639
- border-radius: 4px;
6638
+ border-radius: var(--pa-border-radius);
6640
6639
  border: 1px solid transparent;
6641
6640
  transition: all 0.1s ease-out;
6642
6641
  }
@@ -6725,7 +6724,7 @@ a.pa-card p {
6725
6724
  height: 2.8rem;
6726
6725
  font-size: 1.2rem;
6727
6726
  font-weight: 500;
6728
- border-radius: 4px;
6727
+ border-radius: var(--pa-border-radius);
6729
6728
  overflow: hidden;
6730
6729
  }
6731
6730
  .pa-composite-badge__icon {
@@ -7128,7 +7127,7 @@ a.pa-card p {
7128
7127
  font-weight: 500;
7129
7128
  line-height: 1.2;
7130
7129
  text-decoration: none;
7131
- border-radius: 4px;
7130
+ border-radius: var(--pa-border-radius);
7132
7131
  border: 1px solid var(--pa-border-color);
7133
7132
  transition: all 0.1s ease-out;
7134
7133
  }
@@ -7244,10 +7243,11 @@ a.pa-card p {
7244
7243
  ======================================== */
7245
7244
  .pa-btn {
7246
7245
  display: inline-block;
7246
+ vertical-align: middle;
7247
7247
  height: 3.5rem;
7248
7248
  padding: 0.8rem 1.2rem;
7249
7249
  border: 1px solid transparent;
7250
- border-radius: 4px;
7250
+ border-radius: var(--pa-border-radius);
7251
7251
  font-size: 1.4rem;
7252
7252
  font-weight: 500;
7253
7253
  text-align: center;
@@ -7257,9 +7257,6 @@ a.pa-card p {
7257
7257
  background: none;
7258
7258
  color: var(--pa-text-color-1);
7259
7259
  }
7260
- .pa-btn:hover {
7261
- transform: translateY(-1px);
7262
- }
7263
7260
  .pa-btn--primary {
7264
7261
  background-color: var(--pa-accent);
7265
7262
  border-color: var(--pa-accent);
@@ -7363,8 +7360,8 @@ a.pa-card p {
7363
7360
  }
7364
7361
  .pa-btn--outline-secondary {
7365
7362
  background-color: transparent;
7366
- border-color: var(--pa-btn-secondary-bg);
7367
- color: var(--pa-btn-secondary-bg);
7363
+ border-color: var(--pa-btn-secondary-outline-color);
7364
+ color: var(--pa-btn-secondary-outline-color);
7368
7365
  }
7369
7366
  .pa-btn--outline-secondary:hover {
7370
7367
  background-color: var(--pa-btn-secondary-bg);
@@ -7772,18 +7769,16 @@ a.pa-card p {
7772
7769
  .pa-btn-split {
7773
7770
  position: relative;
7774
7771
  display: inline-flex;
7772
+ border-radius: var(--pa-border-radius);
7773
+ overflow: hidden;
7775
7774
  }
7776
7775
  .pa-btn-split .pa-btn {
7777
7776
  border-radius: 0;
7778
7777
  }
7779
7778
  .pa-btn-split .pa-btn:first-child {
7780
- border-start-start-radius: 4px;
7781
- border-end-start-radius: 4px;
7782
7779
  border-inline-end: none;
7783
7780
  }
7784
7781
  .pa-btn-split__toggle {
7785
- border-start-end-radius: 4px;
7786
- border-end-end-radius: 4px;
7787
7782
  border-inline-start: 1px solid rgba(255, 255, 255, 0.25);
7788
7783
  padding-inline: 0;
7789
7784
  display: inline-flex;
@@ -7816,21 +7811,24 @@ a.pa-card p {
7816
7811
  }
7817
7812
  .pa-btn-split__menu {
7818
7813
  display: none;
7819
- flex-direction: column;
7820
- gap: 0.4rem;
7821
7814
  position: fixed;
7822
7815
  top: 0;
7823
7816
  left: 0;
7824
7817
  width: max-content;
7825
7818
  background: var(--pa-card-bg);
7826
7819
  border: 1px solid var(--pa-border-color);
7827
- border-radius: 4px;
7820
+ border-radius: var(--pa-border-radius);
7828
7821
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
7829
7822
  z-index: 1000;
7830
- padding: 0.4rem 0;
7823
+ overflow: hidden;
7831
7824
  }
7832
7825
  .pa-btn-split__menu--open {
7826
+ display: block;
7827
+ }
7828
+ .pa-btn-split__menu-inner {
7833
7829
  display: flex;
7830
+ flex-direction: column;
7831
+ gap: 0.4rem;
7834
7832
  }
7835
7833
  .pa-btn-split__item {
7836
7834
  display: flex;
@@ -7856,6 +7854,17 @@ a.pa-card p {
7856
7854
  background-color: var(--pa-btn-danger-bg);
7857
7855
  color: var(--pa-btn-danger-text);
7858
7856
  }
7857
+ .pa-btn-split__item-row {
7858
+ display: flex;
7859
+ align-items: center;
7860
+ }
7861
+ .pa-btn-split__item-row .pa-btn-split__item {
7862
+ flex: 1;
7863
+ }
7864
+ .pa-btn-split__item-row > .pa-btn:last-child {
7865
+ flex-shrink: 0;
7866
+ margin-inline-end: 0.8rem;
7867
+ }
7859
7868
  .pa-btn-split__item-icon {
7860
7869
  width: 2.4rem;
7861
7870
  min-width: 2.4rem;
@@ -8125,7 +8134,7 @@ a.pa-card p {
8125
8134
  background-color: var(--pa-tooltip-bg);
8126
8135
  color: var(--pa-tooltip-text);
8127
8136
  padding: 0.4rem 0.8rem;
8128
- border-radius: 4px;
8137
+ border-radius: var(--pa-border-radius);
8129
8138
  font-size: 1.2rem;
8130
8139
  white-space: nowrap;
8131
8140
  max-width: 24rem;
@@ -8583,7 +8592,7 @@ a.pa-card p {
8583
8592
  max-width: 32rem;
8584
8593
  background-color: var(--pa-card-bg);
8585
8594
  border: 1px solid var(--pa-border-color);
8586
- border-radius: 4px;
8595
+ border-radius: var(--pa-border-radius);
8587
8596
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
8588
8597
  z-index: 1060;
8589
8598
  }
@@ -8597,7 +8606,7 @@ a.pa-card p {
8597
8606
  padding: 0.8rem 0.3rem 0.8rem 0.8rem;
8598
8607
  border-bottom: 1px solid #e1e5e9;
8599
8608
  background-color: var(--pa-card-header-bg);
8600
- border-radius: 4px 4px 0 0;
8609
+ border-radius: var(--pa-border-radius) var(--pa-border-radius) 0 0;
8601
8610
  }
8602
8611
  .pa-popover__header h4 {
8603
8612
  margin: 0;
@@ -8632,7 +8641,7 @@ a.pa-card p {
8632
8641
  .pa-popover__body code {
8633
8642
  padding: 0.2rem 0.4rem;
8634
8643
  background-color: color-mix(in srgb, var(--pa-text-color-2) 15%, transparent);
8635
- border-radius: 2px;
8644
+ border-radius: var(--pa-border-radius-sm);
8636
8645
  font-family: monospace;
8637
8646
  font-size: 0.9em;
8638
8647
  }
@@ -8649,7 +8658,7 @@ a.pa-card p {
8649
8658
  display: flex;
8650
8659
  align-items: center;
8651
8660
  justify-content: center;
8652
- border-radius: 4px;
8661
+ border-radius: var(--pa-border-radius);
8653
8662
  transition: all 0.1s ease;
8654
8663
  }
8655
8664
  .pa-popover__close:hover {
@@ -8679,7 +8688,7 @@ a.pa-card p {
8679
8688
  background-color: var(--pa-tooltip-bg);
8680
8689
  color: var(--pa-tooltip-text);
8681
8690
  padding: 0.4rem 0.8rem;
8682
- border-radius: 4px;
8691
+ border-radius: var(--pa-border-radius);
8683
8692
  font-size: 1.2rem;
8684
8693
  white-space: nowrap;
8685
8694
  max-width: 24rem;
@@ -8755,7 +8764,7 @@ a.pa-card p {
8755
8764
  padding: 1.2rem 1rem;
8756
8765
  margin-bottom: 1.6rem;
8757
8766
  border: 1px solid transparent;
8758
- border-radius: 4px;
8767
+ border-radius: var(--pa-border-radius);
8759
8768
  font-size: 1.4rem;
8760
8769
  display: flex;
8761
8770
  flex-wrap: wrap;
@@ -9017,7 +9026,7 @@ a.pa-card p {
9017
9026
  padding: 1.2rem 1rem;
9018
9027
  margin-bottom: 1.6rem;
9019
9028
  border-inline-start: 0.4rem solid var(--pa-border-color);
9020
- border-radius: 4px;
9029
+ border-radius: var(--pa-border-radius);
9021
9030
  font-size: 1.4rem;
9022
9031
  background-color: var(--pa-card-bg);
9023
9032
  }
@@ -9135,7 +9144,7 @@ a.pa-card p {
9135
9144
  .pa-callout code {
9136
9145
  background-color: rgba(0, 0, 0, 0.08);
9137
9146
  padding: 0.1em 0.3em;
9138
- border-radius: 2px;
9147
+ border-radius: var(--pa-border-radius-sm);
9139
9148
  font-size: 0.9em;
9140
9149
  }
9141
9150
  .pa-callout a {
@@ -9217,7 +9226,7 @@ a.pa-card p {
9217
9226
  height: 3.5rem;
9218
9227
  padding: 0.8rem 0.8rem;
9219
9228
  border: 1px solid var(--pa-border-color);
9220
- border-radius: 4px;
9229
+ border-radius: var(--pa-border-radius);
9221
9230
  font-size: 1.4rem;
9222
9231
  background-color: var(--pa-input-bg);
9223
9232
  color: var(--pa-text-color-1);
@@ -9234,7 +9243,7 @@ a.pa-card p {
9234
9243
  height: 3.5rem;
9235
9244
  padding: 0.7rem 0.5rem;
9236
9245
  border: 1px solid var(--pa-border-color);
9237
- border-radius: 4px;
9246
+ border-radius: var(--pa-border-radius);
9238
9247
  font-size: 1.4rem;
9239
9248
  line-height: normal;
9240
9249
  background-color: var(--pa-input-bg);
@@ -9251,7 +9260,7 @@ a.pa-card p {
9251
9260
  width: 100%;
9252
9261
  padding: 0.8rem 0.8rem;
9253
9262
  border: 1px solid var(--pa-border-color);
9254
- border-radius: 4px;
9263
+ border-radius: var(--pa-border-radius);
9255
9264
  font-size: 1.4rem;
9256
9265
  background-color: var(--pa-input-bg);
9257
9266
  color: var(--pa-text-color-1);
@@ -9570,12 +9579,12 @@ a.pa-card p {
9570
9579
  flex: 1;
9571
9580
  }
9572
9581
  .pa-input-group .pa-input:first-child {
9573
- border-start-start-radius: 4px;
9574
- border-end-start-radius: 4px;
9582
+ border-start-start-radius: var(--pa-border-radius);
9583
+ border-end-start-radius: var(--pa-border-radius);
9575
9584
  }
9576
9585
  .pa-input-group .pa-input:last-child {
9577
- border-start-end-radius: 4px;
9578
- border-end-end-radius: 4px;
9586
+ border-start-end-radius: var(--pa-border-radius);
9587
+ border-end-end-radius: var(--pa-border-radius);
9579
9588
  }
9580
9589
  .pa-input-group .pa-input:not(:first-child) {
9581
9590
  border-inline-start: none;
@@ -9601,8 +9610,8 @@ a.pa-card p {
9601
9610
  border-inline-end: none;
9602
9611
  }
9603
9612
  .pa-input-group__prepend:first-child {
9604
- border-start-start-radius: 4px;
9605
- border-end-start-radius: 4px;
9613
+ border-start-start-radius: var(--pa-border-radius);
9614
+ border-end-start-radius: var(--pa-border-radius);
9606
9615
  }
9607
9616
  .pa-input-group__append {
9608
9617
  background-color: var(--pa-input-group-append-bg);
@@ -9611,8 +9620,8 @@ a.pa-card p {
9611
9620
  border-inline-start: none;
9612
9621
  }
9613
9622
  .pa-input-group__append:last-child {
9614
- border-start-end-radius: 4px;
9615
- border-end-end-radius: 4px;
9623
+ border-start-end-radius: var(--pa-border-radius);
9624
+ border-end-end-radius: var(--pa-border-radius);
9616
9625
  }
9617
9626
  .pa-input-group__prepend + .pa-input-group__prepend {
9618
9627
  border-inline-start: 1px solid var(--pa-input-group-prepend-bg);
@@ -9636,12 +9645,12 @@ a.pa-card p {
9636
9645
  border-radius: 0;
9637
9646
  }
9638
9647
  .pa-input-group__button:first-child {
9639
- border-start-start-radius: 4px;
9640
- border-end-start-radius: 4px;
9648
+ border-start-start-radius: var(--pa-border-radius);
9649
+ border-end-start-radius: var(--pa-border-radius);
9641
9650
  }
9642
9651
  .pa-input-group__button:last-child {
9643
- border-start-end-radius: 4px;
9644
- border-end-end-radius: 4px;
9652
+ border-start-end-radius: var(--pa-border-radius);
9653
+ border-end-end-radius: var(--pa-border-radius);
9645
9654
  }
9646
9655
  .pa-input-group--xs .pa-input-group__prepend,
9647
9656
  .pa-input-group--xs .pa-input-group__append {
@@ -9762,7 +9771,7 @@ a.pa-card p {
9762
9771
  bottom: 0;
9763
9772
  padding: 0.8rem 0.8rem;
9764
9773
  border: 1px solid transparent;
9765
- border-radius: 4px;
9774
+ border-radius: var(--pa-border-radius);
9766
9775
  font-size: 1.4rem;
9767
9776
  font-family: inherit;
9768
9777
  white-space: pre-wrap;
@@ -9782,7 +9791,7 @@ a.pa-card p {
9782
9791
  background-color: rgba(0, 123, 255, 0.15);
9783
9792
  color: #007bff;
9784
9793
  padding: 0.2rem 0.4rem;
9785
- border-radius: 0.4rem;
9794
+ border-radius: var(--pa-border-radius-sm);
9786
9795
  font-weight: 500;
9787
9796
  }
9788
9797
  .pa-search-highlight__operator {
@@ -9790,7 +9799,7 @@ a.pa-card p {
9790
9799
  background-color: rgba(40, 167, 69, 0.15);
9791
9800
  color: #28a745;
9792
9801
  padding: 0.2rem 0.4rem;
9793
- border-radius: 0.4rem;
9802
+ border-radius: var(--pa-border-radius-sm);
9794
9803
  font-weight: 500;
9795
9804
  }
9796
9805
 
@@ -9799,7 +9808,7 @@ a.pa-card p {
9799
9808
  z-index: 1000;
9800
9809
  background: var(--pa-input-bg);
9801
9810
  border: 1px solid #e1e5e9;
9802
- border-radius: 4px;
9811
+ border-radius: var(--pa-border-radius);
9803
9812
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
9804
9813
  max-height: 24rem;
9805
9814
  overflow-y: auto;
@@ -9848,7 +9857,7 @@ a.pa-card p {
9848
9857
  width: 100%;
9849
9858
  padding: 0.8rem 0.8rem;
9850
9859
  border: 1px solid #e1e5e9;
9851
- border-radius: 4px;
9860
+ border-radius: var(--pa-border-radius);
9852
9861
  font-size: 1.4rem;
9853
9862
  background-color: var(--pa-input-bg);
9854
9863
  color: var(--pa-text-color-1);
@@ -9895,7 +9904,7 @@ a.pa-card p {
9895
9904
  bottom: 0;
9896
9905
  padding: 0.8rem 0.8rem;
9897
9906
  border: 1px solid transparent;
9898
- border-radius: 4px;
9907
+ border-radius: var(--pa-border-radius);
9899
9908
  font-size: 1.4rem;
9900
9909
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
9901
9910
  white-space: pre-wrap;
@@ -9912,7 +9921,7 @@ a.pa-card p {
9912
9921
  width: 100%;
9913
9922
  padding: 0.8rem 0.8rem;
9914
9923
  border: 1px solid #e1e5e9;
9915
- border-radius: 4px;
9924
+ border-radius: var(--pa-border-radius);
9916
9925
  font-size: 1.4rem;
9917
9926
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
9918
9927
  background: transparent;
@@ -9966,7 +9975,7 @@ a.pa-card p {
9966
9975
  z-index: 1000;
9967
9976
  background: var(--pa-input-bg);
9968
9977
  border: 1px solid #e1e5e9;
9969
- border-radius: 4px;
9978
+ border-radius: var(--pa-border-radius);
9970
9979
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
9971
9980
  max-height: 24rem;
9972
9981
  overflow-y: auto;
@@ -10012,7 +10021,7 @@ a.pa-card p {
10012
10021
  padding: 0.2rem 0.6rem;
10013
10022
  background-color: rgba(var(--pa-text-color-2), 0.1);
10014
10023
  color: var(--pa-text-color-2);
10015
- border-radius: 0.4rem;
10024
+ border-radius: var(--pa-border-radius-sm);
10016
10025
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
10017
10026
  }
10018
10027
 
@@ -10048,7 +10057,7 @@ a.pa-card p {
10048
10057
  width: 1.6rem;
10049
10058
  height: 1.6rem;
10050
10059
  border: 1px solid var(--pa-checkbox-border-color);
10051
- border-radius: 4px;
10060
+ border-radius: var(--pa-border-radius-sm);
10052
10061
  background-color: var(--pa-checkbox-bg);
10053
10062
  transition: all 0.1s ease-out;
10054
10063
  flex-shrink: 0;
@@ -10231,7 +10240,7 @@ web-multiselect {
10231
10240
  .pa-file-dropzone {
10232
10241
  position: relative;
10233
10242
  border: 3.2px dashed #e1e5e9;
10234
- border-radius: 4px;
10243
+ border-radius: var(--pa-border-radius);
10235
10244
  padding: 3.2rem;
10236
10245
  text-align: center;
10237
10246
  transition: all 0.1s ease-out;
@@ -10302,7 +10311,7 @@ web-multiselect {
10302
10311
  align-items: center;
10303
10312
  padding: 0.8rem;
10304
10313
  border: 1px solid var(--pa-border-color);
10305
- border-radius: 2px;
10314
+ border-radius: var(--pa-border-radius-sm);
10306
10315
  background: var(--pa-card-bg);
10307
10316
  position: relative;
10308
10317
  cursor: default;
@@ -10362,7 +10371,7 @@ web-multiselect {
10362
10371
  .pa-file-dropzone__image-card {
10363
10372
  position: relative;
10364
10373
  aspect-ratio: 1;
10365
- border-radius: 2px;
10374
+ border-radius: var(--pa-border-radius-sm);
10366
10375
  overflow: hidden;
10367
10376
  border: 1px solid var(--pa-border-color);
10368
10377
  cursor: default;
@@ -10412,7 +10421,7 @@ web-multiselect {
10412
10421
  display: inline-block;
10413
10422
  margin-bottom: 0;
10414
10423
  padding: 0.4rem 0.8rem;
10415
- border-radius: 2px;
10424
+ border-radius: var(--pa-border-radius-sm);
10416
10425
  cursor: pointer;
10417
10426
  transition: background-color 0.1s ease-out;
10418
10427
  }
@@ -10453,7 +10462,7 @@ web-multiselect {
10453
10462
  z-index: 10000;
10454
10463
  background: var(--pa-card-bg);
10455
10464
  border: 1px solid var(--pa-border-color);
10456
- border-radius: 4px;
10465
+ border-radius: var(--pa-border-radius);
10457
10466
  box-shadow: 0 6.4px 32px rgba(0, 0, 0, 0.15);
10458
10467
  max-width: 80rem;
10459
10468
  width: 90vw;
@@ -10492,7 +10501,7 @@ web-multiselect {
10492
10501
  background: transparent;
10493
10502
  color: var(--pa-text-color-2);
10494
10503
  cursor: pointer;
10495
- border-radius: 2px;
10504
+ border-radius: var(--pa-border-radius-sm);
10496
10505
  font-size: 2rem;
10497
10506
  line-height: 1;
10498
10507
  transition: all 0.1s ease-out;
@@ -10556,14 +10565,14 @@ web-multiselect {
10556
10565
  .pa-file-popover__progress-bar {
10557
10566
  height: 6.4px;
10558
10567
  background: rgba(0, 123, 255, 0.2);
10559
- border-radius: 2px;
10568
+ border-radius: var(--pa-border-radius-sm);
10560
10569
  overflow: hidden;
10561
10570
  margin-bottom: 0.4rem;
10562
10571
  }
10563
10572
  .pa-file-popover__progress-fill {
10564
10573
  height: 100%;
10565
10574
  background: #007bff;
10566
- border-radius: 2px;
10575
+ border-radius: var(--pa-border-radius-sm);
10567
10576
  transition: width 0.48s ease;
10568
10577
  }
10569
10578
  .pa-file-popover__progress-text {
@@ -10599,7 +10608,7 @@ web-multiselect {
10599
10608
  background: var(--pa-card-bg);
10600
10609
  color: #dc3545;
10601
10610
  cursor: pointer;
10602
- border-radius: 2px;
10611
+ border-radius: var(--pa-border-radius-sm);
10603
10612
  font-size: 2.4rem;
10604
10613
  line-height: 1;
10605
10614
  transition: all 0.1s ease-out;
@@ -10624,7 +10633,7 @@ web-multiselect {
10624
10633
  .pa-file-list--detailed .pa-file-item {
10625
10634
  padding: 0.8rem;
10626
10635
  border: 1px solid var(--pa-border-color);
10627
- border-radius: 4px;
10636
+ border-radius: var(--pa-border-radius);
10628
10637
  margin-bottom: 0.8rem;
10629
10638
  display: flex;
10630
10639
  align-items: center;
@@ -10649,7 +10658,7 @@ web-multiselect {
10649
10658
  align-items: center;
10650
10659
  justify-content: center;
10651
10660
  background: rgba(0, 123, 255, 0.1);
10652
- border-radius: 4px;
10661
+ border-radius: var(--pa-border-radius);
10653
10662
  color: #007bff;
10654
10663
  }
10655
10664
  .pa-file-item__info {
@@ -10677,7 +10686,7 @@ web-multiselect {
10677
10686
  background: transparent;
10678
10687
  color: var(--pa-text-color-2);
10679
10688
  cursor: pointer;
10680
- border-radius: 2px;
10689
+ border-radius: var(--pa-border-radius-sm);
10681
10690
  font-size: 1.8rem;
10682
10691
  line-height: 1;
10683
10692
  transition: all 0.1s ease-out;
@@ -10706,7 +10715,7 @@ web-multiselect {
10706
10715
  .pa-file-preview {
10707
10716
  position: relative;
10708
10717
  aspect-ratio: 1;
10709
- border-radius: 4px;
10718
+ border-radius: var(--pa-border-radius);
10710
10719
  overflow: hidden;
10711
10720
  border: 1px solid var(--pa-border-color);
10712
10721
  }
@@ -10760,13 +10769,13 @@ web-multiselect {
10760
10769
  .pa-file-progress__bar {
10761
10770
  height: 6.4px;
10762
10771
  background: rgba(0, 123, 255, 0.2);
10763
- border-radius: 2px;
10772
+ border-radius: var(--pa-border-radius-sm);
10764
10773
  overflow: hidden;
10765
10774
  }
10766
10775
  .pa-file-progress__fill {
10767
10776
  height: 100%;
10768
10777
  background: #007bff;
10769
- border-radius: 2px;
10778
+ border-radius: var(--pa-border-radius-sm);
10770
10779
  transition: width 0.48s ease;
10771
10780
  }
10772
10781
  .pa-file-progress__text {
@@ -10820,7 +10829,7 @@ web-multiselect {
10820
10829
  background: rgba(0, 123, 255, 0.15);
10821
10830
  backdrop-filter: blur(3.2px);
10822
10831
  border: 4.8px dashed #007bff;
10823
- border-radius: 4px;
10832
+ border-radius: var(--pa-border-radius);
10824
10833
  display: flex;
10825
10834
  align-items: center;
10826
10835
  justify-content: center;
@@ -10918,15 +10927,15 @@ web-multiselect {
10918
10927
 
10919
10928
  .pa-checkbox-list--bordered {
10920
10929
  border: 1px solid var(--pa-border-color);
10921
- border-radius: 4px;
10930
+ border-radius: var(--pa-border-radius);
10922
10931
  }
10923
10932
  .pa-checkbox-list--bordered .pa-checkbox-list__item:first-child {
10924
- border-top-left-radius: 4px;
10925
- border-top-right-radius: 4px;
10933
+ border-top-left-radius: var(--pa-border-radius);
10934
+ border-top-right-radius: var(--pa-border-radius);
10926
10935
  }
10927
10936
  .pa-checkbox-list--bordered .pa-checkbox-list__item:last-child {
10928
- border-bottom-left-radius: 4px;
10929
- border-bottom-right-radius: 4px;
10937
+ border-bottom-left-radius: var(--pa-border-radius);
10938
+ border-bottom-right-radius: var(--pa-border-radius);
10930
10939
  }
10931
10940
 
10932
10941
  .pa-checkbox-list--striped .pa-checkbox-list__item:nth-child(even) {
@@ -10981,7 +10990,7 @@ web-multiselect {
10981
10990
  }
10982
10991
  .pa-checkbox-list--inline .pa-checkbox-list__item {
10983
10992
  border: 1px solid var(--pa-border-color);
10984
- border-radius: 4px;
10993
+ border-radius: var(--pa-border-radius);
10985
10994
  flex: 0 1 auto;
10986
10995
  }
10987
10996
  .pa-checkbox-list--inline .pa-checkbox-list__item:hover {
@@ -10999,7 +11008,7 @@ web-multiselect {
10999
11008
  }
11000
11009
  .pa-checkbox-list--grid .pa-checkbox-list__item {
11001
11010
  border: 1px solid var(--pa-border-color);
11002
- border-radius: 4px;
11011
+ border-radius: var(--pa-border-radius);
11003
11012
  }
11004
11013
  .pa-checkbox-list--grid .pa-checkbox-list__item:hover {
11005
11014
  border-color: var(--pa-accent);
@@ -11057,13 +11066,13 @@ web-multiselect {
11057
11066
  ======================================== */
11058
11067
  .pa-table-container {
11059
11068
  overflow-x: auto;
11060
- border-radius: 4px;
11069
+ border-radius: var(--pa-border-radius);
11061
11070
  border: 1px solid var(--pa-border-color);
11062
11071
  background-color: var(--pa-table-bg);
11063
11072
  }
11064
11073
  .pa-table-container--panel {
11065
11074
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
11066
- border-radius: 8px;
11075
+ border-radius: var(--pa-border-radius-lg);
11067
11076
  margin-bottom: 1.6rem;
11068
11077
  transition: box-shadow 0.1s ease-out;
11069
11078
  }
@@ -11100,7 +11109,7 @@ web-multiselect {
11100
11109
  .pa-table-card {
11101
11110
  background: var(--pa-card-bg);
11102
11111
  border: 1px solid var(--pa-border-color);
11103
- border-radius: 8px;
11112
+ border-radius: var(--pa-border-radius-lg);
11104
11113
  margin-bottom: 1.6rem;
11105
11114
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
11106
11115
  transition: box-shadow 0.1s ease-out;
@@ -11534,7 +11543,7 @@ web-multiselect {
11534
11543
  padding: 0.8rem 1.2rem;
11535
11544
  background-color: transparent;
11536
11545
  border: 1px solid var(--pa-border-color);
11537
- border-radius: 4px;
11546
+ border-radius: var(--pa-border-radius);
11538
11547
  color: var(--pa-text-color-1);
11539
11548
  font-size: 1.4rem;
11540
11549
  cursor: pointer;
@@ -11570,7 +11579,7 @@ web-multiselect {
11570
11579
 
11571
11580
  .pa-virtual-table {
11572
11581
  border: 1px solid var(--pa-border-color);
11573
- border-radius: 4px;
11582
+ border-radius: var(--pa-border-radius);
11574
11583
  height: 400px;
11575
11584
  overflow: auto;
11576
11585
  position: relative;
@@ -11648,7 +11657,7 @@ web-multiselect {
11648
11657
  display: block;
11649
11658
  margin-bottom: 1.6rem;
11650
11659
  border: 1px solid var(--pa-border-color);
11651
- border-radius: 4px;
11660
+ border-radius: var(--pa-border-radius);
11652
11661
  overflow: hidden;
11653
11662
  }
11654
11663
  .pa-table--responsive tbody tr:last-child {
@@ -11711,7 +11720,7 @@ web-multiselect {
11711
11720
  display: block;
11712
11721
  margin-bottom: 1.6rem;
11713
11722
  border: 1px solid var(--pa-border-color);
11714
- border-radius: 4px;
11723
+ border-radius: var(--pa-border-radius);
11715
11724
  overflow: hidden;
11716
11725
  }
11717
11726
  .pa-table--responsive-grid tbody tr:last-child {
@@ -11933,7 +11942,7 @@ tbody tr:hover .pa-comparison-table__copy {
11933
11942
  flex-direction: column;
11934
11943
  margin-bottom: 1.6rem;
11935
11944
  border: 1px solid var(--pa-border-color);
11936
- border-radius: 4px;
11945
+ border-radius: var(--pa-border-radius);
11937
11946
  }
11938
11947
  .pa-comparison-table tbody td {
11939
11948
  display: flex;
@@ -11971,7 +11980,7 @@ code {
11971
11980
  font-size: 1.5rem;
11972
11981
  background-color: var(--pa-accent-light);
11973
11982
  color: var(--pa-accent);
11974
- border-radius: 2px;
11983
+ border-radius: var(--pa-border-radius-sm);
11975
11984
  }
11976
11985
 
11977
11986
  .pa-code {
@@ -11983,7 +11992,7 @@ code {
11983
11992
  background-color: var(--pa-main-bg);
11984
11993
  color: var(--pa-text-color-1);
11985
11994
  border: 1px solid var(--pa-border-color);
11986
- border-radius: 4px;
11995
+ border-radius: var(--pa-border-radius);
11987
11996
  overflow-x: auto;
11988
11997
  white-space: pre;
11989
11998
  margin: 0;
@@ -12031,7 +12040,7 @@ code {
12031
12040
 
12032
12041
  .pa-code-block {
12033
12042
  border: 1px solid var(--pa-border-color);
12034
- border-radius: 4px;
12043
+ border-radius: var(--pa-border-radius);
12035
12044
  overflow: hidden;
12036
12045
  }
12037
12046
  .pa-code-block__header {
@@ -12162,7 +12171,7 @@ code {
12162
12171
  padding: 0.8rem 1.2rem;
12163
12172
  background-color: transparent;
12164
12173
  border: 1px solid var(--pa-border-color);
12165
- border-radius: 4px;
12174
+ border-radius: var(--pa-border-radius);
12166
12175
  color: var(--pa-text-color-1);
12167
12176
  font-size: 1.4rem;
12168
12177
  cursor: pointer;
@@ -12217,7 +12226,7 @@ code {
12217
12226
  background: none;
12218
12227
  border: none;
12219
12228
  padding: 0.4rem 0.8rem;
12220
- border-radius: 4px;
12229
+ border-radius: var(--pa-border-radius);
12221
12230
  color: var(--pa-header-text);
12222
12231
  cursor: pointer;
12223
12232
  font-size: 1.4rem;
@@ -12335,7 +12344,7 @@ code {
12335
12344
  color: var(--pa-accent);
12336
12345
  font-size: 1.2rem;
12337
12346
  font-weight: 500;
12338
- border-radius: 4px;
12347
+ border-radius: var(--pa-border-radius);
12339
12348
  text-transform: uppercase;
12340
12349
  letter-spacing: 0.5px;
12341
12350
  }
@@ -12352,7 +12361,7 @@ code {
12352
12361
  align-items: center;
12353
12362
  justify-content: center;
12354
12363
  color: var(--pa-text-color-2);
12355
- border-radius: 4px;
12364
+ border-radius: var(--pa-border-radius);
12356
12365
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
12357
12366
  }
12358
12367
  .pa-profile-panel__close:hover {
@@ -12386,7 +12395,7 @@ code {
12386
12395
  padding: 0.8rem 1.6rem;
12387
12396
  color: var(--pa-text-color-1);
12388
12397
  text-decoration: none;
12389
- border-radius: 4px;
12398
+ border-radius: var(--pa-border-radius);
12390
12399
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
12391
12400
  font-weight: 500;
12392
12401
  }
@@ -12461,7 +12470,7 @@ code {
12461
12470
  padding: 0.8rem 1.6rem;
12462
12471
  color: var(--pa-text-color-1);
12463
12472
  text-decoration: none;
12464
- border-radius: 4px;
12473
+ border-radius: var(--pa-border-radius);
12465
12474
  cursor: pointer;
12466
12475
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
12467
12476
  font-weight: 500;
@@ -12493,7 +12502,7 @@ code {
12493
12502
  padding: 0.4rem;
12494
12503
  color: var(--pa-text-color-2);
12495
12504
  cursor: pointer;
12496
- border-radius: 4px;
12505
+ border-radius: var(--pa-border-radius);
12497
12506
  font-size: 1.4rem;
12498
12507
  line-height: 1;
12499
12508
  transition: opacity 0.1s ease-out, color 0.1s ease-out, background-color 0.1s ease-out;
@@ -12548,7 +12557,7 @@ code {
12548
12557
 
12549
12558
  .pa-modal__container {
12550
12559
  background-color: var(--pa-modal-content-bg);
12551
- border-radius: 4px;
12560
+ border-radius: var(--pa-border-radius);
12552
12561
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
12553
12562
  width: 100%;
12554
12563
  max-width: 48rem;
@@ -12581,7 +12590,7 @@ code {
12581
12590
  .pa-modal__header {
12582
12591
  padding: 1.2rem 1.6rem;
12583
12592
  border-bottom: 1px solid var(--pa-border-color);
12584
- border-radius: 4px 4px 0 0;
12593
+ border-radius: var(--pa-border-radius) var(--pa-border-radius) 0 0;
12585
12594
  display: flex;
12586
12595
  justify-content: space-between;
12587
12596
  align-items: center;
@@ -12725,7 +12734,7 @@ code {
12725
12734
  .pa-toast {
12726
12735
  background-color: var(--pa-card-bg);
12727
12736
  border: 1px solid var(--pa-border-color);
12728
- border-radius: 4px;
12737
+ border-radius: var(--pa-border-radius);
12729
12738
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
12730
12739
  min-width: 32rem;
12731
12740
  max-width: 40rem;
@@ -12793,7 +12802,7 @@ code {
12793
12802
  align-items: center;
12794
12803
  justify-content: center;
12795
12804
  font-size: 1.8rem;
12796
- border-radius: 4px;
12805
+ border-radius: var(--pa-border-radius);
12797
12806
  }
12798
12807
 
12799
12808
  .pa-toast__content {
@@ -12836,7 +12845,7 @@ code {
12836
12845
  display: flex;
12837
12846
  align-items: center;
12838
12847
  justify-content: center;
12839
- border-radius: 4px;
12848
+ border-radius: var(--pa-border-radius);
12840
12849
  font-size: 1.8rem;
12841
12850
  line-height: 1;
12842
12851
  transition: background-color 0.1s ease, color 0.1s ease;
@@ -13442,7 +13451,7 @@ code {
13442
13451
  }
13443
13452
  .pa-timeline--alternating .pa-timeline__item:nth-child(odd) .pa-timeline__content {
13444
13453
  padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
13445
- border-radius: 0 500px 500px 0;
13454
+ border-radius: 0 var(--pa-border-radius) var(--pa-border-radius) 0;
13446
13455
  }
13447
13456
  .pa-timeline--alternating .pa-timeline__item:nth-child(odd)::after {
13448
13457
  content: "";
@@ -13478,7 +13487,7 @@ code {
13478
13487
  }
13479
13488
  .pa-timeline--alternating .pa-timeline__item:nth-child(even) .pa-timeline__content {
13480
13489
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
13481
- border-radius: 500px 0 0 500px;
13490
+ border-radius: var(--pa-border-radius) 0 0 var(--pa-border-radius);
13482
13491
  }
13483
13492
  .pa-timeline--alternating .pa-timeline__item:nth-child(even)::after {
13484
13493
  content: "";
@@ -13573,7 +13582,7 @@ code {
13573
13582
  }
13574
13583
  .pa-timeline--alternating:not(.pa-timeline--keep-layout) .pa-timeline__item:nth-child(odd) .pa-timeline__content, .pa-timeline--alternating:not(.pa-timeline--keep-layout) .pa-timeline__item:nth-child(even) .pa-timeline__content {
13575
13584
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
13576
- border-radius: 500px 0 0 500px;
13585
+ border-radius: var(--pa-border-radius) 0 0 var(--pa-border-radius);
13577
13586
  }
13578
13587
  }
13579
13588
  .pa-timeline--alternating.pa-timeline--single-column::after {
@@ -13603,7 +13612,7 @@ code {
13603
13612
  }
13604
13613
  .pa-timeline--alternating.pa-timeline--single-column .pa-timeline__item:nth-child(odd) .pa-timeline__content, .pa-timeline--alternating.pa-timeline--single-column .pa-timeline__item:nth-child(even) .pa-timeline__content {
13605
13614
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
13606
- border-radius: 500px 0 0 500px;
13615
+ border-radius: var(--pa-border-radius) 0 0 var(--pa-border-radius);
13607
13616
  }
13608
13617
  .pa-timeline--alternating.pa-timeline--start::after {
13609
13618
  left: 90px;
@@ -13630,7 +13639,7 @@ code {
13630
13639
  }
13631
13640
  .pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__content {
13632
13641
  padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
13633
- border-radius: 500px 0 0 500px;
13642
+ border-radius: var(--pa-border-radius) 0 0 var(--pa-border-radius);
13634
13643
  }
13635
13644
  .pa-timeline--alternating.pa-timeline--end::after {
13636
13645
  right: 90px;
@@ -13660,7 +13669,7 @@ code {
13660
13669
  }
13661
13670
  .pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__content {
13662
13671
  padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
13663
- border-radius: 0 500px 500px 0;
13672
+ border-radius: 0 var(--pa-border-radius) var(--pa-border-radius) 0;
13664
13673
  }
13665
13674
  .pa-timeline--feed {
13666
13675
  padding: 0;
@@ -13711,7 +13720,7 @@ code {
13711
13720
  padding: 1.6rem;
13712
13721
  background: var(--pa-card-bg);
13713
13722
  border: 1px solid var(--pa-border-color);
13714
- border-radius: 4px;
13723
+ border-radius: var(--pa-border-radius);
13715
13724
  }
13716
13725
  .pa-timeline--feed .pa-timeline__comment p {
13717
13726
  margin: 0 0 0.8rem 0;
@@ -13800,7 +13809,7 @@ code {
13800
13809
  width: 100%;
13801
13810
  max-width: 60.8rem;
13802
13811
  background-color: var(--pa-modal-content-bg);
13803
- border-radius: 4px;
13812
+ border-radius: var(--pa-border-radius);
13804
13813
  box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.3);
13805
13814
  animation: slideDown 0.15s ease;
13806
13815
  overflow: hidden;
@@ -13842,7 +13851,7 @@ code {
13842
13851
  padding: 0.8rem 0.8rem;
13843
13852
  font-size: 1.6rem;
13844
13853
  border: 1px solid var(--pa-border-color);
13845
- border-radius: 4px;
13854
+ border-radius: var(--pa-border-radius);
13846
13855
  background-color: var(--pa-input-bg);
13847
13856
  color: var(--pa-text-color-1);
13848
13857
  outline: none;
@@ -13866,7 +13875,7 @@ code {
13866
13875
  font-weight: 500;
13867
13876
  padding: 0.4rem 0.8rem;
13868
13877
  background-color: var(--pa-accent-light);
13869
- border-radius: 2px;
13878
+ border-radius: var(--pa-border-radius-sm);
13870
13879
  opacity: 0;
13871
13880
  transition: opacity 0.1s ease;
13872
13881
  }
@@ -13929,7 +13938,7 @@ code {
13929
13938
  justify-content: center;
13930
13939
  background-color: var(--pa-accent-light);
13931
13940
  color: var(--pa-accent);
13932
- border-radius: 2px;
13941
+ border-radius: var(--pa-border-radius-sm);
13933
13942
  font-size: 1.4rem;
13934
13943
  }
13935
13944
  .pa-command-palette__item-content {
@@ -13950,7 +13959,7 @@ code {
13950
13959
  color: var(--pa-command-palette-highlight-text);
13951
13960
  font-weight: 600;
13952
13961
  padding: 0 2px;
13953
- border-radius: 2px;
13962
+ border-radius: var(--pa-border-radius-sm);
13954
13963
  }
13955
13964
  .pa-command-palette__item-meta {
13956
13965
  font-size: 1.2rem;
@@ -13967,7 +13976,7 @@ code {
13967
13976
  padding: 2px 0.4rem;
13968
13977
  background-color: #e9ecef;
13969
13978
  color: var(--pa-text-color-2);
13970
- border-radius: 2px;
13979
+ border-radius: var(--pa-border-radius-sm);
13971
13980
  }
13972
13981
  .pa-command-palette__footer {
13973
13982
  border-top: 1px solid var(--pa-border-color);
@@ -13986,7 +13995,7 @@ code {
13986
13995
  padding: 2px 0.4rem;
13987
13996
  background-color: #e9ecef;
13988
13997
  border: 1px solid var(--pa-border-color);
13989
- border-radius: 2px;
13998
+ border-radius: var(--pa-border-radius-sm);
13990
13999
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
13991
14000
  font-weight: 500;
13992
14001
  font-size: 1rem;
@@ -14048,7 +14057,7 @@ code {
14048
14057
  padding: 0.8rem 0.8rem;
14049
14058
  background-color: var(--pa-input-bg);
14050
14059
  border: 1px solid var(--pa-border-color);
14051
- border-radius: 4px;
14060
+ border-radius: var(--pa-border-radius);
14052
14061
  cursor: pointer;
14053
14062
  transition: border-color 0.1s ease-out;
14054
14063
  }
@@ -14110,7 +14119,7 @@ code {
14110
14119
  color: var(--pa-text-color-2);
14111
14120
  background-color: #e9ecef;
14112
14121
  border: 1px solid var(--pa-border-color);
14113
- border-radius: 2px;
14122
+ border-radius: var(--pa-border-radius-sm);
14114
14123
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
14115
14124
  }
14116
14125
 
@@ -14183,7 +14192,7 @@ code {
14183
14192
  color: var(--pa-text-color-1);
14184
14193
  background-color: #e9ecef;
14185
14194
  border: 1px solid var(--pa-border-color);
14186
- border-radius: 2px;
14195
+ border-radius: var(--pa-border-radius-sm);
14187
14196
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
14188
14197
  }
14189
14198
 
@@ -14210,7 +14219,7 @@ code {
14210
14219
  .pa-logic-tree {
14211
14220
  padding: 1.6rem;
14212
14221
  background: #f9fafb;
14213
- border-radius: 4px;
14222
+ border-radius: var(--pa-border-radius);
14214
14223
  min-height: 6.4rem;
14215
14224
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
14216
14225
  }
@@ -14226,7 +14235,7 @@ code {
14226
14235
  padding: 0.8rem 1.2rem;
14227
14236
  background: #f9fafb;
14228
14237
  border: 1.6px dashed #d1d5db;
14229
- border-radius: 2px;
14238
+ border-radius: var(--pa-border-radius-sm);
14230
14239
  text-align: center;
14231
14240
  }
14232
14241
  .pa-logic-tree__node {
@@ -14238,7 +14247,7 @@ code {
14238
14247
  .pa-logic-tree__block {
14239
14248
  background: #fff;
14240
14249
  border: 3.2px solid var(--pa-border-color);
14241
- border-radius: 4px;
14250
+ border-radius: var(--pa-border-radius);
14242
14251
  padding: 0.8rem;
14243
14252
  position: relative;
14244
14253
  transition: box-shadow 0.32s ease;
@@ -14339,7 +14348,7 @@ code {
14339
14348
  color: #e65100;
14340
14349
  border: 3.2px solid #ff9800;
14341
14350
  padding: 0.4rem 1.2rem;
14342
- border-radius: 4px;
14351
+ border-radius: var(--pa-border-radius);
14343
14352
  font-weight: 700;
14344
14353
  text-transform: uppercase;
14345
14354
  letter-spacing: 0.05em;
@@ -14359,7 +14368,7 @@ code {
14359
14368
  .pa-logic-tree__token {
14360
14369
  display: inline-block;
14361
14370
  padding: 0.4rem 0.8rem;
14362
- border-radius: 2px;
14371
+ border-radius: var(--pa-border-radius-sm);
14363
14372
  font-size: 1.2rem;
14364
14373
  font-weight: 500;
14365
14374
  font-family: "Courier New", Courier, monospace;
@@ -14436,7 +14445,7 @@ code {
14436
14445
  height: 3.2rem;
14437
14446
  background: none;
14438
14447
  border: none;
14439
- border-radius: 4px;
14448
+ border-radius: var(--pa-border-radius);
14440
14449
  color: var(--pa-header-text);
14441
14450
  cursor: pointer;
14442
14451
  transition: background-color 0.1s ease-out;
@@ -14480,7 +14489,7 @@ code {
14480
14489
  max-height: 44.8rem;
14481
14490
  background-color: var(--pa-card-bg);
14482
14491
  border: 1px solid var(--pa-border-color);
14483
- border-radius: 4px;
14492
+ border-radius: var(--pa-border-radius);
14484
14493
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
14485
14494
  z-index: 5000;
14486
14495
  display: none;
@@ -14712,7 +14721,7 @@ code {
14712
14721
  .pa-popconfirm__content {
14713
14722
  background-color: var(--pa-card-bg);
14714
14723
  border: 1px solid var(--pa-border-color);
14715
- border-radius: 4px;
14724
+ border-radius: var(--pa-border-radius);
14716
14725
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
14717
14726
  overflow: hidden;
14718
14727
  }
@@ -14972,7 +14981,7 @@ code {
14972
14981
  align-items: center;
14973
14982
  justify-content: center;
14974
14983
  color: var(--pa-text-color-2);
14975
- border-radius: 4px;
14984
+ border-radius: var(--pa-border-radius);
14976
14985
  }
14977
14986
  .pa-detail-panel__close:hover {
14978
14987
  background-color: var(--pa-accent-light);
@@ -15113,8 +15122,8 @@ code {
15113
15122
  background: #007bff;
15114
15123
  color: white;
15115
15124
  border: none;
15116
- border-start-start-radius: 4px;
15117
- border-end-start-radius: 4px;
15125
+ border-start-start-radius: var(--pa-border-radius);
15126
+ border-end-start-radius: var(--pa-border-radius);
15118
15127
  border-start-end-radius: 0;
15119
15128
  border-end-end-radius: 0;
15120
15129
  cursor: pointer;
@@ -15134,8 +15143,8 @@ code {
15134
15143
  background: var(--pa-subtle-bg);
15135
15144
  border: 1px solid var(--pa-border-color);
15136
15145
  border-inline-end: none;
15137
- border-start-start-radius: 4px;
15138
- border-end-start-radius: 4px;
15146
+ border-start-start-radius: var(--pa-border-radius);
15147
+ border-end-start-radius: var(--pa-border-radius);
15139
15148
  border-start-end-radius: 0;
15140
15149
  border-end-end-radius: 0;
15141
15150
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
@@ -15171,7 +15180,7 @@ code {
15171
15180
  width: 100%;
15172
15181
  padding: 0.8rem;
15173
15182
  border: 1px solid var(--pa-border-color);
15174
- border-radius: 4px;
15183
+ border-radius: var(--pa-border-radius);
15175
15184
  background: var(--pa-input-bg);
15176
15185
  color: var(--pa-text-color-1);
15177
15186
  font-size: 1.4rem;
@@ -15252,7 +15261,7 @@ code {
15252
15261
  padding: 0.4rem;
15253
15262
  background: transparent;
15254
15263
  border: none;
15255
- border-radius: 4px;
15264
+ border-radius: var(--pa-border-radius);
15256
15265
  cursor: pointer;
15257
15266
  opacity: 0.5;
15258
15267
  transition: opacity 0.15s, background 0.15s;
@@ -15288,7 +15297,7 @@ code {
15288
15297
  padding: 0.4rem;
15289
15298
  background: transparent;
15290
15299
  border: none;
15291
- border-radius: 4px;
15300
+ border-radius: var(--pa-border-radius);
15292
15301
  cursor: pointer;
15293
15302
  opacity: 0;
15294
15303
  transition: opacity 0.15s, background 0.15s;
@@ -15401,7 +15410,7 @@ code {
15401
15410
  .pa-fields--striped .pa-field:nth-child(odd) {
15402
15411
  background: var(--pa-table-stripe);
15403
15412
  padding: 0.8rem;
15404
- border-radius: 4px;
15413
+ border-radius: var(--pa-border-radius);
15405
15414
  }
15406
15415
  .pa-fields--striped .pa-field:nth-child(even) {
15407
15416
  padding: 0.8rem;
@@ -15443,7 +15452,7 @@ code {
15443
15452
  .pa-fields--filled {
15444
15453
  background: rgba(128, 128, 128, 0.06);
15445
15454
  padding: 1.6rem;
15446
- border-radius: 4px;
15455
+ border-radius: var(--pa-border-radius);
15447
15456
  }
15448
15457
  .pa-fields--color-1 {
15449
15458
  border-left-color: var(--pa-color-1);
@@ -15559,7 +15568,7 @@ code {
15559
15568
  color: var(--pa-text-color-1);
15560
15569
  font-weight: 500;
15561
15570
  padding: 0.2rem 0.8rem;
15562
- border-radius: 4px;
15571
+ border-radius: var(--pa-border-radius);
15563
15572
  font-size: 1.3rem;
15564
15573
  }
15565
15574
  .pa-fields--chips .pa-field__value--success {
@@ -15583,7 +15592,7 @@ code {
15583
15592
  display: grid;
15584
15593
  grid-template-columns: repeat(3, auto 1fr);
15585
15594
  border: 1px solid var(--pa-border-color);
15586
- border-radius: 4px;
15595
+ border-radius: var(--pa-border-radius);
15587
15596
  overflow: hidden;
15588
15597
  }
15589
15598
  .pa-desc-table--cols-2 {
@@ -15686,7 +15695,7 @@ code {
15686
15695
  padding: 0.4rem;
15687
15696
  background: transparent;
15688
15697
  border: none;
15689
- border-radius: 4px;
15698
+ border-radius: var(--pa-border-radius);
15690
15699
  cursor: pointer;
15691
15700
  transition: opacity 0.15s, background 0.15s;
15692
15701
  }
@@ -15783,7 +15792,7 @@ code {
15783
15792
 
15784
15793
  .pa-prop-card {
15785
15794
  border: 1px solid var(--pa-border-color);
15786
- border-radius: 6px;
15795
+ border-radius: var(--pa-border-radius);
15787
15796
  overflow: hidden;
15788
15797
  }
15789
15798
  .pa-prop-card__header {
@@ -15827,7 +15836,7 @@ code {
15827
15836
  padding: 0.4rem;
15828
15837
  background: transparent;
15829
15838
  border: none;
15830
- border-radius: 4px;
15839
+ border-radius: var(--pa-border-radius);
15831
15840
  cursor: pointer;
15832
15841
  transition: opacity 0.15s, background 0.15s;
15833
15842
  }
@@ -15870,7 +15879,7 @@ code {
15870
15879
 
15871
15880
  .pa-banded {
15872
15881
  border: 1px solid var(--pa-border-color);
15873
- border-radius: 4px;
15882
+ border-radius: var(--pa-border-radius);
15874
15883
  overflow: hidden;
15875
15884
  }
15876
15885
  .pa-banded__row {
@@ -15964,7 +15973,7 @@ code {
15964
15973
  padding: 0.4rem;
15965
15974
  background: transparent;
15966
15975
  border: none;
15967
- border-radius: 4px;
15976
+ border-radius: var(--pa-border-radius);
15968
15977
  cursor: pointer;
15969
15978
  transition: opacity 0.15s, background 0.15s;
15970
15979
  }
@@ -16052,7 +16061,7 @@ code {
16052
16061
  padding: 0.4rem;
16053
16062
  background: transparent;
16054
16063
  border: none;
16055
- border-radius: 4px;
16064
+ border-radius: var(--pa-border-radius);
16056
16065
  cursor: pointer;
16057
16066
  transition: opacity 0.15s, background 0.15s;
16058
16067
  }
@@ -16109,7 +16118,7 @@ code {
16109
16118
  width: 100%;
16110
16119
  height: 0.8rem;
16111
16120
  background: rgba(0, 0, 0, 0.08);
16112
- border-radius: 4px;
16121
+ border-radius: var(--pa-border-radius);
16113
16122
  overflow: hidden;
16114
16123
  position: relative;
16115
16124
  }
@@ -16181,7 +16190,7 @@ code {
16181
16190
  display: flex;
16182
16191
  width: 100%;
16183
16192
  height: 1.2rem;
16184
- border-radius: 4px;
16193
+ border-radius: var(--pa-border-radius);
16185
16194
  overflow: hidden;
16186
16195
  background: rgba(0, 0, 0, 0.08);
16187
16196
  }
@@ -16222,7 +16231,7 @@ code {
16222
16231
  .pa-stacked-bar__legend-swatch {
16223
16232
  width: 1rem;
16224
16233
  height: 1rem;
16225
- border-radius: 2px;
16234
+ border-radius: var(--pa-border-radius-sm);
16226
16235
  flex-shrink: 0;
16227
16236
  }
16228
16237
  .pa-stacked-bar__legend-swatch--primary {
@@ -16395,7 +16404,7 @@ code {
16395
16404
  width: 100%;
16396
16405
  height: 0.4rem;
16397
16406
  background: rgba(0, 0, 0, 0.06);
16398
- border-radius: 2px;
16407
+ border-radius: var(--pa-border-radius-sm);
16399
16408
  overflow: hidden;
16400
16409
  }
16401
16410
  .pa-data-bar__fill {
@@ -16429,7 +16438,7 @@ code {
16429
16438
  gap: 0.2rem;
16430
16439
  }
16431
16440
  .pa-heatmap__cell {
16432
- border-radius: 2px;
16441
+ border-radius: var(--pa-border-radius-sm);
16433
16442
  background: rgba(0, 0, 0, 0.08);
16434
16443
  }
16435
16444
  .pa-heatmap__cell[data-level="1"] {
@@ -16479,7 +16488,7 @@ code {
16479
16488
  .pa-heatmap__legend-cell {
16480
16489
  width: 1.2rem;
16481
16490
  height: 1.2rem;
16482
- border-radius: 2px;
16491
+ border-radius: var(--pa-border-radius-sm);
16483
16492
  background: rgba(0, 0, 0, 0.08);
16484
16493
  }
16485
16494
  .pa-heatmap__legend-cell[data-level="1"] {
@@ -16500,7 +16509,7 @@ code {
16500
16509
  gap: 0.1rem;
16501
16510
  }
16502
16511
  .pa-heatmap--compact .pa-heatmap__cell {
16503
- border-radius: 1px;
16512
+ border-radius: var(--pa-border-radius-sm);
16504
16513
  }
16505
16514
 
16506
16515
  .pa-sparkline {
@@ -16513,7 +16522,7 @@ code {
16513
16522
  width: 0.3rem;
16514
16523
  height: var(--value, 50%);
16515
16524
  background: #007bff;
16516
- border-radius: 2px 2px 0 0;
16525
+ border-radius: var(--pa-border-radius-sm) var(--pa-border-radius-sm) 0 0;
16517
16526
  transition: height 0.25s ease;
16518
16527
  min-height: 1px;
16519
16528
  }
@@ -16573,7 +16582,7 @@ code {
16573
16582
  width: 100%;
16574
16583
  height: 0.4rem;
16575
16584
  background: rgba(0, 0, 0, 0.06);
16576
- border-radius: 2px;
16585
+ border-radius: var(--pa-border-radius-sm);
16577
16586
  overflow: hidden;
16578
16587
  }
16579
16588
  .pa-bar-list__bar::after {
@@ -17191,7 +17200,7 @@ html.font-size-xlarge {
17191
17200
  margin-bottom: 0.8rem;
17192
17201
  background-color: var(--pa-card-bg);
17193
17202
  border: 1px solid var(--pa-border-color);
17194
- border-radius: 4px;
17203
+ border-radius: var(--pa-border-radius);
17195
17204
  }
17196
17205
  .usage-example .user-item .user-name,
17197
17206
  .usage-example .project-item .user-name {