@dynamic-framework/ui-react 2.3.0 → 2.3.1

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 2.3.0
2
+ * dynamic-framework 2.3.1
3
3
  * bootstrap ~5.3.8
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/LICENSE.md
5
5
  */
@@ -11358,16 +11358,16 @@ label {
11358
11358
  }
11359
11359
 
11360
11360
  .d-box {
11361
- --bs-box-bg: var(--bs-white);
11362
- --bs-box-border: 0;
11363
- --bs-box-border-radius: var(--bs-border-radius);
11364
- --bs-box-padding: var(--bs-ref-spacer-4);
11365
- --bs-box-shadow: var(--bs-box-shadow-lg);
11366
- padding: var(--bs-box-padding);
11367
- background-color: var(--bs-box-bg);
11368
- border: var(--bs-box-border);
11369
- border-radius: var(--bs-box-border-radius);
11370
- box-shadow: var(--bs-box-shadow);
11361
+ --bs-box-component-bg: var(--bs-white);
11362
+ --bs-box-component-border: 0;
11363
+ --bs-box-component-border-radius: var(--bs-border-radius);
11364
+ --bs-box-component-padding: var(--bs-ref-spacer-4);
11365
+ --bs-box-component-shadow: var(--bs-box-shadow-lg);
11366
+ padding: var(--bs-box-component-padding);
11367
+ background-color: var(--bs-box-component-bg);
11368
+ border: var(--bs-box-component-border);
11369
+ border-radius: var(--bs-box-component-border-radius);
11370
+ box-shadow: var(--bs-box-component-shadow);
11371
11371
  }
11372
11372
 
11373
11373
  .offcanvas {
@@ -21407,18 +21407,6 @@ react-datepicker__navigation
21407
21407
  .d-sm-table-header-group {
21408
21408
  display: table-header-group !important;
21409
21409
  }
21410
- .shadow-sm {
21411
- box-shadow: var(--bs-box-shadow) !important;
21412
- }
21413
- .shadow-sm-sm {
21414
- box-shadow: var(--bs-box-shadow-sm) !important;
21415
- }
21416
- .shadow-sm-lg {
21417
- box-shadow: var(--bs-box-shadow-lg) !important;
21418
- }
21419
- .shadow-sm-none {
21420
- box-shadow: none !important;
21421
- }
21422
21410
  .position-sm-static {
21423
21411
  position: static !important;
21424
21412
  }
@@ -23930,18 +23918,6 @@ react-datepicker__navigation
23930
23918
  .d-md-table-header-group {
23931
23919
  display: table-header-group !important;
23932
23920
  }
23933
- .shadow-md {
23934
- box-shadow: var(--bs-box-shadow) !important;
23935
- }
23936
- .shadow-md-sm {
23937
- box-shadow: var(--bs-box-shadow-sm) !important;
23938
- }
23939
- .shadow-md-lg {
23940
- box-shadow: var(--bs-box-shadow-lg) !important;
23941
- }
23942
- .shadow-md-none {
23943
- box-shadow: none !important;
23944
- }
23945
23921
  .position-md-static {
23946
23922
  position: static !important;
23947
23923
  }
@@ -26453,18 +26429,6 @@ react-datepicker__navigation
26453
26429
  .d-lg-table-header-group {
26454
26430
  display: table-header-group !important;
26455
26431
  }
26456
- .shadow-lg {
26457
- box-shadow: var(--bs-box-shadow) !important;
26458
- }
26459
- .shadow-lg-sm {
26460
- box-shadow: var(--bs-box-shadow-sm) !important;
26461
- }
26462
- .shadow-lg-lg {
26463
- box-shadow: var(--bs-box-shadow-lg) !important;
26464
- }
26465
- .shadow-lg-none {
26466
- box-shadow: none !important;
26467
- }
26468
26432
  .position-lg-static {
26469
26433
  position: static !important;
26470
26434
  }
@@ -28976,18 +28940,6 @@ react-datepicker__navigation
28976
28940
  .d-xl-table-header-group {
28977
28941
  display: table-header-group !important;
28978
28942
  }
28979
- .shadow-xl {
28980
- box-shadow: var(--bs-box-shadow) !important;
28981
- }
28982
- .shadow-xl-sm {
28983
- box-shadow: var(--bs-box-shadow-sm) !important;
28984
- }
28985
- .shadow-xl-lg {
28986
- box-shadow: var(--bs-box-shadow-lg) !important;
28987
- }
28988
- .shadow-xl-none {
28989
- box-shadow: none !important;
28990
- }
28991
28943
  .position-xl-static {
28992
28944
  position: static !important;
28993
28945
  }
@@ -31499,18 +31451,6 @@ react-datepicker__navigation
31499
31451
  .d-xxl-table-header-group {
31500
31452
  display: table-header-group !important;
31501
31453
  }
31502
- .shadow-xxl {
31503
- box-shadow: var(--bs-box-shadow) !important;
31504
- }
31505
- .shadow-xxl-sm {
31506
- box-shadow: var(--bs-box-shadow-sm) !important;
31507
- }
31508
- .shadow-xxl-lg {
31509
- box-shadow: var(--bs-box-shadow-lg) !important;
31510
- }
31511
- .shadow-xxl-none {
31512
- box-shadow: none !important;
31513
- }
31514
31454
  .position-xxl-static {
31515
31455
  position: static !important;
31516
31456
  }