@usefragments/ui 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/assets/ui.css +85 -83
- package/dist/codeblock.cjs +14 -6
- package/dist/codeblock.js +14 -6
- package/dist/components/CodeBlock/index.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.module.scss.cjs +35 -35
- package/dist/components/DataTable/DataTable.module.scss.js +35 -35
- package/fragments.json +1 -1
- package/package.json +2 -2
- package/src/components/CodeBlock/index.tsx +38 -6
- package/src/components/DataTable/DataTable.module.scss +5 -0
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
const wrapper = "
|
|
2
|
-
const table = "
|
|
3
|
-
const caption = "
|
|
4
|
-
const captionHidden = "
|
|
5
|
-
const sm = "
|
|
6
|
-
const th = "
|
|
7
|
-
const td = "
|
|
8
|
-
const md = "
|
|
9
|
-
const thead = "
|
|
10
|
-
const headerRow = "
|
|
11
|
-
const headerContent = "
|
|
12
|
-
const thSortable = "
|
|
13
|
-
const sortButton = "
|
|
14
|
-
const sortIndicator = "
|
|
15
|
-
const tbody = "
|
|
16
|
-
const row = "
|
|
17
|
-
const clickable = "
|
|
18
|
-
const selected = "
|
|
19
|
-
const striped = "
|
|
20
|
-
const bordered = "
|
|
21
|
-
const fixedLayout = "
|
|
22
|
-
const densityCondensed = "
|
|
23
|
-
const densityRegular = "
|
|
24
|
-
const densityRelaxed = "
|
|
25
|
-
const truncate = "
|
|
26
|
-
const skeletonBar = "
|
|
27
|
-
const dataTableShimmer = "
|
|
28
|
-
const checkboxCell = "
|
|
29
|
-
const expandCell = "
|
|
30
|
-
const expandButton = "
|
|
31
|
-
const expandIcon = "
|
|
32
|
-
const expandIconOpen = "
|
|
33
|
-
const subRow = "
|
|
34
|
-
const emptyState = "
|
|
35
|
-
const emptyMessage = "
|
|
1
|
+
const wrapper = "_wrapper_1ci3s_1";
|
|
2
|
+
const table = "_table_1ci3s_13";
|
|
3
|
+
const caption = "_caption_1ci3s_21";
|
|
4
|
+
const captionHidden = "_captionHidden_1ci3s_30";
|
|
5
|
+
const sm = "_sm_1ci3s_42";
|
|
6
|
+
const th = "_th_1ci3s_42";
|
|
7
|
+
const td = "_td_1ci3s_43";
|
|
8
|
+
const md = "_md_1ci3s_48";
|
|
9
|
+
const thead = "_thead_1ci3s_54";
|
|
10
|
+
const headerRow = "_headerRow_1ci3s_60";
|
|
11
|
+
const headerContent = "_headerContent_1ci3s_80";
|
|
12
|
+
const thSortable = "_thSortable_1ci3s_86";
|
|
13
|
+
const sortButton = "_sortButton_1ci3s_90";
|
|
14
|
+
const sortIndicator = "_sortIndicator_1ci3s_129";
|
|
15
|
+
const tbody = "_tbody_1ci3s_156";
|
|
16
|
+
const row = "_row_1ci3s_161";
|
|
17
|
+
const clickable = "_clickable_1ci3s_172";
|
|
18
|
+
const selected = "_selected_1ci3s_186";
|
|
19
|
+
const striped = "_striped_1ci3s_200";
|
|
20
|
+
const bordered = "_bordered_1ci3s_216";
|
|
21
|
+
const fixedLayout = "_fixedLayout_1ci3s_223";
|
|
22
|
+
const densityCondensed = "_densityCondensed_1ci3s_227";
|
|
23
|
+
const densityRegular = "_densityRegular_1ci3s_231";
|
|
24
|
+
const densityRelaxed = "_densityRelaxed_1ci3s_235";
|
|
25
|
+
const truncate = "_truncate_1ci3s_259";
|
|
26
|
+
const skeletonBar = "_skeletonBar_1ci3s_265";
|
|
27
|
+
const dataTableShimmer = "_dataTableShimmer_1ci3s_1";
|
|
28
|
+
const checkboxCell = "_checkboxCell_1ci3s_290";
|
|
29
|
+
const expandCell = "_expandCell_1ci3s_296";
|
|
30
|
+
const expandButton = "_expandButton_1ci3s_302";
|
|
31
|
+
const expandIcon = "_expandIcon_1ci3s_335";
|
|
32
|
+
const expandIconOpen = "_expandIconOpen_1ci3s_341";
|
|
33
|
+
const subRow = "_subRow_1ci3s_345";
|
|
34
|
+
const emptyState = "_emptyState_1ci3s_352";
|
|
35
|
+
const emptyMessage = "_emptyMessage_1ci3s_359";
|
|
36
36
|
const styles = {
|
|
37
37
|
wrapper,
|
|
38
38
|
table,
|